Searched refs:test_args (Results 1 – 4 of 4) sorted by relevance
| /system/uapp/channel-perf/ |
| A D | main.cpp | 56 if (test_args.size) { in do_test() 57 data.reset(new uint8_t[test_args.size]); in do_test() 62 if (test_args.handles) in do_test() 86 uint32_t r_size = test_args.size; in do_test() 91 assert(r_size == test_args.size); in do_test() 115 test_args.size, test_args.handles, test_args.queue, its_per_second); in do_test() 138 TestArgs test_args = { in main() local 177 test_args.size = value; in main() 181 test_args.handles = value; in main() 185 test_args.queue = value; in main() [all …]
|
| /system/ulib/runtests-utils/ |
| A D | discover-and-run-tests.cpp | 134 fbl::Vector<fbl::String> test_args; in DiscoverAndRunTests() local 220 test_args.push_back(argv[i]); in DiscoverAndRunTests() 294 if (!RunTests(RunTest, test_paths, test_args, output_dir, kOutputFileName, verbosity, in DiscoverAndRunTests()
|
| A D | runtests-utils.cpp | 295 const fbl::Vector<fbl::String>& test_args, in RunTests() argument 327 argv.reserve(test_args.size()); in RunTests() 328 for (auto test_arg = test_args.begin(); test_arg != test_args.end(); ++test_arg) { in RunTests()
|
| /system/ulib/runtests-utils/include/runtests-utils/ |
| A D | runtests-utils.h | 155 const fbl::Vector<fbl::String>& test_args,
|
Completed in 10 milliseconds