Searched refs:input_str (Results 1 – 5 of 5) sorted by relevance
/external/autotest/site_utils/tester_feedback/ |
D | input_handlers.py | 41 def process(self, input_str): argument 66 def process(self, input_str): argument 95 def process(self, input_str): argument 96 input_str = input_str.lower().strip() 97 if input_str == 'y': 99 if input_str == 'n': 101 if not input_str and self._default is not None: 134 def process(self, input_str): argument 136 input_str = input_str or self._default 137 if input_str: [all …]
|
/external/protobuf/objectivec/DevTools/ |
D | pddm_tests.py | 118 for idx, (input_str, expected_prefix) in enumerate(test_list, 1): 119 f = io.StringIO(input_str) 173 for idx, (input_str, expected_prefix) in enumerate(test_list, 1): 174 f = io.StringIO(input_str) 223 for idx, (input_str, expected) in enumerate(test_list, 1): 224 result = mc.Expand(input_str) 267 for idx, (input_str, expected_err) in enumerate(test_list, 1): 269 result = mc.Expand(input_str) 350 for idx, (input_str, line_counts) in enumerate(test_list, 1): 351 f = io.StringIO(input_str) [all …]
|
/external/toolchain-utils/ |
D | test_gcc_dejagnu.py | 96 def GetNumNewFailures(input_str): argument 97 if not input_str: 101 for l in input_str.splitlines():
|
/external/toolchain-utils/crosperf/ |
D | suite_runner_unittest.py | 80 input_str = ('--profiler=custom_perf --profiler_args=\'perf_options' 84 res = suite_runner.GetProfilerArgs(input_str)
|
/external/mesa3d/src/glsl/tests/lower_jumps/ |
D | create_test_cases.py | 284 input_str = sexp_to_string(sort_decls(input_sexp)) 297 f.write('{0}\nEOF\n'.format(input_str))
|