Home
last modified time | relevance | path

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

123456

/libcore/ojluni/annotations/mmodule/sun/security/util/
DObjectIdentifier.annotated.java39 public ObjectIdentifier(int[] values) throws java.io.IOException { throw new RuntimeException("Stub… in ObjectIdentifier()
45 public static sun.security.util.ObjectIdentifier newInternal(int[] values) { throw new RuntimeExcep… in newInternal()
/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/ojluni/src/main/java/java/security/
DPKCS12Attribute.java87 String[] values; in PKCS12Attribute() local
230 private byte[] encode(ObjectIdentifier type, String[] values) in encode()
264 String[] values = new String[attrValueSet.length]; in parse() local
/libcore/json/src/test/java/libcore/org/json/
DJSONArrayTest.java334 JSONArray values = new JSONArray(); in testToJSONObject() local
352 JSONArray values = new JSONArray(); in testToJSONObjectWithNulls() local
367 JSONArray values = new JSONArray(); in testToJSONObjectMoreNamesThanValues() local
377 JSONArray values = new JSONArray(); in testToJSONObjectMoreValuesThanNames() local
388 JSONArray values = new JSONArray(); in testToJSONObjectNullKey() local
/libcore/luni/src/main/java/libcore/internal/
DJava9LanguageFeatures.java53 public static<T> String toListString(T... values) { in toListString()
59 private static<T> List<String> toString(T... values) { in toString()
/libcore/ojluni/src/test/java/util/Properties/
DLoadParsing2.java59 String[] values, in test()
138 static String[][] values = {values1, values1, values2, values2, values3}; field in LoadParsing2
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DWeakHashMapTest.java187 List values = Arrays.asList(valueArray); in test_entrySet() local
296 List values = Arrays.asList(valueArray); in test_keySet() local
382 List values = Arrays.asList(valueArray); in test_values() local
570 Collection<String> values = hashMap.values(); in test_spliterator_valueSet() local
598 Set<Map.Entry<String, String>> values = hashMap.entrySet(); in test_spliterator_entrySet() local
/libcore/luni/src/test/java/libcore/libcore/io/
DMemoryTest.java28 int[] values = { 3, 7, 31, 127, 8191, 131071, 524287, 2147483647 }; in testSetIntArray() local
69 long[] values = { 0x1020304050607080L, 0xffeeddccbbaa9988L }; in testSetLongArray() local
110 short[] values = { 0x0001, 0x0020, 0x0300, 0x4000 }; in testSetShortArray() 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/ojluni/src/test/java/math/BigInteger/
DSerializationTests.java75 var values = in checkBigIntegerSerialRoundTrip() local
132 var values = List.of(BigInteger.ZERO, in checkBigIntegerSubSerialRoundTrip() local
/libcore/ojluni/src/test/java/util/Objects/
DBasicObjectsTest.java45 Object[] values = {null, "42", 42}; in testEquals() local
59 Object[] values = {null, in testDeepEquals() local
112 String[] values = {"e. e. cummings", "zzz"}; in testCompare() 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/ojluni/src/test/java/math/BigDecimal/
DSerializationTests.java61 BigDecimal values[] = { in testSerialization() local
DConstructorUnscaledValue.java39 BigDecimal[] values = { in main() local
/libcore/ojluni/src/test/java/lang/Float/
DBitwiseConversionTest.java47 float[] values = { in testNanCase() local
/libcore/ojluni/src/test/java/lang/Double/
DBitwiseConversionTest.java47 double[] values = { in testNanCase() local
/libcore/ojluni/src/test/java/util/Map/
DToArray.java93 Object[] values = map.values().toArray(); in testMap() local
/libcore/ojluni/src/test/java/text/Format/MessageFormat/
DMessageTest.java84 Object[] values = form.parse(result); in TestMSGPatternTest() local
/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS9Attribute.java525 String[] values = new String[elems.length]; in PKCS9Attribute() local
547 SignerInfo[] values = new SignerInfo[elems.length]; in PKCS9Attribute() local
614 String[] values = (String[]) value; in derEncode() local
664 String[] values = (String[]) value; in derEncode() local
815 Object[] values = (Object[]) value; in toString() local
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/
DMapTest.java82 final Set<String> values = new HashSet<>(EXPECTED.size()); in testForEach() local
/libcore/ojluni/src/test/java/lang/reflect/records/
DRecordReflectionTest.java134 Object[] values, in testRecordReflection()
147 assertEquals(rc.getAccessor().invoke(recordOb), values[i]); in testRecordReflection() local
/libcore/tools/upstream/src/main/java/libcore/
DCompareUpstreams.java145 private static void printTsv(PrintStream out, List<String> values) { in printTsv()
232 List<String> values = new ArrayList<>(); in run() local
/libcore/ojluni/annotations/sdk/nullability/java/util/
DSortedMap.annotated.java47 @libcore.util.NonNull public java.util.Collection<@libcore.util.NullFromTypeParam V> values(); in values() method
/libcore/ojluni/annotations/flagged_api/java/util/
DSortedMap.annotated.java46 public java.util.Collection<V> values(); in values() method

123456