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

/openjdk7/corba/src/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.java330 * @param outputType One of the items returned by getOutputTypesFor(...)
332 protected String getFileNameExtensionFor(OutputType outputType) { argument
343 protected void writeOutputFor( OutputType outputType, argument
347 String fileName = outputType.getName();
348 CompoundType theType = (CompoundType) outputType.getType();
356 writeStub(outputType,writer);
362 writeTie(outputType,writer);
369 protected void writeStub(OutputType outputType, argument
372 CompoundType theType = (CompoundType) outputType.getType();
1598 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
/openjdk7/jdk/src/share/demo/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) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/output/
H A DTransletOutputHandlerFactory.java87 public void setOutputType(int outputType) { argument
88 _outputType = outputType;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DProcess.java244 String outputType = null;
438 outputType = "xml";
442 outputType = "text";
446 outputType = "html";
841 if (null != outputType)
843 transformer.setOutputProperty(OutputKeys.METHOD, outputType);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java859 int outputType = XSLTC.BYTEARRAY_OUTPUT;
882 outputType = XSLTC.BYTEARRAY_AND_JAR_OUTPUT;
885 outputType = XSLTC.BYTEARRAY_AND_FILE_OUTPUT;
890 byte[][] bytecodes = xsltc.compile(null, input, outputType);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXSLTC.java488 * @param outputType The output type
491 public byte[][] compile(String name, InputSource input, int outputType) { argument
492 _outputType = outputType;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java2036 JAXBType outputType = getJAXBType(outputPart);
2037 if ((inputType != null) && (outputType != null))
2038 return inputType.isUnwrappable() && outputType.isUnwrappable();

Completed in 96 milliseconds