| /system/ulib/perftest/ |
| A D | runner.cpp | 204 for (uint32_t run = 0; run < run_count_; ++run) { in WriteTraceEvents() local 206 GetTimestamp(run, 0), in WriteTraceEvents() 207 GetTimestamp(run + 1, 0)); in WriteTraceEvents() 211 GetTimestamp(run, step), in WriteTraceEvents() 212 GetTimestamp(run, step + 1)); in WriteTraceEvents() 245 for (uint32_t run = 0; run < run_count_; ++run) { in CopyStepTimes() local 246 uint64_t time_taken = (GetTimestamp(run, end_step_index) - in CopyStepTimes() 247 GetTimestamp(run, start_step_index)); in CopyStepTimes()
|
| /system/utest/fit/ |
| A D | function_examples.cpp | 14 function_example1::run(); in example1() 20 function_example2::run(); in example2()
|
| A D | promise_examples.cpp | 14 promise_example1::run(); in example1() 20 promise_example2::run(); in example2()
|
| A D | single_threaded_executor_tests.cpp | 37 executor.run(); in running_tasks() 117 executor.run(); in suspending_and_resuming_tasks() 179 executor.run(); in abandoning_tasks()
|
| A D | sequencer_tests.cpp | 74 executor.run(); in sequencing_tasks() 108 executor.run(); in thread_safety()
|
| A D | scope_tests.cpp | 88 executor.run(); in scoping_tasks() 226 executor.run(); in thread_safety()
|
| /system/ulib/runtests-utils/ |
| A D | rules.mk | 20 $(LOCAL_DIR)/fuchsia-run-test.cpp \ 22 $(LOCAL_DIR)/discover-and-run-tests.cpp \ 61 $(LOCAL_DIR)/posix-run-test.cpp \ 62 $(LOCAL_DIR)/discover-and-run-tests.cpp \
|
| A D | README.md | 3 Libraries to support tools that run other test binaries.
|
| /system/utest/core/ |
| A D | README.md | 6 If the kernel is told to run core-tests instead of devmgr, these tests 7 will run without any userspace device manager, device drivers, io plumbing, 13 ./scripts/run-zircon-x64 -c userboot=bin/core-tests 14 ./scripts/run-zircon-arm64 -c userboot=bin/core-tests
|
| /system/utest/perftest/ |
| A D | README.md | 4 When using a Fuchsia build, the tests can be run with 6 When using a standalone Zircon build the tests can be run with
|
| /system/ulib/fit/include/lib/fit/ |
| A D | single_threaded_executor.h | 40 void run(); 79 exec.run(); in run_single_threaded()
|
| /system/utest/fit/examples/ |
| A D | function_example1.h | 9 void run();
|
| A D | function_example2.h | 9 void run();
|
| A D | promise_example1.h | 9 void run();
|
| A D | promise_example2.h | 9 void run();
|
| A D | function_example2.cpp | 34 void run() { in run() function
|
| A D | function_example1.cpp | 46 void run() { in run() function
|
| A D | promise_example1.cpp | 91 void run() { in run() function
|
| /system/uapp/aslr-analysis/ |
| A D | main.cpp | 158 for (unsigned int run = 0; run < count; ++run) { in GatherReports() local 182 ReportInfo* report = &(*reports)[run]; in GatherReports()
|
| /system/core/bootsvc/ |
| A D | TESTING | 1 To run the bootsvc integration tests, boot with these boot cmdline arguments: 12 scripts/run-zircon-x64 -V -k -q $(pwd)/../buildtools/linux-x64/qemu/bin \
|
| /system/ulib/fit/ |
| A D | single_threaded_executor.cpp | 35 void run(context_impl& context); 74 void single_threaded_executor::run() { in run() function in fit::single_threaded_executor 75 dispatcher_->run(context_); in run() 132 void single_threaded_executor::dispatcher_impl::run(context_impl& context) { in run() function in fit::single_threaded_executor::dispatcher_impl
|
| /system/uapp/hidtouch/ |
| A D | main.c | 77 static bool run = false; variable 262 run = !is_exit(x, y, info); in process_acer12_touchscreen_input() 293 run = !is_exit(x, y, info); in process_ft3x27_touchscreen_input() 320 run = !is_exit(x, y, info); in process_egalax_touchscreen_input() 351 run = !is_exit(x, y, info); in process_eyoyo_touchscreen_input() 381 run = !is_exit(x, y, info); in process_paradise_touchscreen_input() 411 run = !is_exit(x, y, info); in process_paradise_touchscreen_v2_input() 433 run = !is_exit(x, y, info); in process_acer12_stylus_input() 649 run = true; in main() 650 while (run) { in main()
|
| /system/utest/runtests-utils/ |
| A D | rules.mk | 16 $(LOCAL_DIR)/fuchsia-run-test.cpp \
|
| /system/dev/usb/usb-peripheral-test/ |
| A D | README.md | 15 assume you are using a hikey960 board. To run the test, follow these steps:
|
| /system/fidl/fuchsia-device-test/ |
| A D | test.fidl | 12 /// Returns the result summary of a test run
|