HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 276 - 300 of 6480) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream/istream.assign/
move_assign.pass.cpp 55 assert(is1.exceptions() == is1.goodbit);
63 assert(is2.exceptions() == is2.goodbit);
78 assert(is1.exceptions() == is1.goodbit);
86 assert(is2.exceptions() == is2.goodbit);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.assign/
member_swap.pass.cpp 49 assert(os1.exceptions() == os1.goodbit);
57 assert(os2.exceptions() == os2.goodbit);
72 assert(os1.exceptions() == os1.goodbit);
80 assert(os2.exceptions() == os2.goodbit);
move_assign.pass.cpp 55 assert(os1.exceptions() == os1.goodbit);
63 assert(os2.exceptions() == os2.goodbit);
78 assert(os1.exceptions() == os1.goodbit);
86 assert(os2.exceptions() == os2.goodbit);
  /ndk/sources/cxx-stl/system/include/
new 26 // these next two are not really required, since exceptions are off
  /ndk/tests/device/test-gnustl-full/jni/
Android.mk 14 # Exceptions are disabled for now
  /ndk/tests/device/test-stlport/jni/
Android.mk 14 # Exceptions are disabled for now
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasAuthenticationException.java 23 * exceptions during a sync, as they are handled very differently.
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
new 25 // these next two are not really required, since exceptions are off
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
new 25 // these next two are not really required, since exceptions are off
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
new 25 // these next two are not really required, since exceptions are off
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
new 24 // these next two are not really required, since exceptions are off
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
new 25 // these next two are not really required, since exceptions are off
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
new 24 // these next two are not really required, since exceptions are off
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
new 26 // these next two are not really required, since exceptions are off
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
new 26 // these next two are not really required, since exceptions are off
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
new 26 // these next two are not really required, since exceptions are off
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
new 26 // these next two are not really required, since exceptions are off
  /frameworks/base/core/java/android/test/
InstrumentationTestCase.java 134 final Throwable[] exceptions = new Throwable[1]; local
140 exceptions[0] = throwable;
144 if (exceptions[0] != null) {
145 throw exceptions[0];
185 final Throwable[] exceptions = new Throwable[1]; local
191 exceptions[0] = throwable;
195 if (exceptions[0] != null) {
196 throw exceptions[0];
276 // Ignore security exceptions that are now thrown
307 // Ignore security exceptions that are now throw
    [all...]
  /bionic/libc/
CAVEATS 7 - C++ exceptions are not supported. on embedded systems, they lead to extremely larger and
16 - pthread_once() doesn't support C++ exceptions thrown from the init function, or the init
  /external/antlr/antlr-3.4/runtime/Perl5/docs/
design.pod 18 Java is built on two basic concepts: Objects and Exceptions. If there's a
34 =head2 Exceptions
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.h 30 // Removes the exceptions at the specified indexes. If an exception is a
37 // Removes all the exceptions from both the map and model.
  /external/chromium/chrome/browser/resources/options/
password_manager_list.css 60 #password-exceptions-list .url {
66 #password-exceptions-list .url {
  /external/clang/test/ARCMT/
releases.m 1 // RUN: %clang_cc1 -fobjc-exceptions -fblocks -fsyntax-only -fobjc-arc -x objective-c %s.result
2 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fobjc-exceptions -fblocks -fsyntax-only -x objective-c %s > %t
  /external/clang/test/CodeGenObjC/
terminate.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.8 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITH
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.7 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITHOUT
  /external/clang/test/Driver/
darwin-objc-options.m 18 // CHECK-CHECK-I386_ABI2: -fobjc-exceptions
29 // CHECK-CHECK-I386_IOS: -fobjc-exceptions

Completed in 643 milliseconds

<<11121314151617181920>>