HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 226 - 250 of 5869) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/android-ndk-r7/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 111 Exceptions.LIST_Error, "const-object");
262 Exceptions.LIST_Error_ArithmeticException, "div-int");
267 Exceptions.LIST_Error_ArithmeticException, "div-long");
281 Exceptions.LIST_Error_ArithmeticException, "rem-int");
286 Exceptions.LIST_Error_ArithmeticException, "rem-long");
423 Exceptions.LIST_Error_ArithmeticException, "div-const-int");
428 Exceptions.LIST_Error_ArithmeticException, "div-const-long");
442 Exceptions.LIST_Error_ArithmeticException, "rem-const-int");
447 Exceptions.LIST_Error_ArithmeticException, "rem-const-long");
630 Exceptions.LIST_Error_NullPointerException, "array-length")
    [all...]
ThrowingInsn.java 25 * the list of exceptions handled by this instruction, with the
30 /** {@code non-null;} list of exceptions caught */
60 * @param catches {@code non-null;} list of exceptions caught
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 111 Exceptions.LIST_Error, "const-object");
262 Exceptions.LIST_Error_ArithmeticException, "div-int");
267 Exceptions.LIST_Error_ArithmeticException, "div-long");
281 Exceptions.LIST_Error_ArithmeticException, "rem-int");
286 Exceptions.LIST_Error_ArithmeticException, "rem-long");
423 Exceptions.LIST_Error_ArithmeticException, "div-const-int");
428 Exceptions.LIST_Error_ArithmeticException, "div-const-long");
442 Exceptions.LIST_Error_ArithmeticException, "rem-const-int");
447 Exceptions.LIST_Error_ArithmeticException, "rem-const-long");
630 Exceptions.LIST_Error_NullPointerException, "array-length")
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java 111 Exceptions.LIST_Error, "const-object");
262 Exceptions.LIST_Error_ArithmeticException, "div-int");
267 Exceptions.LIST_Error_ArithmeticException, "div-long");
281 Exceptions.LIST_Error_ArithmeticException, "rem-int");
286 Exceptions.LIST_Error_ArithmeticException, "rem-long");
423 Exceptions.LIST_Error_ArithmeticException, "div-const-int");
428 Exceptions.LIST_Error_ArithmeticException, "div-const-long");
442 Exceptions.LIST_Error_ArithmeticException, "rem-const-int");
447 Exceptions.LIST_Error_ArithmeticException, "rem-const-long");
630 Exceptions.LIST_Error_NullPointerException, "array-length")
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateClassAdapter.java 72 String signature, String[] exceptions) {
83 return super.visitMethod(access, name, desc, signature, exceptions);
99 MethodVisitor mwDelegate = super.visitMethod(access, name, desc, signature, exceptions);
125 desc, signature, exceptions);
127 desc, signature, exceptions);
  /bionic/libm/man/
fegetenv.3 62 and masks all floating-point exceptions.
70 raises any exceptions that were set in the environment it
79 to suppress spurious exceptions that occur as a result of
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteBlock.java 39 /** {@code non-null;} list of exceptions caught and their handler targets */
52 * @param catches {@code non-null;} list of exceptions caught and their
138 * Gets the list of exceptions caught and their handler targets.

Completed in 2081 milliseconds

1 2 3 4 5 6 7 8 91011>>