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

<<11121314151617181920>>

  /external/guava/src/com/google/common/collect/
AbstractSetMultimap.java 79 @Override public boolean put(K key, V value) { method in class:AbstractSetMultimap
80 return super.put(key, value);
ForwardingMap.java 72 public V put(K key, V value) { method in class:ForwardingMap
73 return delegate().put(key, value);
  /external/kernel-headers/original/linux/
klist.h 25 void (*put)(struct klist_node *); member in struct:klist
30 void (*put)(struct klist_node *));
  /external/stlport/stlport/stl/
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
  /external/webkit/JavaScriptCore/runtime/
JSNotAnObject.h 88 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
89 virtual void put(ExecState*, unsigned propertyName, JSValue);
JSZombie.h 58 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&) { ASSERT_NOT_REACHED(); } function in class:JSC::JSZombie
59 virtual void put(ExecState*, unsigned, JSValue) { ASSERT_NOT_REACHED(); } function in class:JSC::JSZombie
  /external/webkit/WebCore/bridge/
runtime_array.h 42 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
43 virtual void put(ExecState*, unsigned propertyName, JSValue);
  /frameworks/base/core/java/com/google/android/mms/util/
PduCache.java 69 MATCH_TO_MSGBOX_ID_MAP.put(MMS_INBOX, Mms.MESSAGE_BOX_INBOX);
70 MATCH_TO_MSGBOX_ID_MAP.put(MMS_SENT, Mms.MESSAGE_BOX_SENT);
71 MATCH_TO_MSGBOX_ID_MAP.put(MMS_DRAFTS, Mms.MESSAGE_BOX_DRAFTS);
72 MATCH_TO_MSGBOX_ID_MAP.put(MMS_OUTBOX, Mms.MESSAGE_BOX_OUTBOX);
94 synchronized public boolean put(Uri uri, PduCacheEntry entry) { method in class:PduCache
99 mMessageBoxes.put(msgBoxId, msgBox);
106 mThreads.put(threadId, thread);
110 boolean result = super.put(finalKey, entry);
  /libcore/luni/src/main/java/java/nio/
ByteBuffer.java 706 public abstract ByteBuffer put(byte b); method in class:ByteBuffer
713 * {@code put(src, 0, src.length)}.
723 public final ByteBuffer put(byte[] src) { method in class:ByteBuffer
724 return put(src, 0, src.length);
748 public ByteBuffer put(byte[] src, int off, int len) { method in class:ByteBuffer
758 put(src[i]);
779 public ByteBuffer put(ByteBuffer src) { method in class:ByteBuffer
788 put(contents);
806 public abstract ByteBuffer put(int index, byte b); method in class:ByteBuffer
    [all...]
FloatToByteBufferAdapter.java 183 public FloatBuffer put(float c) { method in class:FloatToByteBufferAdapter
192 public FloatBuffer put(int index, float c) { method in class:FloatToByteBufferAdapter
202 public FloatBuffer put(float[] c, int off, int len) { method in class:FloatToByteBufferAdapter
206 ((ReadWriteDirectByteBuffer) byteBuffer).put(c, off, len); method
210 return super.put(c, off, len);
IntToByteBufferAdapter.java 183 public IntBuffer put(int c) { method in class:IntToByteBufferAdapter
192 public IntBuffer put(int index, int c) { method in class:IntToByteBufferAdapter
202 public IntBuffer put(int[] i, int off, int len) { method in class:IntToByteBufferAdapter
206 ((ReadWriteDirectByteBuffer) byteBuffer).put(i, off, len); method
210 return super.put(i, off, len);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1OpenType.java 73 in.put(this, super.getDecodedObject(in));
75 in.put(this, oid);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineAppData.java 69 dsts[i].put(buffer, pos, len - pos); method
75 dsts[i].put(buffer, pos, rem); method
  /libcore/luni/src/test/java/tests/targets/security/
MessageDigestTestMD2.java 75 put("MessageDigest.MD2",
77 put("Alg.Alias.MessageDigest.1.2.840.113549.2.2", "MD2");
  /ndk/sources/android/stlport/stlport/stl/
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 44 * NOTE: you first have to put the unix words file on the device:
52 * NOTE: you first have to put the unix words file on the device:
144 // values.put(Sms.ERROR_CODE, 0);
145 values.put(Inbox.ADDRESS, address);
149 values.put(Inbox.DATE, new Long(System.currentTimeMillis()));
150 values.put(Inbox.PROTOCOL, 0);
151 values.put(Inbox.READ, Integer.valueOf(0));
153 // values.put(Inbox.SUBJECT, sms.getPseudoSubject());
155 values.put(Inbox.REPLY_PATH_PRESENT, 0);
156 values.put(Inbox.SERVICE_CENTER, 0)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ZonePicker.java 44 temp.put("title", name);
45 temp.put("zone", zone);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoDictionary.java 80 sDictProjectionMap.put(COLUMN_ID, COLUMN_ID);
81 sDictProjectionMap.put(COLUMN_WORD, COLUMN_WORD);
82 sDictProjectionMap.put(COLUMN_FREQUENCY, COLUMN_FREQUENCY);
83 sDictProjectionMap.put(COLUMN_LOCALE, COLUMN_LOCALE);
160 mPendingWrites.put(word, freq == 0 ? null : new Integer(freq));
253 values.put(COLUMN_WORD, word);
254 values.put(COLUMN_FREQUENCY, frequency);
255 values.put(COLUMN_LOCALE, locale);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallerInfoIntegrationTest.java 41 values.put(RawContacts.CUSTOM_RINGTONE, "ring");
42 values.put(RawContacts.SEND_TO_VOICEMAIL, 1);
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 174 values.put(Words.FREQUENCY, "1");
178 values.put(Words.LOCALE, (String) null);
181 values.put(Words.APP_ID, 0);
249 sDictProjectionMap.put(Words._ID, Words._ID);
250 sDictProjectionMap.put(Words.WORD, Words.WORD);
251 sDictProjectionMap.put(Words.FREQUENCY, Words.FREQUENCY);
252 sDictProjectionMap.put(Words.LOCALE, Words.LOCALE);
253 sDictProjectionMap.put(Words.APP_ID, Words.APP_ID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
WidgetClassLoader.java 177 mWidgetMap.put(classes[0], clazz);
185 mLayoutMap.put(classes[0], clazz);
224 * @param map an optional map in which to put every {@link ClassDescriptor} created.
245 mMap.put(fqcn, clazz);
247 map.put(fqcn, clazz);
279 // remove the class from the map, and put it back with the fixed name
281 mMap.put(param.getFullClassName(), param);
312 map.put(SdkConstants.CLASS_VIEW, list);
316 map.put(SdkConstants.CLASS_VIEWGROUP, list);
320 map.put(SdkConstants.CLASS_VIEWGROUP_LAYOUTPARAMS, list)
    [all...]
  /frameworks/base/core/java/android/provider/
Browser.java 277 map.put(BookmarkColumns.VISITS, c
280 map.put(BookmarkColumns.USER_ENTERED, 1);
282 map.put(BookmarkColumns.DATE, now);
298 map.put(BookmarkColumns.URL, url);
299 map.put(BookmarkColumns.VISITS, visits);
300 map.put(BookmarkColumns.DATE, now);
301 map.put(BookmarkColumns.BOOKMARK, 0);
302 map.put(BookmarkColumns.TITLE, url);
303 map.put(BookmarkColumns.CREATED, 0);
304 map.put(BookmarkColumns.USER_ENTERED, user_entered)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
WeakHashMapTest.java 76 whm.put(keyArray[i], valueArray[i]);
104 whm.put(keyArray[i], valueArray[i]);
111 empty.put("something", "here");
143 whm.put(keyArray[i], valueArray[i]);
150 empty.put("something", "here");
211 whm.put(keyArray[i], valueArray[i]);
233 whm.put(keyArray[i], valueArray[i]);
254 whm.put(keyArray[i], valueArray[i]);
275 whm.put(keyArray[i], valueArray[i]);
320 whm.put(myObject, myObject)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
BaseLayout.groovy 114 idMap.put(id, [id, element.getFqcn()]);
138 new_map.put(key, value);
140 new_map.put(id, value);
146 new_map.put(id, value);
147 new_map.put(id.replaceFirst("@\\+", "@"), value);
164 existingIdMap.put(id, id);
186 existingIdMap.put(id, id);
  /external/nist-sip/java/gov/nist/core/
MultiValueMapImpl.java 44 public List<V> put(String key, V value) { method in class:MultiValueMapImpl
48 map.put(key, keyList);
138 public List<V> put(String key, List<V> value) { method in class:MultiValueMapImpl
139 return this.map.put(key,(ArrayList<V>) value);
150 this.map.put(k, al);

Completed in 784 milliseconds

<<11121314151617181920>>