Searched defs:getBase (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DLoadObject.java34 public Address getBase(); method in interface:LoadObject
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/
H A DBaseIndexScaleDispAddress.java56 public Register getBase() { method in class:BaseIndexScaleDispAddress
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DDHCrypt.java163 BigInteger getBase() { method in class:DHCrypt
H A DHandshakeMessage.java849 BigInteger getBase() { method in class:HandshakeMessage.DH_ServerKeyExchange
886 dh_g = toByteArray(obj.getBase());
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DClassPath.java327 public abstract String getBase(); method in interface:ClassPath.ClassFile
357 public String getBase() { return dir; }
378 public String getBase() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/
H A DDSO.java76 public Address getBase() { method in class:DSO
143 return getBase().equals(other.getBase());
147 return getBase().hashCode();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java81 public Address getBase() { method in class:DLL
/openjdk7/jdk/test/sun/security/pkcs11/
H A DPKCS11Test.java109 String base = getBase();
135 public static String getBase() throws Exception { method in class:PKCS11Test
173 String base = getBase();
202 String base = getBase();
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/logutil/
H A DMC.java264 pw.printMsg("public static final int @ = @ ;", errorName, getBase(groupName, code));
439 private String getBase(String groupName, int code) { method in class:MC
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DNamespaceContextImpl.java523 public int getBase() { method in class:NamespaceContextImpl.Element
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DConfig.java435 value += 1 * getBase(index);
438 value += 2 * getBase(index);
441 value += 3 * getBase(index);
444 value += 4 * getBase(index);
447 value += 5 * getBase(index);
450 value += 6 * getBase(index);
453 value += 7 * getBase(index);
456 value += 8 * getBase(index);
459 value += 9 * getBase(index);
463 value += 10 * getBase(inde
499 private int getBase(int i) { method in class:Config
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java397 public URL getBase() { method in class:HTMLDocument
H A DStyleSheet.java307 parser.parse(getBase(), new StringReader(rule), false, false);
493 public URL getBase() { method in class:StyleSheet
984 return ((CSS.BackgroundImage)value).getImage(getBase());
2041 if (tmpstr != null && ss != null && ss.getBase() != null) {
2043 URL u = new URL(ss.getBase(), tmpstr);

Completed in 890 milliseconds