/external/rust/crates/libtest-mimic/tests/ |
D | mixed_bag.rs | 3 use crate::common::{args, check, do_run}; 177 let (c, out) = common::do_run(args(["--list"]), tests()); in list() 207 let (c, out) = common::do_run(args(["--list", "--ignored"]), tests()); in list_ignored() 229 let (c, out) = common::do_run(args(["--list", "a"]), tests()); in list_with_filter() 494 let (c, out) = do_run(args(["--format", "terse", "--test-threads", "1"]), tests()); in terse_output()
|
D | all_passing.rs | 5 use crate::common::do_run; 148 let (c, out) = do_run(args(["--format", "terse"]), tests()); in terse_output()
|
/external/rust/crates/criterion/src/ |
D | benchmark_group.rs | 304 let do_run = self.criterion.filter_matches(id.id()); in run_bench() localVariable 305 self.any_matched |= do_run; in run_bench() 311 if do_run { in run_bench() 319 if do_run { in run_bench() 332 if do_run { in run_bench() 337 if do_run { in run_bench() 345 if do_run { in run_bench()
|
/external/ComputeLibrary/tests/framework/ |
D | Macros.h | 145 void do_run() override \ 175 void do_run() override; \ 178 void TEST_NAME::do_run() 195 …void do_run() override … 220 void do_run() override; \ 224 void TEST_NAME::do_run() 247 …void do_run() override; … 252 void TEST_NAME<std::tuple<As...>>::do_run() 270 …void do_run() override; … 275 void TEST_NAME<std::tuple<As...>>::do_run()
|
D | TestCase.h | 46 virtual void do_run() {}; in do_run() function
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_array_merge.cpp | 439 virtual int do_run(array_live_range& range_1, array_live_range& range_2) = 0; 468 int n = do_run(ranges[i], ranges[j]); in run() 485 int do_run(array_live_range& range_1, array_live_range& range_2){ in do_run() function in tgsi_array_merge::merge_live_range_always 502 int do_run(array_live_range& range_1, array_live_range& range_2){ in do_run() function in tgsi_array_merge::merge_live_range_equal_swizzle 504 return merge_live_range_always::do_run(range_1, range_2); in do_run() 517 int do_run(array_live_range& range_1, array_live_range& range_2){ in do_run() function in tgsi_array_merge::interleave_live_range
|
/external/rust/crates/libtest-mimic/tests/common/ |
D | mod.rs | 15 pub fn do_run(mut args: Arguments, tests: Vec<Trial>) -> (Conclusion, String) { in do_run() function 100 let (c, out) = do_run(args.clone(), tests()); in check() 110 let (c, out) = do_run(args, tests()); in check()
|
/external/ComputeLibrary/src/runtime/CL/ |
D | CLTuner.cpp | 46 virtual void do_run(ICLKernel &kernel, cl::CommandQueue &queue) = 0; 55 void do_run(ICLKernel &kernel, cl::CommandQueue &queue) override in do_run() function 205 data->do_run(kernel, queue_profiler); in find_optimal_tuning_params() 241 data->do_run(kernel, queue_profiler); in find_optimal_tuning_params()
|
/external/ComputeLibrary/tests/benchmark_examples/ |
D | RunExample.cpp | 74 void do_run() override in do_run() function in arm_compute::utils::ExampleTest 78 g_example->do_run(); in do_run()
|
/external/ComputeLibrary/tests/validate_examples/ |
D | RunExample.cpp | 84 void do_run() override in do_run() function in arm_compute::utils::__anoncc4134c20111::ExampleTest 88 g_example->do_run(); in do_run()
|
D | ValidateExample.h | 57 virtual void do_run() {}; in do_run() function
|
/external/python/cpython3/Mac/PythonLauncher/English.lproj/MyDocument.nib/ |
D | classes.nib | 5 ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; };
|
/external/python/cpython2/Mac/PythonLauncher/English.lproj/MyDocument.nib/ |
D | classes.nib | 5 ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; };
|
/external/python/cpython3/Mac/PythonLauncher/ |
D | MyDocument.h | 34 - (IBAction)do_run:(id)sender;
|
/external/python/cpython2/Mac/PythonLauncher/ |
D | MyDocument.h | 34 - (IBAction)do_run:(id)sender;
|
/external/ComputeLibrary/examples/ |
D | neon_scale.cpp | 84 void do_run() override in do_run() function in NEONScaleExample
|
D | graph_edsr.cpp | 88 void do_run() override in do_run() function in GraphEdsrExample
|
D | neon_permute.cpp | 66 void do_run() override in do_run() function in NeonPermuteExample
|
D | graph_lenet.cpp | 120 void do_run() override in do_run() function in GraphLenetExample
|
D | cl_cache.cpp | 95 void do_run() override in do_run() function in CLCacheExample
|
D | neon_copy_objects.cpp | 141 void do_run() override in do_run() function in NEONCopyObjectsExample
|
D | graph_srcnn955.cpp | 131 void do_run() override in do_run() function in GraphSRCNN955Example
|
D | neon_sgemm.cpp | 165 void do_run() override in do_run() function in NESGEMMExample
|
D | cl_sgemm.cpp | 172 void do_run() override in do_run() function in CLSGEMMExample
|
/external/autotest/server/site_tests/network_WiFi_Perf/ |
D | network_WiFi_Perf.py | 135 def do_run(self, ap_config, manager, power_save, governor): member in network_WiFi_Perf 264 self.do_run(ap_config, manager,
|