Searched defs:group (Results 51 - 75 of 127) sorted by relevance

123456

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.hpp45 const char* _group; // the group to which the stub code belongs
70 StubCodeDesc(const char* group, const char* name, address begin) { argument
73 _group = group;
81 const char* group() const { return _group; } function in class:StubCodeDesc
125 StubCodeMark(StubCodeGenerator* cgen, const char* group, const char* name);
/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/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/gbind/
H A DElement.java180 private void formConnectedComponent(ConnectedComponent group) { argument
184 this.cc=group;
185 group.add(this);
187 prev.formConnectedComponent(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())
H A DRefererFinder.java114 public void modelGroup(XSModelGroup group) { argument
115 if(!visited.add(group)) return;
117 for (XSParticle p : group.getChildren()) {
H A DUnusedCustomizationChecker.java209 public void modelGroup(XSModelGroup group) { argument
210 if(check(group)) {
211 for( int i=0; i<group.getSize(); i++ )
212 group.getChild(i).visit(this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DComponentNameFunction.java170 public String modelGroup(XSModelGroup group) { argument
172 return nameGetter.modelGroup( group );
H A DNameGetter.java134 public String modelGroup(XSModelGroup group) { argument
H A DXSFinder.java163 public Boolean modelGroup(XSModelGroup group) { argument
H A DXSFunctionFilter.java121 public T modelGroup(XSModelGroup group) { argument
122 return core.modelGroup(group);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousServerSocketChannelImpl.java69 AsynchronousServerSocketChannelImpl(AsynchronousChannelGroupImpl group) { argument
70 super(group.provider());
H A DInvoker.java46 // Per-thread object with reference to channel group and a counter for
50 private final AsynchronousChannelGroupImpl group; field in class:Invoker.GroupAndInvokeCount
52 GroupAndInvokeCount(AsynchronousChannelGroupImpl group) { argument
53 this.group = group;
55 AsynchronousChannelGroupImpl group() { method in class:Invoker.GroupAndInvokeCount
56 return group;
79 * Binds this thread to the given group
81 static void bindToGroup(AsynchronousChannelGroupImpl group) { argument
82 myGroupAndInvokeCount.set(new GroupAndInvokeCount(group));
104 mayInvokeDirect(GroupAndInvokeCount myGroupAndInvokeCount, AsynchronousChannelGroupImpl group) argument
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec2_193.c271 ec_group_set_gf2m193(ECGroup *group, ECCurveName name) argument
273 group->meth->field_mod = &ec_GF2m_193_mod;
274 group->meth->field_mul = &ec_GF2m_193_mul;
275 group->meth->field_sqr = &ec_GF2m_193_sqr;
H A Dec2_233.c294 ec_group_set_gf2m233(ECGroup *group, ECCurveName name) argument
296 group->meth->field_mod = &ec_GF2m_233_mod;
297 group->meth->field_mul = &ec_GF2m_233_mul;
298 group->meth->field_sqr = &ec_GF2m_233_sqr;
H A Dec2_aff.c72 const ECGroup *group)
100 MP_CHECKOK(group->meth->field_add(py, qy, &tempy, group->meth));
101 MP_CHECKOK(group->meth->field_add(px, qx, &tempx, group->meth));
102 MP_CHECKOK(group->meth->
103 field_div(&tempy, &tempx, &lambda, group->meth));
104 MP_CHECKOK(group->meth->field_sqr(&lambda, &tempx, group->meth));
105 MP_CHECKOK(group
70 ec_GF2m_pt_add_aff(const mp_int *px, const mp_int *py, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, const ECGroup *group) argument
152 ec_GF2m_pt_sub_aff(const mp_int *px, const mp_int *py, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, const ECGroup *group) argument
172 ec_GF2m_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument
183 ec_GF2m_pt_mul_aff(const mp_int *n, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument
276 ec_GF2m_validate_point(const mp_int *px, const mp_int *py, const ECGroup *group) argument
[all...]
H A Dec2_mont.c53 gf2m_Mdouble(mp_int *x, mp_int *z, const ECGroup *group, int kmflag) argument
61 MP_CHECKOK(group->meth->field_sqr(x, x, group->meth));
62 MP_CHECKOK(group->meth->field_sqr(z, &t1, group->meth));
63 MP_CHECKOK(group->meth->field_mul(x, &t1, z, group->meth));
64 MP_CHECKOK(group->meth->field_sqr(x, x, group->meth));
65 MP_CHECKOK(group
80 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, const ECGroup *group, int kmflag) argument
112 gf2m_Mxy(const mp_int *x, const mp_int *y, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, const ECGroup *group) argument
186 ec_GF2m_pt_mul_mont(const mp_int *n, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument
[all...]
H A Decp_aff.c78 const ECGroup *group)
107 MP_CHECKOK(group->meth->field_sub(py, qy, &tempy, group->meth));
108 MP_CHECKOK(group->meth->field_sub(px, qx, &tempx, group->meth));
109 MP_CHECKOK(group->meth->
110 field_div(&tempy, &tempx, &lambda, group->meth));
120 MP_CHECKOK(group->meth->field_sqr(qx, &tempx, group->meth));
122 if (group
76 ec_GFp_pt_add_aff(const mp_int *px, const mp_int *py, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, const ECGroup *group) argument
162 ec_GFp_pt_sub_aff(const mp_int *px, const mp_int *py, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, const ECGroup *group) argument
183 ec_GFp_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument
196 ec_GFp_pt_mul_aff(const mp_int *n, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument
289 ec_GFp_validate_point(const mp_int *px, const mp_int *py, const ECGroup *group) argument
[all...]
H A Decp_jm.c57 mp_int *raz4, mp_int scratch[], const ECGroup *group)
80 MP_CHECKOK(group->meth->field_sqr(px, t0, group->meth));
81 MP_CHECKOK(group->meth->field_add(t0, t0, M, group->meth));
82 MP_CHECKOK(group->meth->field_add(t0, M, t0, group->meth));
83 MP_CHECKOK(group->meth->field_add(t0, paz4, M, group->meth));
86 MP_CHECKOK(group
55 ec_GFp_pt_dbl_jm(const mp_int *px, const mp_int *py, const mp_int *pz, const mp_int *paz4, mp_int *rx, mp_int *ry, mp_int *rz, mp_int *raz4, mp_int scratch[], const ECGroup *group) argument
125 ec_GFp_pt_add_jm_aff(const mp_int *px, const mp_int *py, const mp_int *pz, const mp_int *paz4, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, mp_int *rz, mp_int *raz4, mp_int scratch[], const ECGroup *group) argument
215 ec_GFp_pt_mul_jm_wNAF(const mp_int *n, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousServerSocketChannelImpl.java123 public AsynchronousChannelGroupImpl group() { method in class:UnixAsynchronousServerSocketChannelImpl
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultButtonModel.java56 /** The button group that the button belongs to. */
57 protected ButtonGroup group = null; field in class:DefaultButtonModel
509 public void setGroup(ButtonGroup group) { argument
510 this.group = group;
514 * Returns the group that the button belongs to.
516 * exclusive within their group.
523 return group;
/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/jdk/src/share/classes/java/util/concurrent/
H A DExecutors.java304 * java.lang.SecurityManager}, it uses the group of {@link
305 * System#getSecurityManager}, else the group of the thread
309 * priority permitted in the thread group. New threads have names
558 private final ThreadGroup group; field in class:Executors.DefaultThreadFactory
564 group = (s != null) ? s.getThreadGroup() :
572 Thread t = new Thread(group, r,
/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/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/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramViewModel.java51 private Group group; field in class:DiagramViewModel
73 DiagramViewModel result = new DiagramViewModel(group, filterChain, sequenceFilterChain);
84 boolean groupChanged = (group == newModel.group);
85 this.group = newModel.group;
141 this.group = g;
169 group.getChangedEvent().addListener(groupContentChangedListener);
170 oldGroup = group;
178 assert source == group;
[all...]

Completed in 246 milliseconds

123456