/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_meta/src/ |
D | group.rs | 28 crate_name: udl.module_path.clone(), in create_metadata_groups() 36 Some((udl.module_path.clone(), group)) in create_metadata_groups() 50 let crate_name = calc_crate_name(item.module_path()).to_owned(); // XXX - kill clone? in group_metadata() 79 let crate_name = calc_crate_name(item.module_path()).to_owned(); in fixup_external_type() 178 Type::Enum { module_path, name } | Type::Record { module_path, name } in convert_type() 179 if self.is_module_path_external(&module_path) => in convert_type() 182 namespace: self.crate_to_namespace(&module_path), in convert_type() 183 module_path, in convert_type() 190 module_path, name, .. in convert_type() 191 } if self.is_module_path_external(&module_path) => { in convert_type() [all …]
|
D | lib.rs | 131 pub module_path: String, field 139 pub module_path: String, field 151 fn_symbol_name(&self.module_path, &self.name) in ffi_symbol_name() 155 fn_checksum_symbol_name(&self.module_path, &self.name) in checksum_symbol_name() 161 pub module_path: String, field 173 constructor_symbol_name(&self.module_path, &self.self_name, &self.name) in ffi_symbol_name() 177 constructor_checksum_symbol_name(&self.module_path, &self.self_name, &self.name) in checksum_symbol_name() 187 pub module_path: String, field 201 method_symbol_name(&self.module_path, &self.self_name, &self.name) in ffi_symbol_name() 205 method_checksum_symbol_name(&self.module_path, &self.self_name, &self.name) in checksum_symbol_name() [all …]
|
D | reader.rs | 46 module_path: self.read_string()?, in read_metadata() 149 module_path: self.read_string()?, in read_type() 153 module_path: self.read_string()?, in read_type() 157 module_path: self.read_string()?, in read_type() 162 module_path: self.read_string()?, in read_type() 167 module_path: self.read_string()?, in read_type() 172 module_path: self.read_string()?, in read_type() 176 module_path: self.read_string()?, in read_type() 228 let module_path = self.read_string()?; in read_func() localVariable 235 module_path, in read_func() [all …]
|
D | types.rs | 85 module_path: String, 93 module_path: String, 97 module_path: String, 101 module_path: String, 117 module_path: String, 126 module_path: String,
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing/src/ |
D | macros.rs | 90 target: module_path!(), 99 target: module_path!(), 118 target: module_path!(), 126 target: module_path!(), 182 target: module_path!(), 205 target: module_path!(), 263 target: module_path!(), 286 target: module_path!(), 344 target: module_path!(), 367 target: module_path!(), [all …]
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/ |
H A D | move.py | 104 def _BaseDir(module_path): argument 105 if not os.path.isdir(module_path): 106 module_path = os.path.dirname(module_path) 108 while '__init__.py' in os.listdir(module_path): 109 module_path = os.path.dirname(module_path) 111 return module_path 114 def _ModulePath(module_path): argument 115 if os.path.split(module_path)[1] == '__init__.py': 116 module_path = os.path.dirname(module_path) 117 rel_path = os.path.relpath(module_path, _BaseDir(module_path))
|
/aosp_15_r20/tools/asuite/atest/ |
H A D | module_info_unittest_base.py | 98 module_path=None, argument 104 module_path = module_path or 'example_module/project' 113 module_path=module_path, 126 module_path=None, argument 130 module_path = module_path or 'example_module/project' 143 module_path=module_path, 195 module_path=None, argument 210 module_path=[module_path], 226 module_path=None, argument 247 m[constants.MODULE_PATH] = module_path or []
|
H A D | module_info_unittest.py | 931 module_path = 'robolectric_path' 932 info = non_test_module(name=f'{module_name}', path=module_path) 937 name=f'{run_module_name}', path=module_path 949 module_path = 'robolectric_path' 950 info = non_test_module(name=f'{module_name}', path=module_path) 954 non_test_module(name=f'{run_module_name}', path=module_path), 965 module_path = 'robolectric_path' 967 name=f'{run_module_name}', path=module_path 971 non_test_module(name=f'{module_name}', path=module_path), 1025 module_path = 'robolectric_path' [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/env_logger/src/fmt/ |
D | mod.rs | 240 module_path: built.format_module_path, in build() 280 module_path: bool, field 373 if !self.module_path { in write_module_path() 377 if let Some(module_path) = record.module_path() { in write_module_path() 378 self.write_header_value(module_path) in write_module_path() 481 .module_path(Some("test::path")) in write_target() 502 module_path: true, in format_with_header() 524 module_path: false, in format_no_header() 546 module_path: true, in format_indent_spaces() 568 module_path: true, in format_indent_zero_spaces() [all …]
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | golden_test.sh | 101 local module_path 103 module_path=$module 105 module_path="frozen/$module" 108 local golden="$root/system/tools/aidl/tests/golden_output/$module_path/" 125 module_path="$name" 127 module_path="frozen/$name" 129 golden_file="system/tools/aidl/tests/golden_output/$module_path"
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/ |
H A D | qconfig_mapping_utils.py | 129 module_path, module_type = node_name_to_scope[node.name] 131 qconfig_mapping, module_type, module_path, function_qconfig 134 cur_object_type_idx = submodule_to_object_type_to_cur_idx[module_path][ 137 submodule_to_object_type_to_cur_idx[module_path][node.target] += 1 139 qconfig_mapping, module_path, node.target, cur_object_type_idx, qconfig 146 module_path, module_type = node_name_to_scope[node.name] 151 qconfig_mapping, node.target, module_path, global_qconfig 156 qconfig_mapping, module_type, module_path, qconfig 172 module_path, module_type = node_name_to_scope[node.name] 176 parent_name, _ = _parent_name(module_path)
|
/aosp_15_r20/external/protobuf/python/docs/ |
H A D | generate_docs.py | 133 for module_path in SOURCE_DIR.glob("**/*.py"): 135 package_path = module_path.parent.relative_to(PYTHON_DIR) 138 module_name = module_path.stem 141 module_name = package_name + "." + module_path.stem 149 elif any(ignored in module_path.stem for ignored in IGNORED_MODULES): 152 if module_path.name == "__init__.py":
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/docs/ |
H A D | generate_docs.py | 133 for module_path in SOURCE_DIR.glob("**/*.py"): 135 package_path = module_path.parent.relative_to(PYTHON_DIR) 138 module_name = module_path.stem 141 module_name = package_name + "." + module_path.stem 149 elif any(ignored in module_path.stem for ignored in IGNORED_MODULES): 152 if module_path.name == "__init__.py":
|
/aosp_15_r20/development/vndk/snapshot/ |
H A D | check_gpl_license.py | 90 def _get_revision(self, module_path, manifest_projects): argument 100 if module_path.startswith(path): 218 module_path = module_paths[lib] 219 revision = self._get_revision(module_path, manifest_projects) 223 path=module_path, manifest=self.MANIFEST_XML)) 225 revision, module_path) 227 unreleased_projects.append((lib, module_path)) 229 released_projects.append((lib, module_path))
|
/aosp_15_r20/external/pytorch/torch/distributed/_shard/ |
H A D | api.py | 261 module_path, _, param_name = name.rpartition(".") 264 if module_path.startswith(sharder_path): 272 mod = module.get_submodule(module_path) 292 for module_path, output_spec in plan.output_plan.items(): 294 mod = module.get_submodule(module_path) 304 for module_path in plan.return_local_tensor: 305 mod = module.get_submodule(module_path)
|
/aosp_15_r20/build/make/tools/sbom/ |
H A D | generate-sbom.py | 171 module_path = file_metadata['module_path'] 172 return module_path.startswith('external/') and not is_prebuilt_package(file_metadata) 176 module_path = file_metadata['module_path'] 177 if module_path: 178 return (module_path.startswith('prebuilts/') or 374 module_path = installed_file_metadata['module_path'] 379 if (not module_path and 448 module_path = installed_file_metadata['module_path'] 449 package_id = new_package_id(module_path, PKG_PREBUILT) 451 name=module_path, [all …]
|
/aosp_15_r20/external/bcc/src/lua/bcc/ |
H A D | sym.lua | 37 local module_path 43 module_path = ffi.string(sym[0].module) 46 symname, module_path}) 50 module_path = ffi.string(sym[0].module) 52 return module_path, new_addr
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/tests/ |
H A D | runtime_test.cc | 32 const std::string module_path = in TEST_P() local 36 runtime.Load(String(module_path.c_str()))); in TEST_P() 54 const std::string module_path = in TEST_P() local 57 runtime.Load(String(module_path.c_str()))); in TEST_P() 77 const std::string module_path = in TEST_P() local 80 runtime.Load(String(module_path.c_str()))); in TEST_P()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/log-0.4.21/src/ |
H A D | lib.rs | 723 module_path: Option<MaybeStaticStr<'a>>, field 780 pub fn module_path(&self) -> Option<&'a str> { in module_path() method 781 self.module_path.map(|s| s.get()) in module_path() 787 match self.module_path { in module_path_static() 832 module_path: self.module_path, in to_builder() 904 module_path: None, in new() 943 pub fn module_path(&mut self, path: Option<&'a str>) -> &mut RecordBuilder<'a> { in module_path() method 944 self.record.module_path = path.map(MaybeStaticStr::Borrowed); in module_path() 951 self.record.module_path = path.map(MaybeStaticStr::Static); in module_path_static() 1712 .module_path(Some("foo")) in test_record_builder() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/ |
D | lib.rs | 770 module_path: Option<MaybeStaticStr<'a>>, field 827 pub fn module_path(&self) -> Option<&'a str> { in module_path() method 828 self.module_path.map(|s| s.get()) in module_path() 834 match self.module_path { in module_path_static() 879 module_path: self.module_path, in to_builder() 951 module_path: None, in new() 990 pub fn module_path(&mut self, path: Option<&'a str>) -> &mut RecordBuilder<'a> { in module_path() method 991 self.record.module_path = path.map(MaybeStaticStr::Borrowed); in module_path() 998 self.record.module_path = path.map(MaybeStaticStr::Static); in module_path_static() 1774 .module_path(Some("foo")) in test_record_builder() [all …]
|
/aosp_15_r20/tools/asuite/aidegen/idea/ |
H A D | xml_gen.py | 119 def gen_vcs_xml(module_path, git_paths): argument 131 vcs = XMLGenerator(module_path, 'vcs.xml') 132 if module_path != common_util.get_android_root_dir() or not vcs.xml_obj: 137 def write_ignore_git_dirs_file(module_path, ignore_paths): argument 145 workspace = XMLGenerator(module_path, 'workspace.xml')
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/ |
D | object.rs | 11 let module_path = mod_path()?; in expand_object() localVariable 16 &uniffi_meta::clone_fn_symbol_name(&module_path, &name), in expand_object() 20 &uniffi_meta::free_fn_symbol_name(&module_path, &name), in expand_object() 24 interface_meta_static_var(ident, ObjectImpl::Struct, &module_path, docstring) in expand_object() 158 module_path: &str, in interface_meta_static_var() 173 .concat_str(#module_path) in interface_meta_static_var()
|
/aosp_15_r20/external/cronet/components/metrics/call_stacks/ |
H A D | call_stack_profile_builder_unittest.cc | 88 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 97 module1.set_debug_basename(module_path); in TEST() 103 module2.set_debug_basename(module_path); in TEST() 109 module3.set_debug_basename(module_path); in TEST() 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 302 module2.set_debug_basename(module_path); in TEST() 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 [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-attributes/tests/ |
D | targets.rs | 14 pub const MODULE_PATH: &str = module_path!(); 29 .with_target(module_path!()), in default_targets() 34 .with_target(module_path!()), in default_targets() 39 .with_target(module_path!()), in default_targets()
|
/aosp_15_r20/external/pytorch/torch/distributed/tensor/parallel/ |
H A D | ddp.py | 31 parent_module, module_path, t = item 32 assert hasattr(parent_module, module_path) 33 delattr(parent_module, module_path) 34 setattr(parent_module, module_path, t)
|