Searched refs:DUMMY (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DXMLReaderImpl.java66 if(super.getContentHandler()==DUMMY) return null;
72 if(contentHandler==null) contentHandler = DUMMY;
76 private static final ContentHandler DUMMY = new DefaultHandler(); field in class:XMLReaderImpl
/openjdk7/jdk/make/common/
H A DSubdirs.gmk69 @for i in DUMMY $($1) ; do \
70 if [ "$$i" != "DUMMY" ] ; then \
82 @for i in DUMMY $(OTHERSUBDIRS) ; do \
83 if [ "$$i" != "DUMMY" ] ; then \
/openjdk7/corba/make/common/
H A DDefs.gmk246 @for i in DUMMY $(SUBDIRS) ; do \
247 if [ "$$i" != "DUMMY" ] ; then \
260 @for i in DUMMY $(OTHERSUBDIRS) ; do \
261 if [ "$$i" != "DUMMY" ] ; then \
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/
H A DAPTNavigator.java193 if(sup==DUMMY)
195 // its base class must be known. Thus if the sup is DUMMY,
225 return DUMMY;
384 private static final TypeMirror DUMMY = new TypeMirror() { field in class:APTNavigator
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java426 public static final Attribute DUMMY = new Attribute("dummy"); field in class:HTML.Attribute
510 DUMMY,
679 * DUMMY, CELLSPACING, CELLPADDING, VALIGN, HALIGN, NOWRAP, ROWSPAN,
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageWriter.java331 final int DUMMY = 0;
334 archive_header_S.putInt(DUMMY); // (archiveSize1 >>> 32)
336 archive_header_S.putInt(DUMMY); // (archiveSize1 >>> 0)
387 int zeroLen = UNSIGNED5.getLength(DUMMY);
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleTest.java81 private int DUMMY = 6; field in class:LocaleTest

Completed in 43 milliseconds