Home
last modified time | relevance | path

Searched refs:input_names (Results 1 – 3 of 3) sorted by relevance

/external/vixl/tools/test_generator/
Dgenerator.py137 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]
Dparser.py298 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/
Dinput_playback.py263 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])