/frameworks/base/location/java/android/location/ |
LocationManager.java | 581 mListeners.put(listener, transport); [all...] |
/libcore/luni/src/main/java/org/apache/harmony/nio/internal/ |
FileChannelImpl.java | 343 buffers[i].put(buf); method 348 buffers[i].put(buf); method 561 directBuffer.put(buffer);
|
/libcore/luni/src/main/java/org/apache/xalan/templates/ |
StylesheetRoot.java | 559 m_attrSets.put(attrSet.getName(), attrSetList); 598 m_decimalFormatSymbols.put(dfp.getName(), dfp.getDecimalFormatSymbols()); 684 m_namespaceAliasComposed.put(nsAlias.getStylesheetNamespace(), [all...] |
/libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
ManifestTest.java | 457 .put(Attributes.Name.IMPLEMENTATION_VENDOR, vendor); 458 m.getAttributes(ATT_ENTRY_NAME).put( 460 m.getEntries().get(ATT_ENTRY_NAME).put(
|
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListAdapter.java | 200 mAddressToMessageListItems.put(addr, set); 263 mMessageItemCache.put(getKey(item.mType, item.mMsgId), item); 657 // Create the ContactData object and put it into the hashtable 661 mImageCache.put(address, cookie);
|
/frameworks/base/core/java/android/content/res/ |
Resources.java | 96 public void put(long k, Object o) { [all...] |
/frameworks/base/core/java/android/view/ |
ViewDebug.java | [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
LongTest.java | 189 tProps.put("testLong", "99"); 190 tProps.put("testIncLong", "string"); 213 tProps.put("testLong", "99"); 214 tProps.put("testIncLong", "string"); 237 tProps.put("testLong", "99"); 238 tProps.put("testIncLong", "string"); [all...] |
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestKeyPair.java | 45 privateKeyEncoding.put("RSA", new byte[] { 206 publicKeyEncoding.put("RSA", new byte[] { 249 privateKeyEncoding.put("DSA", new byte[] { 335 publicKeyEncoding.put("DSA", new byte[] { 448 privateKeyEncoding.put("DH", new byte[] { 512 publicKeyEncoding.put("DH", new byte[] { [all...] |
/libcore/support/src/test/java/tests/security/ |
DefaultKeys.java | [all...] |
/packages/apps/Camera/src/com/android/camera/ |
VideoCamera.java | [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
RecentCallsListActivity.java | 320 values.put(Calls.CACHED_NAME, ci.name); 321 values.put(Calls.CACHED_NUMBER_TYPE, ci.type); 322 values.put(Calls.CACHED_NUMBER_LABEL, ci.label); 451 mContactInfo.put(ciq.number, info); 636 mContactInfo.put(number, info); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchController.java | 441 compatibleRunningAvds.put(d, info); 452 compatibleRunningAvds.put(d, null); 689 sRunningAppMap.put(launchConfig, port); [all...] |
/cts/tests/SignatureTest/ |
Android.mk | 20 # and when built explicitly put it in the data partition
|
/dalvik/dx/src/com/android/dx/dex/code/ |
LocalList.java | 628 regs.put(startedLocal); 856 regs.put(spec);
|
/dalvik/vm/mterp/x86-atom/ |
OP_FILLED_NEW_ARRAY.S | 130 shr $$4, %edx # %edx<- put next reg in low 4
|
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_alaw.c | 154 void *put = put16_labels[putidx]; local 170 goto *put;
|
pcm_mulaw.c | 171 void *put = put16_labels[putidx]; local 187 goto *put;
|
/external/chromium/third_party/icu/source/i18n/ |
plurfmt.cpp | 212 fParsedValuesHash->put(hashKeyword, hashPattern, status); 524 fParsedValuesHash->put(*otherKey, new UnicodeString(*otherValue), status);
|
zstrfmt.cpp | 221 TextTrieMap::put(const UnicodeString &key, void *value, UErrorCode &status) { function in class:TextTrieMap 507 // Put the name into the trie 510 fZoneStringsTrie.put(strings[row][col], zsinf, status); 519 fTzidToStrings.put(strings[row][0], zstrings, status); 752 // Create UnicodeString array and put strings to the zone string trie 765 fZoneStringsTrie.put(strings_mz[typeidx], zsinfo, status); 778 fMzidToStrings.put(mzid, tmp_mzStrings, status); 870 fZoneStringsTrie.put(strings[i], zsinfo, status); [all...] |
/external/icu4c/i18n/ |
plurfmt.cpp | 212 fParsedValuesHash->put(hashKeyword, hashPattern, status); 524 fParsedValuesHash->put(*otherKey, new UnicodeString(*otherValue), status);
|
/external/stlport/stlport/stl/ |
_monetary.h | 395 iter_type put(iter_type __s, bool __intl, ios_base& __str, function in class:money_put 398 iter_type put(iter_type __s, bool __intl, ios_base& __str, function in class:money_put
|
_ostream.c | 114 * Helper struct (guard) to put back a character in a streambuf 202 __failed = (use_facet<_NumPut>(__os.getloc())).put(ostreambuf_iterator<_CharT, _Traits>(__os.rdbuf()), 408 basic_ostream<_CharT, _Traits>::put(char_type __c) { function in class:_Traits
|
/external/webkit/JavaScriptCore/wrec/ |
WRECParser.cpp | 300 constructor.put(character); 322 constructor.put(ch);
|
/external/webkit/WebCore/bridge/ |
testbindings.mm | 251 global.put(exec, Identifier("myInterface"), Instance::createRuntimeObject(Instance::ObjectiveCLanguage, (void *)myInterface));
|