HomeSort by relevance Sort by last modified time
    Searched refs:noException (Results 1 - 7 of 7) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 154 * {@code noException} address appended if appropriate. The
157 * @param noException {@code >= -1;} the no-exception address to append, or
160 * {@code noException} appended if necessary
162 public IntList toTargetList(int noException) {
163 if (noException < -1) {
164 throw new IllegalArgumentException("noException < -1");
167 boolean hasDefault = (noException >= 0);
176 return IntList.makeImmutable(noException);
192 result.add(noException);
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 154 * {@code noException} address appended if appropriate. The
157 * @param noException {@code >= -1;} the no-exception address to append, or
160 * {@code noException} appended if necessary
162 public IntList toTargetList(int noException) {
163 if (noException < -1) {
164 throw new IllegalArgumentException("noException < -1");
167 boolean hasDefault = (noException >= 0);
176 return IntList.makeImmutable(noException);
192 result.add(noException);
  /external/testng/src/main/java/org/testng/internal/
ExpectedExceptionsHolder.java 84 public TestException noException(ITestNGMethod testMethod) {
Invoker.java     [all...]
  /cts/tests/tests/net/src/android/net/cts/
LocalSocketTest.java 214 return Result.noException("Did not block");
249 return Result.noException("Did not block");
420 static Result noException(String description) {
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 1022 milliseconds