Searched refs:found (Results 76 - 100 of 248) sorted by relevance

12345678910

/openjdk7/jdk/test/com/sun/tools/attach/
H A DBasicTests.java80 + "not being found and an agent failing to start.");
145 boolean found = false;
148 found = true;
152 if (found) {
153 System.out.println(" - " + pid + " found.");
155 throw new RuntimeException(pid + " not found in VM list");
/openjdk7/jdk/test/java/lang/Character/
H A DCheckScript.java117 boolean found = false;
122 found = true;
124 if (!found) {
/openjdk7/jdk/test/java/nio/file/Files/
H A DLinks.java94 boolean found = false;
97 found = true;
101 assertTrue(found);
/openjdk7/langtools/test/tools/javac/6508981/
H A DTestInferBinaryName.java68 throw new Exception(errors + " error found");
163 void check(String found, String expect) { argument
164 if (!found.equals(expect)) {
166 System.err.println(" Found: " + found);
/openjdk7/jdk/src/share/demo/management/FullThreadDump/
H A DDeadlock.java64 boolean found = false;
65 while (!found) {
66 found = monitor.findDeadlock();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java93 boolean found = false;
95 for (int i = 0; i < listNum && !found; i++) {
97 found = true;
100 if (!found)
467 boolean found = false;
468 for (int i=0; i<set.length && !found; i++) {
470 found = true;
473 return found;
/openjdk7/jdk/test/com/sun/jdi/
H A DClassesByName2Test.java27 * @summary ClassesByName2 verifies that all the classes in the loaded class list can be found with classesByName..
163 List found = vm().classesByName(name);
164 if (found.contains(cls)) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DServiceProxy.java37 * Utility class to determine if a service can be found on the
78 * @return true if the name of a service is found
131 * Return true if a description for at least one service is found in the
140 boolean found = parse(service, u);
141 if (found)
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSCredentialImpl.java215 boolean found = false;
224 found = true;
233 found = true;
238 if (!found) {
255 boolean found = false;
264 found = true;
273 found = true;
278 if (!found) {
397 "Duplicate element found: " +
520 * found
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSpans.java119 int found = Collections.binarySearch(mSpans,
123 doesIntersect = found >= 0;
/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/langtools/test/tools/javadoc/6942366/
H A DT6942366.java54 throw new Exception(errors + " errors found");
83 throw new Exception("rt.jar not found");
104 boolean found = contains(new File(testDir, "Test.html"), s);
105 if (found) {
107 System.out.println("javadoc content \"" + s + "\" found, as expected");
109 error("javadoc content \"" + s + "\" found unexpectedly");
112 error("javadoc content \"" + s + "\" not found");
114 System.out.println("javadoc content \"" + s + "\" not found, as expected");
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DScanner.java711 boolean found = true;
724 while (tokens.hasMoreTokens () && found)
739 found = false;
747 found = false;
755 found = false;
758 if (found && tmpString.equals (""))
763 return found && tmpString.equals ("");
776 boolean found = true;
779 while (tokens.hasMoreTokens () && found)
795 found
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DPerInterface.java117 MethodAndSig found = null;
120 found = mas;
124 if (found == null) {
138 return introspector.invokeM(found.method, resource, params, cookie);
/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.cpp226 bool found = false; local
227 for (StackFrameStream sfs(thread); !sfs.is_done() && !found; sfs.next()) {
232 assert(map != NULL, "no oopmap found for pc");
233 found = map->has_derived_pointer();
236 if (found) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DInternetHeaders.java219 boolean found = false;
224 if (!found) {
231 found = true;
239 if (!found) {
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32FontManager.java151 boolean found = false;
153 while (!found && parser.hasMoreTokens()) {
158 found = true;
176 if (!found) {
/openjdk7/jdk/test/javax/management/descriptor/
H A DDescriptorTest.java183 Object found = values[i];
185 found != null :
186 !expected.equals(found))
188 " was " + expected + " now " + found;
251 return "wrong field names after change: found " +
254 Object[] found = d.getFieldValues(names);
255 if (!Arrays.deepEquals(expected, found)) {
258 Arrays.asList(found) + ", should be " +
300 return "wrong exception: " + expected() + ": found: " + sw;
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/util/
H A DAbstractSaslImpl.java227 boolean found;
231 found = false;
232 for (int j = 0; !found && j < vals.length; j++) {
234 found = true;
241 if (!found && !ignore) {
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageWriter.java211 boolean found = false;
214 found = true;
218 if (!found) {
274 * <code>locale</code> instance variable if it is found. If
290 boolean found = false;
294 found = true;
299 if (!found) {
1935 * not found in the located <code>ResourceBundle</code>.
1984 throw new IllegalArgumentException("Bundle not found!");
/openjdk7/jdk/src/share/classes/com/sun/security/auth/login/
H A DConfigFile.java508 ("Configuration.Error.Line.line.expected.expect.found.value.",
569 ("Configuration.Error.Line.line.expected.expect.found.value.",
578 boolean found = false;
583 found = true;
587 found = true;
591 found = true;
595 found = true;
599 return found;
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DKeyStore.java241 * key cannot be found,
391 boolean found = false;
395 found = true;
401 if (! found) {
485 boolean found = false;
489 found = true;
495 if (! found) {
731 * the integrity of the keystore cannot be found
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferTest.java280 String found = tns[i].getNotification().getType();
281 if (!found.equals(expected)) {
283 expected + ">, found <" + found + ">");
320 String found = tns[i].getNotification().getType();
321 if (!found.equals(expected)) {
323 expected + ">, found <" + found + ">");
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyParser.java484 boolean found = false;
490 found = true;
494 found = true;
498 found = true;
502 found = true;
506 found = true;
510 found = true;
515 return found;
952 expect + rb.getString(".found.") + actual +
/openjdk7/langtools/make/
H A DMakefile174 $(error $(ANT) not found -- please update ANT_HOME)
179 $(error 'ant' not found -- please set ANT_HOME or put 'ant' on your PATH)

Completed in 77 milliseconds

12345678910