HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 1576 - 1600 of 4445) sorted by null

<<61626364656667686970>>

  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Main.java 160 log.exception(e, "Failed to load jar");
178 log.exception(e, "Failed to load jar");
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DataBindingBuilder.java 92 } catch (IOException exception) {
93 L.e(exception, "Cannot read data binding version");
140 L.e(e, "Unexpected exception while reading %s",
  /frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
XMLParser.java 122 _localctx.exception = re;
186 _localctx.exception = re;
319 _localctx.exception = re;
422 _localctx.exception = re;
471 _localctx.exception = re;
518 _localctx.exception = re;
567 _localctx.exception = re;
617 _localctx.exception = re;
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 59 } catch (Exception ignored) {
81 } catch (Exception ignored) {
222 } catch (ErrnoException exception) {
224 throw exception.rethrowAsIOException();
  /libcore/ojluni/src/main/native/
fdlibm.h 9 * particular file as subject to the "Classpath" exception as provided
90 struct exception { struct
171 extern int matherr __P((struct exception *));
  /ndk/build/core/
clear-vars.mk 21 # Note: As a special exception, we don't want to clear LOCAL_PATH
  /ndk/sources/third_party/googletest/googletest/test/
gtest_catch_exceptions_test.py 31 """Tests Google Test's exception catching behavior.
73 """Tests exception-catching behavior."""
77 self.assert_('SEH exception with code 0x2a thrown '
80 self.assert_('SEH exception with code 0x2a thrown '
83 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
85 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
87 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
89 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
91 self.assert_('SEH exception with code 0x2a thrown in the test body'
102 """Tests C++ exception-catching behavior
    [all...]
  /ndk/tests/build/b8247455-hidden-cxa/jni/
Android.mk 8 # File idiv.cpp contains code potentially causes divide-by-zero exception. libidiv.so
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
VCardContactItemData.java 180 final Exception exception) {
183 notifyDataFailed(exception);
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 119 if (ar.exception != null) {
120 Log.d(TAG, "requestIsimAuthentication exception: " + ar.exception);
  /packages/services/Telephony/src/com/android/phone/
CdmaSystemSelectListPreference.java 119 if (ar.exception == null) {
149 if ((ar.exception == null) && (getValue() != null)) {
EnableIccPinScreen.java 110 if (ar.exception == null) {
114 } else if (ar.exception instanceof CommandException
115 /* && ((CommandException)ar.exception).getCommandError() ==
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 8 // The debugger uses a task-level exception handler to intercept signals.
13 // We work around this by registering a thread-level mach exception handler
51 exception_type_t exception,
59 // Returning KERN_SUCCESS intercepts the exception.
61 // Returning KERN_FAILURE lets the exception fall through to the
65 if (exception != EXC_BAD_ACCESS) {
115 // Called by each new OS thread to bind its EXC_BAD_ACCESS exception
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 8 // The debugger uses a task-level exception handler to intercept signals.
13 // We work around this by registering a thread-level mach exception handler
51 exception_type_t exception,
59 // Returning KERN_SUCCESS intercepts the exception.
61 // Returning KERN_FAILURE lets the exception fall through to the
65 if (exception != EXC_BAD_ACCESS) {
115 // Called by each new OS thread to bind its EXC_BAD_ACCESS exception
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
typeattr.py 19 from . import exception namespace
32 raise exception.InvalidType("{0} is not a valid type/attribute".format(name))
  /cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTestBase.java 90 protected void setUp() throws Exception {
100 protected void tearDown() throws Exception {
230 } catch (IllegalStateException exception) {
231 Log.e(TAG, "IllegalStateException in decodeFramesAndDisplay", exception);
248 } catch (IOException exception) {
249 Log.e(TAG, "IOException in setDataSource", exception);
260 } catch (Exception exception) {
261 if (exception instanceof IOException) {
262 Log.e(TAG, "IOException in createDecoderByType", exception);
    [all...]
  /art/runtime/
quick_exception_handler.h 35 // Manages exception delivery for Quick backend.
46 // Find the catch handler for the given exception.
47 void FindCatch(mirror::Throwable* exception) SHARED_REQUIRES(Locks::mutator_lock_);
56 // by the exception being thrown.
59 // Set up environment before delivering an exception to optimized code.
128 // The handler's dex PC, zero implies an uncaught exception.
130 // Should the exception be cleared as the catch block has no move-exception?
  /build/core/tasks/check_boot_jars/
check_boot_jars.py 34 logging.exception(
  /external/ImageMagick/Magick++/demo/
gravity.cpp 76 catch( exception &error_ )
78 cout << "Caught exception: " << error_.what() << endl;
shapes.cpp 112 catch( exception &error_ )
114 cout << "Caught exception: " << error_.what() << endl;
  /external/ImageMagick/Magick++/tests/
color.cpp 136 catch( Exception &error_ )
138 cout << "Caught exception: " << error_.what() << endl;
141 catch( exception &error_ )
143 cout << "Caught exception: " << error_.what() << endl;
montageImages.cpp 120 catch( Exception &error_ )
122 cout << "Caught exception: " << error_.what() << endl;
125 catch( exception &error_ )
127 cout << "Caught exception: " << error_.what() << endl;
  /external/ImageMagick/www/api/
colormap.php 65 ExceptionInfo *exception)
83 <dt>exception</dt>
98 ExceptionInfo *exception)
116 <dt>exception</dt>
quantize.php 174 ExceptionInfo *exception)
188 <dt>exception</dt>
234 ExceptionInfo *exception)
242 <dt>exception</dt>
275 const DitherMethod dither_method,ExceptionInfo *exception)
297 <dt>exception</dt>
310 Image *image,ExceptionInfo *exception)
328 <dt>exception</dt>
341 Image *images,ExceptionInfo *exception)
359 <dt>exception</dt
    [all...]
signature.php 64 MagickBooleanType SignatureImage(Image *image,ExceptionInfo *exception)
78 <dt>exception</dt>

Completed in 1876 milliseconds

<<61626364656667686970>>