Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 28) sorted by relevance

12

/system/ulib/perftest/
A Drunner.cpp204 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 Dfunction_examples.cpp14 function_example1::run(); in example1()
20 function_example2::run(); in example2()
A Dpromise_examples.cpp14 promise_example1::run(); in example1()
20 promise_example2::run(); in example2()
A Dsingle_threaded_executor_tests.cpp37 executor.run(); in running_tasks()
117 executor.run(); in suspending_and_resuming_tasks()
179 executor.run(); in abandoning_tasks()
A Dsequencer_tests.cpp74 executor.run(); in sequencing_tasks()
108 executor.run(); in thread_safety()
A Dscope_tests.cpp88 executor.run(); in scoping_tasks()
226 executor.run(); in thread_safety()
/system/ulib/runtests-utils/
A Drules.mk20 $(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 DREADME.md3 Libraries to support tools that run other test binaries.
/system/utest/core/
A DREADME.md6 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 DREADME.md4 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 Dsingle_threaded_executor.h40 void run();
79 exec.run(); in run_single_threaded()
/system/utest/fit/examples/
A Dfunction_example1.h9 void run();
A Dfunction_example2.h9 void run();
A Dpromise_example1.h9 void run();
A Dpromise_example2.h9 void run();
A Dfunction_example2.cpp34 void run() { in run() function
A Dfunction_example1.cpp46 void run() { in run() function
A Dpromise_example1.cpp91 void run() { in run() function
/system/uapp/aslr-analysis/
A Dmain.cpp158 for (unsigned int run = 0; run < count; ++run) { in GatherReports() local
182 ReportInfo* report = &(*reports)[run]; in GatherReports()
/system/core/bootsvc/
A DTESTING1 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 Dsingle_threaded_executor.cpp35 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 Dmain.c77 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 Drules.mk16 $(LOCAL_DIR)/fuchsia-run-test.cpp \
/system/dev/usb/usb-peripheral-test/
A DREADME.md15 assume you are using a hikey960 board. To run the test, follow these steps:
/system/fidl/fuchsia-device-test/
A Dtest.fidl12 /// Returns the result summary of a test run

Completed in 37 milliseconds

12