Home
last modified time | relevance | path

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

1234567

/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.java48 public Description get(String name) { return null; } in get() method in EventLogTags
50 public Description get(int tag) { return null; } in get() method in EventLogTags
DSingleton.java31 public final T get() { in get() method in Singleton
DLongSparseLongArray.java72 public long get(long key) { in get() method in LongSparseLongArray
80 public long get(long key, long valueIfKeyNotFound) { in get() method in LongSparseLongArray
DSparseBooleanArray.java65 public boolean get(int key) { in get() method in SparseBooleanArray
73 public boolean get(int key, boolean valueIfKeyNotFound) { in get() method in SparseBooleanArray
/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp94 LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) in get() function in SectionSymbolSet
100 const LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) const in get() function in SectionSymbolSet
/frameworks/volley/src/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
DNoCache.java30 public Entry get(String key) { in get() method in NoCache
/frameworks/native/include/ui/
DGraphicBufferMapper.h39 static inline GraphicBufferMapper& get() { return getInstance(); } in get() function
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLConfigImpl.java28 int get() { in get() method in EGLConfigImpl
/frameworks/base/services/java/com/android/server/am/
DAppErrorResult.java29 public int get() { in get() method in AppErrorResult
/frameworks/base/test-runner/src/android/test/
DSimpleCache.java27 final V get(K key) { in get() method in SimpleCache
/frameworks/base/core/java/android/view/
DCompatibilityInfoHolder.java34 public CompatibilityInfo get() { in get() method in CompatibilityInfoHolder
/frameworks/base/libs/hwui/thread/
DFuture.h37 T get() const { in get() function
/frameworks/rs/
DrsMatrix3x3.h28 inline float get(uint32_t x, uint32_t y) const { in get() function
DrsMatrix2x2.h28 inline float get(uint32_t x, uint32_t y) const { in get() function
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DMultiUserAvatarCache.java35 public Drawable get(int userId) { in get() method in MultiUserAvatarCache
/frameworks/base/core/tests/coretests/src/android/net/
DSSLTest.java40 String get = "GET /sslcheck.html HTTP/1.1\r\nHost: 68.178.217.222\r\n\r\n"; in testCertificate() local
/frameworks/base/core/java/android/os/
DSystemProperties.java50 public static String get(String key) { in get() method in SystemProperties
62 public static String get(String key, String def) { in get() method in SystemProperties
/frameworks/base/core/java/android/nfc/tech/
DNfcBarcode.java50 public static NfcBarcode get(Tag tag) { in get() method in NfcBarcode
DNfcV.java54 public static NfcV get(Tag tag) { in get() method in NfcV
/frameworks/base/libs/hwui/utils/
DTinyHashMap.h53 bool get(TKey key, TValue& outValue) { in get() function
/frameworks/base/libs/hwui/
DFboCache.cpp70 GLuint FboCache::get() { in get() function in android::uirenderer::FboCache

1234567