Searched defs:put (Results 1 - 25 of 238) sorted by relevance

12345678910

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DDictionaryExtensions.cs91 public static void put(IDictionary map, object key, object value) { method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
96 public static void put<TKey, TValue>(IDictionary<TKey, TValue> map, TKey key, TValue value) { method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
101 public static void put<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key, TValue value) { method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DDictionaryExtensions.cs93 public static void put( this IDictionary map, object key, object value ) method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
99 public static void put<TKey, TValue>( this IDictionary<TKey, TValue> map, TKey key, TValue value ) method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
105 public static void put<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key, TValue value ) method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DDoubleKeyMap.java12 public Value put(Key1 k1, Key2 k2, Value v) { method in class:DoubleKeyMap
17 data.put(k1, data2);
22 data2.put(k2, v);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DCookieHandlerTest.java57 public void put(URI uri, Map responseHeaders) throws IOException { method in class:CookieHandlerTest.MockCookieHandler
H A DResponseCacheTest.java65 public CacheRequest put(URI arg0, URLConnection arg1) method in class:ResponseCacheTest.MockResponseCache
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DAddressMap.java49 public void put(int keyAddress, int valueAddress) { method in class:AddressMap
50 map.put(keyAddress, valueAddress);
/external/guava/guava/src/com/google/common/base/
H A DDefaults.java35 put(map, boolean.class, false);
36 put(map, char.class, '\0');
37 put(map, byte.class, (byte) 0);
38 put(map, short.class, (short) 0);
39 put(map, int.class, 0);
40 put(map, long.class, 0L);
41 put(map, float.class, 0f);
42 put(map, double.class, 0d);
46 private static <T> void put(Map<Class<?>, Object> map, Class<T> type, T value) { method in class:Defaults
47 map.put(typ
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DBiMap.java47 V put(@Nullable K key, @Nullable V value); method in interface:BiMap
50 * An alternate form of {@code put} that silently removes any existing entry
51 * with the value {@code value} before proceeding with the {@link #put}
76 * @throws IllegalArgumentException if an attempt to {@code put} any
H A DEnumHashBiMap.java82 @Override public V put(K key, @Nullable V value) { method in class:EnumHashBiMap
83 return super.put(key, value);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEnumHashBiMap.java77 @Override public V put(K key, @Nullable V value) { method in class:EnumHashBiMap
78 return super.put(key, value);
H A DHashBiMap.java80 @Override public V put(@Nullable K key, @Nullable V value) { method in class:HashBiMap
81 return super.put(key, value);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/
H A DIndexBuffer.java79 public abstract void put(int i, int value); method in class:IndexBuffer
H A DIndexByteBuffer.java57 public void put(int i, int value) { method in class:IndexByteBuffer
58 buf.put(i, (byte) value);
H A DIndexIntBuffer.java57 public void put(int i, int value) { method in class:IndexIntBuffer
58 buf.put(i, value);
H A DIndexShortBuffer.java57 public void put(int i, int value) { method in class:IndexShortBuffer
58 buf.put(i, (short) value);
H A DVirtualIndexBuffer.java92 public void put(int i, int value) { method in class:VirtualIndexBuffer
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DLRUCache.java93 public synchronized void put(K key, V value) { method in class:LRUCache
94 this.map.put(key, value);
/external/kernel-headers/original/linux/
H A Dklist.h25 void (*put)(struct klist_node *); member in struct:klist
30 void (*put)(struct klist_node *));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSparseIntArray.java29 public void put( int key, int value ){ method in class:ShadowSparseIntArray
30 sparseArray.put( key, value );
58 clone.put( keyAt(i), valueAt(i) );
/external/srec/shared/include/
H A DHashMap.h52 ESR_ReturnCode(*put)(struct HashMap_t* self, const LCHAR* key, void* value); member in struct:HashMap_t
/external/stlport/stlport/stl/
H A D_num_put.h60 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/Source/JavaScriptCore/runtime/
H A DJSNotAnObject.cpp95 void JSNotAnObject::put(ExecState* exec, const Identifier& , JSValue, PutPropertySlot&) function in class:JSC::JSNotAnObject
100 void JSNotAnObject::put(ExecState* exec, unsigned, JSValue) function in class:JSC::JSNotAnObject
H A DJSStaticScopeObject.cpp49 void JSStaticScopeObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot&) function in class:JSC::JSStaticScopeObject
H A DRegExpMatchesArray.h54 virtual void put(ExecState* exec, const Identifier& propertyName, JSValue v, PutPropertySlot& slot) function in class:JSC::RegExpMatchesArray
58 JSArray::put(exec, propertyName, v, slot);
61 virtual void put(ExecState* exec, unsigned propertyName, JSValue v) function in class:JSC::RegExpMatchesArray
65 JSArray::put(exec, propertyName, v);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStringToIntTable.java93 public final void put(String key, int value) method in class:StringToIntTable

Completed in 746 milliseconds

12345678910