Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 12 of 12) sorted by relevance

/libuv/test/
H A Dtest-tty-escape-sequence-processing.c306 ASSERT(actual->text); in compare_screen()
307 ASSERT(actual->attributes); in compare_screen()
346 free_screen(actual); in compare_screen()
862 capture_screen(&tty_out, &actual); in TEST_IMPL()
874 capture_screen(&tty_out, &actual); in TEST_IMPL()
887 capture_screen(&tty_out, &actual); in TEST_IMPL()
900 capture_screen(&tty_out, &actual); in TEST_IMPL()
936 capture_screen(&tty_out, &actual); in TEST_IMPL()
948 capture_screen(&tty_out, &actual); in TEST_IMPL()
961 capture_screen(&tty_out, &actual); in TEST_IMPL()
[all …]
H A Drunner.c64 int actual; in run_tests() local
73 actual = 0; in run_tests()
75 for (task = TASKS; task->main; task++, actual++) { in run_tests()
82 skip = (actual > 0 && 0 == strcmp(TASKS[0].task_name, "platform_output")); in run_tests()
83 qsort(TASKS + skip, actual - skip, sizeof(TASKS[0]), compare_task); in run_tests()
/libuv/docs/src/
H A Dmigration_010_100.rst50 In 1.0, functions and status parameters contain the actual error code, which is 0 for success, or
H A Dudp.rst159 Initialize a new UDP handle. The actual socket is created lazily.
/libuv/docs/src/guide/
H A Dthreads.rst218 The actual task function is simple, nothing to show that it is going to be
387 3. The actual work being done in a separate thread wants to invoke the progress
H A Dfilesystem.rst191 What does require management is the actual bytes, which have to be allocated
307 The third argument is the actual file or directory to monitor. The last
H A Dutilities.rst57 An actual timer example is in the :ref:`reference count section
120 Here we initialize the idle watcher and queue it up along with the actual
H A Dnetworking.rst102 actual API for reading/writing is very similar to normal stream reads. To look
H A Dbasics.rst37 **blocking**. The actual write to a hard disk or reading from a network, takes
H A Dprocesses.rst184 The actual program ``proc-streams`` runs this while sharing only ``stderr``.
/libuv/
H A DCMakeLists.txt497 # before the actual tests are added.
H A DChangeLog423 * test: 192.0.2.0/24 is the actual -TEST-NET-1 (prubel)
2143 * unix: return actual error from `uv_try_write()` (Anna Henningsen)

Completed in 26 milliseconds