Home
last modified time | relevance | path

Searched refs:kinds (Results 1 – 21 of 21) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DMatchOpTest.java86 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/
DBulkPutBuffer.java110 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/
DAndroid.bp18 // the below license kinds from "libcore_license":
/libcore/metrictests/memory/host/
DAndroid.bp18 // the below license kinds from "libcore_license":
/libcore/tools/upstream/
DAndroid.bp22 // the below license kinds from "libcore_license":
/libcore/luni/src/test/filesystems/
DAndroid.bp23 // the below license kinds from "libcore_luni_license":
/libcore/luni/src/test/java9compatibility/
DAndroid.bp22 // to get the below license kinds:
/libcore/tools/non-cts-json-generator/
DAndroid.bp19 // to get the below license kinds:
/libcore/luni/annotations/flagged_api/dalvik/system/
DVMDebug.annotated.java53 public static native void resetAllocCount(int kinds); in resetAllocCount() argument
/libcore/luni/src/main/native/
DAndroid.bp19 // the below license kinds from "libcore_luni_license":
/libcore/luni/src/test/annotations/
DAndroid.bp24 // the below license kinds from "libcore_luni_license":
/libcore/tools/openjdk-analyzer/
DAndroid.bp19 // to get the below license kinds:
/libcore/benchmarks/
DAndroid.bp18 // the below license kinds from "libcore_license":
/libcore/luni/src/test/parameter_metadata/
DAndroid.bp26 // the below license kinds from "libcore_luni_license":
/libcore/expectations/
DAndroid.bp18 // the below license kinds from "libcore_license":
/libcore/luni/src/test/java17language/
DAndroid.bp22 // the below license kinds from "libcore_luni_license":
/libcore/luni/src/test/java11language/
DAndroid.bp22 // the below license kinds from "libcore_luni_license":
/libcore/luni/src/test/java9language/
DAndroid.bp22 // the below license kinds from "libcore_luni_license":
/libcore/dalvik/src/main/java/dalvik/system/
DVMDebug.java402 public static native void resetAllocCount(int kinds); in resetAllocCount() argument
/libcore/mmodules/intracoreapi/
DAndroid.bp19 // the below license kinds from "libcore_license":
/libcore/ojluni/src/main/java/java/nio/
DX-Buffer.java.template131 * instance of one of these kinds of buffers refers to an inaccessible region