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

/openjdk7/jdk/test/com/sun/org/apache/xml/internal/security/transforms/
H A DClassLoaderTest.java42 private final static String BASE = System.getProperty("test.src", "./"); field in class:ClassLoaderTest
46 File file = new File(BASE);
/openjdk7/jdk/test/sun/security/provider/KeyStore/
H A DWrongPassword.java39 private final static String BASE = System.getProperty("test.src", "."); field in class:WrongPassword
42 File ksFile = new File(BASE, "pw.jks");
/openjdk7/jdk/test/java/util/jar/JarEntry/
H A DGetMethodsReturnClones.java39 private final static String BASE = System.getProperty("test.src", ".") + field in class:GetMethodsReturnClones
44 try (JarFile jf = new JarFile(BASE + "test.jar", true)) {
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DCompressConstants.java32 static final int BASE = 2; // base for codes found in lookup table field in interface:CompressConstants
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/
H A DCompressConstants.java32 static final int BASE = 2; // base for codes found in lookup table field in interface:CompressConstants
/openjdk7/jdk/test/com/sun/crypto/provider/TLS/
H A DUtils.java28 static final String BASE = System.getProperty("test.src", "."); field in class:Utils
/openjdk7/jdk/test/java/security/SecureRandom/
H A DGetAlgorithm.java37 private final static String BASE = System.getProperty("test.src", "."); field in class:GetAlgorithm
60 InputStream in = new FileInputStream(new File(BASE, "sha1prng-old.bin"));
66 in = new FileInputStream(new File(BASE, "sha1prng-new.bin"));
/openjdk7/jdk/test/sun/security/rsa/
H A DTestKeyFactory.java40 private final static String BASE = System.getProperty("test.src", "."); field in class:TestKeyFactory
45 InputStream in = new FileInputStream(new File(BASE, "rsakeys.ks"));
H A DTestSignatures.java39 private final static String BASE = System.getProperty("test.src", "."); field in class:TestSignatures
48 InputStream in = new FileInputStream(new File(BASE, "rsakeys.ks"));
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzadler32.c35 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
37 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
49 if (a >= (BASE << 16)) a -= (BASE << 16); \
50 if (a >= (BASE << 15)) a -= (BASE << 15); \
51 if (a >= (BASE << 14)) a -= (BASE << 14); \
52 if (a >= (BASE << 13)) a -= (BASE << 1
[all...]
/openjdk7/jdk/test/java/security/cert/CertPathValidator/nameConstraintsRFC822/
H A DValidateCertPath.java62 private final static String BASE = System.getProperty("test.src", "./"); field in class:ValidateCertPath
134 File certFile = new File(BASE, certFilePath);
/openjdk7/jdk/test/java/security/cert/pkix/policyChanges/
H A DTestPolicy.java44 private final static String BASE = System.getProperty("test.src"); field in class:TestPolicy
49 InputStream in = new FileInputStream(new File(BASE, name));
/openjdk7/jdk/test/sun/security/pkcs11/rsa/
H A DTestKeyFactory.java41 private final static String BASE = System.getProperty("test.src", "."); field in class:TestKeyFactory
46 InputStream in = new FileInputStream(new File(BASE, "rsakeys.ks"));
H A DTestSignatures.java40 private final static String BASE = System.getProperty("test.src", "."); field in class:TestSignatures
49 InputStream in = new FileInputStream(new File(BASE, "rsakeys.ks"));
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEP_KAT.java52 private final static String BASE = System.getProperty("test.src", "."); field in class:TestOAEP_KAT
65 try (InputStream in = new FileInputStream(new File(BASE, "oaep-vect.txt"));
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/registry/
H A DCompress.java37 static final int BASE = 2; // base for codes found in lookup table field in interface:Compress.CompressConstants
116 if (code >= BASE)
117 return codeTable.charAt(code - BASE);
197 writeCode(BASE + pos);
/openjdk7/jdk/src/share/classes/sun/net/idn/
H A DPunycode.java54 private static final int BASE = 36; field in class:Punycode
90 for(; delta>((BASE-TMIN)*TMAX)/2; count+=BASE) {
91 delta/=(BASE-TMIN);
94 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW));
100 * BASE-1, or -1 if b is does not represent a value.
144 * range 0 to BASE-1. The lowercase form is used unless the uppercase flag is
266 for(q=delta, k=BASE; /* no condition */; k+=BASE) {
290 dest[destLength++]=digitToBasic(t+(q-t)%(BASE
[all...]
/openjdk7/jdk/test/sun/security/pkcs11/
H A DPKCS11Test.java36 static final String BASE = System.getProperty("test.src", "."); field in class:PKCS11Test
42 // directory corresponding to BASE in the /closed hierarchy
47 String absBase = new File(BASE).getAbsolutePath();
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntUnsafeCAS.java46 private static final int BASE; field in class:TestIntUnsafeCAS
53 BASE = unsafe.arrayBaseOffset(int[].class);
768 return ((long)i << 2) + BASE;
H A DTestIntUnsafeOrdered.java46 private static final int BASE; field in class:TestIntUnsafeOrdered
53 BASE = unsafe.arrayBaseOffset(int[].class);
768 return ((long)i << 2) + BASE;
H A DTestIntUnsafeVolatile.java46 private static final int BASE; field in class:TestIntUnsafeVolatile
53 BASE = unsafe.arrayBaseOffset(int[].class);
768 return ((long)i << 2) + BASE;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DFrame.java96 * signed number of array dimensions (from -8 to 7). KIND is either BASE,
97 * LOCAL or STACK. BASE is used for types that are not relative to the input
102 * relatively to the top of input frame stack. For BASE types, it is either
109 * contain BASE types of positive or null dimension. In all cases the type
141 * @see #BASE
165 static final int BASE = 0x1000000; field in class:Frame
171 static final int OBJECT = BASE | 0x700000;
178 static final int UNINITIALIZED = BASE | 0x800000;
194 * The TOP type. This is a BASE type.
196 static final int TOP = BASE |
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java78 * <li><b>BASE</b>
137 * <p>Note that BASE entries are treated as described by RFC2396. In
138 * particular, this has the counter-intuitive property that after a BASE
176 * <p>Fix bug in calculation of BASE entries: if
177 * a catalog contains multiple BASE entries, each is relative to the preceding
199 /** The BASE Catalog Entry type. */
200 public static final int BASE = CatalogEntry.addEntryType("BASE", 1); field in class:Catalog
259 * This may be changed by BASE entries in the catalog.
845 catalogManager.debug.message(4, "Default BASE", bas
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java164 public static final Tag BASE = new Tag("base"); field in class:HTML.Tag
267 A, ADDRESS, APPLET, AREA, B, BASE, BASEFONT, BIG,
583 * BASE, BASEFONT, BIG,
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp541 #define BASE(class_name, super_class_name) \ macro
548 BASE(class_name, super_class_name) \
701 BASE(AccessField, Instruction)
796 BASE(AccessArray, Instruction)
841 BASE(AccessIndexed, AccessArray)
948 BASE(Op2, Instruction)
1136 BASE(StateSplit, Instruction)
1237 BASE(NewArray, StateSplit)
1324 BASE(TypeCheck, StateSplit)
1391 BASE(AccessMonito
[all...]

Completed in 139 milliseconds