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

<<21222324252627282930>>

  /frameworks/compile/mclinker/unittests/
LEB128Test.h 28 // Destructor can do clean-up work that doesn't throw exceptions here.
LinkerTest.h 26 // Destructor can do clean-up work that doesn't throw exceptions here.
MCRegionFragmentTest.h 35 // Destructor can do clean-up work that doesn't throw exceptions here.
SectionDataTest.h 27 // Destructor can do clean-up work that doesn't throw exceptions here.
SystemUtilsTest.h 23 // Destructor can do clean-up work that doesn't throw exceptions here.
TargetMachineTest.h 28 // Destructor can do clean-up work that doesn't throw exceptions here.
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Application.mk 10 # The only STL implementation currently working with exceptions
  /libcore/luni/src/main/java/java/io/
CharConversionException.java 21 * The top level class for character conversion exceptions.
  /libcore/luni/src/main/java/java/net/
SocketException.java 24 * options, and is the superclass of all other socket related exceptions.
  /libcore/luni/src/main/java/javax/security/auth/login/
LoginException.java 23 * Base class for exceptions that are thrown when a login error occurs.
  /ndk/sources/cxx-stl/gnu-libstdc++/
Android.mk 8 $(if $(filter exceptions,$(APP_GNUSTL_FORCE_CPP_FEATURES)),-fexceptions)\
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
Future.java 27 // - get() does not throw exceptions.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi-forced.h 36 * @ingroup exceptions
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi-forced.h 36 * @ingroup exceptions
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi-forced.h 36 * @ingroup exceptions
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi-forced.h 36 * @ingroup exceptions
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi-forced.h 36 * @ingroup exceptions
  /external/javassist/src/main/javassist/expr/
Expr.java 126 * Returns the list of exceptions that the expression may throw. This list
127 * includes both the exceptions that the try-catch statements including the
128 * expression can catch and the exceptions that the throws declaration
156 String[] exceptions = ea.getExceptions(); local
157 if (exceptions != null) {
158 int n = exceptions.length;
161 addClass(list, pool.get(exceptions[i]));
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 72 // Catch any unexpected exceptions from the actual visiting method.
143 // Copy the exceptions. Note that exceptions with empty try blocks
196 // Don't go inlining exceptions that are already applicable to this
226 // Inline the subroutine exceptions.
233 // We can again inline exceptions that are applicable to this
398 // Append the exception. Note that exceptions with empty try blocks
  /external/stlport/src/
iostream.cpp 255 // We don't want any exceptions being thrown here
256 ptr_cin->exceptions(0);
257 ptr_cout->exceptions(0);
258 ptr_cerr->exceptions(0);
259 ptr_clog->exceptions(0);
277 // We don't want any exceptions being thrown here
278 ptr_wcin->exceptions(0);
279 ptr_wcout->exceptions(0);
280 ptr_wcerr->exceptions(0);
281 ptr_wclog->exceptions(0)
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 57 // FIXME: Handle exceptions correctly.
69 // FIXME: Handle exceptions correctly.
81 // FIXME: Handle exceptions correctly.
93 // FIXME: Handle exceptions correctly.
105 // FIXME: Handle exceptions correctly.
117 // FIXME: Handle exceptions correctly.
129 // FIXME: Handle exceptions correctly.
144 // FIXME: Handle exceptions correctly.
221 // FIXME: Handle exceptions correctly.
234 // FIXME: Handle exceptions correctly
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 255 // We don't want any exceptions being thrown here
256 ptr_cin->exceptions(0);
257 ptr_cout->exceptions(0);
258 ptr_cerr->exceptions(0);
259 ptr_clog->exceptions(0);
277 // We don't want any exceptions being thrown here
278 ptr_wcin->exceptions(0);
279 ptr_wcout->exceptions(0);
280 ptr_wcerr->exceptions(0);
281 ptr_wclog->exceptions(0)
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognitionException.as 36 * as flexible as possible, these exceptions are not created with strings,
40 * exceptions are built with the expected token type.
48 * ANTLR generates code that throws exceptions upon recognition error and
49 * also generates code to catch these exceptions in each rule. If you
54 * In general, the recognition exceptions can track where in a grammar a
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognitionException.java 35 * as flexible as possible, these exceptions are not created with strings,
39 * exceptions are built with the expected token type.
47 * ANTLR generates code that throws exceptions upon recognition error and
48 * also generates code to catch these exceptions in each rule. If you
53 * In general, the recognition exceptions can track where in a grammar a
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognitionException.js 4 * as flexible as possible, these exceptions are not created with strings,
8 * exceptions are built with the expected token type.
11 * <p>ANTLR generates code that throws exceptions upon recognition error and
12 * also generates code to catch these exceptions in each rule. If you
17 * <p>In general, the recognition exceptions can track where in a grammar a

Completed in 756 milliseconds

<<21222324252627282930>>