Searched refs:mixed (Results 1 - 9 of 9) sorted by relevance

/openjdk7/langtools/test/tools/javac/annotations/neg/
H A DMixedSource.java33 package mixed.source;
/openjdk7/jdk/src/share/classes/sun/tools/jstack/
H A DJStack.java49 boolean mixed = false;
63 mixed = true;
75 // mixed stack implies SA tool
76 if (mixed) {
102 runJStackTool(mixed, locks, params);
118 private static void runJStackTool(boolean mixed, boolean locks, String args[]) throws Exception { argument
125 if (mixed) {
222 System.out.println(" -m to print both java and native frames (mixed mode)");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DComplexContent.java45 public ComplexContent mixed(boolean value); method in interface:ComplexContent
H A DComplexTypeModel.java44 public ComplexTypeModel mixed(boolean value); method in interface:ComplexTypeModel
/openjdk7/jdk/test/java/nio/file/DirectoryStream/
H A DSecureDS.java142 Set<OpenOption> mixed = new HashSet<>();
143 mixed.add(READ);
144 mixed.add(NOFOLLOW_LINKS);
145 stream.newByteChannel(link1Entry, mixed).close();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComplexTypeImpl.java72 this.mixed = _mixed;
195 private final boolean mixed; field in class:ComplexTypeImpl
196 public boolean isMixed() { return mixed; }
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DDFAContentModel.java78 * a content model with PCDATA in it. Any model with PCDATA is 'mixed'
79 * and is handled via the MixedContentModel class since mixed models
240 * @param mixed
243 public DFAContentModel(CMNode syntaxTree, int leafCount, boolean mixed) { argument
250 fMixed = mixed;
341 // ignore mixed text
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_de.properties180 cos-ct-extends.1.4.3.2.2.1.a = cos-ct-extends.1.4.3.2.2.1.a: Der Contenttyp eines abgeleiteten Typs und der seiner Basis m\u00FCssen beide "mixed" oder "element-only" sein. Typ "{0}" ist "element only", aber sein Basistyp nicht.
181 cos-ct-extends.1.4.3.2.2.1.b = cos-ct-extends.1.4.3.2.2.1.b: Der Contenttyp eines abgeleiteten Typs und der seiner Basis m\u00FCssen beide "mixed" oder "element-only" sein. Typ "{0}" ist "mixed", aber sein Basistyp nicht.
211 derivation-ok-restriction.5.4.1.2 = derivation-ok-restriction.5.4.1.2: Fehler bei Typ "{0}". Contenttyp dieses Typs ist "mixed", aber der Contenttyps der Basis "{1}" nicht.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java956 // handling for <complexType @mixed='true' ...>
958 ct.mixed(true);

Completed in 46 milliseconds