Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 49) sorted by relevance

12

/libcore/benchmarks/src/benchmarks/regression/
DScannerBenchmark.java38 private final int to; field in ScannerBenchmark.LineLength
40 LineLength(int from, int to) { in LineLength()
/libcore/ojluni/src/main/java/java/util/stream/
DNode.java122 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()
DSpinedBuffer.java484 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/
DNonNull.java47 int to() default Integer.MAX_VALUE; in to() method
DNullable.java47 int to() default Integer.MAX_VALUE; in to() method
DNullFromTypeParam.java44 int to() default Integer.MAX_VALUE; in to() method
/libcore/tools/upstream/src/main/java/libcore/
DCopyUpstreamFiles.java64 private void copyFile(Path from, Path to) throws IOException { in copyFile()
/libcore/ojluni/annotations/hiddenapi/java/util/
DEnumSet.java91 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()
DArrays.java499 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/
DTransformers.java756 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/
DEnumSet.java361 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()
DRegularEnumSet.java49 void addRange(E from, E to) { in addRange()
DJumboEnumSet.java55 void addRange(E from, E to) { in addRange()
/libcore/ojluni/annotations/hiddenapi/sun/reflect/misc/
DReflectUtil.java81 java.lang.ClassLoader from, java.lang.ClassLoader to) { in needsPackageAccessCheck()
/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketAdaptor.java113 long to = timeout; in connect() local
216 long to = timeout; in read() local
DServerSocketAdaptor.java111 long to = timeout; in accept() local
DDatagramSocketAdaptor.java185 long to = timeout; in receive() local
/libcore/ojluni/src/main/java/sun/reflect/misc/
DReflectUtil.java191 public static boolean needsPackageAccessCheck(ClassLoader from, ClassLoader to) { in needsPackageAccessCheck()
/libcore/ojluni/src/main/java/java/lang/
DProcessBuilder.java587 public static Redirect to(final File file) { in to() method
/libcore/ojluni/annotations/sdk/nullability/java/util/
DArrays.annotated.java266 …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/
DJSONTokener.java582 public char skipTo(char to) { in skipTo()
/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetDecoder.java1050 private void throwIllegalStateException(int from, int to) { in throwIllegalStateException()
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharsetEncoder.java154 private void throwIllegalStateException(int from, int to) { in throwIllegalStateException()
/libcore/ojluni/src/main/java/java/nio/file/attribute/
DFileTime.java141 public long to(TimeUnit unit) { in to() method in FileTime
/libcore/ojluni/src/main/native/
Dlinux_close.cpp156 flags, const struct sockaddr *to, int tolen) { in NET_SendTo()

12