Home
last modified time | relevance | path

Searched refs:deps_file (Results 1 – 22 of 22) sorted by relevance

/external/icu/icu4c/source/test/depstest/
Ddependencies.py77 def _ReadFiles(deps_file, item, library_name): argument
81 line = _ReadLine(deps_file)
98 def _ReadDeps(deps_file, item, library_name): argument
102 line = _ReadLine(deps_file)
124 def _ReadSystemSymbols(deps_file, item): argument
127 line = _ReadLine(deps_file)
145 deps_file = open("dependencies.txt")
150 while not line: line = _RemoveComment(next(deps_file))
160 line = _ReadFiles(deps_file, item, name)
175 line = _ReadFiles(deps_file, item, library_name)
[all …]
/external/webrtc/tools_webrtc/autoroller/unittests/
Droll_deps_test.py109 with open(self._new_cr_depsfile_android) as deps_file:
110 new_cr_contents = deps_file.read()
116 with open(self._webrtc_depsfile) as deps_file:
117 deps_contents = deps_file.read()
122 with open(self._webrtc_depsfile_android) as deps_file:
123 webrtc_contents = deps_file.read()
124 with open(self._new_cr_depsfile_android) as deps_file:
125 new_cr_contents = deps_file.read()
136 with open(self._webrtc_depsfile_android) as deps_file:
137 updated_contents = deps_file.read()
[all …]
/external/skia/build/fuchsia/skqp/
Dappend_assets_to_manifest39 deps_file = open(args.deps, 'w') variable
41 deps_file.write('%s: ' % relative_path)
55 deps_file.write(relative_path + " ")
70 deps_file.write(relative_path + " ")
73 deps_file.close()
/external/libyuv/files/tools_libyuv/autoroller/unittests/
Droll_deps_test.py95 with open(self._libyuv_depsfile) as deps_file:
96 deps_contents = deps_file.read()
101 with open(self._libyuv_depsfile) as deps_file:
102 deps_contents = deps_file.read()
/external/deqp-deps/SPIRV-Tools/utils/
Dgit-sync-deps219 deps_file = parse_file_to_dict(deps_file_path)
220 dependencies = deps_file['deps'].copy()
221 os_specific_dependencies = deps_file.get('deps_os', dict())
248 for directory in deps_file.get('recursedeps', []):
/external/swiftshader/third_party/SPIRV-Tools/utils/
Dgit-sync-deps219 deps_file = parse_file_to_dict(deps_file_path)
220 dependencies = deps_file['deps'].copy()
221 os_specific_dependencies = deps_file.get('deps_os', dict())
248 for directory in deps_file.get('recursedeps', []):
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/
Dgit-sync-deps219 deps_file = parse_file_to_dict(deps_file_path)
220 dependencies = deps_file['deps'].copy()
221 os_specific_dependencies = deps_file.get('deps_os', dict())
248 for directory in deps_file.get('recursedeps', []):
/external/deqp-deps/amber/tools/
Dgit-sync-deps209 deps_file = parse_file_to_dict(deps_file_path)
210 dependencies = deps_file['deps'].copy()
211 os_specific_dependencies = deps_file.get('deps_os', dict())
250 for directory in deps_file.get('recursedeps', []):
/external/skqp/tools/
Dgit-sync-deps190 deps_file = parse_file_to_dict(deps_file_path)
191 dependencies = deps_file['deps'].copy()
192 os_specific_dependencies = deps_file.get('deps_os', dict())
/external/skia/tools/
Dgit-sync-deps201 deps_file = parse_file_to_dict(deps_file_path)
202 dependencies = deps_file['deps'].copy()
203 os_specific_dependencies = deps_file.get('deps_os', dict())
/external/grpc-grpc/tools/distrib/python/
Dmake_grpcio_tools.py170 with open(GRPC_PYTHON_PROTOC_LIB_DEPS, 'w') as deps_file:
171 deps_file.write(protoc_lib_deps_content)
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/
Dmake_grpcio_tools.py170 with open(GRPC_PYTHON_PROTOC_LIB_DEPS, 'w') as deps_file:
171 deps_file.write(protoc_lib_deps_content)
/external/libyuv/files/tools_libyuv/autoroller/
Droll_deps.py336 with open(deps_filename, 'rb') as deps_file:
337 deps_content = deps_file.read()
339 with open(deps_filename, 'wb') as deps_file:
340 deps_file.write(deps_content)
/external/libyuv/files/chromium/
D.gclient4 'deps_file': '.DEPS.git',
/external/angle/scripts/
Droll_chromium_deps.py501 with open(deps_filename, 'rb') as deps_file:
502 deps_content = deps_file.read()
527 with open(deps_filename, 'wb') as deps_file:
528 deps_file.write(deps_content)
/external/webrtc/tools_webrtc/autoroller/
Droll_deps.py501 with open(deps_filename, 'rb') as deps_file:
502 deps_content = deps_file.read()
522 with open(deps_filename, 'wb') as deps_file:
523 deps_file.write(deps_content)
/external/arm-trusted-firmware/lib/romlib/
Dromlib_generator.py152 with open(self.config.deps, "w") as deps_file:
154 deps_file.write(self.config.output + ": " + " \\\n".join(deps) + "\n")
/external/deqp-deps/glslang/
Dstandalone.gclient37 "deps_file" : "DEPS",
/external/angle/third_party/vulkan-deps/glslang/src/
Dstandalone.gclient37 "deps_file" : "DEPS",
/external/libyuv/files/docs/
Ddeprecated_builds.md23 "deps_file" : "DEPS",
43 "deps_file" : "DEPS",
373 "deps_file" : "DEPS",
Dgetting_started.md22 "deps_file" : "DEPS",
40 "deps_file" : "DEPS",
/external/libchrome/mojo/public/tools/bindings/
Dmojom_bindings_generator.py345 f_deps = open(args.deps_file, 'r')