Searched refs:Check (Results 1 - 22 of 22) sorted by relevance

/openjdk7/langtools/test/tools/javac/multicatch/model/
H A DCheck.java27 @interface Check {} interface
H A DModel01.java26 @Check
/openjdk7/jdk/test/java/nio/charset/coders/
H A DCheck.java26 * @summary Check charsets against reference files
29 * @run main Check shift_jis ref.shift_jis
30 * @run main/othervm -Dsun.nio.cs.map=Windows-31J/Shift_JIS Check shift_jis ref.windows-31j
41 public class Check { class
53 private Check(String csn, String refn) { method in class:Check
58 private Check load()
147 // Usage: Check charsetName referenceFileName
149 new Check(args[0], args[1]).load().check();
/openjdk7/hotspot/test/runtime/7107135/
H A DTest7107135.sh75 echo Check testprogram. Expected to pass:
/openjdk7/langtools/test/tools/javac/types/
H A DTypeHarness.java32 import com.sun.tools.javac.comp.Check;
72 protected Check chk;
81 chk = Check.instance(ctx);
/openjdk7/jdk/test/java/util/ArrayList/
H A DIteratorMicroBenchmark.java196 class Check {
205 final Check check = new Check();
206 final Check shortCheck = new Check();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAnnotate.java62 final Check chk;
74 chk = Check.instance(context);
H A DEnter.java98 Check chk;
125 chk = Check.instance(context);
H A DCheck.java57 public class Check { class
58 protected static final Context.Key<Check> checkKey =
59 new Context.Key<Check>();
83 public static Check instance(Context context) {
84 Check instance = context.get(checkKey);
86 instance = new Check(context);
90 protected Check(Context context) { method in class:Check
334 /** Check that variable does not hide variable with same name in
355 /** Check that a class or interface does not hide a class or
376 /** Check tha
[all...]
H A DInfer.java57 Check chk;
73 chk = Check.instance(context);
H A DFlow.java188 private final Check chk;
209 chk = Check.instance(context);
428 /** Check that trackable variable is initialized.
527 /** Analyze a statement. Check that statement is reachable.
H A DMemberEnter.java68 private final Check chk;
94 chk = Check.instance(context);
137 // Check that packages imported from exist (JLS ???).
760 * Check if a list of annotations contains a reference to
H A DResolve.java67 Check chk;
104 chk = Check.instance(context);
355 // Check type arguments are within bounds
419 /** Check if a parameter list accepts a list of args.
1338 /** Check that sym is not an abstract method.
H A DAttr.java58 * @see Check
77 final Check chk;
102 chk = Check.instance(context);
187 /** Check kind and type of given tree against protokind and prototype.
236 /** Check that variable can be assigned to.
520 * Check that all the types are references.
757 // Check that type parameters are well-formed.
760 // Check that result type is well-formed.
865 // Check that the variable's declared type is well-formed.
880 // Check tha
[all...]
H A DLower.java72 private Check chk;
94 chk = Check.instance(context);
628 /** Check whether synthetic symbols generated during lowering conflict
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DDocEnv.java37 import com.sun.tools.javac.comp.Check;
97 Check chk;
127 chk = Check.instance(context);
211 /** Check whether this member should be documented. */
222 /** Check whether this member should be documented. */
243 * Check the visibility if this is an nested class.
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsxform.c509 // Check whatever this is a true floating point transform
636 // Check colorspace
638 cmsBool IsProperColorSpace(cmsColorSpaceSignature Check, cmsUInt32Number dwFormat) argument
641 int Space2 = _cmsLCMScolorSpace(Check);
696 // Check if proper colorspaces
714 // Check channel count
H A Dcmscgats.c502 // Check if current symbol is same as specified. issue an error else.
504 cmsBool Check(cmsIT8* it8, SYMBOL sy, const char* Err) function
929 if (!Check(it8, SSTRING, "Filename expected")) return;
964 if (!Check(it8, SEOLN, "Expected separator")) return FALSE;
1177 // Check if property is already in list
1916 // Check for data completion.
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java257 protected Check chk;
344 // inlined Check.completionError as it is not initialized yet
351 chk = Check.instance(context);
978 * Check if we should process annotations.
1064 // Check for explicit request for annotation
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES285 Check for overlength tRNS chunk present when indexed-color PLTE is read.
789 Check for existing data and free it if the free_me flag is set, in png_set_*()
866 Check for mask&PNG_FREE_CHNK (for TEXT, SCAL, PCAL) in png_free_data().
1115 Check for missing profile length field in iCCP chunk and free chunk_data
1195 Check chunk_length and idat_size for invalid (over PNG_MAX_UINT) lengths.
1196 Check for invalid image dimensions in png_get_IHDR.
1220 Check for invalid bit_depth or color_type in png_get_IHDR(), and
1330 Check for buffer overflow before reading CRC in pngpread.c (Warwick Allison)
1510 Check handle_as_unknown status in pngpread.c, as in pngread.c previously.
1627 Check fo
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java64 private final Check chk;
101 chk = Check.instance(context);
309 /** Check if the given type is an array with too many dimensions.
532 /** Check a constant value and report if it is a string that is
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java37 import com.sun.tools.javac.comp.Check;
80 final Check chk;
101 chk = Check.instance(context);
819 * Check if t contains s.
3464 // Check to see if there is

Completed in 166 milliseconds