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

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/java/nio/
ReadOnlyHeapByteBuffer.java 84 public ByteBuffer put(byte b) { method in class:ReadOnlyHeapByteBuffer
89 public ByteBuffer put(int index, byte b) { method in class:ReadOnlyHeapByteBuffer
94 public ByteBuffer put(byte[] src, int off, int len) { method in class:ReadOnlyHeapByteBuffer
149 public ByteBuffer put(ByteBuffer buf) { method in class:ReadOnlyHeapByteBuffer
  /libcore/luni/src/main/java/java/security/
PermissionsHash.java 45 perms.put(permission, permission);
  /libcore/luni/src/main/java/java/util/
PropertyPermissionCollection.java 40 Permission prev = permissions.put(perm.getName(), perm);
48 permissions.put(perm.getName(), np);
84 fields.put("permissions", permissions);
85 fields.put("all_allowed", false);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ProtocolVersion.java 125 protocolsByName.put(SSLv3.name, SSLv3);
126 protocolsByName.put(TLSv1.name, TLSv1);
127 protocolsByName.put("SSL", SSLv3);
128 protocolsByName.put("TLS", TLSv1);
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
ZipExecTest.java 45 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
46 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
86 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
87 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
88 att.put(Attributes.Name.CLASS_PATH, barZip.getName());
115 att.put(Attributes.Name.CLASS_PATH, "xx yy zz " + barZip.getName());
127 // play with relative file names - put relative path as ../<parent dir
129 att.put(Attributes.Name.CLASS_PATH, ".." + File.separator
153 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
154 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo")
    [all...]
JarExecTest.java 48 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
49 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
87 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
88 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
89 att.put(Attributes.Name.CLASS_PATH, barJar.getName());
114 att.put(Attributes.Name.CLASS_PATH, "xx yy zz " + barJar.getName());
123 // play with relative file names - put relative path as ../<parent dir
125 att.put(Attributes.Name.CLASS_PATH, ".." + File.separator
152 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
153 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo")
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
klist.h 25 void (*put)(struct klist_node *); member in struct:klist
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
klist.h 25 void (*put)(struct klist_node *); member in struct:klist
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
klist.h 25 void (*put)(struct klist_node *); member in struct:klist
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
klist.h 25 void (*put)(struct klist_node *); member in struct:klist
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
klist.h 25 void (*put)(struct klist_node *); member in struct:klist
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
klist.h 25 void (*put)(struct klist_node *); member in struct:klist
  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 94 empty.put("something", "here");
121 empty.put("something", "here");
153 map.put("Gah", firstVal);
154 map.put("Ooga", secondVal);
346 // ht.put("1", "a");
348 // ht.put("2", "b");
349 // ht.put("9", "c");
350 // ht.put("12", "d");
451 // h2.put(k, "value1");
506 ht.put("0", "")
    [all...]
IdentityHashMapTest.java 105 empty.put("something", "here");
122 myMap.put(objArray2[counter], objArray[counter]);
177 map.put("key", "value");
186 map2.put("key", "value2");
193 map2.put("key2", "value3");
219 m.put(null, "test");
279 hm.put("T", "HELLO");
284 m.put(null, "test");
325 m.put(null, "test");
330 map.put(new Integer(1), "1")
    [all...]
  /frameworks/base/services/java/com/android/server/
ProcessMap.java 33 public E put(String name, int uid, E value) { method in class:ProcessMap
37 mMap.put(name, uids);
39 uids.put(uid, value);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
InformationObjectSet.java 50 public void put(AttributeType at) { method in class:InformationObjectSet
51 put(at.oid.getOid(), at);
54 public void put(int[] oid, Object object) { method in class:InformationObjectSet
  /libcore/luni/src/test/java/libcore/java/lang/
ProcessBuilderTest.java 45 pb.environment().put("A", "android");
54 environment.put("A", null);
59 environment.put(null, "android");
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
ResultSetMetaDataTest.java 46 thePublicStatics.put("columnNullableUnknown", new Integer(2));
47 thePublicStatics.put("columnNullable", new Integer(1));
48 thePublicStatics.put("columnNoNulls", new Integer(0));
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsUtilsTests.java 39 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE);
40 values.put(Im.TYPE, Im.TYPE_HOME);
41 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
42 values.put(Im.DATA, TEST_ADDRESS);
56 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE);
57 values.put(Im.TYPE, Im.TYPE_HOME);
58 values.put(Im.PROTOCOL, Im.PROTOCOL_CUSTOM);
59 values.put(Im.CUSTOM_PROTOCOL, TEST_PROTOCOL);
60 values.put(Im.DATA, TEST_ADDRESS);
74 values.put(Email.MIMETYPE, Email.CONTENT_ITEM_TYPE)
    [all...]
  /packages/apps/Tag/src/com/android/vcard/
CharsetUtils.java 67 sVendorShiftJisMap.put(VENDOR_DOCOMO, "docomo-shift_jis-2007");
68 sVendorShiftJisMap.put(VENDOR_KDDI, "kddi-shift_jis-2007");
69 sVendorShiftJisMap.put(VENDOR_SOFTBANK, "softbank-shift_jis-2007");
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SecurityTest.java 149 m.put("Alg.propName.algName", "value");
347 m.put("AAA.BBB.CCC", "aaaa"); // key has dot instead of space
359 m.put("MyService.MyAlgorithm", "");
360 m.put("MessageDigest.SHA-1", "");
365 m.put("MyService.MyAlgorithm KeySize", "512");
366 m.put("MessageDigest.SHA-1", "");
371 m.put("MyService.MyAlgorithm KeySize", "1025");
372 m.put("MessageDigest.SHA-1", "");
378 m.put("MyService.MyAlgorithm imPLementedIn", "softWARE");
382 m.put("MyService.MyAlgorithm ATTribute", "attributeVALUE")
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
HashMapTest.java 140 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(null, "test")
744 public V put(K key, V value) { method in class:HashMapTest.SubMap
    [all...]
  /libcore/json/src/main/java/org/json/
JSONArray.java 118 public JSONArray put(boolean value) { method in class:JSONArray
130 public JSONArray put(double value) throws JSONException { method in class:JSONArray
140 public JSONArray put(int value) { method in class:JSONArray
150 public JSONArray put(long value) { method in class:JSONArray
165 public JSONArray put(Object value) { method in class:JSONArray
177 public JSONArray put(int index, boolean value) throws JSONException { method in class:JSONArray
178 return put(index, (Boolean) value);
190 public JSONArray put(int index, double value) throws JSONException { method in class:JSONArray
191 return put(index, (Double) value);
201 public JSONArray put(int index, int value) throws JSONException method in class:JSONArray
212 public JSONArray put(int index, long value) throws JSONException { method in class:JSONArray
227 public JSONArray put(int index, Object value) throws JSONException { method in class:JSONArray
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 130 // the tests will be aborted because the image will be put in sdcard
144 // the tests will be aborted because the image will be put in sdcard
208 // the tests will be aborted because the image will be put in sdcard
256 values.put(Media.ORIENTATION, 0);
257 values.put(Media.PICASA_ID, 0);
259 values.put(Media.DATE_TAKEN, dateTaken);
260 values.put(Media.DESCRIPTION, "This is a image");
261 values.put(Media.LATITUDE, 40.689060d);
262 values.put(Media.LONGITUDE, -74.044636d);
263 values.put(Media.IS_PRIVATE, 1)
    [all...]
  /cts/apps/CtsVerifier/tests/src/com/android/cts/verifier/
TestResultsProviderTest.java 32 values.put(TestResultsProvider.COLUMN_TEST_NAME, FOO_TEST_NAME);
33 values.put(TestResultsProvider.COLUMN_TEST_RESULT, TestResult.TEST_RESULT_FAILED);
45 values.put(TestResultsProvider.COLUMN_TEST_NAME, BAR_TEST_NAME);
46 values.put(TestResultsProvider.COLUMN_TEST_RESULT, TestResult.TEST_RESULT_PASSED);
60 values.put(TestResultsProvider.COLUMN_TEST_RESULT, TestResult.TEST_RESULT_PASSED);

Completed in 301 milliseconds

1 2 3 4 5 6 78 91011>>