Searched refs:codeBase (Results 51 - 60 of 60) sorted by relevance

123

/openjdk7/jdk/test/javax/management/Introspector/
H A DAnnotationSecurityTest.java70 final String codeBase = System.getProperty("test.classes");
/openjdk7/jdk/src/share/classes/sun/misc/
H A DLauncher.java498 URL codeBase; field in class:PathPermissions
504 this.codeBase = null;
509 return codeBase;
541 codeBase = Launcher.getFileURL(new File(path));
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DValueHandlerImpl.java121 private CodeBase codeBase = null; field in class:ValueHandlerImpl
375 if (codeBase != null)
376 return codeBase;
378 codeBase = new FVDCodeBaseImpl();
383 FVDCodeBaseImpl fvdImpl = (FVDCodeBaseImpl) codeBase;
385 return codeBase;
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java424 System.arraycopy(i.codeBase, start, i.codeBase, i.pc, end-start);
430 //System.out.println(new Instruction(i.codeBase, i2.pc-3));
1781 byte[] codeBase; field in class:Indify.Instruction
1787 Instruction(byte[] codeBase, int pc) { argument
1788 this.codeBase = codeBase;
1800 this.bc = codeBase[pc] & 0xFF;
1811 if (npc == codeBase.length)
1836 bc = codeBase[p
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DIDLJavaSerializationInputStream.java635 String codeBase = ior.getProfile().getCodebase();
648 isIDLInterface, codeBase, (Class) null,
665 clz.getName(), isIDL, codeBase, clz, clz.getClassLoader());
H A DCDRInputStream_1_0.java736 String codeBase = ior.getProfile().getCodebase() ;
749 isIDLInterface, codeBase, (Class)null,
766 isIDL, codeBase, clz, clz.getClassLoader() ) ;
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyFile.java94 * grant signedBy "<b>alias</b>", codeBase "<b>URL</b>",
112 * The <code>signedBy</code> and <code>codeBase</code>
115 * will match, and any codeBase will match. Note that the
161 * <code>signedBy</code>, <code>codeBase</code>, etc.) but is
170 * grant codeBase "foo.com", principal foo.com.Principal "Duke" {
549 if (ge.codeBase != null)
550 location = new URL(ge.codeBase);
574 debug.println(" codeBase " + ge.codeBase);
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java145 * grant signedBy "<b>alias</b>", codeBase "<b>URL</b>",
164 * The <code>signedBy</code>,<code>codeBase</code> and <code>principal</code>
167 * will match, and any codeBase will match.
212 * <code>signedBy</code>, <code>codeBase</code>, etc.) but is
221 * grant codeBase "foo.com", principal foo.com.Principal "Duke" {
358 * grant signedBy "<i>alias</i>", codeBase "<i>URL</i>" {
373 * The <code>signedBy</code> and <code>codeBase</code> name/value
376 * will match, and any codeBase will match.
415 * <code>signedBy</code>, <code>codeBase</code>, etc.) but is
786 if (ge.codeBase !
[all...]
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java763 if (ge.codeBase != null)
764 location = new URL(ge.codeBase);
813 if (grantEntry.codeBase != null &&
814 grantEntry.codeBase.equals("") == false)
817 grantEntry.codeBase +
1586 new TextField(entries[listIndex].getGrantEntry().codeBase, 60) :
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp3759 size_t codeBase = wpoffset();
3781 int curPC = (int)(wpoffset() - codeBase);
3805 while (((wpoffset() - codeBase) % 4) != 0) putu1_fast(0);

Completed in 109 milliseconds

123