Home
last modified time | relevance | path

Searched defs:src_path (Results 1 – 19 of 19) sorted by relevance

/external/toolchain-utils/llvm_tools/
Dpatch_manager.py154 def GetHEADSVNVersion(src_path): argument
166 def VerifyHEADIsTheSameAsSVNVersion(src_path, svn_version): argument
222 def ApplyPatch(src_path, patch_path): argument
286 def GetCommitHashesForBisection(src_path, good_svn_version, bad_svn_version): argument
296 def PerformBisection(src_path, good_commit, bad_commit, svn_version, argument
335 def CleanSrcTree(src_path): argument
347 def SaveSrcTreeState(src_path): argument
355 def RestoreSrcTreeState(src_path, bad_commit_hash): argument
370 src_path, argument
Dllvm_bisection.py234 def GetRevisionsBetweenBisection(start, end, parallel, src_path, argument
291 def GetRevisionsListAndHashList(start, end, parallel, src_path, argument
359 def _NoteCompletedBisection(last_tested, src_path, end): argument
Dllvm_patch_management.py178 def _MoveSrcTreeHEADToGitHash(src_path, git_hash): argument
Dllvm_bisection_unittest.py158 def MockGetGitHashForRevisionRaiseException(src_path, revision): argument
217 def MockGetGitHashForRevision(call_count, src_path, rev): argument
/external/skia/third_party/icu/
Dmake_data_cpp.py29 def convert(fmt, name, src_path, dst_path): argument
/external/libchrome/mojo/public/tools/bindings/
Dmojom_types_downgrader.py91 def DowngradePath(src_path, output_dir=None): argument
/external/brotli/scripts/dictionary/
Dstep-04-generate-java-literals.py76 src_path = "DictionaryData.inc.java" variable
/external/pdfium/testing/tools/
Dapi_check.py65 def _GetFunctionsFromPublicHeaders(src_path): argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dcoverage-report-server.py127 src_path = None variable in ServerHandler
/external/mesa3d/src/compiler/nir/
Dnir_lower_var_copies.c107 nir_deref_path dst_path, src_path; in nir_lower_deref_copy_instr() local
Dnir_opt_find_array_copies.c406 nir_deref_path src_path; in handle_read() local
453 nir_deref_path src_path; in handle_write() local
Dnir_split_vars.c663 struct array_var_info *src_info, nir_deref_path *src_path, in emit_split_copies()
744 nir_deref_path dst_path, src_path; in split_array_copies_impl() local
Dnir_opt_copy_prop_vars.c671 nir_deref_path entry_dst_path, src_path; in load_from_deref_entry_value() local
/external/crosvm/io_jail/src/
Dlib.rs425 let src_path = CString::new(src_os).map_err(|_| Error::StrToCString(src_os.to_owned()))?; in mount_with_data() localVariable
477 let src_path = CString::new(src_os).map_err(|_| Error::StrToCString(src_os.to_owned()))?; in mount_bind() localVariable
/external/fonttools/Lib/fontTools/varLib/
D__init__.py945 def __call__(self, src_path): argument
/external/libchrome/build/android/gyp/util/
Dbuild_utils.py292 def AddToZipHermetic(zip_file, zip_path, src_path=None, data=None, argument
/external/python/cpython3/Modules/clinic/
D_winapi.c.h231 LPWSTR src_path; in _winapi_CreateJunction() local
/external/python/cpython3/Modules/
D_winapi.c529 _winapi_CreateJunction_impl(PyObject *module, LPWSTR src_path, in _winapi_CreateJunction_impl()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc6287 std::vector<int> src_path = options_to_interpret->element_path; in InterpretOptions() local
6352 Message* options, const std::vector<int>& src_path, in InterpretSingleOption()