Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/experimental/libtf/tests/
Druntime_test.cc32 const std::string module_path = in TEST_P() local
54 const std::string module_path = in TEST_P() local
77 const std::string module_path = in TEST_P() local
/external/cronet/components/metrics/
Dcall_stack_profile_builder_unittest.cc88 base::FilePath module_path(L"c:\\some\\path\\to\\chrome.exe"); in TEST() local
91 base::FilePath module_path("/some/path/to/chrome"); in TEST() local
295 base::FilePath module_path(L"c:\\some\\path\\to\\chrome.exe"); in TEST() local
298 base::FilePath module_path("/some/path/to/chrome"); in TEST() local
347 base::FilePath module_path(L"c:\\some\\path\\to\\chrome.exe"); in TEST() local
350 base::FilePath module_path("/some/path/to/chrome"); in TEST() local
/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/cronet/build/
Dprint_python_deps.py83 def _ImportModuleByPath(module_path): argument
/external/angle/build/
Dprint_python_deps.py83 def _ImportModuleByPath(module_path): argument
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dmini_benchmark_test_helper.cc42 void* LoadEntryPointModule(const std::string& module_path) { in LoadEntryPointModule()
/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/tensorflow/tensorflow/python/module/
Dmodule.py365 module_path=(), argument
/external/cronet/base/allocator/partition_allocator/
Dtagging.cc85 base::FilePath module_path; in ChangeMemoryTaggingModeForAllThreadsPerProcess() local
/external/chromium-trace/catapult/devil/devil/utils/
Dmarkdown.py148 def load_module_from_path(module_path): argument
/external/rust/crates/log/src/
Dlib.rs877 module_path: Option<MaybeStaticStr<'a>>, field
934 pub fn module_path(&self) -> Option<&'a str> { in module_path() method
1097 pub fn module_path(&mut self, path: Option<&'a str>) -> &mut RecordBuilder<'a> { in module_path() method
1588 &(target, module_path, file, line): &(&str, &'static str, &'static str, u32), in __private_api_log() argument
1615 &(target, module_path, file, line): &(&str, &'static str, &'static str, u32), in __private_api_log() argument
/external/cronet/components/nacl/browser/
Dnacl_browser.cc212 base::FilePath module_path; in GetNaCl64ExePath() local
Dnacl_process_host.cc499 base::FilePath module_path; in LaunchSelLdr() local
/external/rust/crates/tracing-core/src/
Dmetadata.rs70 module_path: Option<&'a str>, field
301 pub fn module_path(&self) -> Option<&'a str> { in module_path() method
/external/rust/crates/env_logger/src/fmt/
Dmod.rs215 module_path: bool, field
/external/rust/crates/android_logger/src/
Dlib.rs181 let module_path = record.module_path().unwrap_or_default().to_owned(); in log() localVariable
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc449 const char *module_path, in WriteCVRecord()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1423 const char *module_path, bool in_memory) { in WriteCVRecord()
/external/selinux/libsemanage/src/
Ddirect_api.c1773 char module_path[PATH_MAX]; in semanage_direct_extract() local
/external/python/setuptools/pkg_resources/
D__init__.py1639 module_path = None variable in EmptyProvider