Searched refs:check (Results 401 - 425 of 617) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/sun/nio/cs/
H A DFindOneCharEncoderBugs.java83 check(! ocb.isDirect());
84 check( dcb.isDirect());
150 static void check(boolean cond) {if (cond) pass(); else fail();} method in class:FindOneCharEncoderBugs
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvmmib/
H A DJvmMemPoolEntryMeta.java270 public void check(SnmpValue x, long var, Object data) method in class:JvmMemPoolEntryMeta
392 // Implements the "check" method defined in "SnmpMibEntry".
397 public void check(SnmpMibSubRequest req, int depth) method in class:JvmMemPoolEntryMeta
399 objectserver.check(this,req,depth);
H A DJvmThreadInstanceEntryMeta.java185 public void check(SnmpValue x, long var, Object data) method in class:JvmThreadInstanceEntryMeta
262 // Implements the "check" method defined in "SnmpMibEntry".
267 public void check(SnmpMibSubRequest req, int depth) method in class:JvmThreadInstanceEntryMeta
269 objectserver.check(this,req,depth);
H A DJvmThreadingMeta.java192 public void check(SnmpValue x, long var, Object data) method in class:JvmThreadingMeta
284 // Implements the "check" method defined in "SnmpMibGroup".
289 public void check(SnmpMibSubRequest req, int depth) method in class:JvmThreadingMeta
291 objectserver.check(this,req,depth);
H A DJvmMemoryMeta.java243 public void check(SnmpValue x, long var, Object data) method in class:JvmMemoryMeta
354 // Implements the "check" method defined in "SnmpMibGroup".
359 public void check(SnmpMibSubRequest req, int depth) method in class:JvmMemoryMeta
361 objectserver.check(this,req,depth);
H A DJvmRuntimeMeta.java231 public void check(SnmpValue x, long var, Object data) method in class:JvmRuntimeMeta
327 // Implements the "check" method defined in "SnmpMibGroup".
332 public void check(SnmpMibSubRequest req, int depth) method in class:JvmRuntimeMeta
334 objectserver.check(this,req,depth);
/openjdk7/langtools/test/tools/javac/util/context/
H A DT7021650.java177 check("Demo", Demo.instance(context), Demo.class);
178 check("Attr", Attr.instance(context), MyAttr.class);
180 // For a few rounds, generate new source files, so that we can check whether
210 void check(String label, Object o, Class<?> clazz) { method in class:T7021650
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp132 // Parallel class loading check
166 // in which case we have to check whether the pending exception is a ClassNotFoundException,
293 // Double-check, if child class is already loaded, just return super-class,interface
300 // Must check ClassCircularity before checking if super class is already loaded
349 // Resolve the super class or interface, check results on return
382 // Now we have to call back to java to check if the initating class has access
490 // Caller must check for pending exception
504 // superk is not used, resolve_super called for circularity check only
532 klassOop check = find_class(d_index, d_hash, name, class_loader); local
533 if (check !
548 klassOop check = find_class(d_index, d_hash, name, class_loader); local
636 klassOop check = find_class(d_index, d_hash, name, class_loader); local
715 klassOop check = find_class(d_index, d_hash, name, class_loader); local
739 klassOop check = find_class(d_index, d_hash, name, class_loader); local
773 klassOop check = find_class(d_index, d_hash, name, class_loader); local
1452 klassOop check = find_class(d_index, d_hash, name_h, class_loader); local
1475 klassOop check = find_class(d_index, d_hash, name_h, class_loader); local
1949 klassOop check = find_class(d_index, d_hash, name, class_loader); local
[all...]
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DPostExceptionTest.java225 // check that the exception we caught was as expected.
228 WHERE.PREREGISTER.check(reg, t);
231 // check that the exception we caught was as expected.
232 // We don't do this check if we asked the MBean to also throw an
235 WHERE.POSTREGISTER.check(reg, t);
273 // check that the exception we caught was as expected.
276 WHERE.PREDEREGISTER.check(unreg, t);
279 // check that the exception we caught was as expected.
280 // We don't do this check if we asked the MBean to also throw an
283 WHERE.POSTDEREGISTER.check(unre
299 public void check(Exception thrown, Throwable t) method in class:PostExceptionTest.WHERE
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileChannelImpl.java156 assert IOStatus.check(n);
186 assert IOStatus.check(n);
212 assert IOStatus.check(n);
242 assert IOStatus.check(n);
267 assert IOStatus.check(p);
291 assert IOStatus.check(p);
313 assert IOStatus.check(s);
361 assert IOStatus.check(rv);
381 assert IOStatus.check(rv);
706 assert IOStatus.check(
[all...]
H A DSocketChannelImpl.java365 // above happens just between our last isOpen() check and the
421 assert IOStatus.check(n);
465 assert IOStatus.check(n);
501 assert IOStatus.check(n);
538 assert IOStatus.check(n);
568 assert IOStatus.check(n);
678 assert IOStatus.check(n);
772 assert IOStatus.check(n);
/openjdk7/langtools/test/tools/javac/failover/
H A DCheckAttributedTree.java89 * Utility and test program to check validity of tree positions for tree nodes.
362 check(!mandatoryType(tree) ||
383 void check(boolean ok, String label, Info self) { method in class:CheckAttributedTree.NPETester
554 * @param check The condition that was being tested, and which failed
558 void addEntry(JavaFileObject file, String check, Info encl, Info self) { argument
559 Entry e = new Entry(file, check, encl, self);
586 head.add(new JLabel("check:"), lc);
627 checkField.setText(e.check);
760 Entry(JavaFileObject file, String check, Info encl, Info self) { argument
762 this.check
773 final String check; field in class:CheckAttributedTree.Viewer.Entry
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java375 Assert.check(alive || state.stacksize == 0);
591 Assert.check(state.nlocks == 0);
612 Assert.check(state.nlocks == 0);
620 Assert.check(state.nlocks == 0);
1155 Assert.check(state.stacksize <= max_stack);
1168 Assert.check(state.stacksize <= max_stack);
1297 Assert.check(j < localCount);
1443 Assert.check(state != chain.state
1472 Assert.check(!alive ||
1489 Assert.check(!change
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DcardTableExtension.cpp166 // check if we reached the end, if so we are done
369 assert(m->is_oop_or_null(), "check for header");
377 assert(m->is_oop_or_null(), "check for header");
403 CheckForUnmarkedObjects check; local
411 old_gen->object_iterate(&check);
412 perm_gen->object_iterate(&check);
423 CheckForPreciseMarks check(heap->young_gen(), (CardTableExtension*)heap->barrier_set());
425 old_gen->oop_iterate(&check);
426 perm_gen->oop_iterate(&check);
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s107 2: testq $4,%r8 # check for trailing dword
114 3: testq $2,%r8 # check for trailing word
119 4: testq $1,%r8 # check for trailing byte
139 testq $1,%r8 # check for trailing byte
144 1: testq $2,%r8 # check for trailing word
148 2: testq $4,%r8 # check for trailing dword
210 2: testq $2,%r8 # check for trailing dword
216 3: testq $1,%r8 # check for trailing word
236 testq $1,%r8 # check for trailing word
240 1: testq $2,%r8 # check fo
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s99 2: testq $4,%r8 # check for trailing dword
106 3: testq $2,%r8 # check for trailing word
111 4: testq $1,%r8 # check for trailing byte
131 testq $1,%r8 # check for trailing byte
136 1: testq $2,%r8 # check for trailing word
140 2: testq $4,%r8 # check for trailing dword
202 2: testq $2,%r8 # check for trailing dword
208 3: testq $1,%r8 # check for trailing word
228 testq $1,%r8 # check for trailing word
232 1: testq $2,%r8 # check fo
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceMember.java215 * This information is never seen by the type-check phase,
397 * <tt>Vset check(Environment, Context, Vset)</tt>.
399 public void check(Environment env) throws ClassNotFound { method in class:SourceMember
400 if (tracing) env.dtEnter("SourceMember.check: " +
402 // rely on the class to check all fields in the proper order
408 env.dtExit("SourceMember.check: BREAKING CYCLE");
411 if (tracing) env.dtEvent("SourceMember.check: CHECKING CLASS");
412 clazz.check(env);
418 env.dtExit("SourceMember.check: CHECK FAILED");
419 throw new CompilerError("check faile
433 public Vset check(Environment env, Context ctx, Vset vset) throws ClassNotFound { method in class:SourceMember
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPath.java125 private static void check( boolean b ) throws XPathException { method in class:XPath
136 check(size!=0);
203 check(!expectingStep);
210 check(expectingStep);
221 check(expectingStep);
231 check(expectingStep);
269 check(!expectingStep);
274 check(expectingStep);
288 check(expectingStep);
293 check(expectingSte
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DOutboundReferenceParameterHeader.java135 return check(super.next());
139 return check(super.nextTag());
142 private int check(int type) {
237 //check if prefix is declared before writing start element.
/openjdk7/jdk/test/java/io/pathNames/
H A DGeneral.java223 public static void check(String answer, String path) throws IOException { method in class:General
261 * The following three mutually-recursive methods generate and check a tree
268 * String ans Expected answer for the check method (above)
269 * String ask Input pathname to be passed to the check method
278 check(ans, ask + slash);
290 check(ans, ask);
/openjdk7/jdk/test/java/nio/charset/coders/
H A DBashStreams.java135 private int check(byte[] ba, int off, int len) throws IOException { method in class:BashStreams.Sink
155 check(ba, off, len);
159 int n = check(bb.array(),
/openjdk7/jdk/src/share/classes/sun/security/validator/
H A DSimpleValidator.java161 // check untrusted certificate
165 untrustedChecker.check(cert, Collections.<String>emptySet());
172 // check certificate algorithm
176 defaultAlgChecker.check(cert, Collections.<String>emptySet());
178 appAlgChecker.check(cert, Collections.<String>emptySet());
185 // no validity check for code signing certs
191 // check name chaining
198 // check signature
206 // check extensions for CA certs
229 // check Netscap
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DTryStatement.java60 Vset check(Environment env, Context ctx, Vset vset, Hashtable exp) { method in class:TryStatement
69 Vset vs = body.check(env, newctx, vset.copy(), newexp);
82 vs = vs.join(args[i].check(env, newctx, cvs.copy(), exp));
/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/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).

Completed in 105 milliseconds

<<11121314151617181920>>