/art/test/059-finalizer-throw/ |
info.txt | 1 Verify that exceptions thrown from finalizers are ignored.
|
/art/test/201-built-in-exception-detail-messages/ |
info.txt | 1 Tests of the built-in exceptions' detail messages.
|
/art/test/106-exceptions2/ |
info.txt | 1 Test runtime exceptions for potential regressions caused by the compiler.
|
/ndk/tests/build/gnustl-force-all/jni/ |
Application.mk | 3 APP_GNUSTL_FORCE_CPP_FEATURES := exceptions rtti
|
/external/clang/test/Lexer/ |
has_feature_exceptions.cpp | 1 // RUN: %clang -E -fexceptions %s -o - | FileCheck --check-prefix=CHECK-EXCEPTIONS %s 2 // RUN: %clang -E -fexceptions -fno-cxx-exceptions %s -o - | FileCheck --check-prefix=CHECK-NO-EXCEPTIONS %s 3 // RUN: %clang -E -fno-exceptions %s -o - | FileCheck --check-prefix=CHECK-NO-EXCEPTIONS %s 5 // RUN: %clang_cc1 -E -fcxx-exceptions %s -o - | FileCheck --check-prefix=CHECK-EXCEPTIONS %s 6 // RUN: %clang_cc1 -E -fobjc-exceptions %s -o - | FileCheck --check-prefix=CHECK-NO-EXCEPTIONS %s 7 // RUN: %clang_cc1 -E -fexceptions %s -o - | FileCheck --check-prefix=CHECK-NO-EXCEPTIONS % [all...] |
/art/test/081-hot-exceptions/ |
info.txt | 2 exceptions encountered during trace selection. The existence of exceptions will
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
controllers.py | 5 import exceptions namespace 11 raise exceptions.NotImplementedError 14 raise exceptions.NotImplementedError 17 raise exceptions.NotImplementedError
|
/external/eigen/bench/btl/libs/eigen2/ |
CMakeLists.txt | 12 btl_add_target_property(btl_eigen2_linear COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen2") 13 btl_add_target_property(btl_eigen2_vecmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen2") 14 btl_add_target_property(btl_eigen2_matmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen2") 15 btl_add_target_property(btl_eigen2_adv COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen2")
|
/frameworks/base/packages/ExtServices/ |
proguard.proguard | 2 -keepattributes Exceptions,InnerClasses,Signature,Deprecated,
|
/frameworks/base/packages/ExtShared/ |
proguard.proguard | 2 -keepattributes Exceptions,InnerClasses,Signature,Deprecated,
|
/frameworks/base/tests/SharedLibrary/lib/ |
proguard.proguard | 2 -keepattributes Exceptions,InnerClasses,Signature,Deprecated,
|
/external/clang/test/Coverage/ |
ast-printing.m | 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-exceptions %s 2 // RUN: %clang_cc1 -ast-print -fobjc-exceptions %s 3 // RUN: %clang_cc1 -ast-dump -fobjc-exceptions %s
|
/external/valgrind/none/tests/ppc32/ |
jm-misc.stdout.exp | 2 dcbtct with various hint values completes with no exceptions 4 dcbtds with various hint values completes with no exceptions 6 dcbtst with various hint values completes with no exceptions
|
/external/valgrind/none/tests/ppc64/ |
jm-misc.stdout.exp | 2 dcbtct with various hint values completes with no exceptions 4 dcbtds with various hint values completes with no exceptions 6 dcbtst with various hint values completes with no exceptions
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
ClusterException.java | 27 * "throw multiple exceptions", or something close to it. The prototypical code 43 * List<Exception> exceptions = Lists.newArrayList(); 48 * exceptions.add(e); 51 * if (exceptions.size() > 0) { 52 * throw ClusterException.create(exceptions); 64 public final Collection<? extends Throwable> exceptions; field in class:ClusterException 66 private ClusterException(Collection<? extends Throwable> exceptions) { 68 exceptions.size() + " exceptions were thrown. The first exception is listed as a cause.", 69 exceptions.iterator().next()) [all...] |
/external/clang/test/Driver/ |
clang-exception-flags.cpp | 4 // DEFAULT: "-cc1" {{.*}} "-fcxx-exceptions" "-fexceptions" 7 // ON1: "-cc1" {{.*}} "-fcxx-exceptions" "-fexceptions" 9 // RUN: %clang -### -fno-exceptions -fcxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=ON2 10 // ON2: "-cc1" {{.*}} "-fcxx-exceptions" "-fexceptions" 12 // RUN: %clang -### -fno-cxx-exceptions -fexceptions %s 2>&1 | FileCheck %s -check-prefix=ON3 13 // ON3: "-cc1" {{.*}} "-fcxx-exceptions" "-fexceptions" 15 // RUN: %clang -### -fno-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF1 16 // OFF1-NOT: "-cc1" {{.*}} "-fcxx-exceptions" 18 // RUN: %clang -### -fno-cxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF [all...] |
ps4-cpu-defaults.cpp | 2 // -target-cpu btver2 and no exceptions 6 // CHECK-NOT: exceptions
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttExceptions.java | 23 * Attribute class for standard {@code Exceptions} attributes. 27 public static final String ATTRIBUTE_NAME = "Exceptions"; 30 private final TypeList exceptions; field in class:AttExceptions 35 * @param exceptions {@code non-null;} list of classes, presumed but not 38 public AttExceptions(TypeList exceptions) { 42 if (exceptions.isMutable()) { 43 throw new MutabilityException("exceptions.isMutable()"); 47 throw new NullPointerException("exceptions == null"); 50 this.exceptions = exceptions; [all...] |
/external/eigen/bench/btl/libs/eigen3/ |
CMakeLists.txt | 19 btl_add_target_property(btl_eigen3_linear COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen3") 20 btl_add_target_property(btl_eigen3_vecmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen3") 21 btl_add_target_property(btl_eigen3_matmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen3") 22 btl_add_target_property(btl_eigen3_adv COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen3") 31 btl_add_target_property(btl_eigen3_nogccvec_linear COMPILE_FLAGS "-fno-exceptions -fno-tree-vectorize -DBTL_PREFIX=eigen3_nogccvec") 32 btl_add_target_property(btl_eigen3_nogccvec_vecmat COMPILE_FLAGS "-fno-exceptions -fno-tree-vectorize -DBTL_PREFIX=eigen3_nogccvec") 33 btl_add_target_property(btl_eigen3_nogccvec_matmat COMPILE_FLAGS "-fno-exceptions -fno-tree-vectorize -DBTL_PREFIX=eigen3_nogccvec") 34 btl_add_target_property(btl_eigen3_nogccvec_adv COMPILE_FLAGS "-fno-exceptions -fno-tree-vectorize -DBTL_PREFIX=eigen3_nogccvec") 43 btl_add_target_property(btl_eigen3_novec_linear COMPILE_FLAGS "-fno-exceptions -DEIGEN_DONT_VECTORIZE -DBTL_PREFIX=eigen3_novec") 44 btl_add_target_property(btl_eigen3_novec_vecmat COMPILE_FLAGS "-fno-exceptions -DEIGEN_DONT_VECTORIZE -DBTL_PREFIX=eigen3_novec" [all...] |
/ndk/sources/cxx-stl/llvm-libc++/ |
Application.mk | 3 # exceptions.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
ExceptionTests.java | 48 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; local 51 exceptions[i] = new ArabicShapingException(locales[i].toString()); 54 return exceptions; 64 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; local 67 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i); 70 return exceptions; 79 UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; local 82 exceptions[i] = new UResourceTypeMismatchException(locales[i].toString()); 85 return exceptions; 94 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length] local 108 IllformedLocaleException[] exceptions = new IllformedLocaleException[2]; local 128 LocaleSyntaxException[] exceptions = new LocaleSyntaxException[2]; local 148 IllegalIcuArgumentException[] exceptions = { local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
ExceptionTests.java | 47 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; local 50 exceptions[i] = new ArabicShapingException(locales[i].toString()); 53 return exceptions; 63 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; local 66 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i); 69 return exceptions; 78 UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; local 81 exceptions[i] = new UResourceTypeMismatchException(locales[i].toString()); 84 return exceptions; 93 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length] local 107 IllformedLocaleException[] exceptions = new IllformedLocaleException[2]; local 127 LocaleSyntaxException[] exceptions = new LocaleSyntaxException[2]; local 147 IllegalIcuArgumentException[] exceptions = { local [all...] |
/external/clang/test/SemaObjC/ |
no-objc-exceptions.m | 4 @throw @"Hello"; // expected-error {{cannot use '@throw' with Objective-C exceptions disabled}} 8 @try { // expected-error {{cannot use '@try' with Objective-C exceptions disabled}}
|
/external/mockito/src/org/mockito/exceptions/misusing/ |
CannotVerifyStubOnlyMock.java | 6 package org.mockito.exceptions.misusing; 8 import org.mockito.exceptions.base.MockitoException;
|
FriendlyReminderException.java | 6 package org.mockito.exceptions.misusing; 8 import org.mockito.exceptions.base.MockitoException;
|