Searched defs:cp (Results 1 - 25 of 168) sorted by relevance

1234567

/openjdk10/jdk/test/jdk/internal/ref/Cleaner/
H A DExitOnThrow.java48 static final String cp = System.getProperty("test.classes", "."); field in class:ExitOnThrow
/openjdk10/jdk/src/java.base/unix/native/libnet/
H A DResolverConfigurationImpl.c58 char *cp = getenv("LOCALDOMAIN"); local
92 char *cp; local
110 char *cp; local
[all...]
/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEP.java40 private static Provider cp; field in class:TestOAEP
[all...]
H A DTestOAEPPadding.java51 static Provider cp; field in class:TestOAEPPadding
H A DTestOAEPWithParams.java41 private static Provider cp; field in class:TestOAEPWithParams
H A DTestOAEPParameterSpec.java41 private static Provider cp; field in class:TestOAEPParameterSpec
/openjdk10/jdk/test/java/security/cert/CertPathBuilder/zeroLengthPath/
H A DZeroLengthPath.java73 private static void validateCertPath(CertPath cp, PKIXParameters params) argument
/openjdk10/jdk/test/java/util/PluggableLocale/
H A DCollatorProviderTest.java34 com.foo.CollatorProviderImpl cp = new com.foo.CollatorProviderImpl(); field in class:CollatorProviderTest
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DPUSH.java42 public PUSH(final ConstantPoolGen cp, final int value) { argument
59 public PUSH(final ConstantPoolGen cp, final boolean value) { argument
68 public PUSH(final ConstantPoolGen cp, final float value) { argument
85 public PUSH(final ConstantPoolGen cp, fina argument
100 PUSH(final ConstantPoolGen cp, final double value) argument
115 PUSH(final ConstantPoolGen cp, final String value) argument
129 PUSH(final ConstantPoolGen cp, final ObjectType value) argument
141 PUSH(final ConstantPoolGen cp, final Number value) argument
163 PUSH(final ConstantPoolGen cp, final Character value) argument
172 PUSH(final ConstantPoolGen cp, final Boolean value) argument
[all...]
H A DICONST.java59 public Type getType(final ConstantPoolGen cp) { argument
H A DBIPUSH.java88 public Type getType(final ConstantPoolGen cp) { argument
/openjdk10/jdk/src/java.base/share/classes/sun/security/provider/certpath/
H A DPKIXCertPathValidator.java74 public CertPathValidatorResult engineValidate(CertPath cp, argument
/openjdk10/jdk/src/java.base/windows/native/libjava/
H A DConsole_md.c57 int cp = GetConsoleCP(); local
/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DScriptRunData.java42 public static int getScript(int cp) { argument
/openjdk10/jdk/test/java/lang/invoke/lambda/
H A DLambdaAsm.java94 static void checkMethod(String cname, String mname, ConstantPool cp, argument
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DRuntimeVisibleTypeAnnotations_attribute.java44 public RuntimeVisibleTypeAnnotations_attribute(ConstantPool cp, TypeAnnotation[] annotations) argument
H A DRuntimeInvisibleParameterAnnotations_attribute.java44 public RuntimeInvisibleParameterAnnotations_attribute(ConstantPool cp, Annotation[][] parameter_annotations) argument
H A DRuntimeVisibleParameterAnnotations_attribute.java44 public RuntimeVisibleParameterAnnotations_attribute(ConstantPool cp, Annotation[][] parameter_annotations) argument
H A DRuntimeInvisibleTypeAnnotations_attribute.java44 public RuntimeInvisibleTypeAnnotations_attribute(ConstantPool cp, TypeAnnotation[] annotations) argument
H A DRuntimeInvisibleAnnotations_attribute.java44 public RuntimeInvisibleAnnotations_attribute(ConstantPool cp, Annotation[] annotations) argument
H A DRuntimeVisibleAnnotations_attribute.java44 public RuntimeVisibleAnnotations_attribute(ConstantPool cp, Annotation[] annotations) argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.bytecode/src/org/graalvm/compiler/bytecode/
H A DBytecodeDisassembler.java174 private void decodeOperand(StringBuilder buf, BytecodeStream stream, ConstantPool cp, ResolvedJavaMethod method, int bci, int opcode) { argument
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DSALauncherLoader.java134 private static File[] getClassPath(String cp) { argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DConstantCP.java121 public String getClass(final ConstantPool cp) { argument
/openjdk10/langtools/make/tools/anttasks/
H A DGenStubsTask.java67 public void setClasspath(Path cp) { argument

Completed in 216 milliseconds

1234567