/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...] |
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
|
/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...] |
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
|
/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);
|
/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.
|
/dalvik/dx/src/com/android/dx/cf/code/ |
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.
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
proxy_rules_list.js | 85 * @param {Array} exceptions An array of exception object. 87 load_: function(exceptions) { 88 this.dataModel = new ArrayDataModel(exceptions);
|
/external/chromium/chrome/browser/ui/webui/options/ |
password_manager_handler.h | 54 // Remove All password exceptions 99 // A short class to mediate requests to the password store for exceptions. 113 // Password store consumer for populating the password list and exceptions.
|
/external/clang/test/CodeGenObjC/ |
metadata_symbols.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fexceptions -fobjc-exceptions -o %t %s 15 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-exceptions -fvisibility hidden -emit-llvm -o %t %s 26 // RUN: %clang_cc1 -triple armv6-apple-darwin10 -target-abi apcs-gnu -fobjc-exceptions -emit-llvm -o %t %s
|
/external/emma/core/java12/com/vladium/util/exception/ |
Exceptions.java | 7 * $Id: Exceptions.java,v 1.1.1.1 2004/05/09 16:57:58 vlad_r Exp $ 16 abstract class Exceptions 44 private Exceptions () {} // this class is not extendible
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractCheckedFuture.java | 58 * both checked and unchecked exceptions. 66 * exceptions to instances of type {@code X} using {@link #mapException}. 93 * method's standard exceptions (excluding {@link TimeoutException}, which is
|
/external/oprofile/events/mips/loongson2/ |
events | 17 event:0x0e counters:0 um:zero minimum:5 name:EXCEPTION : Exceptions 18 event:0x0f counters:0 um:zero minimum:300 name:INTERNAL_EXCEPTION : Internal exceptions 32 event:0x1d counters:1 um:zero minimum:500 name:TOTAL_EXCEPTIONS : Total exceptions
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8CustomXPathNSResolver.cpp | 75 // Catch exceptions from calling the namespace resolver. 77 try_catch.SetVerbose(true); // Print exceptions to console. 85 // Eat exceptions from namespace resolver and return an empty string. This will most likely cause NAMESPACE_ERR.
|
/external/webkit/Tools/MiniBrowser/Configurations/ |
Base.xcconfig | 63 // FIXME: Disable C++ exceptions in the LLVM Compiler once it supports enabling Obj-C exceptions without C++ exceptions.
|
/external/webkit/Tools/TestWebKitAPI/Configurations/ |
Base.xcconfig | 66 // FIXME: Disable C++ exceptions in the LLVM Compiler once it supports enabling Obj-C exceptions without C++ exceptions.
|
/external/webkit/Tools/WebKitTestRunner/Configurations/ |
Base.xcconfig | 66 // FIXME: Disable C++ exceptions in the LLVM Compiler once it supports enabling Obj-C exceptions without C++ exceptions.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
exception_ptr.h | 48 * @addtogroup exceptions 71 * @ingroup exceptions 184 // @} group exceptions
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
exception_ptr.h | 48 * @addtogroup exceptions 71 * @ingroup exceptions 184 // @} group exceptions
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
exception_ptr.h | 48 * @addtogroup exceptions 71 * @ingroup exceptions 184 // @} group exceptions
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
exception_ptr.h | 48 * @addtogroup exceptions 71 * @ingroup exceptions 189 // @} group exceptions
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/ |
exception.hpp | 52 * @defgroup exceptions-pbds Exceptions 57 /// Base class for exceptions.
|
/external/chromium/testing/gtest/test/ |
gtest_catch_exceptions_test.py | 51 # exceptions enabled. 56 # exceptions disabled. 105 * C++ exceptions are caught and logged as C++ (not SEH) exceptions 205 # Filters out SEH exception tests on Windows. Unhandled SEH exceptions 208 # By default, Google Test doesn't catch the exceptions.
|