/aosp_15_r20/external/icu/libicu/ndk_headers/unicode/ |
H A D | char16ptr.h | 128 char16_t *Char16Ptr::get() const { return p_; } in get() function 142 char16_t *Char16Ptr::get() const { return u_.cp; } in get() function 236 const char16_t *ConstChar16Ptr::get() const { return p_; } in get() function 250 const char16_t *ConstChar16Ptr::get() const { return u_.cp; } in get() function
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/unicode/ |
D | char16ptr.h | 128 char16_t *Char16Ptr::get() const { return p_; } in get() function 142 char16_t *Char16Ptr::get() const { return u_.cp; } in get() function 236 const char16_t *ConstChar16Ptr::get() const { return p_; } in get() function 250 const char16_t *ConstChar16Ptr::get() const { return u_.cp; } in get() function
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/ |
H A D | char16ptr.h | 126 char16_t *Char16Ptr::get() const { return p_; } in get() function 140 char16_t *Char16Ptr::get() const { return u_.cp; } in get() function 234 const char16_t *ConstChar16Ptr::get() const { return p_; } in get() function 248 const char16_t *ConstChar16Ptr::get() const { return u_.cp; } in get() function
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/ |
H A D | char16ptr.h | 126 char16_t *Char16Ptr::get() const { return p_; } in get() function 140 char16_t *Char16Ptr::get() const { return u_.cp; } in get() function 234 const char16_t *ConstChar16Ptr::get() const { return p_; } in get() function 248 const char16_t *ConstChar16Ptr::get() const { return u_.cp; } in get() function
|
/aosp_15_r20/system/memory/mmd/src/ |
D | properties.rs | 66 pub fn get(&self, default: bool) -> bool { in get() method 96 pub fn get(&self, default: u64) -> u64 { in get() method 130 pub fn get(&self, default: Duration) -> Duration { in get() method 154 pub fn get(&self, default: &str) -> String { in get() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/ |
D | CharBuffer.java | 690 public abstract char get(); in get() method in CharBuffer 724 public abstract char get(int index); in get() method in CharBuffer 815 public CharBuffer get(char[] dst, int offset, int length) { in get() method in CharBuffer 846 public CharBuffer get(char[] dst) { in get() method in CharBuffer 894 public CharBuffer get(int index, char[] dst, int offset, int length) { in get() method in CharBuffer 930 public CharBuffer get(int index, char[] dst) { in get() method in CharBuffer
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/include/aidl/android/hardware/audio/effect/ |
D | Parameter.h | 168 const auto& get() const { in get() function 174 auto& get() { in get() function 396 const auto& get() const { in get() function 402 auto& get() { in get() function 504 const auto& get() const { in get() function 510 auto& get() { in get() function
|
D | AcousticEchoCanceler.h | 97 const auto& get() const { in get() function 103 auto& get() { in get() function 183 const auto& get() const { in get() function 189 auto& get() { in get() function
|
D | AutomaticGainControlV1.h | 98 const auto& get() const { in get() function 104 auto& get() { in get() function 185 const auto& get() const { in get() function 191 auto& get() { in get() function
|
D | Eraser.h | 103 const auto& get() const { in get() function 109 auto& get() { in get() function 189 const auto& get() const { in get() function 195 auto& get() { in get() function
|
D | Volume.h | 97 const auto& get() const { in get() function 103 auto& get() { in get() function 183 const auto& get() const { in get() function 189 auto& get() { in get() function
|
D | Downmix.h | 96 const auto& get() const { in get() function 102 auto& get() { in get() function 186 const auto& get() const { in get() function 192 auto& get() { in get() function
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/ |
H A D | CharBuffer.java | 690 public abstract char get(); in get() method in CharBuffer 724 public abstract char get(int index); in get() method in CharBuffer 815 public CharBuffer get(char[] dst, int offset, int length) { in get() method in CharBuffer 846 public CharBuffer get(char[] dst) { in get() method in CharBuffer 894 public CharBuffer get(int index, char[] dst, int offset, int length) { in get() method in CharBuffer 930 public CharBuffer get(int index, char[] dst) { in get() method in CharBuffer
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/ |
D | CharBuffer.java | 690 public abstract char get(); in get() method in CharBuffer 724 public abstract char get(int index); in get() method in CharBuffer 815 public CharBuffer get(char[] dst, int offset, int length) { in get() method in CharBuffer 846 public CharBuffer get(char[] dst) { in get() method in CharBuffer 894 public CharBuffer get(int index, char[] dst, int offset, int length) { in get() method in CharBuffer 930 public CharBuffer get(int index, char[] dst) { in get() method in CharBuffer
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | example-bind.cpp | 142 static RJ get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() function in get_impl 143 static PJ get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() function in get_impl 151 static RJ get(tuple<Head, Values...>& t) { return t.head(); } in get() function in get_impl 152 static PJ get(const tuple<Head, Values...>& t) { return t.head(); } in get() function in get_impl 157 get(tuple<Values...>& t) { in get() function 163 get(const tuple<Values...>& t) { in get() function
|
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/ |
H A D | ReferencedByAnnotationWithOtherReferences.java | 24 public int get() { in get() method 31 public int get() { in get() method 37 public abstract int get(); in get() method in ReferencedByAnnotationWithOtherReferences
|
H A D | ReferencedByClassInAnnotation.java | 24 public int get() { in get() method 31 public int get() { in get() method 37 public abstract int get(); in get() method in ReferencedByClassInAnnotation
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | discrim-union.cpp | 49 constexpr const T &get(select<0>) { return val; } in get() function 50 …template<unsigned N> constexpr const decltype(static_cast<const rest_t&>(rest).get(select<N-1>{}))… in get() function 88 constexpr const_get_result<N> get() { in get() function in either 96 constexpr const U &get() { in get() function in either
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/map/detail/ |
D | map_impl.hpp | 139 get(mpl::identity<key_type>) const in get() function 146 get(mpl::identity<key_type>) in get() function 153 get(mpl::int_<index>) const in get() function 160 get(mpl::int_<index>) in get() function
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | Hashing.java | 418 public HashFunction get() { in get() method 424 public HashFunction get() { in get() method 487 public Checksum get() { in get() method 494 public Checksum get() { in get() method 500 public Checksum get() { in get() method
|
/aosp_15_r20/external/grpc-grpc-java/context/src/main/java/io/grpc/ |
H A D | PersistentHashArrayMappedTrie.java | 39 static <K,V> V get(Node<K,V> root, K key) { in get() method in PersistentHashArrayMappedTrie 73 public V get(K key, int hash, int bitsConsumed) { in get() method in PersistentHashArrayMappedTrie.Leaf 130 public V get(K key, int hash, int bitsConsumed) { in get() method in PersistentHashArrayMappedTrie.CollisionLeaf 207 public V get(K key, int hash, int bitsConsumed) { in get() method in PersistentHashArrayMappedTrie.CompressedIndex 295 V get(K key, int hash, int bitsConsumed); in get() method
|
/aosp_15_r20/external/libgav1/src/utils/ |
H A D | dynamic_buffer.h | 31 T* get() { return buffer_.get(); } in get() function 32 const T* get() const { return buffer_.get(); } in get() function 60 T* get() { return buffer_.get(); } in get() function
|
/aosp_15_r20/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/internal/ |
H A D | Platform.common.kt | 169 fun get(key: KClass<Any>): KSerializer<T>? in get() method 180 fun get(key: KClass<Any>, types: List<KType> = emptyList()): Result<KSerializer<T>?> in get() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/bench/ |
D | bench_alloc_stable_vector_burst.cpp | 50 { static const char *get() { return "StdAllocator"; } }; in get() function 53 { static const char *get() { return "AllocatorPlusV1"; } }; in get() function 56 { static const char *get() { return "AllocatorPlusV2"; } }; in get() function 59 { static const char *get() { return "AdPool2PercentV2"; } }; in get() function
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | DeviceConfigHelper.kt | 52 override fun <T : Any> get(key: String, fallback: T): T { in <lambda>() method in com.android.quickstep.util.DeviceConfigHelper 90 override fun <T : Any> get(key: String, fallback: T): T { in <lambda>() method 116 fun <T : Any> get(key: String, fallback: T): T in <lambda>() method 123 fun <T : Any> get(key: String, fallback: T, desc: String? = null): T { in <lambda>() method in com.android.quickstep.util.DeviceConfigHelper.PropReader
|