Searched defs:to (Results 176 - 200 of 327) sorted by relevance

1234567891011>>

/openjdk9/hotspot/test/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/amd64/
H A DAMD64TestAssembler.java333 private void emitMove(boolean w, Register to, Register from) { argument
/openjdk9/jaxp/test/javax/xml/jaxp/libs/jdk/testlibrary/
H A DOutputAnalyzer.java506 shouldMatchByLineTo(String to, String pattern) argument
525 shouldMatchByLine(String from, String to, String pattern) argument
544 stdoutShouldMatchByLine(String from, String to, String pattern) argument
548 shouldMatchByLine(String buffer, String from, String to, String pattern) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DProcessBuilder.java621 public static Redirect to(final File file) { method in class:ProcessBuilder.Redirect
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/lang/invoke/
H A DTypeConvertingMethodAdapter.java87 private static void initWidening(Wrapper to, int opcode, Wrapper... from) { argument
[all...]
/openjdk9/jdk/src/java.base/unix/native/libjava/
H A DUnixFileSystem_md.c388 Java_java_io_UnixFileSystem_rename0(JNIEnv *env, jobject this, jobject from, jobject to) argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DFloatControl.java319 shift(float from, float to, int microseconds) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/table/
H A DDefaultTableModel.java270 justifyRows(int from, int to) argument
445 moveRow(int start, int end, int to) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DDefaultSynthStyle.java307 getInsets(SynthContext state, Insets to) argument
[all...]
/openjdk9/jdk/test/java/lang/invoke/
H A DExplicitCastArgumentsTest.java511 testConversion(TestConversionMode mode, Class<?> from, Class<?> to, Object param, Object expectedResult, boolean failureExpected, Class<? extends Throwable> expectedException) argument
[all...]
/openjdk9/jdk/test/java/lang/invoke/lambda/
H A DMetafactoryDescriptorTest.java186 public void put(Class<?> from, Class<?> to) { argument
191 public boolean contains(Class<?> from, Class<?> to) { argument
/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DModule_attribute.java165 public ExportsEntry(int index, int flags, int[] to) { argument
192 public OpensEntry(int index, int flags, int[] to) { argument
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/arrays/
H A DSparseArrayData.java337 public ArrayData slice(final long from, final long to) { argument
[all...]
H A DTypedArrayData.java146 public ArrayData slice(final long from, final long to) { argument
H A DObjectArrayData.java294 public ArrayData slice(final long from, final long to) { argument
H A DArrayFilter.java174 public ArrayData delete(final long from, final long to) { argument
H A DByteBufferArrayData.java181 public ArrayData slice(final long from, final long to) { argument
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DCodeRangeBuffer.java102 private void moveRight(final int from, final int to, final int n) { argument
112 moveLeft(final int from, final int to, final int n) argument
116 moveLeftAndReduce(final int from, final int to) argument
218 addCodeRange(final CodeRangeBuffer pbuf, final ScanEnvironment env, final int from, final int to) argument
[all...]
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/ast/
H A DCClassNode.java149 public void addCodeRangeToBuf(final int from, final int to) { argument
153 public void addCodeRange(final ScanEnvironment env, final int from, final int to) { argument
[all...]
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DNashornBeansLinker.java268 canConvert(final Class<?> from, final Class<?> to) argument
[all...]
/openjdk9/jdk/test/java/util/List/
H A DSubList.java57 public void testAdd(List<Integer> list, int from, int to) { argument
67 public void testModAdd(List<Integer> list, int from, int to) { argument
75 public void testUnmodAdd(List<Integer> list, int from, int to) { argument
81 public void testAddAtPos(List<Integer> list, int from, int to) { argument
92 testModAddAtPos(List<Integer> list, int from, int to) argument
101 testUnmodAddAtPos(List<Integer> list, int from, int to) argument
108 testClear(List<Integer> list, int from, int to) argument
117 testModClear(List<Integer> list, int from, int to) argument
125 testUnmodClear(List<Integer> list, int from, int to) argument
131 testEquals(List<Integer> list, int from, int to) argument
157 testModHashCode(List<Integer> list, int from, int to) argument
164 testGet(List<Integer> list, int from, int to) argument
172 testModGet(List<Integer> list, int from, int to) argument
179 testIndexOf(List<Integer> list, int from, int to) argument
207 testModIndexOf(List<Integer> list, int from, int to) argument
214 testIterator(List<Integer> list, int from, int to) argument
226 testModIteratorNext(List<Integer> list, int from, int to) argument
234 testIteratorRemove(List<Integer> list, int from, int to) argument
248 testModIteratorRemove(List<Integer> list, int from, int to) argument
258 testUnmodIteratorRemove(List<Integer> list, int from, int to) argument
266 testIteratorForEachRemaining(List<Integer> list, int from, int to) argument
286 testLastIndexOf(List<Integer> list, int from, int to) argument
313 testModLastIndexOf(List<Integer> list, int from, int to) argument
320 testListIterator(List<Integer> list, int from, int to) argument
333 testModListIteratorNext(List<Integer> list, int from, int to) argument
341 testListIteratorSet(List<Integer> list, int from, int to) argument
357 testModListIteratorSet(List<Integer> list, int from, int to) argument
367 testUnmodListIteratorSet(List<Integer> list, int from, int to) argument
375 testListIteratorPrevious(List<Integer> list, int from, int to) argument
388 testModListIteratorPrevious(List<Integer> list, int from, int to) argument
396 testListIteratorSetPrevious(List<Integer> list, int from, int to) argument
412 testUnmodListIteratorSetPrevious(List<Integer> list, int from, int to) argument
420 testListIteratorAdd(List<Integer> list, int from, int to) argument
434 testUnmodListIteratorAdd(List<Integer> list, int from, int to) argument
443 testModListIteratorAdd(List<Integer> list, int from, int to) argument
452 testListIteratorRemoveNext(List<Integer> list, int from, int to) argument
467 testUnmodListIteratorRemoveNext(List<Integer> list, int from, int to) argument
476 testModListIteratorRemove(List<Integer> list, int from, int to) argument
485 testListIteratorRemovePrevious(List<Integer> list, int from, int to) argument
500 testUnmodListIteratorRemovePrevious(List<Integer> list, int from, int to) argument
508 testRemove(List<Integer> list, int from, int to) argument
520 testUnmodRemove(List<Integer> list, int from, int to) argument
528 testModRemove(List<Integer> list, int from, int to) argument
535 testSet(List<Integer> list, int from, int to) argument
547 testModSet(List<Integer> list, int from, int to) argument
554 testSubList(List<Integer> list, int from, int to) argument
[all...]
/openjdk9/jdk/test/java/text/Format/NumberFormat/
H A DBigDecimalParse.java663 protected void check(String from, Number to) { argument
/openjdk9/langtools/test/tools/javac/classfiles/attributes/Module/
H A DModuleTestBase.java266 private final List<String> to = new ArrayList<>(); field in class:ModuleTestBase.Export
277 private final List<String> to = new ArrayList<>(); field in class:ModuleTestBase.Open
369 public ModuleDescriptor exportsTo(String pkg, String to, ExportsFla argument
395 opensTo(String pkg, String to, OpensFlag... flags) argument
[all...]
/openjdk9/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DOutputAnalyzer.java506 shouldMatchByLineTo(String to, String pattern) argument
525 shouldMatchByLine(String from, String to, String pattern) argument
544 stdoutShouldMatchByLine(String from, String to, String pattern) argument
548 shouldMatchByLine(String buffer, String from, String to, String pattern) argument
[all...]
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DGraphUtils.java65 public abstract void visitDependency(DependencyKind dk, N from, N to, A arg); argument
88 Properties dependencyAttributes(N to, DependencyKind dk); argument
239 visitDependency(DependencyKind dk, N from, N to, StringBuilder buf) argument
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.aarch64/src/org/graalvm/compiler/core/aarch64/
H A DAArch64ArithmeticLIRGenerator.java202 public Value emitReinterpret(LIRKind to, Value inputVal) { argument

Completed in 312 milliseconds

1234567891011>>