Home
last modified time | relevance | path

Searched refs:throwIt (Results 1 – 9 of 9) sorted by relevance

/external/libese/apps/weaver/card/src/com/android/weaver/
DWeaver.java76 ISOException.throwIt((short)0x0010); in process()
82 ISOException.throwIt((short)0x0012); in process()
98 ISOException.throwIt(ISO7816.SW_INS_NOT_SUPPORTED); in process()
125 ISOException.throwIt(ISO7816.SW_INS_NOT_SUPPORTED); in process()
249 ISOException.throwIt(ISO7816.SW_INCORRECT_P1P2); in p1p2Unused()
266 ISOException.throwIt(ISO7816.SW_WRONG_LENGTH); in receiveData()
275 ISOException.throwIt(Consts.SW_INVALID_SLOT_ID); in getSlotId()
289 ISOException.throwIt(ISO7816.SW_WRONG_LENGTH); in prepareToSend()
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DStorage.java180 ISOException.throwIt((short) 0xfeed); in Storage()
277 ISOException.throwIt(length); in sendStorageState()
285 ISOException.throwIt(length); in sendStorageState()
296 ISOException.throwIt(length); in sendStorageState()
307 ISOException.throwIt(length); in sendStorageState()
314 ISOException.throwIt(length); in sendStorageState()
324 ISOException.throwIt(length); in sendStorageState()
332 ISOException.throwIt(length); in sendStorageState()
339 ISOException.throwIt(length); in sendStorageState()
342 ISOException.throwIt(length); in sendStorageState()
[all …]
/external/mockito/src/test/java/org/mockito/exceptions/base/
DMockitoExceptionTest.java16 private void throwIt() { in throwIt() method in MockitoExceptionTest
23 throwIt(); in shouldKeepUnfilteredStackTrace()
DMockitoAssertionErrorTest.java16 private void throwIt() { in throwIt() method in MockitoAssertionErrorTest
23 throwIt(); in shouldKeepUnfilteredStackTrace()
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DAbstractIteratorTest.java185 void throwIt(Throwable t) throws T { in sneakyThrow() method in AbstractIteratorTest.SneakyThrower
189 new SneakyThrower<Error>().throwIt(t); in sneakyThrow()
/external/guava/guava-tests/test/com/google/common/base/
DAbstractIteratorTest.java199 void throwIt(Throwable t) throws T { in sneakyThrow() method in AbstractIteratorTest.SneakyThrower
203 new SneakyThrower<Error>().throwIt(t); in sneakyThrow()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DAbstractIteratorTest.java268 void throwIt(Throwable t) throws T { in sneakyThrow() method in AbstractIteratorTest.SneakyThrower
272 new SneakyThrower<Error>().throwIt(t); in sneakyThrow()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractIteratorTest.java282 void throwIt(Throwable t) throws T { in sneakyThrow() method in AbstractIteratorTest.SneakyThrower
286 new SneakyThrower<Error>().throwIt(t); in sneakyThrow()
/external/libese/apps/weaver/card/src/com/android/weaver/core/
DCoreSlots.java85 ISOException.throwIt(Consts.SW_INVALID_SLOT_ID); in validateSlotId()