/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | add_new_check.py | 21 def adapt_cmake(module_path, check_name_camel): argument 50 def write_header(module_path, module, namespace, check_name, check_name_camel): argument 104 def write_implementation(module_path, module, namespace, check_name_camel): argument 156 def adapt_module(module_path, module, check_name, check_name_camel): argument 216 def add_release_notes(module_path, module, check_name): argument 269 def write_test(module_path, module, check_name, test_extension): argument 395 def write_docs(module_path, module, check_name): argument
|
D | rename_check.py | 102 def adapt_cmake(module_path, check_name_camel): argument 130 def adapt_module(module_path, module, check_name, check_name_camel): argument
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/ |
D | move.py | 104 def _BaseDir(module_path): argument 114 def _ModulePath(module_path): argument
|
/external/llvm-project/lldb/source/Host/android/ |
D | HostInfoAndroid.cpp | 34 FileSpec HostInfoAndroid::ResolveLibraryPath(const std::string &module_path, in ResolveLibraryPath()
|
/external/ImageMagick/MagickCore/ |
D | module.c | 393 module_path[MagickPathExtent], in GetModuleList() local 531 *module_path; in GetMagickModulePath() local 1072 module_path[MagickPathExtent], in ListModuleInfo() local
|
D | configure.c | 915 module_path[MagickPathExtent]; in GetConfigurePaths() local
|
D | nt-base.c | 251 *module_path; in DllMain() local 963 module_path[MagickPathExtent]; in NTGetModulePath() local
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformRemoteMacOSX.cpp | 175 std::string module_path(platform_file.GetPath()); in GetFileWithUUID() local
|
D | PlatformDarwin.cpp | 274 std::string module_path(module_spec.GetFileSpec().GetPath()); in GetSharedModuleWithLocalCache() local
|
/external/tensorflow/tensorflow/python/module/ |
D | module.py | 354 module_path=(), argument
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServerCommon.cpp | 1073 std::string module_path; in Handle_qModuleInfo() local 1281 const std::string &module_path, const ArchSpec &arch) { in FindModuleFile() 1292 GDBRemoteCommunicationServerCommon::GetModuleInfo(llvm::StringRef module_path, in GetModuleInfo()
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | markdown.py | 148 def load_module_from_path(module_path): argument
|
/external/rust/crates/log/src/ |
D | lib.rs | 792 module_path: Option<MaybeStaticStr<'a>>, field 849 pub fn module_path(&self) -> Option<&'a str> { in module_path() method 1013 pub fn module_path(&mut self, path: Option<&'a str>) -> &mut RecordBuilder<'a> { in module_path() method 1458 &(target, module_path, file, line): &(&str, &'static str, &'static str, u32), in __private_api_log() argument
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | ReproducerProvider.h | 242 std::string module_path; member
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
D | DynamicLoaderHexagonDYLD.cpp | 485 const char *module_path = I->path.c_str(); in LoadAllCurrentModules() local
|
/external/rust/crates/env_logger/src/fmt/ |
D | mod.rs | 212 module_path: bool, field
|
/external/rust/crates/android_logger/src/ |
D | lib.rs | 154 let module_path = record.module_path().unwrap_or_default().to_owned(); in log() localVariable
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | NativeProcessWindows.cpp | 343 Status NativeProcessWindows::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeProcessFreeBSD.cpp | 634 Status NativeProcessFreeBSD::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec()
|
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
D | NativeProcessNetBSD.cpp | 707 Status NativeProcessNetBSD::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec()
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | JSONUtils.cpp | 381 std::string module_path(module_path_arr); in CreateModule() local
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 449 const char *module_path, in WriteCVRecord()
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 171 const auto module_path = module_file_spec.GetPath(false); in GetModuleSpec() local
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 1423 const char *module_path, bool in_memory) { in WriteCVRecord()
|
/external/llvm-project/compiler-rt/lib/asan/scripts/ |
D | asan_symbolize.py | 711 def __init__(self, name, arch, start_addr, end_addr, module_path, uuid): argument
|