Searched refs:check (Results 426 - 450 of 617) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DLazySearchEnumerationImpl.java27 * Given an enumeration of candidates, check whether each
145 if (filter.check(targetAttrs)) {
/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 DStackTraceSerialization.java165 private static void check(StackTraceElement e, String methodName, int n) { method in class:StackTraceSerialization
/openjdk7/langtools/test/tools/javac/6402516/
H A DCheckLocalElements.java43 chk.check("TestLocalElements.java");
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbTgsRep.java88 check(req, rep);
/openjdk7/jdk/src/share/classes/sun/security/validator/
H A DValidator.java227 * could be used to pass in a PKCS#7 object for code signing to check time
252 * code signing to check time stamps.
262 // omit EE extension check if EE cert is also trust anchor
264 endEntityChecker.check(chain[0], parameter);
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DThrowStatement.java53 Vset check(Environment env, Context ctx, Vset vset, Hashtable exp) { method in class:ThrowStatement
H A DSwitchStatement.java57 Vset check(Environment env, Context ctx, Vset vset, Hashtable exp) { method in class:SwitchStatement
76 vs = s.check(env, newctx, vs.join(vset.copy()), exp);
109 // fields. When we check the case label, the
116 // the expression isn't constant, do a check to
H A DSynchronizedStatement.java59 Vset check(Environment env, Context ctx, Vset vset, Hashtable exp) { method in class:SynchronizedStatement
68 vset = body.check(env, newctx, vset, exp);
/openjdk7/jdk/test/java/util/BitSet/
H A DStickySize.java81 static void check(boolean cond) {if (cond) pass(); else fail();} method in class:StickySize
/openjdk7/jdk/test/java/util/Collections/
H A DBigBinarySearch.java107 static void check(boolean cond) {if (cond) pass(); else fail();} method in class:BigBinarySearch
/openjdk7/jdk/test/java/util/TreeMap/
H A DNullPermissiveComparator.java105 static void check(boolean cond) {if (cond) pass(); else fail();} method in class:NullPermissiveComparator
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DBlockingTaskExecutor.java155 static void check(boolean cond) {if (cond) pass(); else fail();} method in class:BlockingTaskExecutor
/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DArrive.java87 void check(boolean cond) {if (cond) pass(); else fail();} method in class:Arrive
/openjdk7/jdk/test/java/util/concurrent/ScheduledThreadPoolExecutor/
H A DDecorateTask.java97 void check(boolean cond) {if (cond) pass(); else fail();} method in class:DecorateTask
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DManyZipFiles.java44 // to succeed. Since this test is written to check for a
131 static void check(boolean cond) {if (cond) pass(); else fail();} method in class:ManyZipFiles
/openjdk7/jdk/test/sun/nio/cs/
H A DFindDecoderBugs.java207 check(cr.length() > 0);
250 check(dib.isDirect());
251 check(dob.isDirect());
434 static void check(boolean cond) {if (cond) pass(); else fail();} method in class:FindDecoderBugs
/openjdk7/langtools/test/tools/javac/types/
H A DBoxingConversionTest.java63 void check(TypeHarness harness, Type from, Type to, Result expected) {
69 void check(TypeHarness harness, Type from, Type to, Result expected) {
80 abstract void check(TypeHarness harness, Type from, Type to, Result expected); method in class:BoxingConversionTest.ConversionKind
225 convKind.check(this, rows[i], cols[j], testKind.getResults(this)[i][j]);
/openjdk7/hotspot/agent/make/
H A Dstart-debug-server-windbg.bat28 REM check for .\sa.jar, if it does not exist
H A Dstart-debug-server-windbg64.bat28 REM check for .\sa.jar, if it does not exist
H A Dstart-rmiregistry.bat26 REM check for .\sa.jar, if it does not exist
/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java208 check("clearProviderProperties."+name);
224 check("putProviderProperty."+name);
241 check("putProviderProperty."+name);
326 check("putProviderProperty."+name);
362 check("removeProviderProperty."+name);
399 private void check(String directive) { method in class:Provider
453 * Internal method to be called AFTER the security check has been
765 check("putProviderProperty." + name);
799 // use super() to avoid permission check and other processing
817 // use super() to avoid permission check an
[all...]
/openjdk7/hotspot/src/os/posix/launcher/
H A Dlauncher.script207 $VALGRIND --tool=memcheck --leak-check=yes --num-callers=50 $LAUNCHER -Xmx16m $JPARMS
/openjdk7/jdk/test/com/sun/jdi/
H A DCompatibleConnectors.java115 // check that a connector is of the expected type
145 // check that a Connector is compatible
146 static void check(Object[] desc, Connector connector) { method in class:CompatibleConnectors
153 // check the transport name.
163 // check that all the old arguments still exist
172 // check that the arg still exists
180 // next check that the type matches
183 // check that the argument type hasn't changed
186 // check that an optional argument has been made mandatory
194 // next we check fo
[all...]
/openjdk7/jdk/test/java/util/Collection/
H A DBiggernYours.java43 check(c1Array.length == c2Array.length);
228 static void check(boolean cond) {if (cond) pass(); else fail();} method in class:BiggernYours

Completed in 70 milliseconds

<<11121314151617181920>>