Searched refs:check (Results 501 - 525 of 617) sorted by relevance

<<2122232425

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassWriter.java382 Assert.check(c.flatname.startsWith(c.owner.enclClass().flatname));
422 Assert.check(sigbuf.length == 0);
804 Assert.check(value instanceof String);
1021 Assert.check(var.start_pc >= 0
1024 Assert.check(var.length >= 0
1057 Assert.check(count == nGenericVars);
1468 Assert.check((c.flags() & COMPOUND) == 0);
1528 Assert.check(source.allowGenerics());
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSPChecker.java142 public void check(Certificate cert, Collection<String> unresolvedCritExts) method in class:OCSPChecker
157 DEBUG.println("Skipping revocation check, not end entity cert");
382 response = OCSP.check(Collections.singletonList(certId), uri,
H A DBasicChecker.java130 public void check(Certificate cert, Collection<String> unresolvedCritExts) method in class:BasicChecker
163 (msg + " check failed", e, null, -1,
166 throw new CertPathValidatorException(msg + " check failed", e);
187 (msg + " check failed", e, null, -1, BasicReason.EXPIRED);
190 (msg + " check failed", e, null, -1, BasicReason.NOT_YET_VALID);
198 * Internal method to check that cert has a valid DN to be next in a chain
214 (msg + " check failed: " +
221 (msg + " check failed", null, null, -1,
H A DConstraintsChecker.java109 * does not pass the check
111 public void check(Certificate cert, Collection<String> unresCritExts) method in class:ConstraintsChecker
117 // MUST run NC check second, since it depends on BC check to
129 * Internal method to check the name constraints against a cert
139 // check name constraints only if there is a previous name constraint
151 throw new CertPathValidatorException(msg + " check failed",
217 * Internal method to check that a given cert meets basic constraints.
229 /* check if intermediate cert */
257 (msg + " check faile
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DMemberDefinition.java399 * Request a check of the field definition.
401 public void check(Environment env) throws ClassNotFound { method in class:MemberDefinition
405 * Really check the field definition.
407 public Vset check(Environment env, Context ctx, Vset vset) throws ClassNotFound { method in class:MemberDefinition
466 * is that this number may be used to check properties like "the
572 // Sanity check: We generally do not intend for one synthetic
574 // is expected. This check may need to be changed if new uses
647 // 1.5 compiler. The resulting check is now much looser
700 // If either method is non-abstract, then we need to check that
702 // the checkOverride method to check thi
[all...]
/openjdk7/langtools/test/tools/javac/varargs/7042566/
H A DT7042566.java70 check(source, ec);
73 void check(JavaSource source, ErrorChecker ec) { method in class:T7042566
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DToolkitImage.java188 public int check(ImageObserver iw) { method in class:ToolkitImage
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp112 Bytecodes::check(code);
/openjdk7/hotspot/src/share/vm/code/
H A DexceptionHandlerTable.cpp31 _nesting.check();
39 assert(_length < _size, "sanity check");
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibGroup.java210 * Generic handling of the <CODE>check</CODE> operation.
237 abstract public void check(SnmpMibSubRequest req, int depth) method in class:SnmpMibGroup
/openjdk7/hotspot/make/solaris/
H A Dreorder.sh206 CLASSPATH=jbb.jar:jbb_no_precompile.jar:check.jar:reporter.jar
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.hpp189 bool check(TRAPS); // true if the thread owns the monitor.
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.java333 // check bounds
345 Assert.check(undetvars.length() == tvars.length());
491 void check(List<Type> inferred, Types types) throws NoInstanceException {
492 // check that actuals conform to inferred formals
494 // check that inferred bounds conform to their bounds
503 // check that actuals conform to inferred formals
543 check(inferred, types);
546 abstract void check(List<Type> inferred, Types types) throws NoInstanceException; method in class:Infer.UninferredMethodType
599 /** check that type parameters are within their bounds.
633 //return type is simply 'Object'. A correctness check ensure
[all...]
/openjdk7/jdk/src/share/classes/sun/security/validator/
H A DEndEntityChecker.java35 * Class to check if an end entity cert is suitable for use in some
135 void check(X509Certificate cert, Object parameter) method in class:EndEntityChecker
180 // We do not check the validity of the critical extension, just mark
285 // check for equivalent but now obsolete Server-Gated-Cryptography
330 // do not check Netscape cert type for JCE code signing checks
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DCompoundStatement.java73 Vset check(Environment env, Context ctx, Vset vset, Hashtable exp) { method in class:CompoundStatement
H A DIncDecExpression.java69 public Vset check(Environment env, Context ctx, Vset vset, Hashtable exp) { method in class:IncDecExpression
/openjdk7/jdk/test/java/util/BitSet/
H A DPreviousBits.java140 void check(boolean cond) {if (cond) pass(); else fail();} method in class:PreviousBits
/openjdk7/jdk/test/java/util/Currency/
H A DCurrencyTest.java45 CheckDataVersion.check();
124 // check a few countries that don't change their currencies too often
131 // check currency changes
151 // check a country code which doesn't have a currency
154 // check an invalid country code
H A DValidateISO4217.java102 CheckDataVersion.check();
145 // check for the cutover
/openjdk7/jdk/test/java/util/PriorityQueue/
H A DNoNulls.java187 void check(boolean cond) {if (cond) pass(); else fail();} method in class:NoNulls
/openjdk7/jdk/test/java/util/concurrent/ConcurrentQueues/
H A DRemovePollRace.java210 void check(boolean cond) {if (cond) pass(); else fail();} method in class:RemovePollRace
/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DPhaseOverflow.java148 void check(boolean cond) {if (cond) pass(); else fail();} method in class:PhaseOverflow
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DServerSocketChannelImpl.java249 assert IOStatus.check(n);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpChannelImpl.java377 assert IOStatus.check(n);
506 assert IOStatus.check(n);
773 assert IOStatus.check(n);
974 assert IOStatus.check(n);
/openjdk7/jdk/make/
H A DMakefile43 check: variable_check
64 check -- Check make variable values for correctness \n\
146 # Complete variable check

Completed in 67 milliseconds

<<2122232425