Searched defs:check (Results 126 - 150 of 496) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javac/policy/test1/
H A DTest1b.java119 // for all classes that might have been compiled, check that
121 check("A", 3);
122 check("B", 3);
123 check("C", 3);
124 check("D", 3);
130 void check(String prefix, int expect) { method in class:Test1b
/openjdk7/langtools/test/tools/javac/processing/environment/round/
H A DTestContext.java63 check(c.get(JavacElements.class), eltUtils);
64 check(c.get(JavacTypes.class), typeUtils);
65 check(c.get(JavacTrees.class), treeUtils);
74 <T> void check(T actual, T expected) { method in class:TestContext
/openjdk7/langtools/test/tools/javac/tree/
H A DClassTreeTest.java51 check(cu, "CLASS", Tree.Kind.CLASS);
52 check(cu, "INTERFACE", Tree.Kind.INTERFACE);
53 check(cu, "ENUM", Tree.Kind.ENUM);
54 check(cu, "ANNOTATION_TYPE", Tree.Kind.ANNOTATION_TYPE);
65 void check(CompilationUnitTree cu, String name, Tree.Kind k) { method in class:ClassTreeTest
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DHasPositionalPredChecker.java52 public static boolean check(LocPathIterator path) method in class:HasPositionalPredChecker
/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DResponseAPDU.java67 check(apdu);
71 private static void check(byte[] apdu) { method in class:ResponseAPDU
182 check(apdu);
/openjdk7/jdk/src/share/classes/java/security/
H A DIdentityScope.java163 check("setSystemScope");
250 private static void check(String directive) { method in class:IdentityScope
H A DSecureClassLoader.java191 check();
221 private void check() { method in class:SecureClassLoader
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpErrorHandlerAgent.java131 public void check(SnmpMibRequest inRequest) throws SnmpStatusException { method in class:SnmpErrorHandlerAgent
135 "check", "Check in Exception");
141 * Processes a <CODE>set</CODE> operation. Should never be called (check previously called having failed).
H A DSnmpMibEntry.java164 * Generic handling of the <CODE>check</CODE> operation.
191 abstract public void check(SnmpMibSubRequest req, int depth) method in class:SnmpMibEntry
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.inline.hpp84 inline bool ObjectMonitor::check(TRAPS) { function in class:ObjectMonitor
/openjdk7/hotspot/test/compiler/5057225/
H A DTest5057225.java85 static void check(long result, long expected) { method in class:Test5057225
109 public void run() { check(doload(ba), MASK); }
123 public void run() { check(doload(sa), MASK); }
137 public void run() { check(doload(ia), MASK); }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DIllegalAnnotationsException.java88 public void check() throws IllegalAnnotationsException { method in class:IllegalAnnotationsException.Builder
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DInaccessibleWSDLException.java83 public void check() throws InaccessibleWSDLException { method in class:InaccessibleWSDLException.Builder
/openjdk7/jdk/test/com/sun/tools/extcheck/
H A DTestExtcheckArgs.java84 static boolean check(boolean cond) {if (cond) pass(); else fail(); return cond;} method in class:TestExtcheckArgs
/openjdk7/jdk/test/java/awt/Component/Revalidate/
H A DRevalidate.java60 private static void check(String n, Component c, boolean v) { method in class:Revalidate
65 private static void check(String str, boolean f, boolean p, boolean b) { method in class:Revalidate
68 check("frame", frame, f);
69 check("panel", panel, p);
70 check("button", button, b);
80 check("Upon showing", true, true, true);
84 check("button.setBounds():", true, false, false);
88 check("button.revalidate():", true, true, true);
92 check("button.setBounds():", true, false, false);
97 check("pane
[all...]
/openjdk7/jdk/test/java/io/FileOutputStream/
H A DAtomicAppend.java71 void check(boolean cond) {if (cond) pass(); else fail();} method in class:AtomicAppend
/openjdk7/jdk/test/java/io/InputStream/
H A DOpsAfterClose.java27 * @summary Test if InputStream methods will check if the stream
35 READ { boolean check(InputStream is) {
46 READ_BUF { boolean check(InputStream is) {
57 READ_BUF_OFF { boolean check(InputStream is) {
69 AVAILABLE { boolean check(InputStream is) {
79 SKIP { boolean check(InputStream is) {
89 MARK { boolean check(InputStream is) {
93 RESET { boolean check(InputStream is) {
102 MARK_SUPPORTED { boolean check(InputStream is) {
106 CLOSE { boolean check(InputStrea
116 abstract boolean check(InputStream is); method in class:OpsAfterClose
[all...]
/openjdk7/jdk/test/java/io/PrintStream/
H A DFailingConstructors.java68 check(exists, file);
77 check(exists, file);
87 check(exists, file);
96 check(exists, file);
99 private static void check(boolean exists, File file) { method in class:FailingConstructors
/openjdk7/jdk/test/java/io/PrintWriter/
H A DFailingConstructors.java67 check(exists, file);
76 check(exists, file);
86 check(exists, file);
95 check(exists, file);
98 private static void check(boolean exists, File file) { method in class:FailingConstructors
/openjdk7/jdk/test/java/io/RandomAccessFile/
H A DOpsAfterClose.java4 * @summary Test if RandomAccessFile methods will check if the stream
12 READ { boolean check(RandomAccessFile r) {
22 READ_BUF { boolean check(RandomAccessFile r) {
33 GET_CHANNEL { boolean check(RandomAccessFile r) {
37 GET_FD { boolean check(RandomAccessFile r) {
46 GET_FILE_PTR { boolean check(RandomAccessFile r) {
55 GET_LENGTH { boolean check(RandomAccessFile r) {
64 SEEK { boolean check(RandomAccessFile r) {
73 SET_LENGTH { boolean check(RandomAccessFile r) {
82 SKIP_BYTES { boolean check(RandomAccessFil
121 abstract boolean check(RandomAccessFile r); method in class:OpsAfterClose
[all...]
/openjdk7/jdk/test/java/lang/
H A DCompare.java39 check(Double.compare(x, y) ==
41 check(Float.compare(x, y) ==
43 check(Long.compare(x, y) ==
45 check(Integer.compare((int) x, (int) y) ==
47 check(Short.compare((short) x, (short) y) ==
49 check(Character.compare((char) x, (char) y) ==
51 check(Byte.compare((byte) x, (byte) y) ==
53 check(Boolean.compare(toBoolean(x), toBoolean(y)) ==
56 check(Double.compare(x, y) == -Double.compare(y, x));
57 check(Floa
132 void check(boolean cond) {if (cond) pass(); else fail();} method in class:Compare
[all...]
H A DHashCode.java51 check( new Long(x).hashCode() == (int)((long)x ^ (long)x>>>32));
52 check(Long.valueOf(x).hashCode() == (int)((long)x ^ (long)x>>>32));
53 check( new Integer(x).hashCode() == x);
54 check(Integer.valueOf(x).hashCode() == x);
55 check( new Short((short)x).hashCode() == (short) x);
56 check(Short.valueOf((short)x).hashCode() == (short) x);
57 check( new Character((char) x).hashCode() == (char) x);
58 check(Character.valueOf((char) x).hashCode() == (char) x);
59 check( new Byte((byte) x).hashCode() == (byte) x);
60 check(Byt
70 void check(boolean cond) {if (cond) pass(); else fail();} method in class:HashCode
[all...]
/openjdk7/jdk/test/java/lang/Double/
H A DParseDouble.java35 private static void check(String val, double expected) { method in class:ParseDouble
43 check(new String(""+Double.MIN_VALUE), Double.MIN_VALUE);
44 check(new String(""+Double.MAX_VALUE), Double.MAX_VALUE);
46 check("10", (double) 10.0);
47 check("10.0", (double) 10.0);
48 check("10.01", (double) 10.01);
50 check("-10", (double) -10.0);
51 check("-10.00", (double) -10.0);
52 check("-10.01", (double) -10.01);
/openjdk7/jdk/test/java/lang/StringBuffer/
H A DCapacity.java75 void check(boolean cond) {if (cond) pass(); else fail();} method in class:Capacity
/openjdk7/jdk/test/java/lang/Throwable/
H A DChainedExceptions.java16 check(e, highTrace[0], "a", 48);
17 check(e, highTrace[1], "main", 11);
23 check(mid, midTrace[0], "c", 58);
24 check(mid, midTrace[1], "b", 52);
25 check(mid, midTrace[2], "a", 46);
26 check(mid, midTrace[3], "main", 11);
32 check(low, lowTrace[0], "e", 65);
33 check(low, lowTrace[1], "d", 62);
34 check(low, lowTrace[2], "c", 56);
35 check(lo
71 private static void check(Throwable t, StackTraceElement e, String methodName, int n) { method in class:ChainedExceptions
[all...]

Completed in 148 milliseconds

1234567891011>>