Searched defs:get (Results 1 - 25 of 117) sorted by relevance

12345

/frameworks/base/include/ui/
H A DGraphicBufferMapper.h39 static inline GraphicBufferMapper& get() { return getInstance(); } function in class:android::GraphicBufferMapper
/frameworks/base/core/java/android/util/
H A DSingleton.java31 public final T get() { method in class:Singleton
H A DEventLogTags.java48 public Description get(String name) { return null; } method in class:EventLogTags
50 public Description get(int tag) { return null; } method in class:EventLogTags
/frameworks/base/test-runner/src/android/test/
H A DSimpleCache.java27 final V get(K key) { method in class:SimpleCache
29 return map.get(key);
/frameworks/base/core/java/android/view/
H A DCompatibilityInfoHolder.java34 public CompatibilityInfo get() { method in class:CompatibilityInfoHolder
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLConfigImpl.java28 int get() { method in class:EGLConfigImpl
/frameworks/base/opengl/libs/EGL/
H A Degl_object.cpp58 bool egl_object_t::get(egl_display_t const* display, egl_object_t* object) { function in class:android::egl_object_t
/frameworks/base/services/java/com/android/server/am/
H A DAppErrorResult.java29 public int get() { method in class:AppErrorResult
/frameworks/base/core/java/android/nfc/
H A DApduList.java23 public List<byte[]> get() { method in class:ApduList
/frameworks/base/core/java/android/nfc/tech/
H A DNdefFormatable.java34 * <p>Acquire a {@link NdefFormatable} object using {@link #get}.
59 public static NdefFormatable get(Tag tag) { method in class:NdefFormatable
H A DNfcB.java28 * <p>Acquire a {@link NfcB} object using {@link #get}.
53 public static NfcB get(Tag tag) { method in class:NfcB
H A DNfcV.java28 * <p>Acquire a {@link NfcV} object using {@link #get}.
54 public static NfcV get(Tag tag) { method in class:NfcV
H A DIsoDep.java30 * <p>Acquire an {@link IsoDep} object using {@link #get}.
60 public static IsoDep get(Tag tag) { method in class:IsoDep
H A DNfcA.java30 * <p>Acquire a {@link NfcA} object using {@link #get}.
57 public static NfcA get(Tag tag) { method in class:NfcA
H A DNfcF.java30 * <p>Acquire a {@link NfcF} object using {@link #get}.
57 public static NfcF get(Tag tag) { method in class:NfcF
/frameworks/base/libs/hwui/
H A DFboCache.cpp70 GLuint FboCache::get() { function in class:android::uirenderer::FboCache
H A DPathCache.cpp68 PathTexture* PathCache::get(SkPath* path, SkPaint* paint) { function in class:android::uirenderer::PathCache
70 PathTexture* texture = mCache.get(entry);
/frameworks/base/libs/rs/
H A DrsMatrix2x2.h28 inline float get(uint32_t row, uint32_t col) const { function in struct:android::renderscript::Matrix2x2
H A DrsMatrix3x3.h28 inline float get(uint32_t row, uint32_t col) const { function in struct:android::renderscript::Matrix3x3
/frameworks/base/sax/java/android/sax/
H A DChildren.java65 Element get(String uri, String localName) { method in class:Children
/frameworks/base/services/java/com/android/server/
H A DProcessMap.java27 public E get(String name, int uid) { method in class:ProcessMap
28 SparseArray<E> uids = mMap.get(name);
30 return uids.get(uid);
34 SparseArray<E> uids = mMap.get(name);
44 SparseArray<E> uids = mMap.get(name);
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
H A DOuterClass.java31 // Outer.get returns 1 + a + b
34 public int get(int a, long b) { method in class:OuterClass
42 // Inner.get returns 2 + 1 + a + b
43 public int get(int a, long b) { method in class:OuterClass.InnerClass
H A DOuterClass_Delegate.java25 // The delegate override of Outer.get returns 4 + a + b
26 public static int get(OuterClass instance, int a, long b) { method in class:OuterClass_Delegate
H A DOuterClass_InnerClass_Delegate.java26 // The delegate override of Inner.get return 6 + a + b
27 public static int get(OuterClass outer, InnerClass inner, int a, long b) { method in class:OuterClass_InnerClass_Delegate
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
H A DContextManager.h57 static ContextManager &get() { function in class:bcc::ContextManager

Completed in 1213 milliseconds

12345