Home
last modified time | relevance | path

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

12345678910>>...12

/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
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
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
DIntermediateClass.java20 public static int get() { in get() method in IntermediateClass
DReferenced.java20 public static int get(int i) { in get() method in Referenced
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
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
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
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
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
DOuterClass.java34 public int get(int a, long b) { in get() method in OuterClass
43 public int get(int a, long b) { in get() method in OuterClass.InnerClass
DOuterClass_InnerClass_Delegate.java27 public static int get(OuterClass outer, InnerClass inner, int a, long b) { in get() method in OuterClass_InnerClass_Delegate
DOuterClass_Delegate.java26 public static int get(OuterClass instance, int a, long b) { in get() method in OuterClass_Delegate
/frameworks/base/core/java/android/util/
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
DSingleton.java31 public final T get() { in get() method in Singleton
DLongSparseLongArray.java94 public long get(long key) { in get() method in LongSparseLongArray
102 public long get(long key, long valueIfKeyNotFound) { in get() method in LongSparseLongArray
DSparseLongArray.java92 public long get(int key) { in get() method in SparseLongArray
100 public long get(int key, long valueIfKeyNotFound) { in get() method in SparseLongArray
/frameworks/base/services/core/java/com/android/server/hdmi/
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
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
/frameworks/volley/src/main/java/com/android/volley/toolbox/
DRequestFuture.java86 public T get() throws InterruptedException, ExecutionException { in get() method in RequestFuture
95 public T get(long timeout, TimeUnit unit) in get() method in RequestFuture
/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp96 LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) { in get() function in mcld::SectionSymbolSet
101 const LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) const { in get() function in mcld::SectionSymbolSet
/frameworks/base/core/java/android/service/notification/
DIStatusBarNotificationHolder.aidl24 StatusBarNotification get(); in get() method
/frameworks/native/include/ui/
DGraphicBufferMapper.h39 static inline GraphicBufferMapper& get() { return getInstance(); } in get() function
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
DTestApplication.java30 public static int get(boolean condition) { in get() method in TestApplication
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLConfigImpl.java28 long get() { in get() method in EGLConfigImpl
/frameworks/base/services/core/java/com/android/server/am/
DAppErrorResult.java28 public int get() { in get() method in AppErrorResult
/frameworks/rs/
DrsMatrix2x2.h28 inline float get(uint32_t col, uint32_t row) const { in get() function
DrsMatrix3x3.h28 inline float get(uint32_t col, uint32_t row) const { in get() function
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DInputSource.cpp61 audio_devices_t Element<audio_source_t>::get<audio_devices_t>() const in get() function in android::audio_policy::Element

12345678910>>...12