/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/fmtlib/include/fmt/ |
D | posix.h | 133 int get() const FMT_NOEXCEPT { return value_; } in get() function 174 FILE* get() const FMT_NOEXCEPT { return file_; } in get() function 307 type get() const { return locale_; } in get() function
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/VarHandles/ |
H A D | VarHandleBaseTest.java | 368 MethodHandle get(TestAccessMode am) { in get() method in VarHandleBaseTest.Handles 372 MethodHandle get(TestAccessMode am, MethodType mt) { in get() method in VarHandleBaseTest.Handles 407 abstract T get() throws Exception; in get() method in VarHandleBaseTest.AccessTestCase 432 VarHandle get() { in get() method in VarHandleBaseTest.VarHandleAccessTestCase 452 Handles get() throws Exception { in get() method in VarHandleBaseTest.MethodHandleAccessTestCase
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | Multimaps.java | 724 public Collection<V> get(@ParametricNullness K key) { in get() method in Multimaps.UnmodifiableMultimap 801 public List<V> get(@ParametricNullness K key) { in get() method in Multimaps.UnmodifiableListMultimap 831 public Set<V> get(@ParametricNullness K key) { in get() method in Multimaps.UnmodifiableSetMultimap 870 public SortedSet<V> get(@ParametricNullness K key) { in get() method in Multimaps.UnmodifiableSortedSetMultimap 1157 public Set<V> get(@ParametricNullness final K key) { in get() method in Multimaps.MapMultimap
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/tests/ |
D | select_macro.rs | 463 fn get() -> Sender<i32> { in panic_sender() function 478 fn get() -> Receiver<i32> { in panic_receiver() function 1218 let get = move || { in once_receiver() localVariable 1233 let get = move || { in once_sender() localVariable
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | ICULocaleService.java | 44 public Object get(ULocale locale) { in get() method in ICULocaleService 52 public Object get(ULocale locale, int kind) { in get() method in ICULocaleService 60 public Object get(ULocale locale, ULocale[] actualReturn) { in get() method in ICULocaleService 70 public Object get(ULocale locale, int kind, ULocale[] actualReturn) { in get() method in ICULocaleService
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | panicking.rs | 636 fn get(&mut self) -> &(dyn Any + Send) { in begin_panic_handler() method 648 fn get(&mut self) -> &(dyn Any + Send) { in begin_panic_handler() method 730 fn get(&mut self) -> &(dyn Any + Send) { in begin_panic() method 836 fn get(&mut self) -> &(dyn Any + Send) { in rust_panic_without_hook() method
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | ICULocaleService.java | 40 public Object get(ULocale locale) { in get() method in ICULocaleService 48 public Object get(ULocale locale, int kind) { in get() method in ICULocaleService 56 public Object get(ULocale locale, ULocale[] actualReturn) { in get() method in ICULocaleService 66 public Object get(ULocale locale, int kind, ULocale[] actualReturn) { in get() method in ICULocaleService
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | panicking.rs | 636 fn get(&mut self) -> &(dyn Any + Send) { in begin_panic_handler() method 648 fn get(&mut self) -> &(dyn Any + Send) { in begin_panic_handler() method 730 fn get(&mut self) -> &(dyn Any + Send) { in begin_panic() method 836 fn get(&mut self) -> &(dyn Any + Send) { in rust_panic_without_hook() method
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/ |
H A D | UnixFileAttributes.java | 65 static UnixFileAttributes get(UnixPath path, boolean followLinks) in get() method in UnixFileAttributes 78 static UnixFileAttributes get(int fd) throws UnixException { in get() method in UnixFileAttributes 85 static UnixFileAttributes get(int dfd, UnixPath path, boolean followLinks) in get() method in UnixFileAttributes
|
/aosp_15_r20/external/emma/core/java12/com/vladium/util/ |
H A D | Property.java | 342 public Object get (final Object key) in get() method in Property.FilePropertyLookup 419 public Object get (final Object key) in get() method in Property.SystemPropertyLookup 500 public Object get (final Object key) in get() method in Property.SystemRedirectsLookup
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | write.hpp | 501 static type get( in get() function 521 static type get( in get() function 754 static type get( in get() function 773 static type get( in get() function 1047 static type get( in get() function 1066 static type get( in get() function
|
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
H A D | UrlComponentEncodingTester.java | 341 @Override public String get(HttpUrl url) { in get() method 355 @Override public String get(HttpUrl url) { in get() method 370 @Override public String get(HttpUrl url) { in get() method 386 @Override public String get(HttpUrl url) { in get() method 402 @Override public String get(HttpUrl url) { in get() method 414 public abstract String get(HttpUrl url); in get() method in UrlComponentEncodingTester.Component
|
H A D | CallTest.java | 125 @Test public void get() throws Exception { in get() method in CallTest 1126 RecordedRequest get = server.takeRequest(); in postBodyRetransmittedOnFailureRecovery() local 2095 RecordedRequest get = server.takeRequest(); in proxyConnectOmitsApplicationHeaders() local 2133 RecordedRequest get = server.takeRequest(); in proxyAuthenticateOnConnect() local 2165 RecordedRequest get = server.takeRequest(); in noProactiveProxyAuthorization() local 2195 RecordedRequest get = server.takeRequest(); in ipv6HostHasSquareBraces() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 47 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() function 297 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get() function 328 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | TypeSize.h | 44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() function 314 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get() function 339 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | TypeSize.h | 44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() function 302 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get() function 327 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | TypeSize.h | 44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() function 302 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get() function 327 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/x3/toy/ |
D | toy.cpp | 99 T const& get(mpl::identity<ID>) const in get() function 106 get(Identity id) const in get() function 119 undefined get(ID) const in get() function
|
/aosp_15_r20/out/soong/.intermediates/system/security/keystore2/aidl/android.security.legacykeystore-java-source/gen/android/security/legacykeystore/ |
D | ILegacyKeystore.java | 38 @Override public byte[] get(java.lang.String alias, int uid) throws android.os.RemoteException in get() method in ILegacyKeystore.Default 232 @Override public byte[] get(java.lang.String alias, int uid) throws android.os.RemoteException in get() method in ILegacyKeystore.Stub.Proxy 360 public byte[] get(java.lang.String alias, int uid) throws android.os.RemoteException; in get() method
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | SystemProperties.java | 149 public static String get(@NonNull String key) { in get() method in SystemProperties 165 public static String get(@NonNull String key, @Nullable String def) { in get() method in SystemProperties 368 @NonNull public String get() { in get() method in SystemProperties.Handle
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | remote_cache.py | 40 def get(self, key: str) -> Optional[_T]: member in RemoteCacheBackend 93 def get(self, key: str) -> Optional[_T]: member in RemoteCache 149 def get(self, key: str) -> Optional[bytes]: member in RedisRemoteCacheBackend
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/ |
D | jmap.rs | 16 get: JMethodID, field 43 let get = env.get_method_id(&class, "get", "(Ljava/lang/Object;)Ljava/lang/Object;")?; in from_env() localVariable 66 pub fn get(&self, key: JObject<'a>) -> Result<Option<JObject<'a>>> { in get() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | jmap.rs | 18 get: JMethodID, field 49 let get = env.get_method_id(&class, "get", "(Ljava/lang/Object;)Ljava/lang/Object;")?; in from_env() localVariable 71 pub fn get<'other_local_2>( in get() method
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-null.hh | 192 static Type & get () { return Crap (Type); } in get() function 196 static const Type & get () { return Null (Type); } in get() function 218 T * get () const { return v ? v : const_cast<T *> (std::addressof (Null (T))); } in get() function
|
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/nio/ |
H A D | DirectByteBuffer.annotated.java | 63 public final byte get() { throw new RuntimeException("Stub!"); } in get() method in DirectByteBuffer 66 public final byte get(int i) { throw new RuntimeException("Stub!"); } in get() method in DirectByteBuffer 69 public java.nio.ByteBuffer get(byte[] dst, int dstOffset, int length) { throw new RuntimeException(… in get() method in DirectByteBuffer
|