/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 39 // No throwing exceptions 69 // No exceptions.
|
/external/oprofile/events/mips/25K/ |
events | 21 event:0xb counters:0,1 um:zero minimum:500 name:FP_EXCEPTIONS_TAKEN : Taken FPU exceptions 22 event:0xc counters:0,1 um:zero minimum:500 name:FP_EXCEPTION_PREDICTED : Predicted FPU exceptions 38 event:0x14 counters:0,1 um:zero minimum:500 name:JTLB_EXCEPTIONS : Refill, Invalid and Modified TLB exceptions 43 event:0x15 counters:0,1 um:zero minimum:500 name:JTLB_IFETCH_REFILL_EXCEPTIONS : Joint-TLB refill exceptions due to instruction fetch 44 event:0x16 counters:0,1 um:zero minimum:500 name:JTLB_DATA_ACCESS_REFILL_EXCEPTIONS : Joint-TLB refill exceptions due to data access 45 event:0x17 counters:0,1 um:zero minimum:500 name:JTLB_REFILL_EXCEPTIONS : total Joint-TLB Instruction exceptions (refill)
|
/external/proguard/src/proguard/optimize/info/ |
ExceptionInstructionChecker.java | 33 * This class can tell whether an instruction might throw exceptions. 48 * Returns whether the given instruction may throw exceptions. 69 // Check for instructions that may throw exceptions. 96 // These instructions may throw exceptions. 107 // Check for instructions that may throw exceptions. 121 // These instructions may throw exceptions.
|
/external/webkit/Source/JavaScriptCore/API/ |
JSBase.h | 100 @param sourceURL A JSString containing a URL for the script's source file. This is only used when reporting exceptions. Pass NULL if you do not care to include source file information in exceptions. 101 @param startingLineNumber An integer value specifying the script's starting line number in the file located at sourceURL. This is only used when reporting exceptions. 112 @param sourceURL A JSString containing a URL for the script's source file. This is only used when reporting exceptions. Pass NULL if you do not care to include source file information in exceptions. 113 @param startingLineNumber An integer value specifying the script's starting line number in the file located at sourceURL. This is only used when reporting exceptions.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
exception | 44 * @defgroup exceptions Exceptions 52 * @brief Base class for all library exceptions. 54 * This is the base class for all exceptions thrown by the standard 117 // @} group exceptions 127 * @ingroup exceptions
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
exception | 46 * @defgroup exceptions Exceptions 54 * @brief Base class for all library exceptions. 56 * This is the base class for all exceptions thrown by the standard 120 // @} group exceptions 132 * @ingroup exceptions
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
exception | 46 * @defgroup exceptions Exceptions 54 * @brief Base class for all library exceptions. 56 * This is the base class for all exceptions thrown by the standard 120 // @} group exceptions 132 * @ingroup exceptions
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
exception | 44 * @defgroup exceptions Exceptions 52 * @brief Base class for all library exceptions. 54 * This is the base class for all exceptions thrown by the standard 117 // @} group exceptions 127 * @ingroup exceptions
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
exception | 44 * @defgroup exceptions Exceptions 52 * @brief Base class for all library exceptions. 54 * This is the base class for all exceptions thrown by the standard 117 // @} group exceptions 127 * @ingroup exceptions
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
exception | 44 * @defgroup exceptions Exceptions 52 * @brief Base class for all library exceptions. 54 * This is the base class for all exceptions thrown by the standard 117 // @} group exceptions 127 * @ingroup exceptions
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
exception | 44 * @defgroup exceptions Exceptions 52 * @brief Base class for all library exceptions. 54 * This is the base class for all exceptions thrown by the standard 117 // @} group exceptions 127 * @ingroup exceptions
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
exception | 46 * @defgroup exceptions Exceptions 54 * @brief Base class for all library exceptions. 56 * This is the base class for all exceptions thrown by the standard 120 // @} group exceptions 132 * @ingroup exceptions
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
exception | 47 * @defgroup exceptions Exceptions 55 * @brief Base class for all library exceptions. 57 * This is the base class for all exceptions thrown by the standard 121 // @} group exceptions 133 * @ingroup exceptions
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
MethodTest.java | 61 Class[] exceptions = method.getExceptionTypes(); local 62 assertEquals(1, exceptions.length); 63 assertEquals(IndexOutOfBoundsException.class, exceptions[0]); 65 exceptions[0] = NullPointerException.class; 66 exceptions = method.getExceptionTypes(); 67 assertEquals(1, exceptions.length); 68 assertEquals(IndexOutOfBoundsException.class, exceptions[0]);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CursorBackedSuggestionCursor.java | 97 // all operations on cross-process cursors can throw random exceptions 118 // all operations on cross-process cursors can throw random exceptions 133 // all operations on cross-process cursors can throw random exceptions 145 // all operations on cross-process cursors can throw random exceptions 158 // all operations on cross-process cursors can throw random exceptions 251 // all operations on cross-process cursors can throw random exceptions 271 // all operations on cross-process cursors can throw random exceptions
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_ios.h | 152 // exceptions(). 159 if (this->exceptions() & __state) 205 * @brief Throwing exceptions on errors. 206 * @return The current exceptions mask. 209 * of exceptions(iostate) for the meaning of the return value. 212 exceptions() const function in class:basic_ios 216 * @brief Throwing exceptions on errors. 217 * @param except The new exceptions mask. 220 * exceptions mask for each stream; if a bit in the mask becomes set 224 * If the error flag is already set when the exceptions mask i 247 exceptions(iostate __except) function in class:basic_ios [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
basic_ios.h | 154 // exceptions(). 161 if (this->exceptions() & __state) 207 * @brief Throwing exceptions on errors. 208 * @return The current exceptions mask. 211 * of exceptions(iostate) for the meaning of the return value. 214 exceptions() const function in class:basic_ios 218 * @brief Throwing exceptions on errors. 219 * @param except The new exceptions mask. 222 * exceptions mask for each stream; if a bit in the mask becomes set 226 * If the error flag is already set when the exceptions mask i 249 exceptions(iostate __except) function in class:basic_ios [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
basic_ios.h | 154 // exceptions(). 161 if (this->exceptions() & __state) 207 * @brief Throwing exceptions on errors. 208 * @return The current exceptions mask. 211 * of exceptions(iostate) for the meaning of the return value. 214 exceptions() const function in class:basic_ios 218 * @brief Throwing exceptions on errors. 219 * @param except The new exceptions mask. 222 * exceptions mask for each stream; if a bit in the mask becomes set 226 * If the error flag is already set when the exceptions mask i 249 exceptions(iostate __except) function in class:basic_ios [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 152 // exceptions(). 159 if (this->exceptions() & __state) 205 * @brief Throwing exceptions on errors. 206 * @return The current exceptions mask. 209 * of exceptions(iostate) for the meaning of the return value. 212 exceptions() const function in class:basic_ios 216 * @brief Throwing exceptions on errors. 217 * @param except The new exceptions mask. 220 * exceptions mask for each stream; if a bit in the mask becomes set 224 * If the error flag is already set when the exceptions mask i 247 exceptions(iostate __except) function in class:basic_ios [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 152 // exceptions(). 159 if (this->exceptions() & __state) 205 * @brief Throwing exceptions on errors. 206 * @return The current exceptions mask. 209 * of exceptions(iostate) for the meaning of the return value. 212 exceptions() const function in class:basic_ios 216 * @brief Throwing exceptions on errors. 217 * @param except The new exceptions mask. 220 * exceptions mask for each stream; if a bit in the mask becomes set 224 * If the error flag is already set when the exceptions mask i 247 exceptions(iostate __except) function in class:basic_ios [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 152 // exceptions(). 159 if (this->exceptions() & __state) 205 * @brief Throwing exceptions on errors. 206 * @return The current exceptions mask. 209 * of exceptions(iostate) for the meaning of the return value. 212 exceptions() const function in class:basic_ios 216 * @brief Throwing exceptions on errors. 217 * @param except The new exceptions mask. 220 * exceptions mask for each stream; if a bit in the mask becomes set 224 * If the error flag is already set when the exceptions mask i 247 exceptions(iostate __except) function in class:basic_ios [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
basic_ios.h | 152 // exceptions(). 159 if (this->exceptions() & __state) 205 * @brief Throwing exceptions on errors. 206 * @return The current exceptions mask. 209 * of exceptions(iostate) for the meaning of the return value. 212 exceptions() const function in class:basic_ios 216 * @brief Throwing exceptions on errors. 217 * @param except The new exceptions mask. 220 * exceptions mask for each stream; if a bit in the mask becomes set 224 * If the error flag is already set when the exceptions mask i 247 exceptions(iostate __except) function in class:basic_ios [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_ios.h | 154 // exceptions(). 161 if (this->exceptions() & __state) 207 * @brief Throwing exceptions on errors. 208 * @return The current exceptions mask. 211 * of exceptions(iostate) for the meaning of the return value. 214 exceptions() const function in class:basic_ios 218 * @brief Throwing exceptions on errors. 219 * @param except The new exceptions mask. 222 * exceptions mask for each stream; if a bit in the mask becomes set 226 * If the error flag is already set when the exceptions mask i 249 exceptions(iostate __except) function in class:basic_ios [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_ios.h | 154 // exceptions(). 161 if (this->exceptions() & __state) 207 * @brief Throwing exceptions on errors. 208 * @return The current exceptions mask. 211 * of exceptions(iostate) for the meaning of the return value. 214 exceptions() const function in class:basic_ios 218 * @brief Throwing exceptions on errors. 219 * @param __except The new exceptions mask. 222 * exceptions mask for each stream; if a bit in the mask becomes set 226 * If the error flag is already set when the exceptions mask i 249 exceptions(iostate __except) function in class:basic_ios [all...] |
/ndk/docs/ |
CPLUSPLUS-SUPPORT.html | 12 - C++ exceptions support 46 Exceptions RTTI Library 112 If you want to use it, please read the "C++ Exceptions support", 121 II.1. C++ Exceptions support: 124 The NDK toolchain supports C++ exceptions, since NDK r5, however all C++ 125 sources are compiled with -fno-exceptions support by default, for 131 LOCAL_CPP_FEATURES += exceptions 146 exceptions to be able to link / run your code. 189 - exceptions raised in libfoo.so cannot be caught in libbar.so (and may
|