/external/testng/src/main/java/org/testng/internal/ |
D | ExpectedExceptionsHolder.java | 48 public boolean isExpectedException(Throwable ite) { in isExpectedException() argument 55 if (ite.getClass() == TestException.class) { in isExpectedException() 59 Class<?> realExceptionClass= ite.getClass(); in isExpectedException() 62 if (exception.isAssignableFrom(realExceptionClass) && holder.isThrowableMatching(ite)) { in isExpectedException() 70 public Throwable wrongException(Throwable ite) { in wrongException() argument 72 return ite; in wrongException() 75 if (holder.isThrowableMatching(ite)) { in wrongException() 78 + " but got " + ite, ite); in wrongException() 80 return new TestException(holder.getWrongExceptionMessage(ite), ite); in wrongException()
|
D | RegexpExpectedExceptionsHolder.java | 32 public boolean isThrowableMatching(Throwable ite) { in isThrowableMatching() argument 39 final String message = ite.getMessage(); in isThrowableMatching() 43 public String getWrongExceptionMessage(Throwable ite) { in getWrongExceptionMessage() argument 46 " but got \"" + ite.getMessage() + "\""; in getWrongExceptionMessage()
|
D | Invoker.java | 285 private void handleConfigurationFailure(Throwable ite, in handleConfigurationFailure() argument 293 Throwable cause= ite.getCause() != null ? ite.getCause() : ite; in handleConfigurationFailure() 656 catch(InvocationTargetException ite) { in invokeMethod() 657 testResult.setThrowable(ite.getCause()); in invokeMethod() 1351 Throwable ite= testResult.getThrowable(); in handleInvocationResults() local 1357 if (ite != null) { in handleInvocationResults() 1361 if (expectedExceptionsHolder.isExpectedException(ite)) { in handleInvocationResults() 1365 if (isSkipExceptionAndSkip(ite)){ in handleInvocationResults() 1368 testResult.setThrowable(expectedExceptionsHolder.wrongException(ite)); in handleInvocationResults() 1373 handleException(ite, testMethod, testResult, failure.count++); in handleInvocationResults() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumb-only-conditionals.s | 35 ite le 38 @ CHECK: ite le 42 ite eq 45 @ CHECK: ite eq
|
D | it-nv.s | 5 @ CHECK-ERRS: ite al 14 ite al 39 ite eq
|
D | basic-thumb2-instructions.s | 2070 ite lt 2076 @ CHECK: ite lt @ encoding: [0xb4,0xbf] 2245 ite gt 2251 @ CHECK: ite gt @ encoding: [0xcc,0xbf] 2389 ite eq 2395 @ CHECK: ite eq @ encoding: [0x0c,0xbf] 2405 ite eq 2411 @ CHECK: ite eq @ encoding: [0x0c,0xbf] 2421 ite le 2427 @ CHECK: ite le @ encoding: [0xd4,0xbf] [all …]
|
D | thumb2-branches.s | 136 ite eq 140 @ CHECK: ite eq @ encoding: [0x0c,0xbf] 279 ite eq 283 @ CHECK: ite eq @ encoding: [0x0c,0xbf]
|
/external/llvm/test/MC/ARM/ |
D | thumb-only-conditionals.s | 35 ite le 38 @ CHECK: ite le 42 ite eq 45 @ CHECK: ite eq
|
D | arm-thumb-trustzone.s | 19 ite eq 25 @ TZ: ite eq @ encoding: [0x0c,0xbf]
|
D | basic-thumb2-instructions.s | 2022 ite lt 2028 @ CHECK: ite lt @ encoding: [0xb4,0xbf] 2197 ite gt 2203 @ CHECK: ite gt @ encoding: [0xcc,0xbf] 2341 ite eq 2347 @ CHECK: ite eq @ encoding: [0x0c,0xbf] 2357 ite eq 2363 @ CHECK: ite eq @ encoding: [0x0c,0xbf] 2373 ite le 2379 @ CHECK: ite le @ encoding: [0xd4,0xbf] [all …]
|
D | thumb2-branches.s | 136 ite eq 140 @ CHECK: ite eq @ encoding: [0x0c,0xbf] 279 ite eq 283 @ CHECK: ite eq @ encoding: [0x0c,0xbf]
|
/external/compiler-rt/lib/builtins/arm/ |
D | comparesf2.S | 99 ite ls 128 ite ls 142 ite ls
|
D | switchu8.S | 36 ite lo
|
/external/testng/src/main/java/org/testng/ |
D | IExpectedExceptionsHolder.java | 11 String getWrongExceptionMessage(Throwable ite); in getWrongExceptionMessage() argument 19 boolean isThrowableMatching(Throwable ite); in isThrowableMatching() argument
|
/external/capstone/suite/MC/ARM/ |
D | basic-thumb2-instructions.s.cs | 638 0xb4,0xbf = ite lt 693 0xcc,0xbf = ite gt 741 0x0c,0xbf = ite eq 746 0x0c,0xbf = ite eq 751 0xd4,0xbf = ite le 756 0xac,0xbf = ite ge 761 0x34,0xbf = ite lo 766 0x34,0xbf = ite lo 771 0x34,0xbf = ite lo 776 0xb4,0xbf = ite lt [all …]
|
D | thumb2-branches.s.cs | 41 0x0c,0xbf = ite eq 83 0x0c,0xbf = ite eq
|
D | arm-thumb-trustzone.s.cs | 3 0x0c,0xbf = ite eq
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/ |
D | it-nv.txt | 3 # CHECK: ite al @ unpredictable IT predicate sequence 6 # CHECK: ite eq{{$}}
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | basic-thumb2-instructions.s | 1595 ite lt 1601 @ CHECK: ite lt @ encoding: [0xb4,0xbf] 1762 ite gt 1768 @ CHECK: ite gt @ encoding: [0xcc,0xbf] 1906 ite eq 1912 @ CHECK: ite eq @ encoding: [0x0c,0xbf] 1922 ite eq 1928 @ CHECK: ite eq @ encoding: [0x0c,0xbf] 1938 ite le 1944 @ CHECK: ite le @ encoding: [0xd4,0xbf] [all …]
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/ |
D | Launcher.java | 166 } catch (InvocationTargetException ite) { in actionPerformed() 167 showFailure(demoShort,ite.toString()); in actionPerformed() 168 ite.printStackTrace(); in actionPerformed()
|
/external/mockito/src/test/java/org/mockito/internal/util/reflection/ |
D | FieldInitializerTest.java | 91 InvocationTargetException ite = (InvocationTargetException) e.getCause(); in should_fail_to_instantiate_field_if_default_constructor_throws_exception() 92 assertTrue(ite.getTargetException() instanceof NullPointerException); in should_fail_to_instantiate_field_if_default_constructor_throws_exception() 93 assertEquals("business logic failed", ite.getTargetException().getMessage()); in should_fail_to_instantiate_field_if_default_constructor_throws_exception()
|
/external/droiddriver/src/io/appium/droiddriver/instrumentation/ |
D | RootFinder.java | 50 } catch (InvocationTargetException ite) { 52 windowManagerClassName), ite.getCause());
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
D | NamePrepTransform.java | 212 } catch (InvocationTargetException ite) { in transliterate() 213 throw new RuntimeException(ite); in transliterate()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | NamePrepTransform.java | 209 } catch (InvocationTargetException ite) { in transliterate() 210 throw new RuntimeException(ite); in transliterate()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DifficultyMenuActivity.java | 119 } catch (InvocationTargetException ite) { in onKeyDown() 152 } catch (InvocationTargetException ite) { in onAnimationEnd()
|