HomeSort by relevance Sort by last modified time
    Searched defs:put (Results 26 - 50 of 2922) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ValuesDeltaTests.java 45 after.put(Phone.NUMBER, TEST_PHONE_NUMBER_2);
62 before.put(Data._ID, TEST_PHONE_ID);
63 before.put(Phone.NUMBER, TEST_PHONE_NUMBER_1);
74 before.put(Data._ID, TEST_PHONE_ID);
75 before.put(Phone.NUMBER, TEST_PHONE_NUMBER_1);
78 values.put(Phone.NUMBER, TEST_PHONE_NUMBER_2);
  /build/tools/
post_process_props.py 19 # Put the modifications that you need to make into the /system/build.prop into this
20 # function. The prop object has get(name) and put(name,value) methods.
24 # Put the modifications that you need to make into the /system/build.prop into this
25 # function. The prop object has get(name) and put(name,value) methods.
35 prop.put("persist.sys.usb.config", val)
40 prop.put("persist.sys.usb.config", "none");
53 def put(self, name, value): member in class:PropFile
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DictionaryExtensions.cs 91 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/
DictionaryExtensions.cs 93 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/tool/src/main/java/org/antlr/misc/
MultiMap.java 40 super.put(key, elementsForKey);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultDigestAlgorithmIdentifierFinder.java 31 // digestOids.put(OIWObjectIdentifiers.md4WithRSAEncryption, PKCSObjectIdentifiers.md4);
32 // digestOids.put(OIWObjectIdentifiers.md4WithRSA, PKCSObjectIdentifiers.md4);
34 digestOids.put(OIWObjectIdentifiers.sha1WithRSA, OIWObjectIdentifiers.idSHA1);
37 // digestOids.put(PKCSObjectIdentifiers.sha224WithRSAEncryption, NISTObjectIdentifiers.id_sha224);
39 digestOids.put(PKCSObjectIdentifiers.sha256WithRSAEncryption, NISTObjectIdentifiers.id_sha256);
40 digestOids.put(PKCSObjectIdentifiers.sha384WithRSAEncryption, NISTObjectIdentifiers.id_sha384);
41 digestOids.put(PKCSObjectIdentifiers.sha512WithRSAEncryption, NISTObjectIdentifiers.id_sha512);
43 // digestOids.put(PKCSObjectIdentifiers.md2WithRSAEncryption, PKCSObjectIdentifiers.md2);
44 // digestOids.put(PKCSObjectIdentifiers.md4WithRSAEncryption, PKCSObjectIdentifiers.md4);
46 digestOids.put(PKCSObjectIdentifiers.md5WithRSAEncryption, PKCSObjectIdentifiers.md5)
    [all...]
  /external/emma/core/java12/com/vladium/util/
IntegerFactory.java 31 s_values.put (value, result);
  /external/guava/guava/src/com/google/common/collect/
BiMap.java 47 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
  /external/guava/guava-tests/test/com/google/common/cache/
TestingCacheLoaders.java 49 result.put(key, load(key));
  /external/javassist/src/main/javassist/compiler/
KeywordTable.java 30 put(name, new Integer(t)); method
SymbolTable.java 42 put(name, value); method
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/
IndexBuffer.java 79 public abstract void put(int i, int value); method in class:IndexBuffer
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
BooleanSerializer.java 52 buffer.put(((Boolean)object) ? (byte)1 : (byte)0);
ByteSerializer.java 52 buffer.put((Byte)object);
  /external/okhttp/src/main/java/com/squareup/okhttp/
OkResponseCache.java 38 CacheRequest put(URI uri, URLConnection urlConnection) throws IOException; method in interface:OkResponseCache
  /external/smack/src/com/kenai/jbosh/
BodyParserResults.java 52 attrs.put(name, value);
  /external/smack/src/org/jivesoftware/smackx/
GatewayManager.java 87 gateways.put(itemJID, new Gateway(connection,itemJID));
89 localGateways.put(itemJID,
93 nonLocalGateways.put(itemJID,
130 instances.put(connection, instance);
190 localGateways.put(entityJID, gateway);
193 nonLocalGateways.put(entityJID, gateway);
195 gateways.put(entityJID, gateway);
  /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
  /frameworks/base/test-runner/src/android/test/
SimpleCache.java 32 map.put(key, value);
  /frameworks/native/opengl/tools/glgen/src/
ParameterChecker.java 41 map.put(tokens[0], tokens);
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduBody.java 45 // Put part to mPartMapByContentId.
48 mPartMapByContentId.put(new String(contentId), part);
51 // Put part to mPartMapByContentLocation.
55 mPartMapByContentLocation.put(clc, part);
58 // Put part to mPartMapByName.
62 mPartMapByName.put(clc, part);
65 // Put part to mPartMapByFileName.
69 mPartMapByFileName.put(clc, part);
  /libcore/luni/src/main/java/java/net/
CookieHandler.java 69 public abstract void put(URI uri, Map<String, List<String>> responseHeaders) method in class:CookieHandler
ResponseCache.java 27 * <p>Although {@code URLConnection} will always call {@link #put}, the specific
84 public abstract CacheRequest put(URI uri, URLConnection connection) throws IOException; method in class:ResponseCache
  /libcore/luni/src/main/java/java/security/
PermissionsHash.java 45 perms.put(permission, permission);
  /libcore/luni/src/main/java/java/util/
Dictionary.java 54 * @see #put
92 public abstract V put(K key, V value); method in class:Dictionary
103 * @see #put

Completed in 177 milliseconds

12 3 4 5 6 7 8 91011>>