Searched defs:OutputType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputTests.java111 destFileOpt = new OutputType("file", "File", OUTPUT_FILE);
112 destByteArrayOpt = new OutputType("byteArray", "byte[]", OUTPUT_ARRAY);
120 new OutputType("fileChannel", "FileChannel",
138 protected static class OutputType extends Option.Enable { class in class:OutputTests
141 public OutputType(String nodeName, String description, int type) { method in class:OutputTests.OutputType
173 OutputType t = (OutputType)env.getModifier(generalDestRoot);
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DGenerator.java61 * OutputType[] getOutputTypesFor(CompoundType topType,
63 * String getFileNameExtensionFor(OutputType outputType);
64 * void writeOutputFor ( OutputType outputType,
124 protected abstract OutputType[] getOutputTypesFor(CompoundType topType,
134 protected abstract String getFileNameExtensionFor(OutputType outputType);
143 protected abstract void writeOutputFor(OutputType outputType,
310 OutputType[] types = getOutputTypesFor(topType,alreadyChecked);
315 OutputType current = types[i];
374 * for the given OutputType.
383 protected File getFileFor(OutputType outputTyp
419 public class OutputType { class in class:Generator
423 public OutputType (String name, Type type) { method in class:Generator.OutputType
[all...]

Completed in 523 milliseconds