/external/toolchain-utils/llvm_tools/ |
D | patch_manager.py | 154 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
|
D | llvm_bisection.py | 234 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
|
D | llvm_patch_management.py | 178 def _MoveSrcTreeHEADToGitHash(src_path, git_hash): argument
|
D | llvm_bisection_unittest.py | 158 def MockGetGitHashForRevisionRaiseException(src_path, revision): argument 217 def MockGetGitHashForRevision(call_count, src_path, rev): argument
|
/external/skia/third_party/icu/ |
D | make_data_cpp.py | 29 def convert(fmt, name, src_path, dst_path): argument
|
/external/libchrome/mojo/public/tools/bindings/ |
D | mojom_types_downgrader.py | 91 def DowngradePath(src_path, output_dir=None): argument
|
/external/brotli/scripts/dictionary/ |
D | step-04-generate-java-literals.py | 76 src_path = "DictionaryData.inc.java" variable
|
/external/pdfium/testing/tools/ |
D | api_check.py | 65 def _GetFunctionsFromPublicHeaders(src_path): argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/ |
D | coverage-report-server.py | 127 src_path = None variable in ServerHandler
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_var_copies.c | 107 nir_deref_path dst_path, src_path; in nir_lower_deref_copy_instr() local
|
D | nir_opt_find_array_copies.c | 406 nir_deref_path src_path; in handle_read() local 453 nir_deref_path src_path; in handle_write() local
|
D | nir_split_vars.c | 663 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
|
D | nir_opt_copy_prop_vars.c | 671 nir_deref_path entry_dst_path, src_path; in load_from_deref_entry_value() local
|
/external/crosvm/io_jail/src/ |
D | lib.rs | 425 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__.py | 945 def __call__(self, src_path): argument
|
/external/libchrome/build/android/gyp/util/ |
D | build_utils.py | 292 def AddToZipHermetic(zip_file, zip_path, src_path=None, data=None, argument
|
/external/python/cpython3/Modules/clinic/ |
D | _winapi.c.h | 231 LPWSTR src_path; in _winapi_CreateJunction() local
|
/external/python/cpython3/Modules/ |
D | _winapi.c | 529 _winapi_CreateJunction_impl(PyObject *module, LPWSTR src_path, in _winapi_CreateJunction_impl()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 6287 std::vector<int> src_path = options_to_interpret->element_path; in InterpretOptions() local 6352 Message* options, const std::vector<int>& src_path, in InterpretSingleOption()
|