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

<<81828384858687888990>>

  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PoloChallengeResponse.java 19 import com.google.polo.exception.PoloException;
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 164 } catch (const ::std::exception& gtest_exception) { \
167 "\n%s: Caught std::exception-derived exception escaping the " \
168 "death test statement. Exception message: %s\n", \
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/
ExecDumpClientTest.java 59 protected void onConnectionFailure(IOException exception) {
  /external/libcxx/
Android.mk 26 src/exception.cpp \
  /external/libcxxabi/test/
catch_class_03.pass.cpp 16 #include <exception>
catch_class_04.pass.cpp 16 #include <exception>
  /external/llvm/test/MC/ARM/
eh-directive-text-section.s 7 @ exception handling table. For example, if the function is defined in .text
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 164 } catch (const ::std::exception& gtest_exception) { \
167 "\n%s: Caught std::exception-derived exception escaping the " \
168 "death test statement. Exception message: %s\n", \
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 164 } catch (const ::std::exception& gtest_exception) { \
167 "\n%s: Caught std::exception-derived exception escaping the " \
168 "death test statement. Exception message: %s\n", \
  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/
WebSocketResponseHandlerTest.java 94 protected void onException(IOException exception) {
  /external/opencv3/modules/videoio/src/cap_winrt/
MFIncludes.hpp 57 // Exception-based error handling
61 // Exception-free error handling
151 catch (Platform::Exception^ e)
159 catch (const std::exception&)
  /external/parameter-framework/upstream/parameter/
SystemClass.cpp 204 } catch (std::exception &e) {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 36 public void setUp() throws Exception {
60 public void testCreatesCorrectClasses() throws Exception {
68 public void testChoosesLayoutBasedOnDefaultScreenSize() throws Exception {
75 public void testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPath() throws Exception {
83 public void testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath() throws Exception {
91 public void testChoosesLayoutBasedOnDefaultVersion() throws Exception {
99 public void testChoosesLayoutBasedOnNewestVersion() throws Exception {
107 public void testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPathWithVersionNumber() throws Exception {
116 public void testChoosesLayoutBasedOnSearchPath_choosesBestFileFoundOnPathWithVersionNumber() throws Exception {
125 public void testWebView() throws Exception {
343 IllegalStateException exception = null; local
    [all...]
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
UrlDownloaderTask.java 27 import com.googlecode.android_scripting.exception.Sl4aException;
100 } catch (Exception e) {
147 private long download() throws Exception {
  /external/v8/build/android/pylib/monkey/
test_runner.py 70 raise Exception(
107 logging.exception('Failed to start MinidumpUploadService')
  /external/v8/build/win/importlibs/
create_importlib_win.py 50 class _Error(Exception):
205 except Exception, e:
206 _LOGGER.exception('Failed to create import lib.')
  /external/v8/src/compiler/
control-builders.h 154 void Throw(Node* exception);
158 // Returns the exception value inside the 'catch' body.
164 Node* exception_node_; // Node for exception in 'catch' body.
node-properties.h 102 Node* success = nullptr, Node* exception = nullptr);
  /external/v8/test/cctest/
test-log.cc 517 v8::String::Utf8Value exception(try_catch.Exception());
518 printf("compile: %s\n", *exception);
523 v8::String::Utf8Value exception(try_catch.Exception());
524 printf("run: %s\n", *exception);
  /external/v8/test/webkit/
exception-propagate-from-dfg-to-llint.js 117 testFailed("Caught exception in wrong codeblock");
125 testPassed("Caught exception in correct codeblock");
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 164 } catch (const ::std::exception& gtest_exception) { \
167 "\n%s: Caught std::exception-derived exception escaping the " \
168 "death test statement. Exception message: %s\n", \
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
MtpManagerTest.java 45 public void setUp() throws Exception {
61 public void testCancelEvent() throws Exception {
71 } catch (OperationCanceledException exception) {
104 public void testEventObjectAdded() throws Exception {
117 public void testCreateDocumentAndGetPartialObject() throws Exception {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java 191 Rlog.e(LOG_TAG, "Interrupted Exception in readAdnFileAndWait");
253 Rlog.e(LOG_TAG, "Interrupted Exception in readEmailFileAndWait");
410 Rlog.e(LOG_TAG, "Interrupted Exception in readIapFileAndWait");
481 Rlog.e(LOG_TAG, "Interrupted Exception in readAdnFileAndWait");
527 if (ar.exception == null) {
537 if (ar.exception == null) {
547 if (ar.exception == null) {
557 if (ar.exception == null) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 335 * ((AsyncResult)onComplete.obj).exception == null on success
336 * ((AsyncResult)onComplete.obj).exception != null on fail
416 * ((AsyncResult)onComplete.obj).exception == null on success
417 * ((AsyncResult)onComplete.obj).exception != null on fail
481 if (ar.exception != null) {
482 loge("Record Load Exception: " + ar.exception);
488 loge("Exception parsing SIM record: " + exc);
499 if (ar.exception != null) {
500 loge("Exception ICC SIM AKA: " + ar.exception)
    [all...]
UiccCarrierPrivilegeRules.java 427 if (ar.exception == null && ar.result != null) {
434 if (ar.exception instanceof CommandException && mRetryCount < MAX_RETRY &&
435 ((CommandException) (ar.exception)).getCommandError() ==
453 if (ar.exception == null && ar.result != null) {

Completed in 1923 milliseconds

<<81828384858687888990>>