Searched refs:Group (Results 51 - 63 of 63) sorted by relevance

123

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DInputStreamTests.java50 import j2dbench.Group;
56 private static Group streamRoot;
57 private static Group streamTestRoot;
60 streamRoot = new Group(inputRoot, "stream",
62 streamTestRoot = new Group(streamRoot, "tests",
82 protected InputStreamTests(Group parent,
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileAttributeViews.java261 if (owner instanceof UnixUserPrincipals.Group)
278 if (!(group instanceof UnixUserPrincipals.Group))
280 int gid = ((UnixUserPrincipals.Group)group).gid();
H A DUnixSecureDirectoryStream.java541 if (owner instanceof UnixUserPrincipals.Group)
551 if (!(group instanceof UnixUserPrincipals.Group))
553 int gid = ((UnixUserPrincipals.Group)group).gid();
H A DSolarisAclFileAttributeView.java116 if (user instanceof UnixUserPrincipals.Group) {
389 if (owner instanceof UnixUserPrincipals.Group)
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DOption.java66 public Option(Group parent, String nodeName, String description) {
138 public Toggle(Group parent, String nodeName, String description,
227 public Enable(Group parent, String nodeName, String description,
239 // Used from within a Group.EnableSet group.
243 // Used from within a Group.EnableSet group.
320 public Int(Group parent, String nodeName, String description,
433 public ObjectList(Group parent, String nodeName, String description,
449 public ObjectList(Group parent, String nodeName, String description,
606 public IntList(Group parent, String nodeName, String description,
643 public ObjectChoice(Group paren
[all...]
H A DResult.java64 static Group resultoptroot;
70 resultoptroot = new Group(TestEnvironment.globaloptroot,
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DNetMaskImpl.java38 import java.security.acl.Group;
45 * @see java.security.acl.Group
48 class NetMaskImpl extends PrincipalImpl implements Group, Serializable {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DOutlineTopComponent.java34 import com.sun.hotspot.igv.data.Group;
142 public void started(Group g) {
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DRenderTests.java67 import j2dbench.Group;
73 static Group renderroot;
74 static Group renderoptroot;
75 static Group rendertestroot;
76 static Group rendershaperoot;
111 renderroot = new Group(graphicsroot, "render", "Rendering Benchmarks");
112 renderoptroot = new Group(renderroot, "opts", "Rendering Options");
113 rendertestroot = new Group(renderroot, "tests", "Rendering Tests");
222 rendershaperoot = new Group(rendertestroot, "shape",
278 public RenderTests(Group paren
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Difference/src/com/sun/hotspot/igv/difference/
H A DDifference.java27 import com.sun.hotspot.igv.data.Group;
86 Group g = new Group();
/openjdk7/jdk/src/share/demo/java2d/J2DBench/
H A DMakefile40 $(CLASSES)/j2dbench/Group.class \
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec58 (Group ClassInfo
78 (Group ClassInfo
316 (Group Request
471 (Group ClassDef
529 (Group ClassInfo
646 (Group FieldInfo
681 (Group MethodInfo
713 (Group Field
758 (Group TypeInfo
891 (Group FieldInf
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DConfiguration.java216 public final Group group = new Group(this);

Completed in 137 milliseconds

123