Home
last modified time | relevance | path

Searched refs:test_args (Results 1 – 4 of 4) sorted by relevance

/system/uapp/channel-perf/
A Dmain.cpp56 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 Ddiscover-and-run-tests.cpp134 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 Druntests-utils.cpp295 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 Druntests-utils.h155 const fbl::Vector<fbl::String>& test_args,

Completed in 10 milliseconds