Searched defs:SELF (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DAxis.java119 public static final int SELF = 13; field in class:Axis
/openjdk7/corba/make/
H A DMakefile119 SELF = $(lastword $(MAKEFILE_LIST)) macro
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A Dsym.java45 public static final int SELF = 38; field in class:sym
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java290 private static final String SELF = "${{self}}"; field in class:PolicyFile
835 // XXX special case PrivateCredentialPermission-SELF
841 + SELF;
844 if (pe.name != null && pe.name.indexOf(SELF) != -1) {
1480 // handle "SELF" permissions
1559 + "SELF-based target names are "
1569 while ((v = sp.getSelfName().indexOf(SELF, startIndex)) != -1) {
1571 // add non-SELF string
1574 // expand SELF
1591 startIndex = v + SELF
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPath.java241 Axis axis = new Axis(Axis.SELF);
474 if (axis.type == Axis.SELF) {
517 public static final short SELF = 3; field in class:XPath.Axis
552 case SELF: return "self";

Completed in 286 milliseconds