HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 376 - 400 of 6135) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
36 // Iff -fno-exceptions, transform error handling code to work without it.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
38 // Iff -fno-exceptions, transform error handling code to work without it.
exception 44 * @defgroup exceptions Exceptions
52 * @brief Base class for all library exceptions.
54 * This is the base class for all exceptions thrown by the standard
117 // @} group exceptions
127 * @ingroup exceptions
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 39 // No throwing exceptions
69 // No exceptions.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
38 // Iff -fno-exceptions, transform error handling code to work without it.
exception 44 * @defgroup exceptions Exceptions
52 * @brief Base class for all library exceptions.
54 * This is the base class for all exceptions thrown by the standard
117 // @} group exceptions
127 * @ingroup exceptions
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 39 // No throwing exceptions
69 // No exceptions.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
38 // Iff -fno-exceptions, transform error handling code to work without it.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 39 // No throwing exceptions
69 // No exceptions.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
38 // Iff -fno-exceptions, transform error handling code to work without it.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
36 // Iff -fno-exceptions, transform error handling code to work without it.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
36 // Iff -fno-exceptions, transform error handling code to work without it.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 39 // No throwing exceptions
69 // No exceptions.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_android.h 39 // No throwing exceptions
70 // No exceptions.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
36 // Iff -fno-exceptions, transform error handling code to work without it.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
36 // Iff -fno-exceptions, transform error handling code to work without it.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
34 // Iff -fno-exceptions, transform error handling code to work without it.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_throw.py 7 g.throw("foo"[, V[, T]]) will warn about string exceptions."""
31 self.cannot_convert(node, "Python 3 does not support string exceptions")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_throw.py 7 g.throw("foo"[, V[, T]]) will warn about string exceptions."""
31 self.cannot_convert(node, "Python 3 does not support string exceptions")
  /external/chromium_org/third_party/ocmock/OCMock/
OCMockObject.m 85 exceptions = [[NSMutableArray alloc] init];
94 [exceptions release];
148 if([exceptions count] > 0)
150 [[exceptions objectAtIndex:0] raise];
184 [exceptions addObject:exception];
212 [exceptions addObject:exception];
  /external/oprofile/events/mips/25K/
events 21 event:0xb counters:0,1 um:zero minimum:500 name:FP_EXCEPTIONS_TAKEN : Taken FPU exceptions
22 event:0xc counters:0,1 um:zero minimum:500 name:FP_EXCEPTION_PREDICTED : Predicted FPU exceptions
38 event:0x14 counters:0,1 um:zero minimum:500 name:JTLB_EXCEPTIONS : Refill, Invalid and Modified TLB exceptions
43 event:0x15 counters:0,1 um:zero minimum:500 name:JTLB_IFETCH_REFILL_EXCEPTIONS : Joint-TLB refill exceptions due to instruction fetch
44 event:0x16 counters:0,1 um:zero minimum:500 name:JTLB_DATA_ACCESS_REFILL_EXCEPTIONS : Joint-TLB refill exceptions due to data access
45 event:0x17 counters:0,1 um:zero minimum:500 name:JTLB_REFILL_EXCEPTIONS : total Joint-TLB Instruction exceptions (refill)
  /external/proguard/src/proguard/optimize/info/
ExceptionInstructionChecker.java 33 * This class can tell whether an instruction might throw exceptions.
48 * Returns whether the given instruction may throw exceptions.
69 // Check for instructions that may throw exceptions.
96 // These instructions may throw exceptions.
107 // Check for instructions that may throw exceptions.
121 // These instructions may throw exceptions.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
exception 44 * @defgroup exceptions Exceptions
52 * @brief Base class for all library exceptions.
54 * This is the base class for all exceptions thrown by the standard
117 // @} group exceptions
127 * @ingroup exceptions
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
exception 46 * @defgroup exceptions Exceptions
54 * @brief Base class for all library exceptions.
56 * This is the base class for all exceptions thrown by the standard
120 // @} group exceptions
132 * @ingroup exceptions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
exception 46 * @defgroup exceptions Exceptions
54 * @brief Base class for all library exceptions.
56 * This is the base class for all exceptions thrown by the standard
120 // @} group exceptions
132 * @ingroup exceptions

Completed in 571 milliseconds

<<11121314151617181920>>