Home
last modified time | relevance | path

Searched defs:get (Results 1 – 25 of 988) sorted by relevance

12345678910>>...40

/aosp12/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
/aosp12/system/libbase/include/android-base/
H A Dno_destructor.h86 const T* get() const { return reinterpret_cast<const T*>(storage_); } in get() function
87 T* get() { return reinterpret_cast<T*>(storage_); } in get() function
/aosp12/hardware/google/pixel/pwrstats_util/
H A DPowerStatsCollector.cpp26 int PowerStatsCollector::get(std::vector<PowerStatistic>* stats) const { in get() function in PowerStatsCollector
46 int PowerStatsCollector::get(const std::vector<PowerStatistic>& start, in get() function in PowerStatsCollector
91 int IPowerStatProvider::get(PowerStatistic* stat) const { in get() function in IPowerStatProvider
100 int IPowerStatProvider::get(const PowerStatistic& start, PowerStatistic* interval) const { in get() function in IPowerStatProvider
/aosp12/system/bt/gd/rust/common/src/
H A Dsys_prop.rs9 fn get(name: &str) -> String; in get() function
19 pub fn get(name: &str) -> Option<String> { in get() function
32 pub fn get(_name: &str) -> Option<String> { in get() function
/aosp12/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/dataclass/
H A DOuterClass.java37 public int get(int a, long b) { in get() method in OuterClass
53 public int get(int a, long b) { in get() method in OuterClass.InnerClass
67 public int get(int a, long b) { in get() method in OuterClass.StaticInnerClass
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
H A DSystemProperties.java37 public static String get(String key, String defaultValue) { in get() method in SystemProperties
40 final Method get = systemProperties.getMethod("get", String.class, String.class); in get() local
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DReflectIntermediateClass.java28 public static int get(int from, int to, int sleepMillis) throws ClassNotFoundException, in get() method in ReflectIntermediateClass
35 Method get = bigClass.getMethod("get" + i); in get() local
/aosp12/packages/services/Car/car-lib/src/android/car/util/concurrent/
H A DAsyncFuture.java44 T get() throws InterruptedException, ExecutionException; in get() method
50 T get(long timeout, @NonNull TimeUnit unit) in get() method
H A DAndroidAsyncFuture.java42 public T get() throws InterruptedException, ExecutionException { in get() method in AndroidAsyncFuture
47 public T get(long timeout, TimeUnit unit) in get() method in AndroidAsyncFuture
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DPluginDependency.java24 public static <T> T get(Plugin p, Class<T> cls) { in get() method in PluginDependency
29 abstract <T> T get(Plugin p, Class<T> cls); in get() method in PluginDependency.DependencyProvider
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DProcessorBase.java64 public final Object get() { in get() method in ProcessorBase
72 public final Object get(long timeout, TimeUnit unit) { in get() method in ProcessorBase
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
H A DAETriggerResult.java93 public boolean get() throws InterruptedException { in get() method in AETriggerResult
107 public boolean get(long timeout, TimeUnit timeUnit) throws InterruptedException, in get() method in AETriggerResult
H A DAFTriggerResult.java90 public boolean get() throws InterruptedException { in get() method in AFTriggerResult
104 public boolean get(long timeout, TimeUnit timeUnit) throws InterruptedException, in get() method in AFTriggerResult
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DConfig.java36 public static synchronized AlbumSetPage get(Context context) { in get() method in Config.AlbumSetPage
87 public static synchronized AlbumPage get(Context context) { in get() method in Config.AlbumPage
112 public static synchronized ManageCachePage get(Context context) { in get() method in Config.ManageCachePage
H A DTransitionStore.java33 public <T> T get(Object key) { in get() method in TransitionStore
38 public <T> T get(Object key, T valueIfNull) { in get() method in TransitionStore
/aosp12/frameworks/av/media/codec2/tests/
H A DC2SampleComponent_test.cpp223 int32_t get(const C2FieldSupportedValues::Primitive &p, int32_t*) { in get() function
226 int64_t get(const C2FieldSupportedValues::Primitive &p, int64_t*) { in get() function
229 uint32_t get(const C2FieldSupportedValues::Primitive &p, uint32_t*) { in get() function
232 uint64_t get(const C2FieldSupportedValues::Primitive &p, uint64_t*) { in get() function
235 float get(const C2FieldSupportedValues::Primitive &p, float*) { in get() function
242 typename std::underlying_type<E>::type get(const C2FieldSupportedValues::Primitive &p, E*) { in get() function
259 typename lax_underlying_type<E>::type get( in get() function
/aosp12/frameworks/base/core/java/android/util/
H A DEventLogTags.java42 public Description get(String name) { return null; } in get() method in EventLogTags
44 public Description get(int tag) { return null; } in get() method in EventLogTags
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/util/
H A DNamedFuture.java63 public V get() throws InterruptedException, ExecutionException { in get() method in NamedFuture
68 public V get(long l, TimeUnit timeUnit) in get() method in NamedFuture
/aosp12/frameworks/native/libs/binder/ndk/
H A Dparcel_internal.h27 const ::android::Parcel* get() const { return mParcel; } in get() function
28 ::android::Parcel* get() { return mParcel; } in get() function
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DUnmodifiableSparseArray.java37 public E get(int key) { in get() method in UnmodifiableSparseArray
41 public E get(int key, E valueIfKeyNotFound) { in get() method in UnmodifiableSparseArray
H A DUnmodifiableSparseIntArray.java37 public int get(int key) { in get() method in UnmodifiableSparseIntArray
41 public int get(int key, int valueIfKeyNotFound) { in get() method in UnmodifiableSparseIntArray
/aosp12/frameworks/base/services/net/java/android/net/util/
H A DNetdService.java75 public static INetd get(long maxTimeoutMs) { in get() method in NetdService
113 public static INetd get() { in get() method in NetdService
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
H A DSparseIntArray.java42 public int get(final int key) { in get() method in SparseIntArray
46 public int get(final int key, final int valueIfKeyNotFound) { in get() method in SparseIntArray
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
H A Dautofd.h63 int get() const { in get() function
93 int get() { in get() function

12345678910>>...40