/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppService.java | 226 updateValues.put(Constants.MEDIA_SCANNED, Constants.MEDIA_SCANNED_SCANNED_OK); 227 updateValues.put(BluetoothShare.URI, msg.obj.toString()); // update 228 updateValues.put(BluetoothShare.MIMETYPE, getContentResolver().getType( 239 updateValues1.put(Constants.MEDIA_SCANNED, 568 * put in queue [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadService.java | 645 values.put(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_NOT_ACCEPTABLE); 664 values.put(Downloads.Impl.COLUMN_STATUS, info.mStatus); 680 values.put(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_RUNNING_PAUSED); [all...] |
/cts/tools/dasm/src/dasm/ |
DAsm.java | 512 labels_table.put(name, new LabelTableEntry(code_address, true)); 563 labels_table.put(val, lte); 594 unprocessed_relative_goto_addr.put(current_insn_number + val, 659 labels_table.put(v2, lte); 874 unprocessed_relative_goto_addr.put(current_insn_number + val, [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
XSLTAttributeDef.java | 129 m_enums.put(k1, v1); 130 m_enums.put(k2, v2); 162 m_enums.put(k1, v1); 163 m_enums.put(k2, v2); 164 m_enums.put(k3, v3); 198 m_enums.put(k1, v1); 199 m_enums.put(k2, v2); 200 m_enums.put(k3, v3); 201 m_enums.put(k4, v4); [all...] |
/external/guava/src/com/google/common/collect/ |
CustomConcurrentHashMap.java | 59 * {@link Map#put} and {@link Map#remove}). Retrievals reflect the results 924 V put(K key, int hash, V value, boolean onlyIfAbsent) { method in class:CustomConcurrentHashMap.Impl.Segment 1430 @Override public V put(K key, V value) { method in class:CustomConcurrentHashMap.Impl 1969 put(key, value); method [all...] |
/packages/apps/Email/src/com/android/exchange/ |
SyncManager.java | 314 cv.put(SyncColumns.SERVER_ID, 0); 547 cv.put(MailboxColumns.SYNC_INTERVAL, updatedAccount.mSyncInterval); 563 // Put current values into our cached account 647 mCalendarObservers.put(account.mId, observer); [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
BundleTest.java | 107 // first put sth into tested Bundle, it shouldn't be empty, then clear it and it should be empty 144 // containsKey would return false if nothing has been put into the Bundle, 159 // get would return null if nothing has been put into the Bundle,else get [all...] |
/cts/tools/host/src/com/android/cts/ |
ConsoleUi.java | 78 mResultCodeMap.put(CtsTestResult.STR_PASS, CtsTestResult.CODE_PASS); 79 mResultCodeMap.put(CtsTestResult.STR_FAIL, CtsTestResult.CODE_FAIL); 80 mResultCodeMap.put(CtsTestResult.STR_ERROR, CtsTestResult.CODE_ERROR); 81 mResultCodeMap.put(CtsTestResult.STR_NOT_EXECUTED, CtsTestResult.CODE_NOT_EXECUTED); 82 mResultCodeMap.put(CtsTestResult.STR_TIMEOUT, CtsTestResult.CODE_TIMEOUT); [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
SynchronousQueue.java | 71 * time either holds "data" -- items provided by put operations, 80 * defining the single method transfer that does a put or a 82 * data structures, the put and take operations are symmetrical, 139 * Performs a put or take. 483 * from non-null to null (for put) or vice versa (for take). 808 public void put(E o) throws InterruptedException { method in class:SynchronousQueue [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
InetAddress.java | 202 // and always put IPv4 addresses first. Arrays.sort() is stable, so the 509 addressCache.put(host, addresses); [all...] |
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
HttpURLConnectionImpl.java | 65 private static final String PUT = "PUT"; 969 // if user sets useCache to true, tries to put response to cache if cache 973 cacheRequest = responseCache.put(uri, this); [all...] |
/dalvik/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...] |
/dalvik/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...] |
/dalvik/libcore/text/src/main/java/java/text/ |
MessageFormat.java | [all...] |
/external/clearsilver/cgi/ |
cgi.c | 682 else if (!strcmp(method, "PUT")) 708 err = nerr_raise_errno(NERR_IO, "Short write on PUT: %d < %d", w, r); 716 if (l) err = hdf_set_value (cgi->hdf, "PUT", l); 718 if (type) err = hdf_set_value (cgi->hdf, "PUT.Type", type); 720 err = hdf_set_int_value (cgi->hdf, "PUT.FileHandle", uListLength(cgi->files)); 728 err = hdf_set_value (cgi->hdf, "PUT.FileName", name); [all...] |
/external/icu4c/common/ |
ucnv_lmb.c | 155 /* Then, 1-2-3 reserved a special single-byte character to put at the 160 /* Then we needed a place to put all the other ansi control characters 173 Where to put the characters that aren't part of any of the 12 national 510 put the declarations of these structures and functions into macros. To see 556 optimization group. So, we put the common stuff into a worker function, 682 ulmbcs_byte_t * pStartLMBCS, /* where to put the results */ [all...] |
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
bitstream_io.cpp | 110 /* Purpose : put Length (1-16) number of bits to the stream */ 113 /* stream the bitstream where the bits are put in */ 158 /* Purpose : Use this function to put Length (17-32) number of bits to */ 161 /* stream the bitstream where the bits are put in */ 201 /* stream the bitstream where the bits are put in */ 251 /* stream the bitstream where the bits are put in */
|
/external/quake/quake/src/WinQuake/ |
gl_rmain.cpp | 884 glRotatef (-90, 1, 0, 0); // put Z going up 885 glRotatef (90, 0, 0, 1); // put Z going up 1225 rotateM(mv, -90, 1, 0, 0); // put Z going up 1226 rotateM(mv, 90, 0, 0, 1); // put Z going up 1239 glRotatef (-90, 1, 0, 0); // put Z going up 1240 glRotatef (90, 0, 0, 1); // put Z going up [all...] |
/frameworks/base/core/java/android/view/ |
ViewDebug.java | [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ViewContactActivity.java | 388 mStatuses.put(dataId, status); 671 values.put(Data.IS_SUPER_PRIMARY, 1); 741 values.put(AggregationExceptions.RAW_CONTACT_ID1, aRawContactId); 742 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId); 743 values.put(AggregationExceptions.TYPE, exceptionType); [all...] |
/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | 175 sConnectionMap.put(cw, sb); 558 sContentValuesCache[i].put(MediaStore.Audio.Playlists.Members.PLAY_ORDER, base + offset + i); method 559 sContentValuesCache[i].put(MediaStore.Audio.Playlists.Members.AUDIO_ID, ids[offset + i]); method [all...] |
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/support/ |
EncryptedPrivateKeyInfoData.java | [all...] |
/external/netperf/ |
nettest_dlpi.c | 272 /* put that back into the message variable so we go back to the */ 334 /* I will put "anti-ntohl" calls here. I imagine that the "pure" */ 374 /* parameters for this test type. We will put them back into */ 657 /* just put this comment here to help remind me that it is something */ 762 /* I will put "anti-ntohl" calls here. I imagine that the "pure" */ [all...] |
/external/webkit/JavaScriptGlue/ |
ChangeLog | 364 JSObject::put() which UserObjectImp had been overriding changed, but 369 (UserObjectImp::put): Match the current prototype of JSObject::put(). 456 (UserObjectImp::put): 485 Tiger crash fix: Put VM tags in their own header file, and fixed up the 602 (UserObjectImp::put): 740 (UserObjectImp::put): 838 (UserObjectImp::put): Ditto. 940 to JavaScriptGlue classes, and PutPropertySlot& arguments to put functions. [all...] |
/external/webkit/JavaScriptCore/ |
ChangeLog-2008-08-10 | 21 (KJS::JSActivation::put): 279 (KJS::JSStaticScopeObject::put): 347 (KJS::::put): [all...] |