/frameworks/base/core/java/android/nfc/tech/ |
NfcB.java | 28 * <p>Acquire a {@link NfcB} object using {@link #get}. 45 * Get an instance of {@link NfcB} for the given tag. 53 public static NfcB get(Tag tag) { method in class:NfcB
|
NfcBarcode.java | 26 * <p>Acquire an {@link NfcBarcode} object using {@link #get}. 41 * Get an instance of {@link NfcBarcode} for the given tag. 50 public static NfcBarcode get(Tag tag) { method in class:NfcBarcode
|
NfcV.java | 28 * <p>Acquire a {@link NfcV} object using {@link #get}. 46 * Get an instance of {@link NfcV} for the given tag. 54 public static NfcV get(Tag tag) { method in class:NfcV
|
/frameworks/base/core/java/android/util/ |
Property.java | 21 * in a <em>host</em> object. The Property's {@link #set(Object, Object)} or {@link #get(Object)} 46 * <p>If either of the get/is method alternatives is found on the class, but an appropriate 91 public abstract V get(T object); method in class:Property
|
/frameworks/base/core/java/com/android/internal/app/ |
ProcessMap.java | 26 public E get(String name, int uid) { method in class:ProcessMap 27 SparseArray<E> uids = mMap.get(name); 29 return uids.get(uid); 33 SparseArray<E> uids = mMap.get(name); 43 SparseArray<E> uids = mMap.get(name);
|
/frameworks/base/core/java/com/android/internal/os/ |
BackgroundThread.java | 41 public static BackgroundThread get() { method in class:BackgroundThread
|
/frameworks/base/core/java/com/android/internal/util/ |
LocalLog.java | 61 pw.println(mLines.get(i));
|
/frameworks/base/libs/hwui/ |
FboCache.cpp | 70 GLuint FboCache::get() { function in class:android::uirenderer::FboCache
|
/frameworks/base/libs/hwui/utils/ |
TinyHashMap.h | 53 bool get(TKey key, TValue& outValue) { function in class:android::uirenderer::TinyHashMap
|
/frameworks/base/sax/java/android/sax/ |
Children.java | 65 Element get(String uri, String localName) { method in class:Children
|
/frameworks/base/services/java/com/android/server/ |
FgThread.java | 52 public static FgThread get() { method in class:FgThread
|
IoThread.java | 49 public static IoThread get() { method in class:IoThread
|
UiThread.java | 58 public static UiThread get() { method in class:UiThread
|
/frameworks/base/services/java/com/android/server/am/ |
AppErrorResult.java | 28 public int get() { method in class:AppErrorResult
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/ |
OuterClass.java | 31 // 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
|
/frameworks/compile/mclinker/lib/LD/ |
SectionSymbolSet.cpp | 70 LDSymbol* sym = get(pOutSect); 99 LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) function in class:SectionSymbolSet 105 const LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) const function in class:SectionSymbolSet
|
/frameworks/native/opengl/libs/EGL/ |
egl_object.cpp | 56 bool egl_object_t::get(egl_display_t const* display, egl_object_t* object) { function in class:android::egl_object_t 75 ANativeWindow* const window = win.get();
|
/frameworks/rs/cpp/util/ |
StrongPointer.h | 94 inline T* get() const { return m_ptr; } function in class:android::RSC::sp 214 return printStrongPointer(to, val.get());
|
/frameworks/rs/ |
rsMatrix4x4.h | 28 float get(uint32_t x, uint32_t y) const { function in struct:android::renderscript::Matrix4x4
|
/frameworks/rs/server/ |
StrongPointer.h | 93 inline T* get() const { return m_ptr; } function in class:android::sp 213 return printStrongPointer(to, val.get());
|
/frameworks/volley/src/com/android/volley/toolbox/ |
NoCache.java | 30 public Entry get(String key) { method in class:NoCache
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_cmd.h | 31 int get; member in struct:cmd
|
/hardware/qcom/audio/legacy/alsa_sound/ |
ALSAControl.cpp | 54 status_t ALSAControl::get(const char *name, unsigned int &value, int index) function in class:android_audio_legacy::ALSAControl 84 ALOGE("Could not get the mixer control"); 104 ALOGE("Could not get the mixer control"); 124 ALOGE("Could not get the mixer control");
|
/libcore/benchmarks/src/benchmarks/regression/ |
ByteBufferScalarVersusVectorBenchmark.java | 41 dst.put(src.get()); 51 src.get(dst, 0, dst.length); 60 src.get(dst, 0, dst.length);
|
/libcore/luni/src/main/java/java/lang/ref/ |
Reference.java | 186 public T get() { method in class:Reference
|