/libcore/luni/src/main/java/java/util/ |
LinkedHashMap.java | 30 * The access order is affected by {@code put}, {@code get}, and {@code putAll} operations, 38 * modified by {@code put}, {@code get}, and {@code putAll} since these methods 236 @Override public V get(Object key) { method in class:LinkedHashMap 268 * read by Map.get or modified by Map.put.
|
WeakHashMap.java | 67 R get(Map.Entry<K, V> entry); method in interface:WeakHashMap.Entry.Type 78 return super.get(); 97 Object key = super.get(); 111 return super.get() + "=" + value; 145 nextKey = nextEntry.get(); 158 R result = type.get(currentEntry); 322 Object key = entry.get(); 335 public Map.Entry<K, V> get(Map.Entry<K, V> entry) { 382 public K get(Map.Entry<K, V> entry) { 434 public V get(Map.Entry<K, V> entry) [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
FutureTask.java | 15 * retrieved when the computation has completed; the {@code get} 32 * @param <V> The result type returned by this FutureTask's {@code get} methods 74 /** The result to return or exception to throw from get() */ 112 * given {@code Runnable}, and arrange that {@code get} will return the 159 public V get() throws InterruptedException, ExecutionException { method in class:FutureTask 169 public V get(long timeout, TimeUnit unit) method in class:FutureTask
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicLongFieldUpdater.java | 121 * @param obj An object whose field to get 124 public abstract long get(T obj); method in class:AtomicLongFieldUpdater 130 * @param obj An object whose field to get and set 136 long current = get(obj); 146 * @param obj An object whose field to get and set 151 long current = get(obj); 162 * @param obj An object whose field to get and set 167 long current = get(obj); 178 * @param obj An object whose field to get and set 184 long current = get(obj) 312 public long get(T obj) { method in class:AtomicLongFieldUpdater.CASUpdater 412 public long get(T obj) { method in class:AtomicLongFieldUpdater.LockedUpdater [all...] |
/libcore/luni/src/main/java/java/util/jar/ |
Attributes.java | 260 public Object get(Object key) { method in class:Attributes 261 return map.get(key); 403 return (String) map.get(name);
|
/libcore/luni/src/main/java/java/util/prefs/ |
Preferences.java | 101 //factory used to get user/system prefs root 244 public abstract String get(String key, String deflt); method in class:Preferences [all...] |
/libcore/luni/src/main/java/libcore/reflect/ |
AnnotationMember.java | 174 sb.append(Array.get(value, i));
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
Charset_TestGenerator.java | 226 out.consume(bb.get());
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldAndroidHashMapTest.java | 37 assertEquals(ONE, map.get("one")); 38 assertEquals(TWO, map.get("two")); 39 assertEquals(THREE, map.get("three")); 40 assertEquals(FOUR, map.get("four")); 61 assertNull(map.get("three")); 69 assertNull(map.get(null)); 70 assertNull(map.get("one")); 82 assertEquals(0, map.get(null).intValue()); 83 assertEquals(1, map.get("one").intValue()); 84 assertEquals(2, map.get("two").intValue()) [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
MessageDigestSpiTest.java | 150 buf.get(b); 157 buf.get(); 158 buf.get(); 159 buf.get();
|
/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
ReferenceQueueTest.java | 79 assertNull("Remove failed.", rq.poll().get()); 85 assertEquals("Remove failed.", obj, (rq.poll().get())); 91 assertTrue("Remove failed.", ((Boolean) rq.poll().get()) 117 assertTrue("Remove failed.", ((Boolean) rq.remove().get()) 185 assertTrue((Boolean)result.get()); 187 assertEquals(obj, result.get()); 189 assertNull(result.get());
|
/libnativehelper/ |
JNIHelp.cpp | 54 T get() const { function in class:scoped_local_ref 80 if (c.get() == NULL) { 86 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) { 103 /* get the name of the exception's class */ 106 (*env)->GetObjectClass(e, exceptionClass.get())); // java.lang.Class, can't fail 108 (*env)->GetMethodID(e, classClass.get(), "getName", "()Ljava/lang/String;"); 110 (jstring) (*env)->CallObjectMethod(e, exceptionClass.get(), classGetNameMethod)); 111 if (classNameStr.get() == NULL) { 116 const char* classNameChars = (*env)->GetStringUTFChars(e, classNameStr.get(), NULL); 123 (*env)->ReleaseStringUTFChars(e, classNameStr.get(), classNameChars) 336 static jmethodID get = e->GetMethodID(JniConstants::referenceClass, "get", "()Ljava\/lang\/Object;"); local [all...] |
/ndk/build/core/ |
default-build-commands.mk | 30 TARGET-get-linker-objects-and-libraries = \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/ |
exception.hpp | 59 get() const function in class:boost::exception_detail::refcount_ptr 160 virtual shared_ptr<error_info_base> get( type_info_ const & ) const = 0; 415 if( error_info_container * d=b->data_.get() )
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
shared_ptr.hpp | 285 explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn() 287 Y * tmp = r.get(); 295 explicit shared_ptr( Ap r, typename boost::detail::sp_enable_if_auto_ptr<Ap, int>::type = 0 ): px( r.get() ), pn() 297 typename Ap::element_type * tmp = r.get(); 428 T * get() const // never throws function in class:boost::shared_ptr 492 return a.get() == b.get(); 497 return a.get() != b.get(); 506 return a.get() != b.get() [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/ |
token_iterator.hpp | 217 bool get( Iter& begin, Iter end ) function in class:boost::unit_test::token_iterator_base 317 bool get() function in class:boost::unit_test::basic_string_token_iterator 320 bool res = base::get( begin, m_src.end() ); 377 bool get() function in class:boost::unit_test::range_token_iterator 379 return base::get( m_begin, m_end );
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
SmartDialPrefix.java | 180 fullNameToken.insert(0, indexTokens.get(i)); 191 fullNames.add(indexTokens.get(indexTokens.size() - 1)); 198 initial = indexTokens.get(i).substring(0, 1); 202 result.add(initial + fullNames.get(j)); 205 result.add(initial + result.get(j)); 208 final String currentFullName = fullNames.get(fullNames.size() - 1); 209 fullNames.add(indexTokens.get(i) + currentFullName);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
EmailAsyncTask.java | 257 * @see AsyncTask#get 259 public final Result get() throws InterruptedException, ExecutionException { method in class:EmailAsyncTask 260 return mInnerTask.get();
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSync.java | 143 // For some reason we can get here without a valid mailbox sync key 161 // that these entries get wiped from the change list. 246 sb.append(calendar.get(Calendar.YEAR)); 248 sb.append(String.format(Locale.US, "%02d", calendar.get(Calendar.MONTH) + 1)); 250 sb.append(String.format(Locale.US, "%02d", calendar.get(Calendar.DAY_OF_MONTH))); 252 sb.append(String.format(Locale.US, "%02d", calendar.get(Calendar.HOUR_OF_DAY))); 254 sb.append(String.format(Locale.US, "%02d", calendar.get(Calendar.MINUTE))); 256 sb.append(String.format(Locale.US, "%02d", calendar.get(Calendar.SECOND)));
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/ |
ThreadPool.java | 174 public synchronized T get() { method in class:ThreadPool.Worker 188 get(); method
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
AlbumLabelMaker.java | 69 return mCameraIcon.get(); 71 return mLocalSetIcon.get(); 73 return mPicasaIcon.get(); 98 public synchronized Bitmap get() { method in class:AlbumLabelMaker.LazyLoadedBitmap 156 bitmap = GalleryBitmapPool.getInstance().get(mBitmapWidth, mBitmapHeight);
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
JobLimiter.java | 90 public synchronized T get() { method in class:JobLimiter.JobWrapper 100 get(); method
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
SparseArrayBitmapPool.java | 143 public synchronized Bitmap get(int width, int height) { method in class:SparseArrayBitmapPool 144 Node cur = mStore.get(width); 188 newNode.nextInBucket = mStore.get(key);
|
/packages/apps/Gallery2/src/com/android/photos/shims/ |
MediaItemsLoader.java | 152 drawable.setMediaItem(mMediaItems.get(index)); 163 MediaItem mi = mMediaItems.get(index); 183 MediaItem mi = mMediaItems.get(index);
|
MediaSetLoader.java | 142 drawable.setMediaItem(mCoverItems.get(index));
|