Searched refs:constraints (Results 1 - 23 of 23) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DGBLayout.java176 In addition, the components have the following non-default constraints:
359 * Sets the constraints for the specified component.
361 * @param constraints the constraints to be applied
364 GBConstraints constraints) {
365 GBConstraints c = (GBConstraints)constraints.clone();
375 * Sets the constraints from an option string.
379 * @param constraints the constraints string
381 public void setConstraints(Component comp, String constraints) { argument
363 setConstraints(Component comp, GBConstraints constraints) argument
[all...]
H A DCheckboxPanel.java43 protected void addImpl(Component comp, Object constraints, argument
46 super.addImpl(comp, constraints, index);
H A DScrollableArea.java61 protected void addImpl(Component comp, Object constraints, argument
64 super.addImpl(comp, constraints, index);
H A DGBConstraints.java52 * GBConstraints is used to specify constraints for components
107 * Creates a set of gridbag constraints.
130 * Creates a set of gridbag constraints by parsing the given
131 * constraints option string. Each option has the form key=value.
134 public GBConstraints(String constraints) { argument
136 parseConstraints(constraints);
156 private void parseConstraints(String constraints) { argument
158 constraints, /* NOI18N */";", true);
246 /* NOI18N */"\t\t" + constraints + /* NOI18N */": "
H A DRootDialog.java73 protected void addImpl(Component comp, Object constraints, argument
76 super.addImpl(comp, constraints, index);
H A DRootFrame.java143 protected void addImpl(Component comp, Object constraints, argument
146 super.addImpl(comp, constraints, index);
H A DVJScrollbar.java126 protected void addImpl(Component comp, Object constraints, argument
H A DGBPanel.java181 protected void addImpl(Component comp, Object constraints, argument
183 super.addImpl(comp, constraints, index);
H A DScrollPanel.java101 protected void addImpl(Component comp, Object constraints, argument
103 super.addImpl(comp, constraints, index);
H A DVJPanel.java483 protected void addImpl(Component comp, Object constraints, argument
486 super.addImpl(comp, constraints, index);
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.h113 /* deferred constraints */
115 } *constraints; member in struct:event::bubble::arrowlist::arrow
H A Ditree.c184 out(O_ALTFP|O_VERB3, "(prevented by constraints)");
1175 * constraints are completely ignored by match(), so the statement:
1183 * the above example so that it can evaluate constraints.
1872 newa->constraints = NULL;
1876 * any within() constraints.
1908 * handle any global constraints inherited from the
1915 /* XXX not quite ready to evaluate constraints from decls yet */
1921 /* handle constraints on the from event in the prop statement */
1929 * handle any global constraints inherited from the
1936 /* XXX not quite ready to evaluate constraints fro
[all...]
H A Dfme.c3532 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) {
3543 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) {
3552 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) {
3581 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) {
3634 * all that work evaluating constraints.
3958 * constraints, then we should elide the
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DPointerTable.h20 void constraints() { function in class:SP_NAMESPACE::PointerTable
/opensolaris-onvv-gate/usr/src/psm/stand/
H A DREADME60 for sparc has the same constraints. These historical reasons do
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/
H A Ddisk.c684 * problem :-) Basically, there are some constraints to a partition's
700 * The application of these constraints is in disk_*.c's *_partition_align()
1758 PedConstraint* constraints = NULL; local
1771 constraints = ped_constraint_intersect (overlap_constraint,
1774 if (!constraints && constraint) {
1784 if (!_partition_align (part, constraints))
1793 ped_constraint_destroy (constraints);
1803 ped_constraint_destroy (constraints);
1924 PedConstraint* constraints = NULL; local
1939 constraints
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DSubstrHash.pm28 key not exactly C<$key_len> characters in length. While these constraints
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dmodctl.c939 convert_constraint_string(char *constraints, size_t len) argument
946 ASSERT(constraints != NULL);
949 for (i = 0, p = constraints; strlen(p) > 0; i++, p += strlen(p) + 1)
955 kmem_free(constraints, len);
961 for (i = 0, p = constraints; i < n; i++, p += strlen(p) + 1) {
966 kmem_free(constraints, len);
978 char *constraints; local
1010 constraints = kmem_alloc(ulen, KM_SLEEP);
1011 if (copyin(uconstraints, constraints, ulen)) {
1012 kmem_free(constraints, ule
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/private/
H A DREADME.synch109 maps a location into a token which does meet the constraints. In the above
118 which meet the constraints need not provide mkloctoken().
/opensolaris-onvv-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c45 * choices, constraints, etc.).
4045 /* Finally check for choices included by 'constraints'. */
4046 if ((r = _check_choices_include_values(t->prt_pg, "constraints")) ==
4408 { "Missing constraints or values for include_values element",
5666 * Checks whether the supplied value violates any of the constraints
5696 char **constraints; local
5726 /* Numeric values should be checked against any range constraints. */
5806 constraints = vals.values.v_astring;
5807 for (n = 0; constraints[n] != NULL; ++n) {
5808 if (strcmp(constraints[
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl309 The number of indices used to implement PRIMARY KEY or UNIQUE constraints
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c114 "constraints", /* SC_CONSTRAINTS */
2549 lxml_get_tm_constraints(entity_t *service, pgroup_t *pg, xmlNodePtr constraints) argument
2556 for (cursor = constraints->xmlChildrenNode;
2587 "constraints for service %s.\n"), cursor->name,
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh344 server. The server may impose its own constraints on possible
360 the LDAP server. The server may impose its own constraints

Completed in 160 milliseconds