/libcore/ojluni/annotations/mmodule/sun/security/util/ |
D | ObjectIdentifier.annotated.java | 41 public ObjectIdentifier(int[] values) throws java.io.IOException { throw new RuntimeException("Stub… in ObjectIdentifier() 47 public static sun.security.util.ObjectIdentifier newInternal(int[] values) { throw new RuntimeExcep… in newInternal()
|
/libcore/luni/src/test/java/libcore/libcore/io/ |
D | MemoryTest.java | 28 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/luni/src/test/java/libcore/java/util/zip/ |
D | OldAndroidChecksumTest.java | 40 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/ |
D | PKCS12Attribute.java | 87 String[] values; in PKCS12Attribute() local 228 private byte[] encode(ObjectIdentifier type, String[] values) in encode() 259 String[] values = new String[attrValueSet.length]; in parse() local
|
/libcore/luni/src/main/java/libcore/internal/ |
D | Java9LanguageFeatures.java | 53 public static<T> String toListString(T... values) { in toListString() 59 private static<T> List<String> toString(T... values) { in toString()
|
/libcore/json/src/test/java/libcore/org/json/ |
D | JSONArrayTest.java | 334 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
|
D | SelfUseTest.java | 214 JSONArray values = new JSONArray(); in testToJSONObject() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | WeakHashMapTest.java | 187 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
|
D | HashMapTest.java | 209 Collection values = map.values(); in test_clone() local 563 Object[] values = new Object[32768]; in test_removeLjava_lang_Object() local 608 Collection values = myHashMap.values(); in test_values() local 874 Collection<String> values = hashMap.values(); in test_spliterator_valueSet() local 906 Set<Map.Entry<String, String>> values = hashMap.entrySet(); in test_spliterator_entrySet() local
|
D | IdentityHashMap2Test.java | 141 Collection values = map.values(); in test_clone() local 434 Collection values = myIdentityHashMap.values(); in test_values() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
D | RetentionPolicyTest.java | 55 RetentionPolicy[] values = RetentionPolicy.values(); in test_values() local
|
D | ElementTypeTest.java | 60 ElementType[] values = ElementType.values(); in test_values() local
|
/libcore/luni/src/test/java/tests/java/sql/ |
D | SelectFunctionalityTest.java | 399 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/annotations/sdk/nullability/java/util/ |
D | SortedMap.annotated.java | 47 @libcore.util.NonNull public java.util.Collection<@libcore.util.NullFromTypeParam V> values(); in values() method
|
D | WeakHashMap.annotated.java | 63 @libcore.util.NonNull public java.util.Collection<@libcore.util.NullFromTypeParam V> values() { thr… in values() method in WeakHashMap
|
/libcore/ojluni/src/main/java/java/util/ |
D | SortedMap.java | 263 Collection<V> values(); in values() method
|
/libcore/ojluni/src/main/java/sun/security/pkcs/ |
D | PKCS9Attribute.java | 525 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/ |
D | MapTest.java | 82 final Set<String> values = new HashSet<>(EXPECTED.size()); in testForEach() local
|
/libcore/tools/upstream/src/main/java/libcore/ |
D | CompareUpstreams.java | 145 private static void printTsv(PrintStream out, List<String> values) { in printTsv() 229 List<String> values = new ArrayList<>(); in run() local
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
D | AttributeListImpl.java | 288 private ArrayList<String> values = new ArrayList<String>(); field in AttributeListImpl
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | CRLReasonCodeExtension.java | 52 private static CRLReason[] values = CRLReason.values(); field in CRLReasonCodeExtension
|
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
D | DdmServer.java | 145 Collection values = mHandlerMap.values(); in broadcast() local
|
/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
D | ObjectIdentifier.java | 39 public ObjectIdentifier(int[] values) throws java.io.IOException { in ObjectIdentifier() 65 public static sun.security.util.ObjectIdentifier newInternal(int[] values) { in newInternal()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Enum.java | 243 T[] values = getSharedConstants(enumType); in valueOf() local
|
/libcore/ojluni/annotations/mmodule/java/util/ |
D | LinkedHashMap.annotated.java | 59 public java.util.Collection<V> values() { throw new RuntimeException("Stub!"); } in values() method in LinkedHashMap
|