Searched refs:Run (Results 1 - 21 of 21) sorted by relevance

/fuchsia/zircon/system/uapp/trace-benchmark/
H A Dbenchmarks.cpp28 void Run(const char* name, Benchmark benchmark) { function in class:__anon876::Runner
63 runner.Run("is enabled", [] {
67 runner.Run("is category enabled", [] {
72 runner.Run("is category enabled for disabled category", [] {
77 runner.Run("acquire / release context", [] {
83 runner.Run("acquire / release context for category", [] {
92 runner.Run("acquire / release context for disabled category", [] {
100 runner.Run("TRACE_DURATION_BEGIN macro with 0 arguments", [] {
104 runner.Run("TRACE_DURATION_BEGIN macro with 1 int32 argument", [] {
109 runner.Run("TRACE_DURATION_BEGI
[all...]
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dfuzzer.cpp429 EXPECT_NE(ZX_OK, test.Run());
431 EXPECT_NE(ZX_OK, test.Run());
442 EXPECT_EQ(ZX_OK, test.Run());
463 EXPECT_EQ(ZX_OK, test.Run());
472 EXPECT_EQ(ZX_OK, test.Run());
476 EXPECT_EQ(ZX_OK, test.Run());
485 EXPECT_EQ(ZX_OK, test.Run());
497 EXPECT_EQ(ZX_OK, test.Run());
506 EXPECT_EQ(ZX_OK, test.Run());
515 EXPECT_EQ(ZX_OK, test.Run());
[all...]
H A Dtest-fuzzer.h42 zx_status_t Run() { return Fuzzer::Run(&args_); } function in class:fuzzing::testing::TestFuzzer
/fuchsia/zircon/system/dev/block/zxcrypt/
H A Dworker.h51 static int WorkerRun(void* arg) { return static_cast<Worker*>(arg)->Run(); }
52 zx_status_t Run();
H A Dworker.cpp71 zx_status_t Worker::Run() { function in class:zxcrypt::Worker
/fuchsia/zircon/system/ulib/async-loop/include/lib/async-loop/cpp/
H A Dloop.h68 zx_status_t Run(zx::time deadline = zx::time::infinite(), bool once = false);
80 // Active invocations of |Run()| and threads started using |StartThread()|
83 // Subsequent calls to |Run()| or |StartThread()| will return immediately
88 // using |Run()| or |StartThread()|.
91 // The caller must ensure all active invocations of |Run()| and threads
/fuchsia/zircon/system/ulib/async-loop/
H A Dloop_wrapper.cpp24 zx_status_t Loop::Run(zx::time deadline, bool once) { function in class:async::Loop
/fuchsia/zircon/system/uapp/trace-example/
H A Dmain.cpp44 loop.Run();
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpiexec/
H A Daemain.c639 /* Run a batch command or enter the command loop */
697 UINT8 Run = 0; local
713 Run = 1;
718 if (Run || (*Ptr == '\0'))
721 Run = 0;
/fuchsia/zircon/system/host/xdc-server/
H A Dxdc-server.h71 void Run();
H A Dxdc-server.cpp252 void XdcServer::Run() { function in class:xdc::XdcServer
540 xdc_server->Run();
/fuchsia/zircon/system/uapp/loadgen/
H A Dloadgen.cpp40 int Run();
75 [](void* ctx) -> int { return static_cast<LoadGeneratorThread*>(ctx)->Run(); },
87 int LoadGeneratorThread::Run() { function in class:LoadGeneratorThread
/fuchsia/zircon/system/ulib/fuzz-utils/include/fuzz-utils/
H A Dfuzzer.h52 zx_status_t Run(StringList* args);
/fuchsia/zircon/system/uapp/blobfs/
H A Dmain.cpp57 loop.Run();
/fuchsia/zircon/system/core/svchost/
H A Dsvchost.cpp196 status = loop.Run();
/fuchsia/zircon/system/uapp/minfs/
H A Dmain.cpp58 loop.Run();
/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp372 EXPECT_EQ(ZX_ERR_CANCELED, loop.Run(), "run returns immediately");
383 EXPECT_EQ(ZX_OK, loop.Run(zx::time::infinite(), true /*once*/), "run tasks");
391 EXPECT_EQ(ZX_ERR_CANCELED, loop.Run(), "runs returns immediately when quitted");
395 EXPECT_EQ(ZX_ERR_BAD_STATE, loop.Run(), "run returns immediately when shut down");
632 // Run until quit.
633 EXPECT_EQ(ZX_ERR_CANCELED, loop.Run(), "run loop");
651 EXPECT_EQ(ZX_ERR_CANCELED, loop.Run(), "run loop");
687 // Run tasks which are due up to the time when the quit task runs.
688 EXPECT_EQ(ZX_ERR_CANCELED, loop.Run(), "run loop");
/fuchsia/zircon/system/ulib/perftest/
H A Drunner.cpp436 loop.Run();
534 // Run each test a small number of times to ensure that doing
/fuchsia/zircon/system/ulib/fuzz-utils/
H A Dfuzzer.cpp88 return fuzzer.Run(&args);
109 zx_status_t Fuzzer::Run(StringList* args) { function in class:fuzzing::Fuzzer
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in181 --interactive Run in interactive mode (interactive "help" gives help) [default]
237 --test Run unit tests
2645 # Do not merge nodes corresponding to Callback::Run since that
2648 if ($func =~ m/Callback.*::Run$/) {
2650 $func = "Run#" . ShortIdFor($caller);
4671 # Run jeprof --test for unit test if this is changed.
4725 # Run jeprof --test for unit test if this is changed.
4777 # Run jeprof --test for unit test if this is changed.
5237 # Run $nm_command and get all the resulting procedure boundaries whose
/fuchsia/zircon/system/uapp/gfxlatency/
H A Dmain.cpp1972 loop.Run();

Completed in 190 milliseconds