Searched refs:run_list (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | update_mir_test_checks.py | 116 run_list = [] 151 run_list.append(Run(check_prefixes, cmd_args, triple)) 156 for run in run_list: 159 return run_list, common_prefixes 197 def add_checks_for_function(test, output_lines, run_list, func_dict, func_name, argument 200 for run in run_list: 300 run_list, common_prefixes = build_run_list(test, run_lines, verbose) 305 for run in run_list: 308 for prefixes, llc_args, triple_in_cmd in run_list: 323 prefix_set = set([prefix for run in run_list for prefix in run.prefixes]) [all …]
|
D | update_llc_test_checks.py | 70 run_list = [] 101 run_list.append((check_prefixes, llc_cmd_args, triple_in_cmd)) 104 for p in run_list: 108 for prefixes, llc_args, triple_in_cmd in run_list: 123 prefix_set = set([prefix for p in run_list for prefix in p[0]]) 140 asm.add_asm_checks(output_lines, ';', run_list, func_dict, func_name)
|
D | update_cc_test_checks.py | 151 run_list = [] 178 run_list.append((check_prefixes, clang_args, triple_in_cmd)) 181 prefix_set = set([prefix for p in run_list for prefix in p[0]]) 194 for p in run_list: 198 for prefixes, clang_args, triple_in_cmd in run_list: 229 common.add_ir_checks(output_lines, '//', run_list, func_dict, mangled)
|
/external/python/cpython3/Lib/test/ |
D | test_coroutines.py | 1799 async def run_list(): function 1811 self.assertEqual(run_async(run_list()), ([], [1, 41])) 1820 async def run_list(): function 1825 run_async(run_list()), 1853 async def run_list(): function 1856 run_async(run_list()), 1883 async def run_list(): function 1886 run_async(run_list()), 1913 async def run_list(): function 1916 run_async(run_list()), [all …]
|
/external/toolchain-utils/cros_utils/ |
D | tabulator.py | 126 for run_list in self._runs: 127 for run in run_list: 133 for run_list in self._runs: 134 for run in run_list: 144 for run_list in self._runs: 145 for run in run_list: 203 for run_list in self._runs: 205 for run in run_list: 304 for run_list in bench_runs: 308 for run in run_list:
|
/external/u-boot/common/ |
D | cli_hush.c | 2019 static int run_list(struct pipe *pi) function 2680 _exit(run_list(head)); 2997 run_list(ctx->list_head); 3215 run_list(ctx.list_head); 3217 code = run_list(ctx.list_head);
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-a8-2018.log | 2048 [ 1.582588] [6: swapper/0: 1] decon_board: 624: run_list: dsim_set_panel_power_early is… 2054 [ 1.582686] [6: swapper/0: 1] decon_board: 624: run_list: dsim_set_panel_power_enable i…
|