Searched refs:cp (Results 176 - 200 of 538) sorted by relevance

1234567891011>>

/openjdk9/jdk/test/java/lang/instrument/
H A DManifestTest.sh60 cp -p $OUT_OF_THE_WAY/ExampleForBootClassPath.class no_white_space
69 cp -p $OUT_OF_THE_WAY/ExampleForBootClassPath.class \
72 cp -p $OUT_OF_THE_WAY/ExampleForBootClassPath.class.bad \
82 cp -p $OUT_OF_THE_WAY/ExampleForBootClassPath.class \
85 cp -p $OUT_OF_THE_WAY/ExampleForBootClassPath.class.bad \
96 cp -p $OUT_OF_THE_WAY/ExampleForBootClassPath.class \
99 cp -p $OUT_OF_THE_WAY/ExampleForBootClassPath.class.bad \
109 cp -p $OUT_OF_THE_WAY/ExampleForBootClassPath.class has_embedded
111 cp -p $OUT_OF_THE_WAY/ExampleForBootClassPath.class.bad \
H A DRedefineMethodAddInvoke.sh61 cp "${TESTSRC}"/RedefineMethodAddInvokeTarget_1.java \
67 cp "${TESTSRC}"/RedefineMethodAddInvokeTarget_2.java \
H A DRedefineMethodDelInvoke.sh62 cp "${TESTSRC}"/RedefineMethodDelInvokeTarget_1.java \
68 cp "${TESTSRC}"/RedefineMethodDelInvokeTarget_2.java \
/openjdk9/hotspot/src/jdk.hotspot.agent/test/libproc/
H A Dlibproctest64.sh64 $SA_JAVA -d64 -showversion ${OPTIONS} -cp $STARTDIR/../../build/classes::$STARTDIR/../sa.jar:$STARTDIR LibprocClient x core.$pid
H A Dlibproctest.sh65 $SA_JAVA -showversion ${OPTIONS} -cp $STARTDIR/../../build/classes::$STARTDIR/../sa.jar:$STARTDIR LibprocClient x core.$pid
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DJsrInstruction.java45 public Type getType(ConstantPoolGen cp) { argument
/openjdk9/jdk/src/java.desktop/unix/native/common/awt/
H A Dimg_util_md.h91 ColorEntry *cp = &awt_Colors[pixel]; \
92 red = cp->r; \
93 green = cp->g; \
94 blue = cp->b; \
/openjdk9/jdk/test/java/lang/String/
H A DSplit.java95 for (int cp = 0; cp < 0x11000; cp++) {
97 String regex = new String(Character.toChars(cp));
/openjdk9/jdk/test/java/rmi/activation/Activatable/extLoadedImpl/
H A Dext.sh49 for dir in `echo ${TESTCLASSPATH:-$TESTCLASSES} | sed -e "s/$PS/ /"` ; do cp $dir/*.class classes ; done
59 $TESTJAVA/bin/java ${TESTVMOPTS} -cp classes -Dtest.src=$TESTSRC -Dtest.classes=$TESTCLASSES -Djava.security.policy=$TESTSRC/security.policy -Djava.ext.dirs=ext ExtLoadedImplTest
/openjdk9/jdk/test/java/rmi/reliability/scripts/
H A Drun_rmibench.ksh58 -cp $WORK_DIR \
72 -cp $WORK_DIR \
/openjdk9/langtools/test/tools/javac/Paths/
H A DClass-Path2.sh93 Success "$javac" ${TESTTOOLVMOPTS} -cp "jars/A.jar" Main.java
94 Success "$java" ${TESTVMOPTS} -cp "jars/A.jar${PS}." Main
96 Success "$javac" ${TESTTOOLVMOPTS} -cp "jars/sub/B.zip" Main.java
97 Success "$java" ${TESTVMOPTS} -cp "jars/sub/B.zip${PS}." Main
103 # Success "$javac" ${TESTTOOLVMOPTS} -extdirs jars -cp None Main.java
104 # Success "$java" ${TESTVMOPTS} -Djava.ext.dirs="jars" -cp . Main
106 # Success "$javac" ${TESTTOOLVMOPTS} -extdirs jars/sub -cp None Main.java
107 # Success "$java" ${TESTVMOPTS} -Djava.ext.dirs="jars/sub" -cp . Main
/openjdk9/jdk/test/java/util/ResourceBundle/modules/appbasic2/
H A Dappbasic2.sh50 $JAVAC -g -d mods --module-source-path $TESTSRC/src -cp mods/test $CLASSES
58 cp $TESTSRC/src/$B/$P mods/$B/$D/
/openjdk9/jdk/test/sun/security/provider/certpath/X509CertPath/
H A DIllegalCertiticates.java47 X509CertPath cp = new X509CertPath(certs);
/openjdk9/jdk/test/java/util/ResourceBundle/modules/xmlformat/
H A Dxmlformat.sh59 cp $TESTSRC/src/$B/$P mods/$B/$D/
64 -cp mods/bundles `find $TESTSRC/src/test -name "*.java"`
/openjdk9/jdk/test/tools/launcher/modules/addreads/
H A DAddReadsTest.java70 // javac -d mods/m1 -cp classes/ src/m1/**
74 "-cp", CLASSES_DIR.toString(),
112 // java --module-path mods -cp mods/junit.jar --add-reads m1=ALL-UNNAMED -m ..
113 String cp = MODS_DIR.resolve("junit.jar").toString();
116 "-cp", cp,
145 // java --module-path mods -cp mods/junit.jar -m ..
146 String cp = MODS_DIR.resolve("junit.jar").toString();
149 "-cp", cp,
[all...]
/openjdk9/jdk/test/java/util/ResourceBundle/modules/appbasic/
H A Dappbasic.sh50 $JAVAC -g -d mods --module-source-path $TESTSRC/src -cp mods/test $CLASSES
58 cp $TESTSRC/src/$B/$P mods/$B/$D/
/openjdk9/jdk/test/java/util/ResourceBundle/modules/simple/
H A Dsimple.sh61 cp $TESTSRC/src/$B/$P mods/$B/$D/
66 -cp mods/bundles `find $TESTSRC/src/test -name "*.java"`
/openjdk9/langtools/test/tools/javac/processing/
H A DT6920317.java116 // source path containing package-info which is newer than the one in cp-old
137 void test(Kind cl, Kind sp, Kind cp) throws Exception { argument
138 if (skip(cl, sp, cp))
146 System.err.println("Test " + count + " cl:" + cl + " sp:" + sp + " cp:" + cp);
172 * Analyze each of cl, cp, sp, building up the options and files to
191 if (expect == null && cp == Kind.NONE) {
192 assert cl == Kind.NONE && cp == Kind.NONE;
201 assert cl == Kind.NONE && cp == Kind.OLD;
208 assert cl == Kind.NONE && cp
254 skip(Kind cl, Kind sp, Kind cp) argument
[all...]
/openjdk9/hotspot/src/share/vm/utilities/
H A Ddebug.cpp127 const char* cp = SuppressErrorAt; local
133 while ((*cp) != '\0' && is_token_break(*cp)) cp++;
134 if ((*cp) == '\0') break;
135 sfile = cp;
136 while ((*cp) != '\0' && !is_token_break(*cp) && (*cp) != ':') cp
[all...]
/openjdk9/hotspot/src/share/vm/gc/shared/
H A Dspace.cpp371 CompactPoint* cp, HeapWord* compact_top) {
374 assert(this == cp->space, "'this' should be current compaction space.");
378 cp->space->set_compaction_top(compact_top);
379 cp->space = cp->space->next_compaction_space();
380 if (cp->space == NULL) {
381 cp->gen = GenCollectedHeap::heap()->young_gen();
382 assert(cp->gen != NULL, "compaction must succeed");
383 cp->space = cp
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DStringLatin1.java49 public static boolean canEncode(int cp) { argument
50 return cp >>> 8 == 0;
365 int cp = value[first] & 0xff;
366 if (cp != Character.toLowerCase(cp)) { // no need to check Character.ERROR
380 int cp = value[i] & 0xff;
381 cp = Character.toLowerCase(cp);
382 if (!canEncode(cp)) { // not a latin1 character
385 result[i] = (byte)cp;
[all...]
/openjdk9/jdk/src/java.base/share/classes/javax/crypto/
H A DCryptoPermission.java223 CryptoPermission cp = (CryptoPermission)p;
225 if ((!alg.equalsIgnoreCase(cp.alg)) &&
230 // alg is the same as cp's alg or
232 if (cp.maxKeySize <= this.maxKeySize) {
234 if (!impliesParameterSpec(cp.checkParam, cp.algParamSpec)) {
239 if (impliesExemptionMechanism(cp.exemptionMechanism)) {
520 CryptoPermission cp = (CryptoPermission)permission;
526 if (x.implies(cp)) {
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DRtMethodGenerator.java45 InstructionList il, ConstantPoolGen cp) {
47 class_name, il, cp);
42 RtMethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp) argument
H A DNamedMethodGenerator.java46 InstructionList il, ConstantPoolGen cp) {
48 class_name, il, cp);
43 NamedMethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp) argument
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DConstantCP.java103 public String getClass(ConstantPool cp) { argument
104 return cp.constantToString(class_index, Constants.CONSTANT_Class);

Completed in 608 milliseconds

1234567891011>>