Searched refs:missing (Results 1 - 12 of 12) sorted by relevance

/openjdk7/langtools/test/tools/javac/tree/
H A DJavacTreeScannerTest.java103 Set<JCTree> missing = new HashSet<JCTree>();
104 missing.addAll(expect);
105 missing.removeAll(found);
106 for (JCTree t: missing)
107 error(sourcefile, t, "missing");
H A DSourceTreeScannerTest.java105 Set<Tree> missing = new HashSet<Tree>();
106 missing.addAll(expect);
107 missing.removeAll(found);
108 for (Tree t: missing)
109 error(sourcefile, t, "missing");
146 // these fields are incorrectly missing from the public API
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Ddither.c35 int lastindex, lastgray, missing, i; local
66 /* fill the missing gaps by taking the valid values
71 missing = 0;
75 missing = 1;
78 if (missing) {
85 missing = 0;
/openjdk7/jdk/make/sun/cmm/kcms/
H A DMakefile75 OTHER_CFLAGS += -Wno-missing-field-initializers
/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp183 this->print_cr("</%s> <!-- missing closing tag -->", cur_tag);
/openjdk7/jdk/test/com/sun/jdi/
H A DDeferredStepTest.sh166 The bug is that you will frequently see step events missing.
/openjdk7/corba/make/common/shared/
H A DDefs.gmk132 # Macro that returns missing, same, newer, or older $1=version $2=required
137 echo missing; \
/openjdk7/hotspot/make/solaris/
H A Dreorder.sh83 echo $mcount is missing!
/openjdk7/jdk/make/common/shared/
H A DSanity.gmk308 ifeq ($(OS_VERSION_CHECK),missing)
360 ifeq ($(CYGWIN_CHECK),missing)
393 ifeq ($(MKS_CHECK),missing)
461 printf("WARNING: Your solaris install is missing the required patch %s-%s\n", requiredPatchNo[i], requiredPatchRev[i] ); \
976 $(ECHO) "WARNING: The file /usr/lib/libCrun.so.1 is missing the extern \n" \
977 " __1c2n6FIpv_0_ which indicates that the system is missing \n" \
1339 @if [ "$(LINK_CHECK)" = "missing" ]; then \
1360 @if [ "$(CC_CHECK)" = "missing" ]; then \
1387 @if [ "$(ALSA_CHECK)" != "missing" ] ; then \
H A DDefs.gmk156 # Macro that returns missing, same, newer, or older $1=version $2=required
160 echo missing; \
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES372 Fixed two bugs (missing definitions of "istop") introduced in libpng-1.0.1a.
1115 Check for missing profile length field in iCCP chunk and free chunk_data
1197 Added missing "fi;" in the install target of the SGI makefiles.
1219 Added missing PNGAPI to several function definitions.
1221 check for missing PLTE or IHDR in png_push_read_chunk() (Matthias Clasen).
1324 Added missing "\" before closing double quote in makefile.gcmmx.
1374 Added missing "$OBJSDLL" line to makefile.gcmmx.
1375 Added missing "; fi" to makefile.32sunu.
1585 Added two missing "\" in png.h
1825 Added missing "
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.java1806 * any missing names represented by the empty name.
2210 List<Type> missing = missingTypeVariables;
2217 types.subst(ct.supertype_field, missing, found);
2219 types.subst(ct.interfaces_field, missing, found);
2344 Assert.check(!fullname.isEmpty(), "rootPackage missing!");

Completed in 729 milliseconds