Searched refs:inputs (Results 1 – 9 of 9) sorted by relevance
/tools/treble/split/ |
D | manifest_split.py | 273 inputs = set() 277 inputs = inputs.union(set( 299 return {path.strip() for path in inputs if input_allowed(path)} 400 def get_input_projects(repo_projects, inputs): argument 409 for input_path in inputs: 415 repo_projects[project_path]: inputs 416 for project_path, inputs in input_project_paths.items() 488 inputs = get_ninja_inputs(ninja_binary, ninja_build_file, targets) 489 input_projects = set(get_input_projects(repo_projects, inputs).keys()) 562 inputs = get_ninja_inputs(ninja_binary, ninja_build_file, modules) [all …]
|
D | manifest_split_test.py | 179 inputs = manifest_split.get_ninja_inputs('unused', 'unused', ['droid']) 180 self.assertEqual(inputs, {'path/to/input1', 'path/to/input2'}) 190 inputs = manifest_split.get_ninja_inputs('unused', 'unused', 193 inputs, {'path/to/input1', 'path/to/input2', 'path/to/TEST_MAPPING'}) 262 inputs = [ 270 manifest_split.get_input_projects(repo_projects, inputs), {
|
D | README.md | 104 - Non-hermetic inputs used in the module build rule, such as timestamps. Can
|
/tools/asuite/atest-py2/test_runners/ |
D | atest_tf_test_runner.py | 192 inputs = [server] 196 while inputs: 198 readable, _, _ = select.select(inputs, [], [], SELECT_TIMEOUT) 204 inputs.append(conn) 224 inputs.remove(socket_object) 228 if tf_subproc.poll() is not None and len(inputs) == 1: 229 inputs.pop().close()
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner.py | 358 inputs = [server] 362 while inputs: 364 readable, _, _ = select.select(inputs, [], [], SELECT_TIMEOUT) 370 inputs.append(conn) 398 inputs.remove(socket_object) 402 if tf_subproc.poll() is not None and len(inputs) == 1: 403 inputs.pop().close()
|
/tools/metalava/ |
D | build.gradle.kts | 234 inputs.property("buildOutputDirectory", outDirProvider).optional(true) in <lambda>()
|
/tools/security/fuzzing/example_fuzzer/ |
D | README.md | 47 INFO: -max_len is not provided; libFuzzer will not generate inputs larger than 4096 bytes
|
/tools/asuite/atest-py2/docs/ |
D | developer_workflow.md | 24 Its job is to translate user inputs into (1) build targets and (2)
|
/tools/asuite/atest/docs/ |
D | developer_workflow.md | 24 Its job is to translate user inputs into (1) build targets and (2)
|