Searched refs:input_names (Results 1 – 3 of 3) sorted by relevance
/external/vixl/tools/test_generator/ |
D | generator.py | 137 def __init__(self, name, seed, operand_names, input_names, operand_filter, argument 142 self.input_names = input_names 273 if input_type.name in self.input_names else [input_type.default]
|
D | parser.py | 298 input_names = json_test_case["inputs"] if "inputs" in json_test_case else [] 315 return generator.TestCase(json_test_case["name"], seed, operand_names, input_names,
|
/external/autotest/client/cros/input_playback/ |
D | input_playback.py | 263 input_names = glob.glob(os.path.join(device_dir, 'input', 'input*')) 264 if len(input_names) != 1: 265 logging.error('Input names found: %s', input_names) 267 return os.path.basename(input_names[0])
|