/libcore/benchmarks/src/benchmarks/regression/ |
D | ScannerBenchmark.java | 38 private final int to; field in ScannerBenchmark.LineLength 40 LineLength(int from, int to) { in LineLength()
|
/libcore/ojluni/src/main/java/java/util/stream/ |
D | Node.java | 122 default Node<T> truncate(long from, long to, IntFunction<T[]> generator) { in truncate() 254 T_NODE truncate(long from, long to, IntFunction<T[]> generator); in truncate() 357 default Node.OfInt truncate(long from, long to, IntFunction<Integer[]> generator) { in truncate() 430 default Node.OfLong truncate(long from, long to, IntFunction<Long[]> generator) { in truncate() 505 default Node.OfDouble truncate(long from, long to, IntFunction<Double[]> generator) { in truncate()
|
D | SpinedBuffer.java | 484 protected abstract void arrayForEach(T_ARR array, int from, int to, in arrayForEach() 768 int from, int to, in arrayForEach() 885 int from, int to, in arrayForEach() 1004 int from, int to, in arrayForEach()
|
/libcore/luni/src/main/java/libcore/util/ |
D | NonNull.java | 47 int to() default Integer.MAX_VALUE; in to() method
|
D | Nullable.java | 47 int to() default Integer.MAX_VALUE; in to() method
|
D | NullFromTypeParam.java | 44 int to() default Integer.MAX_VALUE; in to() method
|
/libcore/tools/upstream/src/main/java/libcore/ |
D | CopyUpstreamFiles.java | 64 private void copyFile(Path from, Path to) throws IOException { in copyFile()
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | EnumSet.java | 91 public static <E extends java.lang.Enum<E>> java.util.EnumSet<E> range(E from, E to) { in range() 95 abstract void addRange(E from, E to); in addRange()
|
D | Arrays.java | 499 public static <T> T[] copyOfRange(T[] original, int from, int to) { in copyOfRange() 504 U[] original, int from, int to, java.lang.Class<? extends T[]> newType) { in copyOfRange() 508 public static byte[] copyOfRange(byte[] original, int from, int to) { in copyOfRange() 512 public static short[] copyOfRange(short[] original, int from, int to) { in copyOfRange() 516 public static int[] copyOfRange(int[] original, int from, int to) { in copyOfRange() 520 public static long[] copyOfRange(long[] original, int from, int to) { in copyOfRange() 524 public static char[] copyOfRange(char[] original, int from, int to) { in copyOfRange() 528 public static float[] copyOfRange(float[] original, int from, int to) { in copyOfRange() 532 public static double[] copyOfRange(double[] original, int from, int to) { in copyOfRange() 536 public static boolean[] copyOfRange(boolean[] original, int from, int to) { in copyOfRange()
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | Transformers.java | 756 private static void throwWrongMethodTypeException(MethodType from, MethodType to) { in throwWrongMethodTypeException() 1949 private static void throwClassCastException(Class from, Class to) in throwClassCastException() 2150 final Class<?> to) { in adaptArgument() 2194 throwClassCastException(value.getClass(), to); in adaptArgument() local 2280 throwClassCastException(value.getClass(), to); in adaptArgument() local 2324 Class<?> to = type().rtype(); in explicitCastReturnValue() local 2349 private static void badCast(final Class<?> from, final Class<?> to) { in badCast() 2539 final Class<?> to) { in explicitCastPrimitives() 2571 private static void unboxNull(final StackFrameWriter writer, final Class<?> to) { in unboxNull() 2606 final Class<?> to) { in unboxNonNull() [all …]
|
/libcore/ojluni/src/main/java/java/util/ |
D | EnumSet.java | 361 public static <E extends Enum<E>> EnumSet<E> range(E from, E to) { in range() 373 abstract void addRange(E from, E to); in addRange()
|
D | RegularEnumSet.java | 49 void addRange(E from, E to) { in addRange()
|
D | JumboEnumSet.java | 55 void addRange(E from, E to) { in addRange()
|
/libcore/ojluni/annotations/hiddenapi/sun/reflect/misc/ |
D | ReflectUtil.java | 81 java.lang.ClassLoader from, java.lang.ClassLoader to) { in needsPackageAccessCheck()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SocketAdaptor.java | 113 long to = timeout; in connect() local 216 long to = timeout; in read() local
|
D | ServerSocketAdaptor.java | 111 long to = timeout; in accept() local
|
D | DatagramSocketAdaptor.java | 185 long to = timeout; in receive() local
|
/libcore/ojluni/src/main/java/sun/reflect/misc/ |
D | ReflectUtil.java | 191 public static boolean needsPackageAccessCheck(ClassLoader from, ClassLoader to) { in needsPackageAccessCheck()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | ProcessBuilder.java | 587 public static Redirect to(final File file) { in to() method
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Arrays.annotated.java | 266 …il.NonNull [] copyOfRange(T @libcore.util.NonNull [] original, int from, int to) { throw new Runti… in copyOfRange() 268 …il.NonNull [] copyOfRange(U @libcore.util.NonNull [] original, int from, int to, @libcore.util.Non… in copyOfRange() 270 …NonNull [] copyOfRange(byte @libcore.util.NonNull [] original, int from, int to) { throw new Runti… in copyOfRange() 272 …onNull [] copyOfRange(short @libcore.util.NonNull [] original, int from, int to) { throw new Runti… in copyOfRange() 274 ….NonNull [] copyOfRange(int @libcore.util.NonNull [] original, int from, int to) { throw new Runti… in copyOfRange() 276 …NonNull [] copyOfRange(long @libcore.util.NonNull [] original, int from, int to) { throw new Runti… in copyOfRange() 278 …NonNull [] copyOfRange(char @libcore.util.NonNull [] original, int from, int to) { throw new Runti… in copyOfRange() 280 …onNull [] copyOfRange(float @libcore.util.NonNull [] original, int from, int to) { throw new Runti… in copyOfRange() 282 …nNull [] copyOfRange(double @libcore.util.NonNull [] original, int from, int to) { throw new Runti… in copyOfRange() 284 …Null [] copyOfRange(boolean @libcore.util.NonNull [] original, int from, int to) { throw new Runti… in copyOfRange()
|
/libcore/json/src/main/java/org/json/ |
D | JSONTokener.java | 582 public char skipTo(char to) { in skipTo()
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | CharsetDecoder.java | 1050 private void throwIllegalStateException(int from, int to) { in throwIllegalStateException()
|
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/ |
D | CharsetEncoder.java | 154 private void throwIllegalStateException(int from, int to) { in throwIllegalStateException()
|
/libcore/ojluni/src/main/java/java/nio/file/attribute/ |
D | FileTime.java | 141 public long to(TimeUnit unit) { in to() method in FileTime
|
/libcore/ojluni/src/main/native/ |
D | linux_close.cpp | 156 flags, const struct sockaddr *to, int tolen) { in NET_SendTo()
|