Searched defs:from (Results 201 - 225 of 388) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.base/share/native/libzip/zlib/
H A Dinflate.c658 unsigned char FAR *from; /* where to copy match bytes from */ local
[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/native/libfontmanager/layout/
H A DLEGlyphStorage.cpp481 void LEGlyphStorage::adoptGlyphArray(LEGlyphStorage &from) argument
498 void LEGlyphStorage::adoptCharIndicesArray(LEGlyphStorage &from) argument
508 void LEGlyphStorage::adoptPositionArray(LEGlyphStorage &from) argument
518 adoptAuxDataArray(LEGlyphStorage &from) argument
528 adoptGlyphCount(LEGlyphStorage &from) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DFloatControl.java319 public void shift(float from, float to, int microseconds) { argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/table/
H A DDefaultTableModel.java270 private void justifyRows(int from, int to) { argument
[all...]
/openjdk9/jdk/src/java.security.jgss/share/classes/sun/security/krb5/
H A DKrbTgsReq.java115 KrbTgsReq( KDCOptions options, Credentials asCreds, PrincipalName sname, KerberosTime from, KerberosTime till, KerberosTime rtime, int[] eTypes, HostAddresses addresses, AuthorizationData authorizationData, Ticket[] additionalTickets, EncryptionKey subKey) argument
132 KrbTgsReq( KDCOptions options, Credentials asCreds, PrincipalName cname, PrincipalName sname, KerberosTime from, KerberosTime till, KerberosTime rtime, int[] eTypes, HostAddresses addresses, AuthorizationData authorizationData, Ticket[] additionalTickets, EncryptionKey subKey, PAData extraPA) argument
269 createRequest( KDCOptions kdc_options, Ticket ticket, EncryptionKey key, KerberosTime ctime, PrincipalName cname, PrincipalName sname, KerberosTime from, KerberosTime till, KerberosTime rtime, int[] eTypes, HostAddresses addresses, AuthorizationData authorizationData, Ticket[] additionalTickets, EncryptionKey subKey, PAData extraPA) argument
[all...]
H A DKrbAsReqBuilder.java72 private KerberosTime from; field in class:KrbAsReqBuilder
[all...]
/openjdk9/jdk/src/java.management/share/classes/java/lang/management/
H A DThreadInfo.java850 public static ThreadInfo from(CompositeData cd) { method in class:ThreadInfo
[all...]
/openjdk9/jdk/src/jdk.internal.le/share/classes/jdk/internal/jline/console/
H A DKeyMap.java60 public void from(KeyMap other) { method in class:KeyMap
/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/hpack/
H A DHuffman.java140 public Writer from(CharSequence input, int start, int end) { method in class:Huffman.Writer
/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/jdk/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DRemoteClass.java816 private void collectCompatibleExceptions(ClassDeclaration[] from, argument
[all...]
/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
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 protected void moveLeft(final int from, final int to, final int n) { argument
116 private void 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
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DNashornBeansLinker.java268 public boolean canConvert(final Class<?> from, final Class<?> to) { argument
/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.java424 static final String[] from = { field in class:BigDecimalParse
663 check(String from, Number to) argument
[all...]
/openjdk9/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DOutputAnalyzer.java499 shouldMatchByLineFrom(String from, 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
239 public void visitDependency(DependencyKind dk, N from, N to, StringBuilder buf) { argument

Completed in 319 milliseconds

1234567891011>>