Searched refs:group (Results 26 - 50 of 254) sorted by relevance

1234567891011

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.h57 void ECGroup_free(ECGroup *group);
70 * of the group of points on the elliptic curve. Input and output values
72 mp_err ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px,
76 * k2 * P(x, y), where G is the generator (base point) of the group of
79 mp_err ECPoints_mul(const ECGroup *group, const mp_int *k1,
87 mp_err ECPoint_validate(const ECGroup *group, const mp_int *px, const
H A Dec2.h53 mp_int *ry, const ECGroup *group);
58 mp_int *ry, const ECGroup *group);
62 mp_int *ry, const ECGroup *group);
65 mp_err ec_GF2m_validate_point(const mp_int *px, const mp_int *py, const ECGroup *group);
74 const ECGroup *group);
82 const ECGroup *group);
88 mp_int *ry, mp_int *rz, const ECGroup *group);
94 const ECGroup *group);
110 mp_int *rz, const ECGroup *group);
115 mp_int *rz, const ECGroup *group);
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DMembershipKeyImpl.java42 private final InetAddress group; field in class:MembershipKeyImpl
56 InetAddress group,
61 this.group = group;
75 InetAddress group,
82 super(ch, group, interf, source);
110 InetAddress group,
117 super(ch, group, interf, source);
156 public InetAddress group() { method in class:MembershipKeyImpl
157 return group;
55 MembershipKeyImpl(MulticastChannel ch, InetAddress group, NetworkInterface interf, InetAddress source) argument
74 Type4(MulticastChannel ch, InetAddress group, NetworkInterface interf, InetAddress source, int groupAddress, int interfAddress, int sourceAddress) argument
109 Type6(MulticastChannel ch, InetAddress group, NetworkInterface interf, InetAddress source, byte[] groupAddress, int index, byte[] sourceAddress) argument
[all...]
/openjdk7/jdk/test/java/beans/Beans/6669869/
H A DTestGuiAvailable.java40 ThreadGroup group = new ThreadGroup("$$$");
41 Thread thread = new Thread(group, new TestGuiAvailable());
/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DRestart.java47 // thread group for thread pools
67 // group with fixed thread pool
69 AsynchronousChannelGroup group =
71 testRestart(group, 100);
72 group.shutdown();
74 // group with custom thread pool
76 group = AsynchronousChannelGroup.withCachedThreadPool(pool, rand.nextInt(5));
77 testRestart(group, 100);
78 group.shutdown();
87 static void testRestart(AsynchronousChannelGroup group, in argument
[all...]
H A DAsExecutor.java28 * Test that arbitrary tasks can be submitted to a channel group's thread pool.
61 static void testSimpleTask(AsynchronousChannelGroup group) throws Exception { argument
62 Executor executor = (Executor)group;
72 static void testAttackingTask(AsynchronousChannelGroup group) throws Exception { argument
73 Executor executor = (Executor)group;
/openjdk7/jdk/make/common/
H A DSubdirs.gmk39 # SUBDIRS_<group> subdirs for the named group
57 # the SUBDIRS_<group> variables would not be needed.
67 define subdirs-group-loop
92 # Iterate the list specified in SUBDIRS_<group> only if
93 # SUBDIRS_<group> is set.
97 @$(call subdirs-group-loop,SUBDIRS_desktop)
106 @$(call subdirs-group-loop,SUBDIRS_enterprise)
115 @$(call subdirs-group-loop,SUBDIRS_management)
124 @$(call subdirs-group
[all...]
/openjdk7/jdk/src/share/classes/sun/security/acl/
H A DGroupImpl.java33 * This class implements a group of principals.
38 private String group; field in class:GroupImpl
42 * @param groupName the name of the group
45 this.group = groupName;
49 * adds the specified member to the group.
50 * @param user The principal to add to the group.
59 if (group.equals(user.toString()))
67 * removes the specified member from the group.
68 * @param user The principal to remove from the group.
77 * returns the enumeration of the members in the group
[all...]
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DMatcher.java74 * href="Pattern.html#cg">capturing group</a> in the pattern as well as a total
113 * a group was skipped during the matching.
347 * Returns the start index of the subsequence captured by the given group
355 * @param group
356 * The index of a capturing group in this matcher's pattern
358 * @return The index of the first character captured by the group,
359 * or <tt>-1</tt> if the match was successful but the group
367 * If there is no capturing group in the pattern
370 public int start(int group) { argument
373 if (group > groupCoun
417 end(int group) argument
444 public String group() { method in class:Matcher
483 group(int group) argument
520 public String group(String name) { method in class:Matcher
[all...]
/openjdk7/jdk/src/share/back/
H A DThreadGroupReferenceImpl.c35 jthreadGroup group; local
39 group = inStream_readThreadGroupRef(env, in);
49 threadGroupInfo(group, &info);
63 jthreadGroup group; local
67 group = inStream_readThreadGroupRef(env, in);
77 threadGroupInfo(group, &info);
91 jthreadGroup group; local
95 group = inStream_readThreadGroupRef(env, in);
108 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadGroupChildren)(gdata->jvmti, group,
/openjdk7/jdk/src/share/classes/java/awt/
H A DCheckbox.java66 * In a check box group, at most one button can be in the "on"
68 * forces any other check box in the same group that is on
104 * The check box group.
106 * is not a group checkbox.
111 CheckboxGroup group; field in class:Checkbox
138 * part of any check box group.
150 * any check box group.
166 * This check box is not part of any check box group.
182 * specified state, and in the specified check box group.
187 * @param group
195 Checkbox(String label, boolean state, CheckboxGroup group) argument
221 Checkbox(String label, CheckboxGroup group, boolean state) argument
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/ui/
H A DEnableButton.java57 private Group group; field in class:EnableButton
67 public EnableButton(Group group, int type) { argument
69 this.group = group;
77 Node.Iterator children = group.getRecursiveChildIterator();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDGroupTraverser.java38 * The model group schema component traverser.
40 * <group
43 * </group>
71 XSGroupDecl group = null;
75 reportSchemaError("s4s-att-must-appear", new Object[]{"group (local)", "ref"}, elmNode);
79 group = (XSGroupDecl)fSchemaHandler.getGlobalDecl(schemaDoc, XSDHandler.GROUP_TYPE, refAttr, elmNode);
97 reportSchemaError("s4s-elt-must-match.1", new Object[]{"group (local)", "(annotation?)", DOMUtil.getLocalName(elmNode)}, elmNode);
105 // not empty group, not empty particle
106 if (group != null && group
[all...]
/openjdk7/jdk/test/sun/misc/Version/
H A DVersion.java127 major = Integer.parseInt(m.group(1));
128 minor = Integer.parseInt(m.group(2));
129 micro = (m.group(4) == null) ? 0 : Integer.parseInt(m.group(4));
130 update = (m.group(6) == null) ? 0 : Integer.parseInt(m.group(6));
131 special = (m.group(7) == null) ? "" : m.group(7);
132 build = Integer.parseInt(m.group(9));
156 major = Integer.parseInt(m.group(
[all...]
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DMulticastChannel.java39 * a <em>group</em> that is zero or more hosts identified by a single destination
55 * join a group and receive all multicast datagrams sent to the group. A channel
56 * may join several multicast groups and may join the same group on several
64 * is used to begin receiving datagrams sent to a group whose source address matches
67 * <em>cumulative</em> and this method may be invoked again with the same group
86 * multicast group corresponds to another protocol family. For example, it is
88 * socket can join an {@link StandardProtocolFamily#INET IPv4} multicast group and receive
89 * multicast datagrams sent to the group. </p></li>
98 * required to allow multiple members of the group t
180 join(InetAddress group, NetworkInterface interf) argument
228 join(InetAddress group, NetworkInterface interf, InetAddress source) argument
[all...]
H A DAsynchronousServerSocketChannel.java120 * the given group. If the group parameter is <tt>null</tt> then the
122 * bound to the <em>default group</em>.
124 * @param group
125 * The group to which the newly constructed channel should be bound,
126 * or <tt>null</tt> for the default group
131 * If the channel group is shutdown
135 public static AsynchronousServerSocketChannel open(AsynchronousChannelGroup group) argument
138 AsynchronousChannelProvider provider = (group == null) ?
139 AsynchronousChannelProvider.provider() : group
[all...]
/openjdk7/jdk/test/java/net/MulticastSocket/
H A DNoLoopbackPackets.java94 for (SocketAddress group : groups) {
95 msock.joinGroup(group, null);
101 failedGroups.add(group);
106 msock.leaveGroup(group, null);
114 for (SocketAddress group : failedGroups)
115 System.out.println(group);
132 for (SocketAddress group : sendToGroups) {
133 DatagramPacket packet = new DatagramPacket(buf, buf.length, group);
/openjdk7/jdk/test/java/nio/channels/spi/AsynchronousChannelProvider/
H A DProvider1.java50 (AsynchronousChannelGroup group) throws IOException
57 (AsynchronousChannelGroup group) throws IOException
49 openAsynchronousSocketChannel(AsynchronousChannelGroup group) argument
56 openAsynchronousServerSocketChannel(AsynchronousChannelGroup group) argument
H A DProvider2.java50 (AsynchronousChannelGroup group) throws IOException
57 (AsynchronousChannelGroup group) throws IOException
49 openAsynchronousSocketChannel(AsynchronousChannelGroup group) argument
56 openAsynchronousServerSocketChannel(AsynchronousChannelGroup group) argument
/openjdk7/jdk/test/javax/swing/UIManager/
H A DTest6657026.java47 ThreadGroup group = new ThreadGroup("$$$");
48 Thread thread = new Thread(group, new Test6657026());
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalInternalFrameUI/
H A DTest6657026.java44 ThreadGroup group = new ThreadGroup("$$$");
45 Thread thread = new Thread(group, new Test6657026());
/openjdk7/jdk/test/javax/swing/text/LayoutQueue/
H A DTest6588003.java40 ThreadGroup group = new ThreadGroup("Test6588003");
41 Thread thread = new Thread(group, new Test6588003());
/openjdk7/jdk/make/tools/src/build/tools/spp/
H A DSpp.java115 if (vardef.group(GN_VAR) != null)
116 repl = vars.get(vardef.group(GN_VAR));
118 boolean test = keys.contains(vardef.group(GN_KEY));
119 if (vardef.group(GN_NOT) != null)
121 repl = test?vardef.group(GN_YES):vardef.group(GN_NO);
126 repl = vardef2.replaceFirst(vars.get(vardef2.group(1)));
153 String k = ifkey.group(GN_KEY);
155 if (ifkey.group(GN_NOT) != null)
164 if (!key.equals(elsekey.group(GN_KE
[all...]
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DMulticastSendReceiveTests.java51 * group.
55 InetAddress group,
59 ProtocolFamily family = (group instanceof Inet6Address) ?
67 System.out.format("Send message from %s -> group %s (id=0x%x)\n",
68 local.getHostAddress(), group.getHostAddress(), id);
69 dc.send(buf, new InetSocketAddress(group, port));
139 * Exercise multicast send/receive on given group/interface
143 InetAddress group,
153 // join group
154 System.out.format("join %s @ %s\n", group
53 sendDatagram(InetAddress local, NetworkInterface nif, InetAddress group, int port) argument
141 test(ProtocolFamily family, NetworkInterface nif, InetAddress group, InetAddress source) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DPosixFileAttributeView.java39 * file <em>owner</em>, <em>group-owner</em>, and related <em>access
46 * for the purposes of access control. The {@link PosixFileAttributes#group()
47 * group-owner}, represented by a {@link GroupPrincipal}, is the identity of the
48 * group owner, where a group is an identity created for administrative purposes
49 * so as to determine the access rights for the members of the group.
55 * <em>execute</em> access for the file owner, group, and others (others
56 * meaning identities other than the owner and members of the group). Some
87 * <td> "group" </td>
101 * the permissions, owner, or group
192 setGroup(GroupPrincipal group) argument
[all...]

Completed in 86 milliseconds

1234567891011