/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
DelayQueueTest.java | 316 * put(null) throws NPE 321 q.put(null); 327 * all elements successfully put are contained 333 q.put(I); 340 * put doesn't block waiting for take 346 q.put(new PDelay(0)); 347 q.put(new PDelay(0)); 348 q.put(new PDelay(0)); 349 q.put(new PDelay(0)); 366 q.put(new PDelay(0)) [all...] |
LinkedBlockingQueueTest.java | 257 * put(null) throws NPE 262 q.put(null); 268 * all elements successfully put are contained 274 q.put(I); 281 * put blocks interruptibly if full 288 q.put(i); 292 q.put(99); 306 * put blocks waiting for take when full 314 q.put(i); 316 q.put(99) [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/ |
AvdManager.java | 583 values.put(AVD_INI_SKIN_NAME, skinName); 584 values.put(AVD_INI_SKIN_PATH, skinName); 594 values.put(AVD_INI_SKIN_PATH, skinPath); 595 values.put(AVD_INI_SKIN_NAME, skinName); 601 // sdcard value is an external sdcard, so we put its path into the config.ini 602 values.put(AVD_INI_SDCARD_PATH, sdcard); 605 // in the AVD folder, and do not put any value in config.ini. 669 values.put(AVD_INI_SDCARD_SIZE, sdcard); 714 // finally put the hardware provided by the user. [all...] |
/frameworks/base/core/java/android/webkit/ |
CallbackProxy.java | [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
LegacyContactImporter.java | [all...] |
/frameworks/base/core/java/android/content/ |
SyncStorageEngine.java | 130 sAuthorityRenames.put("contacts", "com.android.contacts"); 131 sAuthorityRenames.put("calendar", "com.android.calendar"); 853 removing.put(auth.ident, auth); [all...] |
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 313 outputResources.put(fixedName, bytes); 317 outputResources.put(fixedName, bytes); 469 * Make or modify the manifest (as appropriate), put the dex 479 outputResources.put(DEX_IN_JAR_NAME, dexArray); 532 attribs.put(Attributes.Name.MANIFEST_VERSION, "1.0"); 547 attribs.put(CREATED_BY, createdBy); 670 meths.put(meth.getRef().getNat(), meth); [all...] |
/external/chromium/third_party/icu/source/i18n/ |
ucoleitr.cpp | 66 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh); 89 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh) function in class:RCEBuffer 139 void put(uint64_t ce, int32_t ixLow, int32_t ixHigh); 167 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh) function in class:PCEBuffer 575 rceb.put(ce, low, high); 585 elems->pce->pceBuffer.put(result, rcei->low, rcei->high);
|
currpinf.cpp | 196 fPluralCountToCurrencyUnitPattern->put(pluralCount, new UnicodeString(pattern), status); 299 fPluralCountToCurrencyUnitPattern->put(UnicodeString(pluralCount), pattern, status); 361 target->put(UnicodeString(*key), copy, status);
|
/external/icu4c/i18n/ |
ucoleitr.cpp | 66 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh); 89 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh) function in class:RCEBuffer 139 void put(uint64_t ce, int32_t ixLow, int32_t ixHigh); 167 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh) function in class:PCEBuffer 562 rceb.put(ce, low, high); 572 elems->pce->pceBuffer.put(result, rcei->low, rcei->high);
|
currpinf.cpp | 199 fPluralCountToCurrencyUnitPattern->put(pluralCount, new UnicodeString(pattern), status); 309 fPluralCountToCurrencyUnitPattern->put(UnicodeString(pluralCount), pattern, status); 371 target->put(UnicodeString(*key), copy, status);
|
/frameworks/base/core/java/android/content/pm/ |
RegisteredServicesCache.java | 301 mServices.put(info.type, info); 302 mPersistentServices.put(info.type, info.uid); 310 mServices.put(info.type, info); 323 mServices.put(info.type, info); 324 mPersistentServices.put(info.type, info.uid); 458 mPersistentServices.put(service, uid);
|
/libcore/luni/src/main/java/java/util/ |
Properties.java | 395 put(temp.substring(0, keyLength), temp 453 put(key, value); method 492 selectProperties.put(key, value); 497 selectProperties.put(key, value); 535 return put(name, value); 673 put(key, value); method
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertFactoryImpl.java | 617 CERT_CACHE.put(hash, encoding, res); 654 CERT_CACHE.put(hash, encoding, res); 659 CERT_CACHE.put(hash, res.getEncoded(), res); 688 CRL_CACHE.put(hash, encoding, res); 725 CRL_CACHE.put(hash, encoding, res); 729 CRL_CACHE.put(hash, res.getEncoded(), res); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransfer.java | 188 * Put next share if available,or finish the transfer. 301 .put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_TIMEOUT); method 332 updateValues.put(BluetoothShare.STATUS, info.mStatus); 339 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName); 340 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); 341 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype); 742 updateValues.put(BluetoothShare.DIRECTION, share.mDirection);
|
TestActivity.java | 129 * values.put(BluetoothShare.URI, stream.toString()); 130 * values.put(BluetoothShare.DESTINATION, "FF:FF:FF:00:00:00"); 131 * values.put(BluetoothShare.DIRECTION, 179 * updateValues.put(BluetoothShare.TOTAL_BYTES, 120000); 193 * updateValues.put(BluetoothShare.CURRENT_BYTES, currentByte); 237 values.put(BluetoothShare.URI, "content://media/external/images/media/" + media); 238 // values.put(BluetoothShare.DESTINATION, "FF:FF:FF:00:00:00"); 240 // values.put(BluetoothShare.DESTINATION, "12:34:56:78:9A:BC"); 242 // values.put(BluetoothShare.DESTINATION, "00:1B:33:F0:58:FB"); 244 // values.put(BluetoothShare.DESTINATION, "00:17:E5:5D:74:F3") [all...] |
/packages/apps/Email/tests/src/com/android/email/provider/ |
ProviderTests.java | 594 values.put(BodyColumns.TEXT_CONTENT, textContent); 595 values.put(BodyColumns.HTML_CONTENT, htmlContent); 596 values.put(BodyColumns.TEXT_REPLY, textReply); 597 values.put(BodyColumns.HTML_REPLY, htmlReply); 598 values.put(BodyColumns.SOURCE_MESSAGE_KEY, 17); 599 values.put(BodyColumns.INTRO_TEXT, introText); [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
UpdaterData.java | 654 pkgMap.put(SdkRepository.NODE_PLATFORM, PlatformPackage.class);
655 pkgMap.put(SdkRepository.NODE_ADD_ON, AddonPackage.class);
656 pkgMap.put(SdkRepository.NODE_TOOL, ToolPackage.class);
657 pkgMap.put(SdkRepository.NODE_DOC, DocPackage.class);
658 pkgMap.put(SdkRepository.NODE_SAMPLE, SamplePackage.class);
659 pkgMap.put(SdkRepository.NODE_EXTRA, ExtraPackage.class);
|
/sdk/traceview/src/com/android/traceview/ |
DmTraceReader.java | 70 mMethodMap.put(0, mTopLevel); 193 mThreadMap.put(call.getThreadId(), threadData); 233 mThreadMap.put(call.getThreadId(), threadData); 386 mThreadMap.put(id, new ThreadData(id, name, mTopLevel)); 413 mMethodMap.put(id, new MethodData(id, className, methodName, signature, 583 labels.put(t.getId(), t.getName());
|
/build/tools/apicheck/src/com/android/apicheck/ |
ClassInfo.java | 288 mMethods.put(mInfo.getHashableName(), mInfo); 292 mConstructors.put(cInfo.getHashableName(), cInfo); 297 mFields.put(fInfo.name(), fInfo);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
SpriteTextRenderer.java | 306 mFVertexBuffer.put(sCoords[i*3+j]); 312 mTexBuffer.put(sCoords[i*3+j] * 2.0f + 0.5f); 317 mIndexBuffer.put((short) i);
|
/external/stlport/stlport/stl/ |
_ostream.h | 96 _Self& put(char_type __c); 358 __os.put(__os.widen('\n')); 366 __os.put(_STLP_DEFAULT_CONSTRUCTED(_CharT));
|
/external/webkit/JavaScriptCore/runtime/ |
JSFunction.cpp | 222 void JSFunction::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::JSFunction 225 Base::put(exec, propertyName, value, slot); 230 Base::put(exec, propertyName, value, slot);
|
Lookup.h | 74 PutFunction propertyPutter() const { ASSERT(!(m_attributes & Function)); return m_u.property.put; } 96 PutFunction put; member in struct:JSC::HashEntry::__anon8105::__anon8108 285 * This one is for "put". 297 if (entry->attributes() & Function) { // function: put as override property 309 * This one is for "put". 312 * then it calls put() on the ParentImp class. 318 thisObj->ParentImp::put(exec, propertyName, value, slot); // not found: forward to parent
|
/frameworks/base/core/java/android/net/ |
UrlQuerySanitizer.java | 692 mSanitizers.put(parameter, valueSanitizer); 705 mSanitizers.put(parameters[i], valueSanitizer); 797 mEntries.put(parameter, value);
|