Searched defs:put (Results 51 - 75 of 238) sorted by relevance

12345678910

/external/webkit/Source/JavaScriptCore/debugger/
H A DDebuggerActivation.cpp59 void DebuggerActivation::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::DebuggerActivation
61 m_activation->put(exec, propertyName, value, slot);
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSByteArray.cpp89 void JSByteArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::JSByteArray
97 JSObject::put(exec, propertyName, value, slot);
100 void JSByteArray::put(ExecState* exec, unsigned propertyName, JSValue value) function in class:JSC::JSByteArray
H A DJSCell.cpp141 void JSCell::put(ExecState* exec, const Identifier& identifier, JSValue value, PutPropertySlot& slot) function in class:JSC::JSCell
143 toObject(exec, exec->lexicalGlobalObject())->put(exec, identifier, value, slot);
146 void JSCell::put(ExecState* exec, unsigned identifier, JSValue value) function in class:JSC::JSCell
148 toObject(exec, exec->lexicalGlobalObject())->put(exec, identifier, value);
H A DObjectPrototype.cpp61 void ObjectPrototype::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::ObjectPrototype
63 JSObject::put(exec, propertyName, value, slot);
/external/webkit/Source/WebCore/bindings/gobject/
H A DDOMObjectCache.cpp126 void* DOMObjectCache::put(void* objectHandle, void* wrapper) function in class:WebKit::DOMObjectCache
140 void* DOMObjectCache::put(WebCore::Node* objectHandle, void* wrapper) function in class:WebKit::DOMObjectCache
142 // call the ::put version that takes void* to do the basic cache
144 put(static_cast<void*>(objectHandle), wrapper);
/external/webkit/Source/WebCore/bridge/
H A Druntime_array.cpp130 void RuntimeArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::RuntimeArray
144 JSObject::put(exec, propertyName, value, slot);
147 void RuntimeArray::put(ExecState* exec, unsigned index, JSValue value) function in class:JSC::RuntimeArray
/external/webkit/Source/WebCore/storage/
H A DIDBObjectStore.cpp84 m_objectStore->put(value, key, IDBObjectStoreBackendInterface::AddOnly, request, m_transaction->backend(), ec);
92 PassRefPtr<IDBRequest> IDBObjectStore::put(ScriptExecutionContext* context, PassRefPtr<SerializedScriptValue> value, PassRefPtr<IDBKey> key, ExceptionCode& ec) function in class:WebCore::IDBObjectStore
95 m_objectStore->put(value, key, IDBObjectStoreBackendInterface::AddOrUpdate, request, m_transaction->backend(), ec);
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBObjectStore.h70 virtual void put(const WebSerializedScriptValue&, const WebIDBKey&, PutMode, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&) { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebIDBObjectStore
/external/webkit/Source/WebKit/chromium/src/
H A DIDBObjectStoreBackendProxy.cpp85 void IDBObjectStoreBackendProxy::put(PassRefPtr<SerializedScriptValue> value, PassRefPtr<IDBKey> key, PutMode putMode, PassRefPtr<IDBCallbacks> callbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec) function in class:WebKit::IDBObjectStoreBackendProxy
90 m_webIDBObjectStore->put(value, key, static_cast<WebIDBObjectStore::PutMode>(putMode), new WebIDBCallbacksImpl(callbacks), *transactionProxy->getWebIDBTransaction(), ec);
H A DWebIDBObjectStoreImpl.cpp75 void WebIDBObjectStoreImpl::put(const WebSerializedScriptValue& value, const WebIDBKey& key, PutMode putMode, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) function in class:WebKit::WebIDBObjectStoreImpl
77 m_objectStore->put(value, key, static_cast<IDBObjectStoreBackendInterface::PutMode>(putMode), IDBCallbacksProxy::create(callbacks), transaction.getIDBTransactionBackendInterface(), ec);
/external/zlib/src/contrib/puff/
H A Dpufftest.c90 int ret, put = 0, fail = 0; local
101 put = 1;
103 fail = 1, put = 1;
147 if (put && ret == 0) {
/external/zlib/src/
H A Dgzwrite.c170 unsigned put = len; local
238 /* input was all buffered or compressed (put will fit in int) */
239 return (int)put;
335 /* do the printf() into the input buffer, put length in len */
414 /* do the printf() into the input buffer, put length in len */
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DAbstractMapTest.java64 public Object put(Object key, Object value) { method in class:AbstractMapTest.MyMap
107 map1.put("key", value);
111 map4.put(key, value);
115 map5.put(key, value);
124 map6.put(key, value);
128 map7.put(key, value);
132 aSpecialMap.put(specialKey, specialValue);
143 map.put(1, 1);
180 map.put("k", "v");
181 map.put("ke
341 public Object put(Object k, Object v) { method in class:AbstractMapTest.AMT
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpecSet.java260 * @param spec {@code non-null;} the register spec to put in the instance
262 public void put(RegisterSpec spec) { method in class:RegisterSpecSet
295 * @param set {@code non-null;} the set to put into this instance
303 put(spec);
363 result.put(spec.withOffset(delta));
388 copy.put(spec);
/external/e2fsprogs/lib/ext2fs/
H A Direl.h35 errcode_t (*put)(ext2_irel irel, ext2_ino_t old, member in struct:ext2_inode_relocation_table
103 #define ext2fs_irel_put(irel, old, ent) ((irel)->put((irel), old, ent))
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImpl.java99 m_propertyToControl.put(propertyTable, property, control);
212 void put(PropertyTable propertyTable, Property property, Control control) { method in class:ButtonPropertyEditorPresentationImpl.PropertyToControlMap
213 m_map.put(Pair.create(propertyTable, property), control);
/external/emma/core/java12/com/vladium/util/
H A DIntIntMap.java168 public void put (final int key, final int value) method in class:IntIntMap
/external/guava/guava/src/com/google/common/cache/
H A DAbstractCache.java67 result.put(key, getIfPresent(key));
77 public void put(K key, V value) { method in class:AbstractCache
/external/guava/guava/src/com/google/common/collect/
H A DForwardingMap.java38 * overriding {@link #put} alone <i>will not</i> change the behavior of {@link
104 public V put(K key, V value) { method in class:ForwardingMap
105 return delegate().put(key, value);
138 * #put(Object, Object)}. If you override {@link #put(Object, Object)}, you
H A DForwardingMultimap.java97 public boolean put(K key, V value) { method in class:ForwardingMultimap
98 return delegate().put(key, value);
H A DForwardingTable.java100 public V put(R rowKey, C columnKey, V value) { method in class:ForwardingTable
101 return delegate().put(rowKey, columnKey, value);
H A DImmutableTable.java128 * .put(1, 'A', "foo")
129 * .put(1, 'B', "bar")
130 * .put(2, 'A', "baz")
181 public Builder<R, C, V> put(R rowKey, C columnKey, V value) { method in class:ImmutableTable.Builder
191 public Builder<R, C, V> put( method in class:ImmutableTable.Builder
201 put(cell.getRowKey(), cell.getColumnKey(), cell.getValue());
216 put(cell);
293 @Override public final V put(R rowKey, C columnKey, V value) { method in class:ImmutableTable
H A DMultimap.java29 * values with a single key. If you call {@link #put} twice, with the same key
98 * case {@code put} always adds a new key-value pair and increases the
108 boolean put(@Nullable K key, @Nullable V value); method in interface:Multimap
227 * on its entries, {@code put}, or {@code putAll}.
H A DTable.java141 V put(R rowKey, C columnKey, V value); method in interface:Table
145 * equivalent to calling {@link #put} with each row key / column key / value
230 * The returned map does not support {@code put()} or {@code putAll()}, or
235 * setValue()}, {@code put()}, and {@code putAll()}.
245 * table. The returned map does not support {@code put()} or {@code putAll()},
250 * {@code setValue()}, {@code put()}, and {@code putAll()}.
/external/guava/guava/src/com/google/common/hash/
H A DBloomFilter.java50 <T> void put(T object, Funnel<? super T> funnel, int numHashFunctions, BitArray bits); method in interface:BloomFilter.Strategy
87 * Returns {@code true} if the element <i>might</i> have been put in this Bloom filter,
98 public void put(T object) { method in class:BloomFilter
99 strategy.put(object, funnel, numHashFunctions, bits);
137 * andreou: I wanted to put a warning in the javadoc about tiny fpp values,

Completed in 563 milliseconds

12345678910