Searched refs:actual (Results 1 – 12 of 12) sorted by relevance
/libuv/test/ |
H A D | test-tty-escape-sequence-processing.c | 306 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 D | runner.c | 64 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 D | migration_010_100.rst | 50 In 1.0, functions and status parameters contain the actual error code, which is 0 for success, or
|
H A D | udp.rst | 159 Initialize a new UDP handle. The actual socket is created lazily.
|
/libuv/docs/src/guide/ |
H A D | threads.rst | 218 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 D | filesystem.rst | 191 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 D | utilities.rst | 57 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 D | networking.rst | 102 actual API for reading/writing is very similar to normal stream reads. To look
|
H A D | basics.rst | 37 **blocking**. The actual write to a hard disk or reading from a network, takes
|
H A D | processes.rst | 184 The actual program ``proc-streams`` runs this while sharing only ``stderr``.
|
/libuv/ |
H A D | CMakeLists.txt | 497 # before the actual tests are added.
|
H A D | ChangeLog | 423 * 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