HomeSort by relevance Sort by last modified time
    Searched refs:put (Results 776 - 800 of 1776) sorted by null

<<31323334353637383940>>

  /external/icu4c/i18n/
translit.cpp 675 // Start is valid where it is. Limit needs to be put back where
    [all...]
  /external/junit/src/junit/runner/
BaseTestRunner.java 49 fPreferences.put("loading", "true");
50 fPreferences.put("filterstack", "true");
67 getPreferences().put(key, value);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TLSMessageProcessor.java 238 this.tlsMessageChannels.put(key, retval);
258 this.tlsMessageChannels.put(key, messageChannel);
270 this.tlsMessageChannels.put(key, retval);
  /external/openssl/crypto/bio/
bss_rtcp.c 55 * copied and put under another distribution licence
80 char function; /* 'G'-get, 'P'-put, 'C'-confirm, 'X'-close */
137 static int put ( io_channel chan, char *buffer, int length ) function
195 status = put ( b->num, (char *) &ctx->msg, RPC_HDR_SIZE );
236 status = put ( b->num, (char *) &ctx->msg, segment + RPC_HDR_SIZE );
242 printf("unexpected response when confirming put %c %c\n",
  /external/openssl/ssl/
ssl_task.c 55 * copied and put under another distribution licence
93 * P - Put, requests that the first msg.length bytes of msg.data be appended
95 * C - Confirms a get or put. Every get and put will get a confirm response,
104 * <---- R, put, {srv hello}
109 * A, Put, {http data} ---->
149 char function; /* 'G'-get, 'P'-put, 'C'-confirm, 'X'-close */
178 static int put ( io_channel chan, char *buffer, int length ) function
335 status = put ( chan, (char *) &msg, i+RPC_HDR_SIZE );
346 status = put ( chan, (char *) &msg, RPC_HDR_SIZE )
    [all...]
  /frameworks/base/core/java/android/util/
LongSparseArray.java 70 put(keys[i], uniqueValue); method
149 public void put(long key, E value) { method in class:LongSparseArray
301 put(key, value); method
  /frameworks/base/core/java/android/webkit/
WebIconDatabase.java 253 map.put("contentResolver", cr);
254 map.put("where", where);
255 map.put("listener", listener);
  /frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProvider.java 84 values.put("_id", 1);
85 values.put("_blob", TEST_BLOB);
86 values.put("integer", 100);
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 76 sThumbFiles.put(type, file);
202 mBuffer.put((byte) 1);
205 mBuffer.put(data);
  /libcore/luni/src/main/java/java/lang/
StringBuffer.java 735 fields.put("count", length());
736 fields.put("shared", false);
737 fields.put("value", getValue());
  /libcore/luni/src/main/java/java/util/jar/
Attributes.java 376 public Object put(Object key, Object value) { method in class:Attributes
377 return map.put((Name) key, (String) value);
508 return (String) map.put(new Attributes.Name(name), val);
  /libcore/luni/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 38 * Wasteful.... But SAX did not put an interface under that object and
554 prefixTable.put(prefix, uri);
555 uriTable.put(uri, prefix); // may wipe out another prefix
632 table.put(name[2], name);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 627 prefixTable.put(prefix, uri);
628 uriTable.put(uri, prefix); // may wipe out another prefix
712 table.put(name[2], name);
  /libcore/luni/src/test/java/com/google/coretests/
XmlReportPrinter.java 88 suites.put(test.className, suite);
115 suite.errors.put(test, failure);
117 suite.failures.put(test, failure);
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DalvikExecTest.java 157 attrs.put(Attributes.Name.MANIFEST_VERSION, "3.1415962");
158 attrs.put(Attributes.Name.MAIN_CLASS, "dalvikExecTest.HelloWorld");
159 attrs.put(Attributes.Name.CLASS_PATH, jarFile.getName());
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 146 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION,
157 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION,
169 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
  /packages/apps/Calendar/src/com/android/calendar/
EventLoader.java 161 mQueue.put(new ShutdownRequest());
163 // The put() method fails with InterruptedException if the
242 mLoaderQueue.put(request);
244 // The put() method fails with InterruptedException if the
268 mLoaderQueue.put(request);
270 // The put() method fails with InterruptedException if the
  /packages/apps/Contacts/src/com/android/contacts/
AttachImage.java 154 imageValues.put(Photo.PHOTO, stream.toByteArray());
155 imageValues.put(RawContacts.Data.IS_SUPER_PRIMARY, 1);
198 values.put(Photo.MIMETYPE, Photo.CONTENT_ITEM_TYPE);
ContactPhotoLoader.java 146 mPendingRequests.put(view, photoId);
164 mBitmapCache.put(photoId, holder);
305 mBitmapCache.put(id, holder);
PhoneDisambigDialog.java 112 values.put(Data.IS_SUPER_PRIMARY, 1);
161 values.put(Phone.TYPE, item.type);
162 values.put(Phone.LABEL, item.label);
  /packages/apps/Contacts/tests/src/com/android/contacts/
RecentCallsListActivityTests.java 208 mCallTypeIcons.put(Calls.INCOMING_TYPE, getBitmap("ic_call_log_list_incoming_call"));
209 mCallTypeIcons.put(Calls.MISSED_TYPE, getBitmap("ic_call_log_list_missed_call"));
210 mCallTypeIcons.put(Calls.OUTGOING_TYPE, getBitmap("ic_call_log_list_outgoing_call"));
  /packages/apps/Email/src/com/android/exchange/adapter/
EmailSyncAdapter.java 216 packedString.put(MeetingInfo.MEETING_DTSTAMP, getValue());
219 packedString.put(MeetingInfo.MEETING_DTSTART, getValue());
222 packedString.put(MeetingInfo.MEETING_DTEND, getValue());
225 packedString.put(MeetingInfo.MEETING_ORGANIZER_EMAIL, getValue());
228 packedString.put(MeetingInfo.MEETING_LOCATION, getValue());
231 packedString.put(MeetingInfo.MEETING_UID,
245 packedString.put(MeetingInfo.MEETING_TITLE, msg.mSubject);
548 cv.put(MessageColumns.FLAG_READ, change.read);
551 cv.put(MessageColumns.FLAG_FAVORITE, change.flag);
562 mailboxValues.put(Mailbox.SYNC_KEY, mMailbox.mSyncKey)
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaBucketList.java 210 cachedItems.put(item, TRUE);
218 cachedItems.put(item, TRUE);
224 cachedItems.put(item, FALSE);
  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 82 sInstance.mCache.put(id, number);
158 sInstance.mCache.put(recipientId, number1);
171 values.put(Telephony.CanonicalAddressesColumns.ADDRESS, number);
  /packages/apps/Mms/src/com/android/mms/transaction/
SendTransaction.java 106 values.put(Mms.DATE, date);
147 values.put(Mms.RESPONSE_STATUS, respStatus);
157 values.put(Mms.MESSAGE_ID, messageId);

Completed in 1304 milliseconds

<<31323334353637383940>>