HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 1051 - 1075 of 2577) sorted by null

<<41424344454647484950>>

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
MffFilterTestCase.java 61 protected void setUp() throws Exception {
80 public void onGraphRunnerError(Exception exception, boolean closedSuccessfully) {
81 mProcessResult.setException(exception);
90 protected void tearDown() throws Exception {
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Main.java 152 log.exception(e, "Failed to load jar");
170 log.exception(e, "Failed to load jar");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 177 AsyncResult.forMessage((onComplete)).exception =
335 } catch(Exception e) {
485 if (ar.exception != null) {
486 loge("Exception querying IMSI, Exception:" + ar.exception);
520 if (ar.exception != null) {
538 if (ar.exception != null) {
550 if (ar.exception != null) {
551 Rlog.i(LOG_TAG, "RuimRecords update failed", ar.exception);
    [all...]
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 61 } catch (Exception ignored) {
83 } catch (Exception ignored) {
224 } catch (ErrnoException exception) {
226 throw exception.rethrowAsIOException();
  /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/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)) {
EnableFdnScreen.java 115 if (ar.exception == null) {
119 } else if (ar.exception instanceof CommandException
120 /* && ((CommandException)ar.exception).getCommandError() ==
EnableIccPinScreen.java 110 if (ar.exception == null) {
114 } else if (ar.exception instanceof CommandException
115 /* && ((CommandException)ar.exception).getCommandError() ==
  /build/core/tasks/check_boot_jars/
check_boot_jars.py 34 logging.exception(
  /external/chromium_org/build/android/pylib/linker/
test_runner.py 24 """Test result corresponding to a python exception in a host-custom test."""
30 test_name: name of the test which raised an exception.
31 exc_info: exception info, ostensibly from sys.exc_info().
36 log_msg = 'Exception:\n' + trace_info
71 raise Exception('%s not found, please build it' % apk_path)
92 except Exception:
93 logging.exception('Caught exception while trying to run test: ' +
  /external/chromium_org/content/renderer/pepper/
npapi_glue.cc 217 // before letting this class go out of scope, or the exception will have
225 // the result to the NPVariant output parameter and pass any exception on to
251 // exception. It will pass the exception on to the JS engine and update
270 // Call this to ignore any exception. This prevents the DCHECK from failing
276 // Throws the current exception to JS. The exception must be set.
334 TryCatch::TryCatch(PP_Var* exception)
335 : has_exception_(exception && exception->type != PP_VARTYPE_UNDEFINED)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch_test.rb 41 rescue => exception
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1119.js 34 this.__defineSetter__("y", function() { throw 'exception'; });
45 assertEquals('exception', e);
  /external/chromium_org/v8/test/webkit/fast/js/
Promise-catch.js 63 testFailed('catch(null) should not throw an exception');
68 testFailed('catch(37) should not throw an exception');
Promise-chained-then.js 39 .then(function(localResult) { // fulfilled - throw an exception
46 }).then(function() { // rejected - throw an exception
Promise-init.js 48 testPassed('promise = new Promise(function() { throw Error("foo"); }) did not throw exception.');
50 testFailed('new Promise(function() { throw Error(\'foo\'); }) should not throw an exception.');
Promise-then.js 53 throw 'exception'
59 shouldBeEqualToString('result', 'exception');
  /external/deqp/executor/
xeLocalTcpIpLink.cpp 102 catch (const std::exception&)
  /external/deqp/framework/delibs/decpp/
deSocket.cpp 27 #include <exception>
  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 313 void throwJNIException (JNIEnv* env, const std::exception& e)
317 exClass = env->FindClass("java/lang/Exception");
336 catch (const std::exception& e)
353 catch (const std::exception& e)
376 catch (const std::exception& e)
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
ViewElement.java 54 Throwable exception; field in class:ViewElement.SnapshotViewAttributesRunnable
95 exception = e;
228 if (attributesSnapshot.exception != null) {
229 throw new DroidDriverException(attributesSnapshot.exception);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
ClientPairingSession.java 19 import com.google.polo.exception.PoloException;

Completed in 1109 milliseconds

<<41424344454647484950>>