Searched refs:constraints (Results 51 - 61 of 61) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_de.properties43 # Identity constraints
61 # "Identity constraints". And we should cover all of the following errors.
H A DXMLSchemaMessages_ja.properties43 # Identity constraints
61 # "Identity constraints". And we should cover all of the following errors.
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp286 // loader that is constrained (via loader constraints) to produce
301 // In all of these cases, the loader constraints on this type are
471 // Check class loader constraints
514 // Utility for printing loader "name" as part of tracing constraints
586 static LoaderConstraintTable* constraints() { return _loader_constraints; } function in class:SystemDictionary
658 // Class loader constraints
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java1616 SearchControls constraints = new
1625 searchAux(sse, "(objectClass=subschema)", constraints,
1671 SearchControls constraints = new SearchControls(SearchControls.OBJECT_SCOPE,
1679 results = searchAux(name, "objectclass=*", constraints, relative,
/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractButton.java1838 * @param constraints an object expressing layout constraints
1849 protected void addImpl(Component comp, Object constraints, int index) { argument
1853 super.addImpl(comp, constraints, index);
H A DJViewport.java341 * the <code>constraints</code> and <code>index</code>
345 * @param constraints the <code>constraints</code> to be respected
349 protected void addImpl(Component child, Object constraints, int index) { argument
H A DGroupLayout.java942 * @param constraints description of where to place the component
944 public void addLayoutComponent(Component component, Object constraints) { argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalRootPaneUI.java652 public void addLayoutComponent(Component comp, Object constraints) {} argument
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java632 * Sets the constraints for the GridBagLayout and adds the Component
637 GridBagConstraints constraints)
639 gridbag.setConstraints(comp, constraints);
635 addToGB(Component comp, Container cont, GridBagLayout gridbag, GridBagConstraints constraints) argument
/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp985 // The following guarantee is meant to ensure that no loader constraints
986 // exist yet, since the constraints table is not shared. This becomes
988 // shared classes at runtime, where constraints were previously created.
989 guarantee(SystemDictionary::constraints()->number_of_entries() == 0,
990 "loader constraints are not saved");
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1139 // Generate tests for the constraints
1142 fprintf(fp, " // Check constraints on sub-tree-leaves\n");
1333 fprintf(fp, " // IF instructions and constraints matched\n");
1444 // then check the constraints
1449 PeepConstraint *pconstraint = peep->constraints();
1462 // Check constraints and build replacement inside scope
1466 // Generate tests for the constraints
1472 // End of scope for this peephole's constraints

Completed in 156 milliseconds

123