/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
D | MatchOpTest.java | 86 private final Map kinds field in MatchOpTest 94 private <T> Map<Kind, Function<Predicate<T>, Function<Stream<T>, Boolean>>> kinds() { in kinds() method in MatchOpTest 95 return (Map<Kind, Function<Predicate<T>, Function<Stream<T>, Boolean>>>) kinds; in kinds() 101 boolean match = this.<T>kinds().get(kind).apply(predicates[i]).apply(source.stream()); in assertPredicates() 126 exerciseTerminalOps(data, this.<Integer>kinds().get(kind).apply(p)); in testStream() 127 … exerciseTerminalOps(data, s -> s.filter(pFalse), this.<Integer>kinds().get(kind).apply(p)); in testStream() 128 … exerciseTerminalOps(data, s -> s.filter(pEven), this.<Integer>kinds().get(kind).apply(p)); in testStream()
|
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | BulkPutBuffer.java | 110 BufferKind[] kinds; in getKinds() local 112 kinds = new BufferKind[] { in getKinds() 117 kinds = BufferKind.values(); in getKinds() 119 kinds = new BufferKind[] { in getKinds() 124 return kinds; in getKinds()
|
/libcore/metrictests/memory/apps/ |
D | Android.bp | 18 // the below license kinds from "libcore_license":
|
/libcore/metrictests/memory/host/ |
D | Android.bp | 18 // the below license kinds from "libcore_license":
|
/libcore/tools/upstream/ |
D | Android.bp | 22 // the below license kinds from "libcore_license":
|
/libcore/luni/src/test/filesystems/ |
D | Android.bp | 23 // the below license kinds from "libcore_luni_license":
|
/libcore/luni/src/test/java9compatibility/ |
D | Android.bp | 22 // to get the below license kinds:
|
/libcore/tools/non-cts-json-generator/ |
D | Android.bp | 19 // to get the below license kinds:
|
/libcore/luni/annotations/flagged_api/dalvik/system/ |
D | VMDebug.annotated.java | 53 public static native void resetAllocCount(int kinds); in resetAllocCount() argument
|
/libcore/luni/src/main/native/ |
D | Android.bp | 19 // the below license kinds from "libcore_luni_license":
|
/libcore/luni/src/test/annotations/ |
D | Android.bp | 24 // the below license kinds from "libcore_luni_license":
|
/libcore/tools/openjdk-analyzer/ |
D | Android.bp | 19 // to get the below license kinds:
|
/libcore/benchmarks/ |
D | Android.bp | 18 // the below license kinds from "libcore_license":
|
/libcore/luni/src/test/parameter_metadata/ |
D | Android.bp | 26 // the below license kinds from "libcore_luni_license":
|
/libcore/expectations/ |
D | Android.bp | 18 // the below license kinds from "libcore_license":
|
/libcore/luni/src/test/java17language/ |
D | Android.bp | 22 // the below license kinds from "libcore_luni_license":
|
/libcore/luni/src/test/java11language/ |
D | Android.bp | 22 // the below license kinds from "libcore_luni_license":
|
/libcore/luni/src/test/java9language/ |
D | Android.bp | 22 // the below license kinds from "libcore_luni_license":
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | VMDebug.java | 402 public static native void resetAllocCount(int kinds); in resetAllocCount() argument
|
/libcore/mmodules/intracoreapi/ |
D | Android.bp | 19 // the below license kinds from "libcore_license":
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer.java.template | 131 * instance of one of these kinds of buffers refers to an inaccessible region
|