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

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/exception/
ExtException.java 8 * exception. This interface must be implemented by all exceptions to accomplish
  /external/chromium-trace/catapult/third_party/Paste/docs/modules/
cgitb_catcher.txt 1 :mod:`paste.cgitb_catcher` -- catch exceptions using cgitb
  /external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
stats.h 20 unsigned int exceptions; member in struct:Stats
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
stream_slice.py 4 from apitools.base.py import exceptions namespace
40 raise exceptions.StreamExhausted.
49 exceptions.StreamExhausted
58 raise exceptions.StreamExhausted(
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
exceptions.py 2 Exceptions that are specific to the cloudsearch2 module.
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p15.cpp 1 // RUN: %clang_cc1 -fexceptions -fcxx-exceptions -fsyntax-only -verify %s
  /external/clang/test/CXX/drs/
dr9xx.cpp 1 // RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
2 // RUN: %clang_cc1 -std=c++11 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
3 // RUN: %clang_cc1 -std=c++14 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
4 // RUN: %clang_cc1 -std=c++1z %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
  /external/clang/test/CXX/except/except.spec/
template.cpp 1 // RUN: %clang_cc1 -std=c++11 -fexceptions -fcxx-exceptions -fsyntax-only -verify %s
  /external/clang/test/CXX/special/class.dtor/
p3.cpp 1 // RUN: %clang_cc1 -std=c++11 -fcxx-exceptions -verify %s
  /external/clang/test/CodeGenCXX/
destructor-exception-spec.cpp 5 // PR13479: don't crash with -fno-exceptions.
exception-spec-decay.cpp 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions %s -triple=i686-unknown-linux -emit-llvm -o - | FileCheck %s
partial-init.cpp 1 // RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -std=c++11 -fcxx-exceptions -fexceptions -S -emit-llvm -o - %s | FileCheck %s
throw-expression-cleanup.cpp 1 // RUN: %clang_cc1 %s -triple x86_64-none-linux-gnu -emit-llvm -fcxx-exceptions -fexceptions -std=c++11 -o - | FileCheck %s
  /external/clang/test/CodeGenObjC/
exceptions-nonfragile.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s
nested-rethrow.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions %s -o - | FileCheck %s
simplify-exceptions.mm 2 // RUN: -fexceptions -fobjc-exceptions \
  /external/clang/test/CodeGenObjCXX/
debug-info-line.mm 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -debug-info-kind=line-tables-only -fblocks -emit-llvm %s -o - | FileCheck %s
  /external/clang/test/SemaCXX/
cxx1y-sized-deallocation.cpp 1 // RUN: %clang_cc1 -std=c++1y -verify %s -fsized-deallocation -fexceptions -fcxx-exceptions
unreachable-catch-clauses.cpp 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify %s
  /external/clang/test/SemaObjC/
catch-stmt.m 1 // RUN: %clang_cc1 -verify -fobjc-exceptions %s
stmts.m 1 // RUN: %clang_cc1 %s -verify -fsyntax-only -fobjc-exceptions
  /external/clang/test/SemaTemplate/
instantiation-depth-exception-spec.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 -ftemplate-depth 16 -fcxx-exceptions -fexceptions %s
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
ExecutionUtils.java 40 * Sleeps given number of milliseconds, ignoring exceptions.
78 * Runs given {@link RunnableEx} and ignores exceptions.
92 * Runs given {@link RunnableEx} and logs exceptions using {@link DesignerPlugin#log(Throwable)}.
107 * Runs given {@link RunnableEx} and re-throws exceptions using {@link RuntimeException}.
118 * Runs given {@link RunnableEx} and re-throws exceptions using {@link RuntimeException}.
237 * Runs given {@link RunnableEx} and re-throws exceptions using {@link RuntimeException}.
250 * Runs given {@link RunnableEx} and re-throws exceptions using {@link RuntimeException}.
264 * Runs given {@link RunnableEx} and ignores exceptions.
278 * Runs given {@link RunnableEx} and logs exceptions using {@link DesignerPlugin#log(Throwable)}.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Assert.java 16 fail(e.toString()); // can't wrap exceptions in jdk 1.3
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Assert.java 12 fail(e.toString()); // can't wrap exceptions in jdk 1.3

Completed in 3434 milliseconds

1 2 3 4 5 6 7 8 91011>>