Searched refs:Done (Results 1 - 13 of 13) sorted by relevance

/openjdk10/jdk/test/java/lang/Thread/
H A DGenerifyStackTraces.java36 private static String[] methodNames = {"run", "A", "B", "C", "Done"};
105 Done();
107 private void Done() { method in class:GenerifyStackTraces.ThreadOne
/openjdk10/jdk/test/sun/security/tools/jarsigner/
H A Ddefault_options.sh67 echo Done
/openjdk10/jdk/test/sun/security/tools/keytool/
H A Ddefault_options.sh98 echo Done
/openjdk10/hotspot/src/cpu/s390/vm/
H A DtemplateTable_s390.cpp229 Label Done; local
237 __ z_bru(Done);
258 __ bind(Done);
453 Label call_ldc, notFloat, notClass, Done; local
488 __ z_bru(Done);
500 __ z_bru(Done);
520 __ bind(Done);
551 Label Long, Done; local
574 __ z_bru(Done);
581 __ bind(Done);
2510 Label branchTable, atosHandler, Done; local
2821 Label branchTable, atosHandler, Done; local
[all...]
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DtemplateTable_aarch64.cpp373 Label call_ldc, notFloat, notClass, Done; local
408 __ b(Done);
417 __ b(Done);
434 __ bind(Done);
471 Label Long, Done; local
487 __ b(Done);
495 __ bind(Done);
2418 Label Done, notByte, notBool, notInt, notShort, notChar, local
2439 __ b(Done);
2453 __ b(Done);
2640 Label Done; local
[all...]
/openjdk10/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86.cpp422 Label call_ldc, notFloat, notClass, Done; local
456 __ jmp(Done);
465 __ jmp(Done);
481 __ bind(Done);
517 Label Long, Done; local
533 __ jmpb(Done);
541 __ bind(Done);
2769 Label Done, notByte, notBool, notInt, notShort, notChar, notLong, notFloat, notObj, notDouble; local
2785 __ jmp(Done);
2799 __ jmp(Done);
3026 Label notVolatile, Done; local
[all...]
/openjdk10/hotspot/src/cpu/arm/vm/
H A DtemplateTable_arm.cpp448 Label fastCase, Done; local
496 __ b(Done);
516 __ bind(Done);
3081 Label Done, Lint, Ltable, shouldNotReachHere; local
3177 __ b(Done);
3191 __ b(Done);
3204 __ b(Done);
3217 __ b(Done);
3243 __ b(Done);
3258 __ b(Done);
3434 Label Done, Lint, shouldNotReachHere; local
[all...]
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DASCII_UCodeESC_CharStream.java477 public void Done() method in class:ASCII_UCodeESC_CharStream
H A DJavaCharStream.java586 public void Done() method in class:JavaCharStream
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/scd/
H A DSimpleCharStream.java409 public void Done() method in class:SimpleCharStream
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/compact/
H A DJavaCharStream.java606 public void Done() method in class:JavaCharStream
H A DUCode_UCodeESC_CharStream.java546 public void Done() { method in class:UCode_UCodeESC_CharStream
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmstypes.c937 if (SizeOfTag < 2* sizeof(cmsUInt32Number)) goto Done;
938 if (!_cmsReadUInt32Number(io, &UnicodeCode)) goto Done;
939 if (!_cmsReadUInt32Number(io, &UnicodeCount)) goto Done;
942 if (SizeOfTag < UnicodeCount*sizeof(cmsUInt16Number)) goto Done;
945 if (!io ->Read(io, &Dummy, sizeof(cmsUInt16Number), 1)) goto Done;
955 if (!_cmsReadUInt16Number(io, &ScriptCodeCode)) goto Done;
956 if (!_cmsReadUInt8Number(io, &ScriptCodeCount)) goto Done;
964 Done:

Completed in 216 milliseconds