Home
last modified time | relevance | path

Searched refs:throwing (Results 1 – 25 of 67) sorted by relevance

123

/external/r8/src/test/examples/throwing/
Dproguard.cfg5 -keep class throwing.Throwing {
9 -keep,allowobfuscation class throwing.Overloaded {
DOverloaded.java4 package throwing; package
DRenamedClass.java8 package throwing; package
DThrowing.java8 package throwing; package
/external/objenesis/tck/src/main/resources/org/objenesis/tck/candidates/
Dcandidates.properties30 ….SerializableWithAncestorThrowingException = Serializable with ancestor throwing exception
35 ….tck.candidates.ConstructorThrowingException = Constructor throwing exception
36 …idates.SerializableConstructorThrowingException = Constructor throwing exception (serial…
Dserializable-candidates.properties29 …idates.SerializableConstructorThrowingException = Constructor throwing exception (serial…
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
DXLogger.java157 public <T extends Throwable> T throwing(T throwable) { in throwing() method in XLogger
172 public <T extends Throwable> T throwing(Level level, T throwable) { in throwing() method in XLogger
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/
DXLoggerTest.java107 assertEquals(t, logger.throwing(t)); in testThrowing()
108 assertEquals(t, logger.throwing(XLogger.Level.DEBUG, t)); in testThrowing()
/external/clang/test/CodeGenObjC/
Dexceptions-nonfragile.m15 void throwing() { function
/external/r8/src/test/java/com/android/tools/r8/ir/
DSplitBlockTest.java188 boolean throwing = false; in hasCatchandlerIfThrowing()
190 throwing |= instruction.instructionTypeCanThrow(); in hasCatchandlerIfThrowing()
192 assertEquals(throwing, block.hasCatchHandlers()); in hasCatchandlerIfThrowing()
/external/r8/src/test/smali/self-is-catch-block/
DSelfIsCatchBlock.smali20 # This tests that the register allocator does not insert moves at the end of the throwing
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DBasicBlockInstructionIterator.java234 boolean throwing = iterator.next().instructionTypeCanThrow(); in canThrow()
235 if (throwing) { in canThrow()
/external/llvm/test/Transforms/LICM/
Dpreheader-safe.ll58 ; Negative test - can't move out of throwing block
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/
DStorCommandHandlerTest.groovy86 println "Calling createOutputStream() - throwing exception"
/external/libcxx/docs/DesignDocs/
DDebugMode.rst49 ``std::__libcpp_debug_exception``. Libc++ can be changed to use the throwing
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DSubclassBytecodeGenerator.java91 .throwing(ClassNotFoundException.class, IOException.class) in mockClass()
/external/antlr/antlr-3.4/gunit/
DCHANGES.txt59 * recognizes invalid input as a FAIL case instead of throwing an exception
/external/google-breakpad/src/testing/
DCHANGES85 * New feature: actions for accessing function arguments and throwing
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DIRBuilder.java1496 private Value writeRegister(int register, MoveType type, ThrowingInfo throwing, DebugInfo info) {
1499 currentBlock.writeCurrentDefinition(register, value, throwing);
1503 public Value writeRegister(int register, MoveType type, ThrowingInfo throwing) {
1510 return writeRegister(register, type, throwing, info);
1513 public Value writeNumericRegister(int register, NumericType type, ThrowingInfo throwing) {
1514 return writeRegister(register, type.moveTypeFor(), throwing);
/external/eigen/doc/
DTopicAssertions.dox13 …r. You can redefine this macro if you want to do something else such as throwing an exception, and…
/external/jcommander/
DCHANGELOG104 Added: now throwing an exception if required main parameters are not supplied
/external/googletest/googlemock/
DCHANGES119 * New feature: actions for accessing function arguments and throwing
/external/v8/testing/gmock/
DCHANGES119 * New feature: actions for accessing function arguments and throwing
/external/v8/src/compiler/
Dsimplified-lowering.cc2845 Node* throwing; in DoJSToNumberTruncatesToFloat64() local
2863 throwing = vfalse0 = efalse0 = in DoJSToNumberTruncatesToFloat64()
2866 if_false0 = graph()->NewNode(common()->IfSuccess(), throwing); in DoJSToNumberTruncatesToFloat64()
2909 edge.UpdateTo(throwing); in DoJSToNumberTruncatesToFloat64()
2929 Node* throwing; in DoJSToNumberTruncatesToWord32() local
2944 throwing = vfalse0 = efalse0 = in DoJSToNumberTruncatesToWord32()
2947 if_false0 = graph()->NewNode(common()->IfSuccess(), throwing); in DoJSToNumberTruncatesToWord32()
2986 edge.UpdateTo(throwing); in DoJSToNumberTruncatesToWord32()
/external/libcxx/include/
D__debug93 // Setup the throwing debug handler during dynamic initialization.

123