Searched defs:ordered (Results 1 - 6 of 6) sorted by relevance

/openjdk7/langtools/test/tools/apt/lib/
H A DTestProcessor.java77 anno.result(), anno.ordered());
114 String[] expected, boolean ordered) {
126 if (!ordered) {
113 verifyResults(Collection result, String[] expected, boolean ordered) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DMixedContentModel.java104 * True if mixed content model is ordered. DTD mixed content models
120 * @param ordered True if content must be ordered.
122 public MixedContentModel(QName[] children, int[] type, int offset, int length , boolean ordered) { argument
131 fOrdered = ordered;
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DBasicAttribute.java89 * A flag for recording whether this attribute's values are ordered.
92 protected boolean ordered = false; field in class:BasicAttribute
99 attr = new BasicAttribute(attrID, ordered);
110 * are irrelevant. If the attribute values are ordered, then the
249 * Constructs a new instance of a possibly ordered attribute with no value.
252 * @param ordered true means the attribute's values will be ordered;
255 public BasicAttribute(String id, boolean ordered) { argument
258 this.ordered = ordered;
271 BasicAttribute(String id, Object value, boolean ordered) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCWrapper.java57 public static native void orderWindow(long window, int ordered, long relativeTo); argument
60 public static native void addChildWindow(long parent, long child, int ordered); argument
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp1128 BasicBlock *ordered = builder()->CreateBlock(ip, "ordered"); local
1137 unordered_is_greater ? gt : lt, ordered);
1139 builder()->SetInsertPoint(ordered);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java324 short ordered, boolean bounded, boolean finite,
343 this.fOrdered = ordered;
2105 * Fundamental Facet: ordered.
2388 // 1. If every member of {member type definitions} is derived from a common ancestor other than the simple ur-type, then {value} is the same as that ancestor's ordered facet.
2389 // 2. If every member of {member type definitions} has a {value} of false for the ordered facet, then {value} is false.
2410 // REVISIT: all member types should have the same ordered value
323 XSSimpleTypeDecl(XSSimpleTypeDecl base, String name, short validateDV, short ordered, boolean bounded, boolean finite, boolean numeric, boolean isImmutable, short builtInKind) argument

Completed in 50 milliseconds