Home
last modified time | relevance | path

Searched +defs:root +defs:default (Results 1 – 25 of 698) sorted by relevance

12345678910>>...28

/aosp_15_r20/out/soong/.intermediates/external/dagger2/hilt_android_processors/linux_glibc_common/kotlin_headers/
Dhilt_android_processors.jar ... static synthetic dagger.hilt.processor.internal.root.ir.AggregatedDepsIr copy$default (dagger. ...
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs178 root: Option<Root<K, V>>, field
227 … let root = out_tree.root.as_mut().unwrap(); // unwrap succeeds because we just wrapped in clone() localVariable
265 let root = ptr::read(&subtree.root); in clone() localVariable
375 fn default() -> Self { in default() method
413 fn default() -> Self { in default() method
464 fn default() -> Self { in default() function
1168 let root = self.root.get_or_insert_with(|| Root::new((*self.alloc).clone())); in append() localVariable
1477 let mut root = Root::new(alloc.clone()); in bulk_build_from_sorted_iter() localVariable
1812 fn default() -> Self { in default() method
1867 fn default() -> Self { in default() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs178 root: Option<Root<K, V>>, field
227 … let root = out_tree.root.as_mut().unwrap(); // unwrap succeeds because we just wrapped in clone() localVariable
265 let root = ptr::read(&subtree.root); in clone() localVariable
375 fn default() -> Self { in default() method
413 fn default() -> Self { in default() method
464 fn default() -> Self { in default() function
1168 let root = self.root.get_or_insert_with(|| Root::new((*self.alloc).clone())); in append() localVariable
1477 let mut root = Root::new(alloc.clone()); in bulk_build_from_sorted_iter() localVariable
1812 fn default() -> Self { in default() method
1867 fn default() -> Self { in default() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs178 root: Option<Root<K, V>>, field
227 … let root = out_tree.root.as_mut().unwrap(); // unwrap succeeds because we just wrapped in clone() localVariable
265 let root = ptr::read(&subtree.root); in clone() localVariable
375 fn default() -> Self { in default() method
413 fn default() -> Self { in default() method
464 fn default() -> Self { in default() function
1168 let root = self.root.get_or_insert_with(|| Root::new((*self.alloc).clone())); in append() localVariable
1477 let mut root = Root::new(alloc.clone()); in bulk_build_from_sorted_iter() localVariable
1812 fn default() -> Self { in default() method
1867 fn default() -> Self { in default() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs178 root: Option<Root<K, V>>, field
227 … let root = out_tree.root.as_mut().unwrap(); // unwrap succeeds because we just wrapped in clone() localVariable
265 let root = ptr::read(&subtree.root); in clone() localVariable
375 fn default() -> Self { in default() method
413 fn default() -> Self { in default() method
464 fn default() -> Self { in default() function
1168 let root = self.root.get_or_insert_with(|| Root::new((*self.alloc).clone())); in append() localVariable
1477 let mut root = Root::new(alloc.clone()); in bulk_build_from_sorted_iter() localVariable
1812 fn default() -> Self { in default() method
1867 fn default() -> Self { in default() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs178 root: Option<Root<K, V>>, field
227 … let root = out_tree.root.as_mut().unwrap(); // unwrap succeeds because we just wrapped in clone() localVariable
265 let root = ptr::read(&subtree.root); in clone() localVariable
375 fn default() -> Self { in default() method
413 fn default() -> Self { in default() method
464 fn default() -> Self { in default() function
1168 let root = self.root.get_or_insert_with(|| Root::new((*self.alloc).clone())); in append() localVariable
1477 let mut root = Root::new(alloc.clone()); in bulk_build_from_sorted_iter() localVariable
1812 fn default() -> Self { in default() method
1867 fn default() -> Self { in default() method
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/
Dtypelist.h48 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
62 typedef Root root; in _GLIBCXX_VISIBILITY() typedef
136 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
Dtypelist.h48 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
62 typedef Root root; in _GLIBCXX_VISIBILITY() typedef
136 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
/aosp_15_r20/external/dokka/runners/cli/src/main/kotlin/cli/
H A Dmain.kt107 return parsedLinks.map { (root) -> ExternalDocumentationLink.Builder(root).build() } + in parseLinks() method
108 parsedOfflineLinks.map { (root, packageList) -> in parseLinks() method
177 val default = File(javaHome, "../lib/tools.jar") in findToolsJar() constant
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dstate.rs103 let root = self.document.as_table_mut(); in start_array_table() localVariable
137 let root = self.document.as_table_mut(); in start_table() localVariable
166 let root = self.document.as_table_mut(); in finalize_table() localVariable
306 fn default() -> Self { in default() method
307 let mut root = Table::new(); in default() localVariable
/aosp_15_r20/out/soong/.intermediates/external/dagger2/hilt_android_processors/linux_glibc_common/kotlin/
Dhilt_android_processors.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__dagger2__linux_glibc_common__hilt_android_processors.kotlin_module dagger ...
/aosp_15_r20/external/vboot_reference/tests/futility/
H A Dbios_geralt_cbfs.manifest.json2 "default": { object
7 "root": "b11d74edd286c144e1135b49e7f0bc20cf041f10" string
/aosp_15_r20/external/clang/utils/analyzer/
H A DCmpRuns.py38 def __init__(self, path, root="", verboseLog=None): argument
113 def get(self, key, default=None): argument
183 def loadResults(path, opts, root = "", deleteEmpty=True): argument
/aosp_15_r20/external/rust/android-crates-io/crates/termtree/src/
Dlib.rs14 pub root: D, field
116 let root = if f.alternate() { in fmt() localVariable
207 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/lint/lint-model/31.7.0-alpha07/
HDlint-model-31.7.0-alpha07.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/lint/
HDtools.lint-model.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DSimpleDialog.py10 text='', buttons=[], default=None, cancel=None, argument
94 def doit(root=root): argument
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dprotobuf_abs_path.rs29 fn default() -> ProtobufAbsPath { in default() method
55 pub fn root() -> &'static ProtobufAbsPathRef { in root() method
122 pub fn root() -> ProtobufAbsPath { in root() method
/aosp_15_r20/external/rust/android-crates-io/crates/matchit/src/
Drouter.rs10 root: Node<T>, field
14 fn default() -> Self { in default() method
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/builder/
H A Dmod.rs99 fn default() -> Self { in default() method
130 fn default() -> Self { in default() method
281 let root = self.values.pop().unwrap(); in build_singleton() localVariable
/aosp_15_r20/development/vndk/snapshot/
H A Dutils.py85 def join_realpath(root, *args): argument
89 def _get_dir_from_env(env_var, default): argument
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DconfigHandler.py45 def Get(self, section, option, type=None, default=None, raw=False): argument
216 def GetOption(self, configType, section, option, default=None, type=None, argument
700 def GetFont(self, root, configType, section): argument
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Ddocument.rs9 pub(crate) root: Item, field
70 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/well_known_types/
Dapi.rs86 fn default() -> &'a Api { in default() method
328 fn default() -> &'a Method { in default() method
545 pub root: ::std::string::String, field
552 fn default() -> &'a Mixin { in default() method
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dconfig.py50 def Get(self, section, option, type=None, default=None, raw=False): argument
214 def GetOption(self, configType, section, option, default=None, type=None, argument
728 def GetFont(self, root, configType, section): argument

12345678910>>...28