Home
last modified time | relevance | path

Searched defs:get (Results 226 – 250 of 12097) sorted by relevance

12345678910>>...484

/aosp_15_r20/external/icu/libicu/ndk_headers/unicode/
H A Dchar16ptr.h128 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/
Dchar16ptr.h128 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 Dchar16ptr.h126 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 Dchar16ptr.h126 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/
Dproperties.rs66 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/
DCharBuffer.java690 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/
DParameter.h168 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
DAcousticEchoCanceler.h97 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
DAutomaticGainControlV1.h98 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
DEraser.h103 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
DVolume.h97 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
DDownmix.h96 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 DCharBuffer.java690 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/
DCharBuffer.java690 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 Dexample-bind.cpp142 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 DReferencedByAnnotationWithOtherReferences.java24 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 DReferencedByClassInAnnotation.java24 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 Ddiscrim-union.cpp49 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/
Dmap_impl.hpp139 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 DHashing.java418 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 DPersistentHashArrayMappedTrie.java39 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 Ddynamic_buffer.h31 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 DPlatform.common.kt169 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/
Dbench_alloc_stable_vector_burst.cpp50 { 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/
DDeviceConfigHelper.kt52 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

12345678910>>...484