Searched refs:testResult (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/sun/java2d/pipe/MutableColorTest/
H A DMutableColorTest.java102 private static void testResult(final String desc, method in class:MutableColorTest
141 testResult("vi_noclip_notx", vi.getSnapshot(), color);
144 testResult("vi_clip_tx", vi.getSnapshot(), color);
147 testResult("vi_clip_notx", vi.getSnapshot(), color);
150 testResult("vi_noclip_tx", vi.getSnapshot(), color);
156 testResult("bi_noclip_notx", bi, color);
159 testResult("bi_clip_tx", bi, color);
162 testResult("bi_clip_notx", bi, color);
165 testResult("bi_noclip_tx", bi, color);
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DSecretKeysBasic.java155 boolean testResult = checkSecretKeyEntry(alias, softkey, true);
156 if (!testResult) {
161 testResult = false;
165 testResult = false;
177 testResult = false;
187 testResult = false;
190 if (!testResult) {
/openjdk7/jdk/test/java/util/logging/bundlesearch/
H A DResourceBundleSearchTest.java143 public void assertTrue(boolean testResult, String testName) { argument
144 if (testResult) {
153 public void assertFalse(boolean testResult, String testName) { argument
154 if (!testResult) {
/openjdk7/jdk/test/javax/management/remote/mandatory/subjectDelegation/
H A DSubjectDelegation1Test.java78 String testResult = args[1];
80 System.out.println("Expected test result = " + testResult);
210 if (testResult.equals("ko")) {
H A DSubjectDelegation2Test.java77 String testResult = args[1];
79 System.out.println("Expected test result = " + testResult);
206 if (testResult.equals("ko")) {
H A DSubjectDelegation3Test.java78 String testResult = args[1];
80 System.out.println("Expected test result = " + testResult);
213 if (testResult.equals("ko")) {
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DXMLHTMLReporter.java272 J2DAnalyzer.ResultHolder testResult =
276 writer.println("<td>" + testResult.getReps() + "</td>");
277 writer.println("<td>" + testResult.getUnits() + "</td>");
278 writer.println("<td>" + testResult.getName() + "</td>");
280 Map map = testResult.getOptions();
289 decimalFormat.format(testResult.getScore()) +
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleImpl.java544 MethodHandle selectAlternative(boolean testResult, MethodHandle target, MethodHandle fallback) { argument
545 return testResult ? target : fallback;

Completed in 43 milliseconds