Searched refs:found (Results 51 - 75 of 248) sorted by relevance

12345678910

/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 + "'");
H A DT6716452.java47 throw new Exception(errors + " errors found");
64 boolean found = (index != -1);
66 if (found) {
69 error(m + ": unexpected attribute found,"
71 + " found " + attr.getClass().getName());
74 error(m + ": expected attribute " + name + " not found");
77 if (found) {
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_loader.c127 LoaderIndex found; member in struct:SearchData
142 HPROF_ASSERT(data->found==0); /* Did we find more than one? */
143 data->found = index;
153 HPROF_ASSERT(data->found==0); /* Did we find more than one? */
154 data->found = index;
170 data.found = 0;
172 return data.found;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DTransformEnvelopedSignature.java94 boolean found=false;
105 found = true;
112 if (!found) {
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWClipboard.java182 boolean found = false;
185 found = true;
189 if (!found) {
/openjdk7/jdk/src/share/classes/sun/management/
H A DNotificationEmitterSupport.java106 boolean found = false;
115 found = true;
126 if (found) {
127 /* We found this listener, but not with the given filter
/openjdk7/langtools/test/tools/javac/
H A DT6397044.java105 String found = modifiers.getFlags().toString();
106 if (!found.equals(expected))
107 throw new AssertionError("expected: " + expected + "; found: " + found);
H A DVersionOpt.java53 System.err.println("javac not found in tools.jar: " + javacURL);
65 System.err.println("javac not found in tools.jar: " + javacHome);
70 System.out.println("javac found in " + toolsJar);
91 throw new Exception(errors + " errors found");
94 void checkEqual(String kind, String found, String expect) { argument
95 if (!found.equals(expect)) {
98 System.err.println(" found: >>" + found + "<<");
/openjdk7/langtools/test/tools/javac/api/
H A DT6392782.java58 private static void check(TreeScanner<?,?> scanner, int expect, int found) { argument
59 if (found != expect)
60 throw new AssertionError(scanner.getClass().getName() + ": expected: " + expect + " found: " + found);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDDescription.java182 boolean found = false;
186 found = dtdDesc.fPossibleRoots.contains(root);
187 if (found) break;
189 if (!found) return false;
/openjdk7/jdk/src/share/classes/sun/instrument/
H A DTransformerManager.java108 boolean found = false;
114 // where it was if we found it
118 found = true;
125 if ( found ) {
147 return found;
/openjdk7/jdk/make/tools/src/build/tools/commentchecker/
H A DCommentChecker.java154 error(fileName + " not found.");
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DMimeHeaders.java99 boolean found = false;
107 if (!found) {
110 found = true;
117 if (!found)
/openjdk7/langtools/test/tools/javac/6304921/
H A DTestLog.java88 private static void check(int found, int expected, String name) { argument
89 if (found == expected)
90 System.err.println(found + " " + name + " found, as expected.");
92 System.err.println("incorrect number of " + name + " found.");
94 System.err.println(" found: " + found);
/openjdk7/langtools/test/tools/javac/6917288/
H A DT6917288.java97 Set<String> found = new TreeSet<String>(Arrays.asList(dir.list()));
99 if (found.equals(expect))
101 for (String f: found) {
103 error("Unexpected file found: " + f);
106 if (!found.contains(e))
107 error("Expected file not found: " + e);
/openjdk7/jdk/test/sun/jvmstat/monitor/MonitoredVm/
H A DMonitorVmStartTerminate.java123 int found = 0;
141 found++;
154 return found;
158 int found = 0;
172 found++;
178 return found;
/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/javac/util/list/
H A DTList.java173 boolean found = l.contains("1");
174 if (expect != found)
186 boolean found = l.containsAll(arg);
187 if (expect != found)
201 boolean found = l.equals(arg);
202 if (expect != found) {
206 System.err.println("expect: " + expect + ", found: " + found);
239 long found = l.hashCode();
240 if (expect != found) {
[all...]
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPolicyParser.java316 boolean found = false;
322 found = true;
326 found = true;
331 found = true;
335 found = true;
339 found = true;
343 found = true;
347 found = true;
351 found = true;
356 return found;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLAttributesImpl.java283 Attribute found = fAttributeTableView[bucket];
284 while (found != null) {
285 if (found.name.rawname == name.rawname) {
288 found = found.next;
291 if (found == null) {
798 * pairs) in the attribute specification. If a duplicate is found its
805 * @return the name of a duplicate attribute found in the search,
848 Attribute found = fAttributeTableView[bucket];
849 while (found !
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/graph/
H A DGraphImpl.java62 boolean found = nodeToData.keySet().contains( obj ) ;
64 if (!found) {
69 return !found ;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaThread.java158 boolean found = false;
162 found = true;
166 if (found) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_FpuStackSim_x86.cpp106 assert(false, "FpuStackSim: register not found");
107 BAILOUT_("FpuStackSim: register not found", 0);
123 bool found = false;
128 found = true;
131 assert(found, "should have found at least one instance of old_rnr");
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_Utils.c58 int found = 0; local
71 found = 1;
75 if (!found) {
/openjdk7/jdk/test/com/sun/jdi/
H A DConstantPoolInfo.java160 boolean found = false;
174 found = true;
214 if (!found) {
215 failure("expected string \"Howdy!\" not found in constant pool");

Completed in 62 milliseconds

12345678910