Searched refs:group (Results 201 - 225 of 254) sorted by relevance

1234567891011

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dredefine.java138 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("group"))) {
139 NGCCHandler h = new group(this, super._source, $runtime, 584);
201 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("group"))) {
202 NGCCHandler h = new group(this, super._source, $runtime, 579);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractButton.java1318 ButtonGroup group = ((DefaultButtonModel)getModel()).getGroup();
1319 if (group != null) {
1320 group.clearSelection();
2464 // get the members of the button group if one exists
2467 ButtonGroup group = ((DefaultButtonModel)model).getGroup();
2468 if (group != null) {
2470 // the members of the button group.
2471 int len = group.getButtonCount();
2473 Enumeration elem = group.getElements();
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMib.java373 * This callback should return the OID associated to the group
391 * @param groupName The java-ized name of the SNMP group.
392 * @param defaultOid The OID defined in the MIB for that group
395 * @return The OID of the group identified by <code>groupName</code>,
405 * group identified by the given <code>groupName</code>.
425 * @param name The java-ized name of the SNMP group.
430 * @return The ObjectName of the group identified by <code>name</code>
440 * Register an SNMP group and its metadata node in the MIB.
454 * If the given group MBean is not <code>null</code>, and if the
457 * group MBea
477 registerGroupNode(String groupName, String groupOid, ObjectName groupObjName, SnmpMibNode node, Object group, MBeanServer server) argument
[all...]
/openjdk7/jdk/test/java/nio/file/Files/
H A DCheckPermissions.java709 UserPrincipal group = readAttributes(file, PosixFileAttributes.class).group();
711 lookupService.lookupPrincipalByGroupName(group.getName());
H A DFileAttributes.java108 checkEqual(attrs.group(), Files.getAttribute(file, "posix:group"));
121 Files.setAttribute(file, "posix:group", attrs.group());
/openjdk7/langtools/test/tools/javac/diags/
H A DExample.java103 declaredKeys.add(keyMatch.group(1));
109 options = Arrays.asList(optMatch.group(1).trim().split(" +"));
115 runOpts = Arrays.asList(runMatch.group(1).trim().split(" +"));
/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.cpp475 KlassHandle group(THREAD, SystemDictionary::ThreadGroup_klass());
478 group,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DRawTypeSetBuilder.java126 public void modelGroup(XSModelGroup group) { argument
127 for( XSParticle p : group.getChildren())
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java385 Bindings group = root.bindings();
390 group._namespace(tns,"tns");
396 group.scd("x-schema::"+(tns.equals("")?"":"tns"));
397 group.schemaBindings().map(false);
403 Bindings child = group.bindings();
409 Bindings child = group.bindings();
418 Bindings child = group.bindings();
423 group.commit(true);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DConfiguration.java216 public final Group group = new Group(this); field in class:Configuration
326 } else if (option.equals("-group") ||
417 } else if (opt.equals("-group")) {
418 group.checkPackageGroups(os[1], os[2]);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DOptions.java712 proxyUser = matcher.group(1);
713 proxyPassword = matcher.group(2);
714 proxyHost = matcher.group(3);
715 proxyPort = matcher.group(4);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DMultiplicity.java169 public static Multiplicity group( Multiplicity lhs, Multiplicity rhs ) { method in class:Multiplicity
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java109 public AsynchronousChannelGroupImpl group() { method in class:WindowsAsynchronousServerSocketChannelImpl
179 // the group is forcefully closed).
234 // connection accept after group has shutdown
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt.h254 attachArgs.group = NULL;
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousServerSocketChannelImpl.java123 public AsynchronousChannelGroupImpl group() { method in class:UnixAsynchronousServerSocketChannelImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java105 // A global map of all global element declarations - used for substitution group computation
214 // All substitution group information declared in this namespace
833 * register one global attribute group
853 // if there is a substitution group affiliation, store in an array,
876 * register one global group
986 * get one global attribute group
1008 * get one global group
1090 * add a group redefined by restriction: for later constraint checking
1157 // used to store all substitution group information declared in
1163 * get all substitution group informatio
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java404 start = VM.getVM().getDebugger().parseAddress(m1.group(1));
406 if (m1.group(2) != null) {
407 count = Integer.parseInt(m1.group(3));
411 start = VM.getVM().getDebugger().parseAddress(m2.group(1));
412 end = VM.getVM().getDebugger().parseAddress(m2.group(2));
1572 String cmd = m.group();
/openjdk7/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java1918 String group1 = m.group(1);
1964 * 1. group 4 entirely (integer portion only)
1968 * 2. the fractional portion from group 7 plus any
1969 * (optional) integer portions from group 6.
1972 if( (group4 = m.group(4)) != null) { // Integer-only significand
1980 String group6 = stripLeadingZeros(m.group(6));
1984 String group7 = m.group(7);
2022 String group8 = m.group(8);
2026 unsignedRawExponent = Integer.parseInt(m.group(9));
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletClassLoader.java639 * (AppletSecurity) getThreadGroup returns the thread group of the
640 * first applet on the stack, which is the applet's thread group.
861 AppContextCreator(ThreadGroup group) { argument
862 super(group, "AppContextCreator");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java702 public XSComponent modelGroup(XSModelGroup group) { return group.getOwnerSchema(); }
/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpCommandHandler.java225 dataAddress = InetAddress.getByName(m.group(2));
231 dataPort = Integer.parseInt(m.group(3));
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c69 * Size of password or group entry when not available via sysconf
938 /* initial size of buffer for group record */
944 struct group grent;
945 struct group* g = NULL;
1036 /* initial size of buffer for group record */
1042 struct group grent;
1043 struct group* g = NULL;
/openjdk7/jdk/src/windows/classes/java/lang/
H A DProcessImpl.java168 matchList.add(regexMatcher.group());
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWM.java354 log.finest("Match group count: " + match.groupCount());
355 String longId = match.group(1);
356 log.finest("Match group 1 " + longId);
1348 int v1 = Integer.parseInt(match.group(1));
1349 int v2 = Integer.parseInt(match.group(2));
1350 int v3 = Integer.parseInt(match.group(3));
/openjdk7/jdk/make/docs/
H A DMakefile407 $(call OptionTrip,-group,$(MIRROR_GROUPNAME),$(MIRROR_REGEXP)); \
464 $(call OptionTrip,-group,$(DOCLETAPI_GROUPNAME),$(DOCLETAPI_REGEXP)); \
575 $(call OptionTrip,-group,$(DOMAPI_GROUPNAME),$(DOMAPI_REGEXP)); \
1095 $(call OptionTrip,-group,$(TREEAPI_GROUPNAME),$(TREEAPI_REGEXP)); \

Completed in 167 milliseconds

1234567891011