Home
last modified time | relevance | path

Searched defs:module_path (Results 1 – 25 of 25) 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/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
Dmove.py104 def _BaseDir(module_path): argument
114 def _ModulePath(module_path): argument
/external/rust/crates/uniffi_meta/src/
Dreader.rs228 let module_path = self.read_string()?; in read_func() localVariable
247 let module_path = self.read_string()?; in read_constructor() localVariable
277 let module_path = self.read_string()?; in read_method() localVariable
308 let module_path = self.read_string()?; in read_enum() localVariable
381 let module_path = self.read_string()?; in read_trait_method() localVariable
Dlib.rs131 pub module_path: String, field
139 pub module_path: String, field
161 pub module_path: String, field
187 pub module_path: String, field
211 pub module_path: String, field
298 pub module_path: String, field
314 pub module_path: String, field
333 pub module_path: String, field
341 pub module_path: String, field
382 fn module_path(&self) -> &String { in module_path() method
[all …]
/external/cronet/components/metrics/call_stacks/
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/angle/build/
Dprint_python_deps.py83 def _ImportModuleByPath(module_path): argument
/external/cronet/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/rust/crates/uniffi_macros/src/
Dsetup_scaffolding.rs13 let module_path = mod_path()?; in setup_scaffolding() localVariable
Dobject.rs11 let module_path = mod_path()?; in expand_object() localVariable
Drecord.rs114 let module_path = mod_path()?; in record_meta_static_var() localVariable
Derror.rs206 let module_path = mod_path()?; in error_meta_static_var() localVariable
Denum_.rs222 let module_path = mod_path()?; in enum_meta_static_var() localVariable
/external/tensorflow/tensorflow/python/module/
Dmodule.py365 module_path=(), argument
/external/chromium-trace/catapult/devil/devil/utils/
Dmarkdown.py148 def load_module_from_path(module_path): argument
/external/rust/crates/log/src/
Dlib.rs885 module_path: Option<MaybeStaticStr<'a>>, field
942 pub fn module_path(&self) -> Option<&'a str> { in module_path() method
1105 pub fn module_path(&mut self, path: Option<&'a str>) -> &mut RecordBuilder<'a> { in module_path() method
1611 &(target, module_path, file, line): &(&str, &'static str, &'static str, u32), in __private_api_log() argument
1638 &(target, module_path, file, line): &(&str, &'static str, &'static str, u32), in __private_api_log() argument
Dandroid_logger.rs238 let module_path = record.module_path().unwrap_or_default().to_owned(); in log() localVariable
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
Dtagging.cc88 base::FilePath module_path; in ChangeMemoryTaggingModeForAllThreadsPerProcess() local
/external/rust/crates/tracing-core/src/
Dmetadata.rs70 module_path: Option<&'a str>, field
302 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.rs238 let module_path = record.module_path().unwrap_or_default().to_owned(); in log() localVariable
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc453 const char* module_path, in WriteCVRecord()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1428 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