Searched refs:outputType (Results 1 - 11 of 11) sorted by relevance

/openjdk10/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DGenerator.java63 * String getFileNameExtensionFor(OutputType outputType);
64 * void writeOutputFor ( OutputType outputType,
132 * @param outputType One of the items returned by getOutputTypesFor(...)
134 protected abstract String getFileNameExtensionFor(OutputType outputType); argument
143 protected abstract void writeOutputFor(OutputType outputType, argument
375 * @param outputType The type to create a file for.
383 protected File getFileFor(OutputType outputType, File destinationDir) { argument
386 Identifier id = getOutputId(outputType);
393 String classFileName = outputType.getName() + getFileNameExtensionFor(outputType);
402 getOutputId(OutputType outputType) argument
411 compileJavaSourceFile(OutputType outputType) argument
[all...]
H A DStubGenerator.java338 * @param outputType One of the items returned by getOutputTypesFor(...)
340 protected String getFileNameExtensionFor(OutputType outputType) { argument
351 protected void writeOutputFor( OutputType outputType, argument
355 String fileName = outputType.getName();
356 CompoundType theType = (CompoundType) outputType.getType();
364 writeStub(outputType,writer);
370 writeTie(outputType,writer);
377 protected void writeStub(OutputType outputType, argument
380 CompoundType theType = (CompoundType) outputType.getType();
1700 protected void writeTie(OutputType outputType, argument
[all...]
H A DIDLGenerator.java161 * @param outputType One of the items returned by getOutputTypesFor(...)
163 protected String getFileNameExtensionFor(OutputType outputType) { argument
/openjdk10/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputTests.java162 int outputType; field in class:OutputTests.Context
174 outputType = t.getType();
178 if ((outputType == OUTPUT_FILE) ||
179 (outputType == OUTPUT_FILECHANNEL))
194 switch (outputType) {
H A DOutputImageTests.java277 final int outputType = ictx.outputType;
278 switch (outputType) {
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/output/
H A DTransletOutputHandlerFactory.java85 public void setOutputType(int outputType) { argument
86 _outputType = outputType;
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/
H A DProcessXSLT.java206 String outputType = null;
290 outputType = "xml";
292 outputType = "text";
294 outputType = "html";
543 if (null != outputType) {
544 transformer.setOutputProperty(OutputKeys.METHOD, outputType);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXSLTC.java585 * @param outputType The output type
588 public byte[][] compile(String name, InputSource input, int outputType) { argument
589 _outputType = outputType;
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java1002 int outputType = XSLTC.BYTEARRAY_OUTPUT;
1025 outputType = XSLTC.BYTEARRAY_AND_JAR_OUTPUT;
1028 outputType = XSLTC.BYTEARRAY_AND_FILE_OUTPUT;
1033 byte[][] bytecodes = xsltc.compile(null, input, outputType);
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java2083 JAXBType outputType = getJAXBType(outputPart);
2084 if ((inputType != null) && (outputType != null)) {
2085 return inputType.isUnwrappable() && outputType.isUnwrappable();
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/jszip/dist/
H A Djszip.js404 exports.transformTo = function(outputType, input) {
405 return utils.transformTo(outputType, input);
2154 * @param {String} outputType the output type.
2158 exports.transformTo = function(outputType, input) {
2164 if (!outputType) {
2167 exports.checkSupport(outputType);
2169 var result = transform[inputType][outputType](input);

Completed in 228 milliseconds