/aosp12/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
|
/aosp12/system/libbase/include/android-base/ |
H A D | no_destructor.h | 86 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 D | PowerStatsCollector.cpp | 26 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 D | sys_prop.rs | 9 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 D | OuterClass.java | 37 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 D | SystemProperties.java | 37 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 D | ReflectIntermediateClass.java | 28 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 D | AsyncFuture.java | 44 T get() throws InterruptedException, ExecutionException; in get() method 50 T get(long timeout, @NonNull TimeUnit unit) in get() method
|
H A D | AndroidAsyncFuture.java | 42 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 D | PluginDependency.java | 24 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 D | ProcessorBase.java | 64 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 D | AETriggerResult.java | 93 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 D | AFTriggerResult.java | 90 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 D | Config.java | 36 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 D | TransitionStore.java | 33 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 D | C2SampleComponent_test.cpp | 223 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 D | EventLogTags.java | 42 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 D | NamedFuture.java | 63 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 D | parcel_internal.h | 27 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 D | UnmodifiableSparseArray.java | 37 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 D | UnmodifiableSparseIntArray.java | 37 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 D | NetdService.java | 75 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 D | SparseIntArray.java | 42 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 D | autofd.h | 63 int get() const { in get() function 93 int get() { in get() function
|