Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 58) sorted by relevance

123

/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DDerOutputStream.java65 Object[] values = val[index]; in encodeSequence() local
90 Object[] values = val[index]; in encodeValueCollection() local
101 private void push(int[] lengths, Object[] values) { in push()
121 Object[] values = new Object[] { choice.type[i], content }; in getChoiceLength() local
133 Object[] values = new Object[1]; in getExplicitLength() local
153 Object[] values = new Object[type.length]; in getSequenceLength() local
203 Object[] values = new Object[cv.length]; in getValueOfLength() local
DASN1TypeCollection.java85 protected void getValues(Object object, Object[] values) { in getValues()
DBitString.java63 public BitString(boolean[] values) { in BitString()
DBerInputStream.java538 Object[] values = new Object[type.length]; in readSequence() local
623 ArrayList<Object> values = new ArrayList<Object>(); in decodeValueCollection() local
/libcore/luni/src/test/java/libcore/io/
DMemoryTest.java26 int[] values = { 3, 7, 31, 127, 8191, 131071, 524287, 2147483647 }; in testSetIntArray() local
67 long[] values = { 0x1020304050607080L, 0xffeeddccbbaa9988L }; in testSetLongArray() local
108 short[] values = { 0x0001, 0x0020, 0x0300, 0x4000 }; in testSetShortArray() local
/libcore/luni/src/test/java/libcore/java/util/zip/
DOldAndroidChecksumTest.java40 private void adler32Test(byte[] values, long expected) { in adler32Test()
55 private void cRC32Test(byte[] values, long expected) { in cRC32Test()
/libcore/json/src/test/java/org/json/
DJSONArrayTest.java329 JSONArray values = new JSONArray(); in testToJSONObject() local
347 JSONArray values = new JSONArray(); in testToJSONObjectWithNulls() local
362 JSONArray values = new JSONArray(); in testToJSONObjectMoreNamesThanValues() local
372 JSONArray values = new JSONArray(); in testToJSONObjectMoreValuesThanNames() local
383 JSONArray values = new JSONArray(); in testToJSONObjectNullKey() local
DSelfUseTest.java209 JSONArray values = new JSONArray(); in testToJSONObject() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DElementTypeTest.java60 ElementType[] values = ElementType.values(); in test_values() local
DRetentionPolicyTest.java55 RetentionPolicy[] values = RetentionPolicy.values(); in test_values() local
/libcore/luni/src/main/java/java/lang/
DThreadLocal.java54 Values values = values(currentThread); in get() local
87 Values values = values(currentThread); in set() local
104 Values values = values(currentThread); in remove() local
120 Values values(Thread current) { in values() method in ThreadLocal
DInheritableThreadLocal.java54 Values values(Thread current) { in values() method in InheritableThreadLocal
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DWeakHashMapTest.java186 List values = Arrays.asList(valueArray); in test_entrySet() local
301 List values = Arrays.asList(valueArray); in test_keySet() local
378 List values = Arrays.asList(valueArray); in test_values() local
DIdentityHashMap2Test.java141 Collection values = map.values(); in test_clone() local
434 Collection values = myIdentityHashMap.values(); in test_values() local
DGregorianCalendarTest.java419 Vector values = new Vector(); in test_getLeastMaximumI() local
456 Vector values = new Vector(); in test_getMaximumI() local
DHashMapTest.java204 Collection values = map.values(); in test_clone() local
557 Object[] values = new Object[32768]; in test_removeLjava_lang_Object() local
602 Collection values = myHashMap.values(); in test_values() local
/libcore/luni/src/test/java/tests/java/sql/
DSelectFunctionalityTest.java399 HashMap<Integer, Integer> values = new HashMap<Integer, Integer>(); in test_SelectGroupBy() local
426 ArrayList<Integer> values = new ArrayList<Integer>(); in test_SelectOrderBy() local
459 HashSet<Integer> values = new HashSet<Integer>(); in test_SelectDistinct() local
531 HashSet<Double> values = new HashSet<Double>(); in test_SelectHaving() local
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
DBasicConstraints.java54 Object[] values = (Object[]) ASN1.decode(encoding); in BasicConstraints() local
DReasonCode.java76 CRLReason[] values = CRLReason.values(); in getReason() local
/libcore/luni/src/main/java/java/util/
DObjects.java82 public static int hash(Object... values) { in hash()
DMap.java252 public Collection<V> values(); in values() method
/libcore/libart/src/main/java/java/lang/
DEnum.java191 T[] values = getSharedConstants(enumType); in valueOf() local
/libcore/luni/src/main/java/org/xml/sax/helpers/
DAttributeListImpl.java288 private ArrayList<String> values = new ArrayList<String>(); field in AttributeListImpl
/libcore/luni/src/main/java/java/util/prefs/
DXMLParser.java213 String[] values = new String[keys.length]; in exportEntries() local
220 private static void exportEntries(String[] keys, String[] values, in exportEntries()
490 String[] values = new String[length]; in writeXmlPreferences() local
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DDdmServer.java109 Collection values = mHandlerMap.values(); in broadcast() local

123