Searched defs:found (Results 26 - 50 of 67) sorted by relevance

123

/openjdk7/langtools/test/tools/javac/api/6411310/
H A DTest.java72 throw new Exception(errors + " errors found");
116 String found = fo.getName();
117 // if ct.sym is found, replace it with the equivalent rt.jar
118 String found2 = found.replaceAll("lib([\\\\/])ct.sym\\(META-INF/sym/rt.jar/", "jre$1lib$1rt.jar(");
121 System.err.println(" found: " + found);
122 if (!found.equals(found2))
130 if (found.contains("(")) {
132 foundJars.add(new File(found.substring(0, found
136 checkCoverage(String label, Set<String> found, String... expect) argument
[all...]
/openjdk7/langtools/test/tools/javac/scope/7017664/
H A DCompoundScopeTest.java68 throw new Exception(errors + " errors found");
179 ListBuffer<Symbol> found = ListBuffer.lb();
187 found.append(s);
228 void checkSameSymbols(Symbol found, Symbol req) { argument
229 if (found != req) {
230 error("Symbol mismatch - found : " + found + ":" + found.hashCode() + "\n" +
/openjdk7/langtools/test/tools/javap/
H A DTestSuperclass.java92 throw new Exception(errors + " errors found");
124 String found = out.replaceAll("(?s).*\n(.* Test[^{]+?) *\\{.*", "$1");
126 checkEqual("class signature", expect, found);
145 void checkEqual(String label, String expect, String found) { argument
146 if (!expect.equals(found))
147 error("Unexpected " + label + " found: '" + found + "', expected: '" + expect + "'");
/openjdk7/langtools/test/tools/javac/6889255/
H A DT6889255.java106 throw new Exception(errors + " errors found");
473 void checkEqual(String expect, String found) { argument
474 if (!expect.equals(found))
475 error("mismatch: expected:" + expect + " found:" + found);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.hpp90 found, enumerator in enum:SparsePRTEntry::AddCardResult
/openjdk7/hotspot/src/share/vm/opto/
H A DbuildOopMap.cpp62 // derived pointers, and bases can be found from them. Finally, we'll also
306 if( m == d ) goto found; // breaks 3 loops
318 found: ;
401 bool found = false; local
404 found = true;
408 assert( found, "derived with no base in oopmap" );
H A Dloopopts.cpp750 // A better fix for this problem can be found in the BugTraq entry, but
1859 bool found = false; local
1863 found = true;
1867 if (!found && elt != loop->_head) {
2058 bool found = false; local
2061 found = true;
2065 if (!found) {
2388 return false; // No peel point found
2392 return false; // No peel point found
H A Dnode.cpp1138 // If sub == up, we found a self-loop. Try to push past it.
1242 } else { // Else found a not-dead user
1963 // be found; Otherwise return NULL;
1992 Node* found = NULL; local
1996 if (found != NULL) return NULL;
1997 found = use;
2000 return found;
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c353 printf("WARNING : found %d free, claimed %d. Used : %d\n",
511 int found = 0;
519 found = 1;
523 if (!found)
582 int found = 0;
601 found = ioctl(ioeh->devpollfd, DP_ISPOLLED, &pfd);
602 if (found == -1)
614 found = 1;
620 return found;
505 int found = 0; local
575 int found = 0; local
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableNUMASpace.cpp239 bool found = false; local
242 found = true;
246 if (!found) {
253 bool found = false; local
256 found = true;
260 if (!found) {
938 // If invalid pages are found they are freed in hope that subsequent reallocation
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp131 bool found = false; local
134 found = true;
138 if (!found) {
157 bool found = false; local
160 found = true;
164 if (!found) {
307 ERROR1("PORT_GetPortType: line (portIndex = %d) not found\n", portIndex);
365 ERROR1("PORT_GetPortName: line (portIndex = %d) not found\n", portIndex);
456 ERROR1("<<PORT_GetControls: line (portIndex = %d) not found\n", portIndex);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.cpp187 // TState fields found in Java-level objectMonitors. (See synchronizer.cpp).
829 if (p == _WaitSet) { // found at head
832 } else { // found in interior
1345 bool found = false; local
1348 found = true;
1352 assert(found, "Removing a lock not owned");
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DVisibleMemberMap.java317 //same class found at higher level.
369 if (!found(members, pgmelem)
496 private boolean found(List<ProgramElementDoc> list, ProgramElementDoc elem) { method in class:VisibleMemberMap.ClassMembers
508 * Is member overridden? The member is overridden if it is found in the
689 boolean found = false;
695 found = true;
700 return found;
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c494 int found; local
496 found = 0;
505 found = 1;
511 return found;
H A Dhprof_tls.c108 TlsIndex found; member in struct:SearchData
240 HPROF_ASSERT(data->found==0); /* Did we find more than one? */
241 data->found = index;
257 data.found = 0;
259 return data.found;
459 /* It wasn't found, create a new stack */
/openjdk7/langtools/test/tools/javac/api/
H A DTestClientCodeWrapper.java160 String found = cause.getMessage();
161 checkEqual("exception messaqe", expect, found);
213 <T> void checkEqual(String label, T expect, T found) { argument
214 if (!expect.equals(found))
215 error("Unexpected value for " + label + ": " + found + "; expected: " + expect);
/openjdk7/langtools/test/tools/javap/classfile/6888367/
H A DT6888367.java49 * descriptor/signature as found in the class file. This value is mostly for documentation
69 throw new Exception(errors + " errors found");
130 error("@Sig annotation found but not Signature attribute");
132 error("Signature attribute found but no @Sig annotation");
187 void checkEqual(String expect, String found) { argument
188 if (!(expect == null ? found == null : expect.equals(found))) {
190 System.err.println(" found: " + found);
191 error("unexpected values found");
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp123 bool found = false; local
124 while (itr->next() && !found) {
126 assert(itr->type()==old_type, "wrong relocInfo type found");
128 found=true;
131 assert(found, "no relocInfo found for pc");
/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp415 // A candidate chunk has been found. If it is already under
457 "A chunk of the wrong size was found");
879 // A list for this size may not be found (nd == 0) if
965 // tree and returns promptly when found.
1024 Chunk* found() { return _found; } function in class:EndTreeSearchClosure
1031 assert(found_target || etsc.found() == NULL, "Consistency check");
1032 assert(!found_target || etsc.found() != NULL, "Consistency check");
1033 return etsc.found();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp597 assert(continuation != NULL, "no handler found");
960 assert(caller_code != NULL, "nmethod not found");
1017 bool found = false; variable
1018 while (oops.next() && !found) {
1024 found = true;
1027 assert(found, "the oop must exist!");
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp217 bool found = false; local
225 found = true;
229 assert(found, "The threaddump result to be removed must exist.");
538 // not found in the stack
548 bool found = false; local
558 found = true;
563 return found;
652 // First owned lock found for this thread
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c81 jboolean found; local
84 found = JNI_FALSE;
93 found = JNI_TRUE;
99 if (found != JNI_TRUE) {
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp495 cache_index = _no_index_sentinel; // not found
1330 bool found = compare_entry_to(pattern_i, search_cp, i, CHECK_0); local
1331 if (found) {
1336 return 0; // entry not found; return unused index zero (0)
1646 assert(idx1 != 0, "Have not found a hashtable entry");
1669 DBG(printf("Index found: %d\n",idx1));
1677 assert(idx1 != 0, "Have not found a hashtable entry");
1686 assert(idx1 != 0, "Have not found a hashtable entry");
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp517 static bool found(int index){ check_index(index); return _found[index]; } function in class:dfa_shared_preds
570 // Output the hoisted common sub-expression if we found it in predicates
573 if( dfa_shared_preds::found(j) ) {
859 // Finds the value of a given key; or NULL if not found.
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp599 bool found = false; local
602 found = id->find_local_field(fd);
606 found = instanceKlass::cast(k)->find_field_from_offset(offset, false, fd);
608 return found;
780 bool found = false; local
785 found = true; // we found the object
790 if (found) {
1117 // If the thread was found on the ObjectWaiter list, then
1450 bool found local
[all...]

Completed in 356 milliseconds

123