Searched defs:group (Results 76 - 100 of 127) sorted by relevance

123456

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dgroup.java45 class group extends NGCCHandler { class in inherits:NGCCHandler
60 public group(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) { method in class:group
66 public group(NGCCRuntimeEx runtime) { method in class:group
100 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("group"))) {
112 if((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("group")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("any")) || (((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("all")) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("choice"))) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("sequence"))) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("element"))))))) {
233 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("group"))) {
H A DSchema.java61 private ModelGroupDeclImpl group; field in class:Schema
97 $runtime.checkDoubleDefError( $runtime.currentSchema.getModelGroupDecl(group.getName()) );
98 $runtime.currentSchema.addModelGroupDecl(group,false);
212 if((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("element")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("attributeGroup")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("simpleType")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("attribute")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("redefine")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("notation")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("group")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("complexType")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("import")) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("include"))))))))))))) {
265 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("group"))) {
266 NGCCHandler h = new group(this, super._source, $runtime, 359);
379 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("group"))) {
380 NGCCHandler h = new group(this, super._source, $runtime, 370);
1207 group = ((ModelGroupDeclImpl)$__result__);
1278 group
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DAbstractAxisImpl.java167 public Iterator<T> modelGroup(XSModelGroup group) { argument
169 return new Iterators.Map<T,XSParticle>(group.iterator()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaWriter.java484 println(MessageFormat.format("<group name=\"{0}\">", decl.getName()));
490 println("</group>");
493 public void modelGroup( XSModelGroup group ) {
494 modelGroup(group,"");
496 private void modelGroup( XSModelGroup group, String extraAtts ) { argument
497 println(MessageFormat.format("<{0}{1}>", group.getCompositor(), extraAtts));
500 final int len = group.getSize();
502 particle(group.getChild(i));
505 println(MessageFormat.format("</{0}>", group.getCompositor()));
539 println(MessageFormat.format("<group re
[all...]
/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
H A DWindowsAsynchronousFileChannelImpl.java74 // I/O completion port (group)
152 // for the non-default group close the port
158 public AsynchronousChannelGroupImpl group() { method in class:WindowsAsynchronousFileChannelImpl
H A DWindowsAsynchronousSocketChannelImpl.java121 public AsynchronousChannelGroupImpl group() { method in class:WindowsAsynchronousSocketChannelImpl
163 // channel created when group is shutdown)
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DXMLHTMLReporter.java70 * Holds the groups and corresponding group-display-names
106 String group = testNameSplit[0];
108 group = group + "." + testNameSplit[i];
111 if( ! groups.contains(group)) {
112 groups.add(group);
113 groupNames.put(group, getDisplayGroupName(group));
118 * Generate a Display Name for this group
120 private static String getDisplayGroupName(String group) { argument
[all...]
/openjdk7/jdk/test/java/util/concurrent/locks/Lock/
H A DTimedAcquireLeak.java115 static String match(String s, String regex, int group) { argument
118 return matcher.group(group);
/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpDirEntry.java34 * time, owner and group of the file, although some of these could be unavailable
58 private String group = null; field in class:FtpDirEntry
113 * Returns the group name of the file as returned by the FTP
114 * server, if provided. This could be a name or a group id (number).
116 * @return a {@code String} containing the group name or
120 return group;
124 * Sets the name of the group to which the file belong. Intended mostly to be
127 * @param group The name of the group to which the file belong, or {@code null}
131 public FtpDirEntry setGroup(String group) { argument
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_192.c504 ec_group_set_gfp192(ECGroup *group, ECCurveName name) argument
507 group->meth->field_mod = &ec_GFp_nistp192_mod;
508 group->meth->field_mul = &ec_GFp_nistp192_mul;
509 group->meth->field_sqr = &ec_GFp_nistp192_sqr;
510 group->meth->field_div = &ec_GFp_nistp192_div;
512 group->meth->field_add = &ec_GFp_nistp192_add;
513 group->meth->field_sub = &ec_GFp_nistp192_sub;
H A Decp_224.c364 ec_group_set_gfp224(ECGroup *group, ECCurveName name) argument
367 group->meth->field_mod = &ec_GFp_nistp224_mod;
368 group->meth->field_mul = &ec_GFp_nistp224_mul;
369 group->meth->field_sqr = &ec_GFp_nistp224_sqr;
370 group->meth->field_div = &ec_GFp_nistp224_div;
H A Decp_256.c422 ec_group_set_gfp256(ECGroup *group, ECCurveName name) argument
425 group->meth->field_mod = &ec_GFp_nistp256_mod;
426 group->meth->field_mul = &ec_GFp_nistp256_mul;
427 group->meth->field_sqr = &ec_GFp_nistp256_sqr;
H A Decp_jac.c58 mp_int *ry, mp_int *rz, const ECGroup *group)
68 if (group->meth->field_enc) {
69 MP_CHECKOK(group->meth->field_enc(rz, rz, group->meth));
82 mp_int *rx, mp_int *ry, const ECGroup *group)
105 MP_CHECKOK(group->meth->field_div(NULL, pz, &z1, group->meth));
106 MP_CHECKOK(group->meth->field_sqr(&z1, &z2, group->meth));
107 MP_CHECKOK(group
57 ec_GFp_pt_aff2jac(const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, mp_int *rz, const ECGroup *group) argument
81 ec_GFp_pt_jac2aff(const mp_int *px, const mp_int *py, const mp_int *pz, mp_int *rx, mp_int *ry, const ECGroup *group) argument
144 ec_GFp_pt_add_jac_aff(const mp_int *px, const mp_int *py, const mp_int *pz, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, mp_int *rz, const ECGroup *group) argument
233 ec_GFp_pt_dbl_jac(const mp_int *px, const mp_int *py, const mp_int *pz, mp_int *rx, mp_int *ry, mp_int *rz, const ECGroup *group) argument
326 ec_GFp_pt_mul_jac(const mp_int *n, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument
407 ec_GFp_pts_mul_jac(const mp_int *k1, const mp_int *k2, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument
[all...]
H A Dec.c96 ECGroup *group = NULL; local
170 group = ECGroup_fromName(params->name, kmflag);
174 if (group == NULL) {
185 group = ECGroup_consGFp(&irreducible, &a, &b, &Gx, &Gy, &order, params->cofactor);
193 group = ECGroup_consGF2m(&irreducible, irr_arr, &a, &b, &Gx, &Gy, &order, params->cofactor);
197 if (group == NULL)
201 CHECK_MPI_OK( ECPoints_mul(group, k1, k2, &Px, &Py, &Qx, &Qy) );
203 CHECK_MPI_OK( ECPoints_mul(group, k1, NULL, NULL, NULL, &Qx, &Qy) );
223 ECGroup_free(group);
372 * - order: a buffer that holds the curve's group orde
481 ECGroup *group = NULL; local
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileAttributeViews.java124 private static final String GROUP_NAME = "group";
188 builder.add(GROUP_NAME, attrs.group());
262 throw new IOException("'owner' parameter can't be a group");
273 public void setGroup(GroupPrincipal group) argument
276 if (group == null)
278 if (!(group instanceof UnixUserPrincipals.Group))
280 int gid = ((UnixUserPrincipals.Group)group).gid();
H A DUnixFileAttributes.java54 private volatile GroupPrincipal group; field in class:UnixFileAttributes
183 public GroupPrincipal group() { method in class:UnixFileAttributes
184 if (group == null) {
186 if (group == null) {
187 group = UnixUserPrincipals.fromGid(st_gid);
191 return group;
H A DUnixSecureDirectoryStream.java542 throw new IOException("'owner' parameter can't be a group");
548 public void setGroup(GroupPrincipal group) argument
551 if (!(group instanceof UnixUserPrincipals.Group))
553 int gid = ((UnixUserPrincipals.Group)group).gid();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java170 expr = group(opPos); break;
560 * Compile an expression group.
568 protected Expression group(int opPos) throws TransformerException method in class:Compiler
/openjdk7/jdk/src/share/classes/javax/swing/
H A DProgressMonitor.java136 ProgressMonitor group) {
146 if (group != null) {
147 root = (group.root != null) ? group.root : group;
131 ProgressMonitor(Component parentComponent, Object message, String note, int min, int max, ProgressMonitor group) argument
/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/src/windows/native/sun/windows/
H A Dawt_Checkbox.cpp229 jobject group = env->GetObjectField(target, AwtCheckbox::groupID); local
230 if (group != NULL)
309 env->DeleteLocalRef(group);
413 jobject group = jos[1]; local
425 if (group != NULL) {
426 DASSERT(IsInstanceOf((HObject*)group, "java/awt/CheckboxGroup"));
431 if (group == NULL) {
445 if (group != NULL) {
446 env->DeleteGlobalRef(group);
469 * when multifont and group checkbo
473 jobject group = env->GetObjectField(target, AwtCheckbox::groupID); local
621 Java_sun_awt_windows_WCheckboxPeer_setCheckboxGroup(JNIEnv *env, jobject self, jobject group) argument
[all...]
/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/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousSocketChannelImpl.java85 AsynchronousSocketChannelImpl(AsynchronousChannelGroupImpl group) argument
88 super(group.provider());
94 AsynchronousSocketChannelImpl(AsynchronousChannelGroupImpl group, argument
99 super(group.provider());
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java128 // new channel after the group is shutdown
136 public AsynchronousChannelGroupImpl group() { method in class:UnixAsynchronousSocketChannelImpl

Completed in 94 milliseconds

123456