Searched refs:UNDEFINED (Results 1 - 25 of 35) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java404 public static final short UNDEFINED = -1; field in interface:Constants
502 4/*invokeinterface*/, UNDEFINED, 2/*new*/,
508 4/*jsr_w*/, 0/*breakpoint*/, UNDEFINED,
509 UNDEFINED, UNDEFINED, UNDEFINED, UNDEFINED, UNDEFINED, UNDEFINED,
510 UNDEFINED, UNDEFINE
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/
H A DXmlAccessOrder.java41 UNDEFINED, enum constant in enum:XmlAccessOrder
H A DXmlAccessorOrder.java63 * <li> Otherwise {@link XmlAccessOrder#UNDEFINED}.
79 XmlAccessOrder value() default XmlAccessOrder.UNDEFINED;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DDefaultScriptObject.java40 return UNDEFINED;
44 return UNDEFINED;
H A DScriptObject.java39 public static final Object UNDEFINED = new Object(); field in interface:ScriptObject
56 * Returns UNDEFINED if the property does not exist.
H A DJSJavaScriptEngine.java91 if (args.length != 1) return UNDEFINED;
96 return UNDEFINED;
108 return UNDEFINED;
118 return UNDEFINED;
124 return UNDEFINED;
127 return UNDEFINED;
240 if (args.length != 1) return UNDEFINED;
245 return UNDEFINED;
279 return (res != null)? res : UNDEFINED;
281 return UNDEFINED;
[all...]
H A DMapScriptObject.java60 return UNDEFINED;
69 return UNDEFINED;
H A DJSJavaInstance.java80 return UNDEFINED;
H A DJSJavaKlass.java66 return ScriptObject.UNDEFINED;
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DAccelSurface.java38 public static final int UNDEFINED = 0; field in interface:AccelSurface
68 * @see AccelSurface#UNDEFINED
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKConstants.java35 public static final int UNDEFINED = -100; field in interface:GTKConstants
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMarkerInstruction.java47 super(Constants.UNDEFINED, (short) 0);
/openjdk7/jdk/src/share/classes/java/awt/
H A DBufferCapabilities.java97 * <code>FlipContents.UNDEFINED</code>
102 * @see FlipContents#UNDEFINED
161 * When flip contents are <code>UNDEFINED</code>, the
169 public static final FlipContents UNDEFINED = field in class:BufferCapabilities.FlipContents
178 * @see #UNDEFINED
191 * @see #UNDEFINED
204 * @see #UNDEFINED
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DSurfaceData.h54 #define UNDEFINED sun_java2d_pipe_hw_AccelSurface_UNDEFINED macro
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLUtilities.java52 public static final int UNDEFINED = OGLSurfaceData.UNDEFINED; field in class:OGLUtilities
301 * <code>OGLUtilities.UNDEFINED</code>
305 return UNDEFINED;
309 return UNDEFINED;
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DSunVolatileImage.java99 width, height, context, Transparency.OPAQUE, caps, UNDEFINED);
118 caps, UNDEFINED);
H A DVolatileSurfaceManager.java124 vImg.getForcedAccelSurfaceType() == UNDEFINED)
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSignatureAndHashAlgorithm.java315 UNDEFINED("undefined", "", -1, -1), enum constant in enum:SignatureAndHashAlgorithm.HashAlgorithm
325 // except the UNDEFINED, other names are defined
340 HashAlgorithm algorithm = UNDEFINED;
370 UNDEFINED("undefined", -1), enum constant in enum:SignatureAndHashAlgorithm.SignatureAlgorithm
377 // except the UNDEFINED, other names are defined
387 SignatureAlgorithm algorithm = UNDEFINED;
/openjdk7/jdk/test/java/util/Currency/
H A DValidateISO4217.java60 static final byte UNDEFINED = 0; field in class:ValidateISO4217
201 if (codes[index] != UNDEFINED) {
246 if (codes[toIndex(country)] == UNDEFINED) {
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLVolatileSurfaceManager.java113 // if acceleration type is forced (type != UNDEFINED) then
115 if (type == OGLSurfaceData.UNDEFINED) {
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLVolatileSurfaceManager.java110 // if acceleration type is forced (type != UNDEFINED) then
112 if (type == OGLSurfaceData.UNDEFINED) {
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXVolatileSurfaceManager.java112 // if acceleration type is forced (type != UNDEFINED) then
114 if (type == OGLSurfaceData.UNDEFINED) {
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsConfig.java222 super(imageCaps, imageCaps, FlipContents.UNDEFINED);
278 if (type == FLIP_BACKBUFFER || type == WINDOW || type == UNDEFINED ||
H A DD3DVolatileSurfaceManager.java102 // if acceleration type is forced (type != UNDEFINED) then
104 if (type == UNDEFINED) {
/openjdk7/jdk/make/common/
H A DRelease-macosx.gmk53 BUNDLE_VENDOR ?= UNDEFINED

Completed in 82 milliseconds

12