Home
last modified time | relevance | path

Searched defs:module_path (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clang-tidy/
Dadd_new_check.py21 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
Drename_check.py102 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/
Dmove.py104 def _BaseDir(module_path): argument
114 def _ModulePath(module_path): argument
/external/llvm-project/lldb/source/Host/android/
DHostInfoAndroid.cpp34 FileSpec HostInfoAndroid::ResolveLibraryPath(const std::string &module_path, in ResolveLibraryPath()
/external/ImageMagick/MagickCore/
Dmodule.c393 module_path[MagickPathExtent], in GetModuleList() local
531 *module_path; in GetMagickModulePath() local
1072 module_path[MagickPathExtent], in ListModuleInfo() local
Dconfigure.c915 module_path[MagickPathExtent]; in GetConfigurePaths() local
Dnt-base.c251 *module_path; in DllMain() local
963 module_path[MagickPathExtent]; in NTGetModulePath() local
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteMacOSX.cpp175 std::string module_path(platform_file.GetPath()); in GetFileWithUUID() local
DPlatformDarwin.cpp274 std::string module_path(module_spec.GetFileSpec().GetPath()); in GetSharedModuleWithLocalCache() local
/external/tensorflow/tensorflow/python/module/
Dmodule.py354 module_path=(), argument
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp1073 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/
Dmarkdown.py148 def load_module_from_path(module_path): argument
/external/rust/crates/log/src/
Dlib.rs792 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/
DReproducerProvider.h242 std::string module_path; member
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.cpp485 const char *module_path = I->path.c_str(); in LoadAllCurrentModules() local
/external/rust/crates/env_logger/src/fmt/
Dmod.rs212 module_path: bool, field
/external/rust/crates/android_logger/src/
Dlib.rs154 let module_path = record.module_path().unwrap_or_default().to_owned(); in log() localVariable
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.cpp343 Status NativeProcessWindows::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeProcessFreeBSD.cpp634 Status NativeProcessFreeBSD::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec()
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.cpp707 Status NativeProcessNetBSD::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec()
/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.cpp381 std::string module_path(module_path_arr); in CreateModule() local
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc449 const char *module_path, in WriteCVRecord()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp171 const auto module_path = module_file_spec.GetPath(false); in GetModuleSpec() local
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1423 const char *module_path, bool in_memory) { in WriteCVRecord()
/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py711 def __init__(self, name, arch, start_addr, end_addr, module_path, uuid): argument

12