Searched defs:put (Results 126 - 150 of 238) sorted by relevance

12345678910

/external/stlport/stlport/stl/
H A D_time_facets.c402 time_put<_Ch,_OutputIter>::put(_OutputIter __s, ios_base& __f, _Ch __fill, function in class:_OutputIter
H A D_time_facets.h224 // put with the pattern obtained from _M_timeinfo._M_date_format or
256 _OutIt put(iter_type __s, ios_base& __f, _Ch __fill,
260 _OutIt put(iter_type __s, ios_base& __f, _Ch __fill, function in class:time_put
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObjectFunctions.h188 void JSCallbackObject<Base>::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::JSCallbackObject
237 JSCallbackObject<Base>::putDirect(exec->globalData(), propertyName, value); // put as override property
243 return Base::put(exec, propertyName, value, slot);
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSActivation.cpp157 void JSActivation::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::JSActivation
H A DJSArray.cpp321 void JSArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::JSArray
326 put(exec, i, value);
340 JSObject::put(exec, propertyName, value, slot);
343 void JSArray::put(ExecState* exec, unsigned i, JSValue value) function in class:JSC::JSArray
380 put(exec, Identifier::from(exec, i), value, slot);
407 // We have decided that we'll put the new item into the vector.
788 put(exec, i, slot.getValue(exec, i));
792 storage = m_storage; // The put() above could have grown the vector and realloc'ed storage.
837 put(exec, i, slot.getValue(exec, i));
842 storage = m_storage; // The put() abov
[all...]
H A DJSFunction.cpp278 void JSFunction::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::JSFunction
281 Base::put(exec, propertyName, value, slot);
302 Base::put(exec, propertyName, value, slot);
H A DLookup.h87 PutFunction propertyPutter() const { ASSERT(!(m_attributes & Function)); return m_u.property.put; }
112 PutFunction put; member in struct:JSC::HashEntry::__anon15621::__anon15624
301 * This one is for "put".
313 if (entry->attributes() & Function) { // function: put as override property
325 * This one is for "put".
328 * then it calls put() on the ParentImp class.
334 thisObj->ParentImp::put(exec, propertyName, value, slot); // not found: forward to parent
/external/webkit/Source/JavaScriptGlue/
H A DUserObjectImp.cpp148 void UserObjectImp::put(ExecState *exec, const Identifier &propertyName, JSValue value, PutPropertySlot&) function in class:UserObjectImp
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowShell.cpp98 void JSDOMWindowShell::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:WebCore::JSDOMWindowShell
100 m_window->put(exec, propertyName, value, slot);
/external/webkit/Source/WebCore/bridge/
H A Druntime_object.cpp208 void RuntimeObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::Bindings::RuntimeObject
223 instance->put(this, exec, propertyName, value, slot);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DJSNPObject.cpp281 void JSNPObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot&) function in class:WebKit::JSNPObject
/external/zlib/src/contrib/infback9/
H A Dinfback9.c180 put = window; \
183 if (out(out_desc, put, (unsigned)left)) { \
226 unsigned char FAR *put; /* next output */ local
269 put = window;
335 zmemcpy(put, next, copy);
339 put += copy;
495 *put++ = (unsigned char)(length);
567 from = put + copy;
571 from = put - offset;
578 *put
[all...]
/external/zlib/src/
H A Dinflate.c460 put = strm->next_out; \
471 strm->next_out = put; \
554 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
610 unsigned char FAR *put; /* next output */ local
885 zmemcpy(put, next, copy);
889 put += copy;
1141 *put++ = 0;
1156 from = put - state->offset;
1163 *put++ = *from++;
1169 *put
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DHashMapTest.java140 empty.put("something", "here");
161 empty.put("something", "here");
172 myMap.put(objArray2[counter], objArray[counter]);
187 map.put("a", "a");
206 map.put(i, "foobar");
227 map.put("key", "value");
236 map2.put("key", "value2");
243 map2.put("key2", "value3");
252 hashmap.put(1, mock);
272 m.put(nul
775 public V put(K key, V value) { method in class:HashMapTest.SubMap
[all...]
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DPreferencesTest.java145 prefs.put("prefskey", "oldvalue");
146 prefs.put("prefskey2", "oldvalue2");
380 public void put(String key, String value) { method in class:PreferencesTest.MockPreferences
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJDKPKCS12KeyStore.java212 tab.put(e.nextElement(), "cert");
221 tab.put(a, "key");
483 certs.put(alias, cert);
484 chainCerts.put(new CertId(cert.getPublicKey()), cert);
518 keys.put(alias, key);
521 certs.put(alias, chain[0]);
525 chainCerts.put(new CertId(chain[i].getPublicKey()), chain[i]);
537 tab.put(e.nextElement(), "cert");
546 tab.put(a, "key");
802 keys.put(alia
1594 public void put(String key, Object value) method in class:JDKPKCS12KeyStore.IgnoresCaseHashtable
[all...]
/external/doclava/src/com/google/doclava/
H A DConverter.java597 void put(Object key, Object value) { method in class:Converter.Cache
598 mCache.put(key, value);
609 mCache.put(k, r);
643 mAnnotationValues.put(o, v);
/external/guava/guava/src/com/google/common/collect/
H A DArrayTable.java113 * <p>The returned table allows subsequent {@code put} calls with the row keys
115 * table.columnKeySet()}. Calling {@link #put} with other keys leads to an
160 rowBuilder.put(rowList.get(i), i);
166 columnBuilder.put(columnList.get(i), i);
231 * put(rowKeyList().get(rowIndex), columnKeyList().get(columnIndex), value)}
357 public V put(R rowKey, C columnKey, @Nullable V value) { method in class:ArrayTable
387 put(cell.getRowKey(), cell.getColumnKey(), cell.getValue());
407 * <p>This method is equivalent to {@code put(rowKey, columnKey, null)} when
556 @Override public V put(R rowKey, V value) { method in class:ArrayTable.Column
701 @Override public V put( method in class:ArrayTable.Row
[all...]
H A DImmutableMultimap.java156 * .put("one", 1)
180 public Builder<K, V> put(K key, V value) { method in class:ImmutableMultimap.Builder
181 builderMultimap.put(checkNotNull(key), checkNotNull(value));
190 public Builder<K, V> put(Entry<? extends K, ? extends V> entry) { method in class:ImmutableMultimap.Builder
191 builderMultimap.put(
380 public boolean put(K key, V value) { method in class:ImmutableMultimap
H A DImmutableSortedMap.java119 .put(k1, v1).put(k2, v2).build();
132 .put(k1, v1).put(k2, v2).put(k3, v3).build();
145 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).build();
158 .put(k
367 @Override public Builder<K, V> put(K key, V value) { method in class:ImmutableSortedMap.Builder
380 @Override public Builder<K, V> put(Entry<? extends K, ? extends V> entry) { method in class:ImmutableSortedMap.Builder
[all...]
H A DLinkedListMultimap.java56 * multimap.put(key1, foo);
57 * multimap.put(key2, bar);
58 * multimap.put(key1, baz);}</pre>
194 keyToKeyHead.put(key, node);
195 keyToKeyTail.put(key, node);
201 keyToKeyHead.put(key, node);
206 keyToKeyTail.put(key, node);
214 keyToKeyHead.put(key, node);
249 keyToKeyHead.put(node.key, node.nextSibling);
256 keyToKeyTail.put(nod
546 public boolean put(@Nullable K key, @Nullable V value) { method in class:LinkedListMultimap
[all...]
H A DMapConstraints.java311 @Override public V put(K key, V value) { method in class:MapConstraints.ConstrainedMap
313 return delegate.put(key, value);
482 @Override public boolean put(K key, V value) { method in class:MapConstraints.ConstrainedMultimap
484 return delegate.put(key, value);
495 changed |= put(entry.getKey(), entry.getValue());
H A DTables.java201 public V put(C rowKey, R columnKey, V value) { method in class:Tables.TransposeTable
202 return original.put(columnKey, rowKey, value);
449 @Override public V2 put(R rowKey, C columnKey, V2 value) { method in class:Tables.TransformedTable
649 public V put(@Nullable R rowKey, @Nullable C columnKey, @Nullable V value) { method in class:Tables.UnmodifiableTable
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java52 * multimap.put(key1, foo);
53 * multimap.put(key2, bar);
54 * multimap.put(key1, baz);}</pre>
190 keyToKeyHead.put(key, node);
191 keyToKeyTail.put(key, node);
197 keyToKeyHead.put(key, node);
202 keyToKeyTail.put(key, node);
210 keyToKeyHead.put(key, node);
245 keyToKeyHead.put(node.key, node.nextSibling);
252 keyToKeyTail.put(nod
542 public boolean put(@Nullable K key, @Nullable V value) { method in class:LinkedListMultimap
[all...]
/external/icu4c/i18n/
H A Ducoleitr.cpp66 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);

Completed in 559 milliseconds

12345678910