Home
last modified time | relevance | path

Searched defs:get (Results 501 – 525 of 12097) sorted by relevance

1...<<21222324252627282930>>...484

/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/fmtlib/include/fmt/
Dposix.h133 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 DVarHandleBaseTest.java368 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 DMultimaps.java724 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/
Dselect_macro.rs463 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 DICULocaleService.java44 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 Dpanicking.rs636 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 DICULocaleService.java40 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 Dpanicking.rs636 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 DUnixFileAttributes.java65 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 DProperty.java342 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/
Dwrite.hpp501 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 DUrlComponentEncodingTester.java341 @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 DCallTest.java125 @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 DTypeSize.h47 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/
DTypeSize.h44 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/
DTypeSize.h44 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/
DTypeSize.h44 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/
Dtoy.cpp99 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/
DILegacyKeystore.java38 @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 DSystemProperties.java149 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 Dremote_cache.py40 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/
Djmap.rs16 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/
Djmap.rs18 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 Dhb-null.hh192 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 DDirectByteBuffer.annotated.java63 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

1...<<21222324252627282930>>...484