Searched refs:inputs (Results 1 – 11 of 11) sorted by relevance
/tools/treble/split/ |
D | manifest_split.py | 285 inputs = set() 289 inputs = inputs.union(set( 311 return {path.strip() for path in inputs if input_allowed(path)} 412 def get_input_projects(repo_projects, inputs): argument 421 for input_path in inputs: 427 repo_projects[project_path]: inputs 428 for project_path, inputs in input_project_paths.items() 500 inputs = get_ninja_inputs(ninja_binary, ninja_build_file, targets) 501 input_projects = set(get_input_projects(repo_projects, inputs).keys()) 575 inputs = get_ninja_inputs(ninja_binary, ninja_build_file, modules) [all …]
|
D | manifest_split_test.py | 182 inputs = manifest_split.get_ninja_inputs('unused', 'unused', ['droid']) 183 self.assertEqual(inputs, {'path/to/input1', 'path/to/input2'}) 193 inputs = manifest_split.get_ninja_inputs('unused', 'unused', 196 inputs, {'path/to/input1', 'path/to/input2', 'path/to/TEST_MAPPING'}) 265 inputs = [ 273 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 | 295 inputs = [server] 299 while inputs: 301 readable, _, _ = select.select(inputs, [], [], SELECT_TIMEOUT) 307 inputs.append(conn) 335 inputs.remove(socket_object) 339 if tf_subproc.poll() is not None and len(inputs) == 1: 340 inputs.pop().close()
|
/tools/asuite/atest/bazel/rules/ |
D | platform_transitions.bzl | 34 inputs = [], 46 inputs = [],
|
/tools/metalava/ |
D | USAGE.md | 12 - Kotlin sources as inputs
|
D | build.gradle.kts | 235 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/docs/ |
D | developer_workflow.md | 24 Its job is to translate user inputs into (1) build targets and (2)
|
/tools/asuite/atest-py2/docs/ |
D | developer_workflow.md | 24 Its job is to translate user inputs into (1) build targets and (2)
|