Searched refs:inputType (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/awt/FullScreen/UninitializedDisplayModeChangeTest/
H A DUninitializedDisplayModeChangeTest.java104 String inputType; field in class:UninitializedDisplayModeChangeTest.StreamProcessor
105 StreamProcessor(String inputType, InputStream is) { argument
106 this.inputType = inputType;
115 System.out.println("Display Changer "+inputType+
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DInputTests.java167 int inputType; field in class:InputTests.Context
179 inputType = t.getType();
183 if ((inputType == INPUT_FILE) ||
184 (inputType == INPUT_URL) ||
185 (inputType == INPUT_FILECHANNEL))
194 if (inputType == INPUT_FILE) {
196 } else if (inputType == INPUT_FILECHANNEL) {
198 } else { // inputType == INPUT_URL
229 switch (inputType) {
H A DInputImageTests.java321 final int inputType = ictx.inputType;
324 switch (inputType) {
395 final int inputType = ictx.inputType;
396 switch (inputType) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java2028 JAXBType inputType = getJAXBType(inputPart);
2029 if (inputType != null) {
2030 inputWrappable = inputType.isUnwrappable();
2037 if ((inputType != null) && (outputType != null))
2038 return inputType.isUnwrappable() && outputType.isUnwrappable();
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageWriter.java719 ImageTypeSpecifier inputType =

Completed in 46 milliseconds