Home
last modified time | relevance | path

Searched refs:Throwing (Results 1 – 11 of 11) sorted by relevance

/external/r8/src/test/examples/throwing/
DThrowing.java13 class Throwing { class
207 Throwing.used[9] = 11; in doSomethingUseless()
Dproguard.cfg5 -keep class throwing.Throwing {
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-07-26-GlobalMerge.ll17 @str = internal constant [14 x i8] c"Throwing 1...\00" ; <[14 x i8]*> [#uses=1]
/external/llvm/test/CodeGen/ARM/
D2010-07-26-GlobalMerge.ll17 @str = internal constant [14 x i8] c"Throwing 1...\00" ; <[14 x i8]*> [#uses=1]
/external/ImageMagick/Magick++/
DChangeLog490 * lib/Image.cpp (throwImageException): Throwing exceptions was
493 * lib/Exception.cpp (throwException): Throwing exceptions was
/external/googletest/googletest/docs/
DV1_5_FAQ.md145 …1. Throwing in a destructor is undefined behavior in C++. Not using exceptions means Google Test'…
DV1_7_FAQ.md242 …1. Throwing in a destructor is undefined behavior in C++. Not using exceptions means Google Test'…
DFAQ.md242 …1. Throwing in a destructor is undefined behavior in C++. Not using exceptions means Google Test'…
DV1_6_FAQ.md242 …1. Throwing in a destructor is undefined behavior in C++. Not using exceptions means Google Test'…
/external/llvm/docs/
DCodeGenerator.rst1456 Throwing an exception requires *unwinding* out of a function. The information on
/external/python/cpython2/Misc/
DNEWS8582 - Issue #4702: Throwing a DistutilsPlatformError instead of IOError in case no