HomeSort by relevance Sort by last modified time
    Searched full:caught (Results 451 - 475 of 2780) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/audio_coding/test/
utility.h 31 printf("An expected error is caught.\n"); \
51 printf("An expected error is caught.\n"); \
  /frameworks/base/core/java/android/content/
CursorEntityIterator.java 47 * @throws RemoteException if a RemoteException is caught while attempting to build the Entity
86 throw new RuntimeException("caught a remote exception, this process will die soon", e);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalConstructorsTest.java 245 fail("NumberFormatException has not been caught");
257 fail("NumberFormatException has not been caught");
269 fail("NumberFormatException has not been caught");
411 fail("NumberFormatException has not been caught");
422 fail("NumberFormatException has not been caught");
434 fail("NumberFormatException has not been caught");
447 fail("NumberFormatException has not been caught");
460 fail("NumberFormatException has not been caught");
  /libcore/luni/src/test/java/libcore/java/net/
URLStreamHandlerFactoryTest.java 67 // Rethrow the error thrown by fail to avoid it being caught by the more general catch
78 // Rethrow the error thrown by fail to avoid it being caught by the more general catch
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
ToArrayOpTest.java 131 Exception caught = null; local
135 caught = e;
137 assertTrue(caught != null);
138 assertEquals(caught.getClass(), ArrayStoreException.class);
199 Exception caught = null;
203 caught = e;
205 assertTrue(caught != null);
206 assertEquals(caught.getClass(), ArrayStoreException.class);
  /packages/apps/Dialer/java/com/android/dialer/oem/res/values-mcc310-mnc120/
motorola_config.xml 22 <!-- This defines the specific key sequence that will be caught in the SpecialCharSequenceMgr
64 <!-- This defines the specific key patterns that will be caught in the SpecialCharSequenceMgr
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DeviceFileCollector.java 83 CLog.e("Caught exception during pull.");
119 CLog.e("Caught exception during property check.");
  /tools/tradefederation/core/src/com/android/tradefed/result/
LogSaverResultForwarder.java 53 CLog.e("Caught runtime exception from ITestInvocationListener");
69 CLog.e("Caught runtime exception from log saver: %s", mLogSaver.getClass().getName());
  /art/libdexfile/dex/
dex_file_exception_helpers.h 57 dex::TypeIndex type_idx_; // type index of the caught exception type
  /art/runtime/jdwp/
jdwp_event.h 65 uint8_t caught; member in struct:art::JDWP::JdwpEventMod::__anon152
  /art/test/1936-thread-end-events/src/art/
Test1936.java 61 System.out.println("Caught exception " + e + "!");
  /art/test/1949-short-dex-file/
info.txt 27 wasn't caught in our other tests (package art is always at the front).
  /art/test/980-redefine-object/
expected.txt 31 Exception caught.
  /dalvik/dx/tests/087-ssa-local-vars/
Blort.class 
  /development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
AppListFragment.java 55 Log.w(Global.TAG, "Caught exception", e);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_ccompiler.py 66 # make sure AR gets caught
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
user.py 16 namespace. Errors during this phase are not caught; that's up to the
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
JDWPEventModifierTestCase.java 72 * @param caught whether the exception must be caught
77 String exceptionClassSignature, boolean caught, boolean uncaught) {
84 caught, uncaught);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
BreakpointOnCatchDebuggee.java 64 logWriter.printError("Caught the expected exception", e);
  /external/autotest/server/site_tests/firmware_CgptStress/
firmware_CgptStress.py 32 logging.error("Caught exception: %s", str(e))
  /external/autotest/server/site_tests/firmware_CorruptKernelB/
firmware_CorruptKernelB.py 33 logging.error("Caught exception: %s", str(e))
  /external/autotest/server/site_tests/firmware_ECPowerG3/
firmware_ECPowerG3.py 33 logging.error("Caught exception: %s", str(e))
  /external/autotest/server/site_tests/firmware_ECSharedMem/
firmware_ECSharedMem.py 28 logging.error("Caught exception: %s", str(e))
  /external/autotest/server/site_tests/firmware_RONormalBoot/
firmware_RONormalBoot.py 36 logging.error("Caught exception: %s", str(e))
  /external/autotest/server/site_tests/firmware_WriteProtect/
firmware_WriteProtect.py 26 logging.error('Caught exception: %s', str(e))

Completed in 2235 milliseconds

<<11121314151617181920>>