Searched defs:Root (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/test/java/security/Policy/Root/ |
H A D | Root.java | 31 * place Root.policy in the root home directory (/), as /.java.policy 33 * java Root 38 public class Root { class 41 if (p.implies(Root.class.getProtectionDomain(), new AllPermission())) {
|
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/ |
H A D | Root.java | 48 public class Root { class 73 public Root(long id, long refererId, int type, String description) { method in class:Root 78 public Root(long id, long refererId, int type, String description, method in class:Root 128 * Given two Root instances, return the one that is most interesting. 130 public Root mostInteresting(Root other) {
|
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ |
H A D | Type.java | 51 public static final Type Root = new NodeType(NodeTest.ROOT); field in class:Type
|
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/ |
H A D | cmstypes.c | 3127 char Root[33]; local 3130 if (io -> Read(io, Root, 32, 1) != 1) return NULL; 3134 if (!cmsAppendNamedColor(v, Root, PCS, Colorant)) goto Error; 3175 char Root[33]; local 3177 if (!cmsNamedColorInfo(NamedColorList, i, Root, NULL, NULL, PCS, Colorant)) return 0; 3178 if (!io ->Write(io, 32 , Root)) return FALSE;
|
Completed in 93 milliseconds