Home
last modified time | relevance | path

Searched +defs:map +defs:default (Results 101 – 125 of 1027) sorted by relevance

12345678910>>...42

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs335 fn default() -> Cell<T> { in default() method
1307 fn default() -> RefCell<T> { in default() method
1509 pub fn map<U: ?Sized, F>(orig: Ref<'b, T>, f: F) -> Ref<'b, U> in map() method
1654 pub fn map<U: ?Sized, F>(mut orig: RefMut<'b, T>, f: F) -> RefMut<'b, U> in map() method
2216 fn default() -> UnsafeCell<T> { in default() method
2357 fn default() -> SyncUnsafeCell<T> { in default() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs335 fn default() -> Cell<T> { in default() method
1307 fn default() -> RefCell<T> { in default() method
1509 pub fn map<U: ?Sized, F>(orig: Ref<'b, T>, f: F) -> Ref<'b, U> in map() method
1654 pub fn map<U: ?Sized, F>(mut orig: RefMut<'b, T>, f: F) -> RefMut<'b, U> in map() method
2216 fn default() -> UnsafeCell<T> { in default() method
2357 fn default() -> SyncUnsafeCell<T> { in default() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs335 fn default() -> Cell<T> { in default() method
1307 fn default() -> RefCell<T> { in default() method
1509 pub fn map<U: ?Sized, F>(orig: Ref<'b, T>, f: F) -> Ref<'b, U> in map() method
1654 pub fn map<U: ?Sized, F>(mut orig: RefMut<'b, T>, f: F) -> RefMut<'b, U> in map() method
2216 fn default() -> UnsafeCell<T> { in default() method
2357 fn default() -> SyncUnsafeCell<T> { in default() method
/aosp_15_r20/prebuilts/cmdline-tools/
HDlint-tests.jar ... [] getPlatformLibraries () public java.util.Map getProperties () public java.lang.String getProperty ...
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/
Drequest.rs687 pub fn map<F, U>(self, f: F) -> Request<U> in map() method
699 fn default() -> Request<T> { in default() method
1076 fn default() -> Builder { in default() method
/aosp_15_r20/out/soong/.intermediates/external/ksp/kotlin_symbol_processing_api/linux_glibc_common/kotlin/
Dkotlin_symbol_processing_api.jar ... $iv$iv int $i$f$map Iterable $this$map$iv int $i ...
/aosp_15_r20/out/soong/.intermediates/external/ksp/kotlin_symbol_processing_api/linux_glibc_common/local-javac-header/
Dkotlin_symbol_processing_api.jar ... $iv$iv int $i$f$map Iterable $this$map$iv int $i ...
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/
Dlib.rs392 mod map; module
690 fn default() -> Self { in default() method
880 fn default() -> Self; in default() method
892 fn default(s: S) -> Self; in default() method
898 fn default(s: S) -> Self; in default() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/shared/SystemUISharedLib/android_common/kotlin/
DSystemUISharedLib.jar ... final String name private final String namespace private final boolean default private final boolean teamfood private final boolean overridden public static
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/shared/SystemUISharedLib/android_common/repackaged-jarjar/kotlinc/
DSystemUISharedLib.jarcom/android/systemui/unfold/util/UnfoldOnlyProgressProvider.class UnfoldOnlyProgressProvider.kt package com. ...
/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/
Dhash_map.rs413 fn default() -> AHashMap<K, V, RandomState> { in default() method
480 let mut map: AHashMap<String, String> = AHashMap::new(); in test_borrow() localVariable
488 let mut map = AHashMap::new(); in test_serde() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/
H A Drwlock.rs561 fn default() -> RwLock<T> { in default() method
770 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockReadGuard<'a, U> in map() method
835 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockReadGuard<'a, U> in map() method
900 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockWriteGuard<'a, U> in map() method
977 pub fn map<U, F>(mut orig: Self, f: F) -> MappedRwLockWriteGuard<'a, U> in map() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/
H A Drwlock.rs561 fn default() -> RwLock<T> { in default() method
770 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockReadGuard<'a, U> in map() method
835 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockReadGuard<'a, U> in map() method
900 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockWriteGuard<'a, U> in map() method
977 pub fn map<U, F>(mut orig: Self, f: F) -> MappedRwLockWriteGuard<'a, U> in map() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/
H A Drwlock.rs561 fn default() -> RwLock<T> { in default() method
770 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockReadGuard<'a, U> in map() method
835 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockReadGuard<'a, U> in map() method
900 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockWriteGuard<'a, U> in map() method
977 pub fn map<U, F>(mut orig: Self, f: F) -> MappedRwLockWriteGuard<'a, U> in map() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/
H A Drwlock.rs561 fn default() -> RwLock<T> { in default() method
770 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockReadGuard<'a, U> in map() method
835 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockReadGuard<'a, U> in map() method
900 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockWriteGuard<'a, U> in map() method
977 pub fn map<U, F>(mut orig: Self, f: F) -> MappedRwLockWriteGuard<'a, U> in map() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/
H A Drwlock.rs561 fn default() -> RwLock<T> { in default() method
770 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockReadGuard<'a, U> in map() method
835 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockReadGuard<'a, U> in map() method
900 pub fn map<U, F>(orig: Self, f: F) -> MappedRwLockWriteGuard<'a, U> in map() method
977 pub fn map<U, F>(mut orig: Self, f: F) -> MappedRwLockWriteGuard<'a, U> in map() method
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Dmessage_field.rs113 pub fn map<U, F>(self, f: F) -> MessageField<U> in map() method
190 fn default() -> MessageField<T> { in default() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/processors/staledataclass/staledataclass-annotation-processor/linux_glibc_common/kotlin/
Dstaledataclass-annotation-processor.jar ... $iv$iv int $i$f$map java.util.Map $this$map$ ...
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-scripting-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-scripting- ...
HDscripting-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-scripting- ...
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dmap.rs17 map: UnorderedMap<K, usize>, field
157 fn default() -> Self { in default() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dmap.rs17 map: UnorderedMap<K, usize>, field
157 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/cxx/syntax/
Dmap.rs17 map: UnorderedMap<K, usize>, field
157 fn default() -> Self { in default() method
/aosp_15_r20/external/kotlin-compose-compiler/org/jetbrains/kotlin/kotlin-compose-compiler-plugin-embeddable/2.0.0/
HDkotlin-compose-compiler-plugin-embeddable-2.0.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/compiler-hosted. ...
/aosp_15_r20/external/kotlin-compose-compiler/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.0.0/
HDkotlin-compose-compiler-plugin-2.0.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/compiler-hosted. ...

12345678910>>...42