| /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
| config.py | 42 from gslib.exception import AbortException 43 from gslib.exception import CommandException 151 With the exception of setting up gsutil to work through a proxy (see 662 except Exception, _: # pylint: disable=broad-except [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/gslib/ |
| tracker_file.py | 24 from gslib.exception import CommandException 454 """Raises an exception when unable to write the tracker file."""
|
| /external/deqp/framework/randomshaders/ |
| rsgVariableManager.cpp | 122 catch (const std::exception&) 168 catch (const std::exception&)
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar | |
| /external/google-breakpad/src/processor/ |
| synth_minidump_unittest.cc | 46 using google_breakpad::SynthMinidump::Exception; 194 TEST(Exception, Simple) { 199 Exception exception(dump, context, 201 0xdcba4321, // exception code 202 0xf0e0d0c0, // exception flags 203 0x0919a9b9c9d9e9f9ULL); // exception address 205 ASSERT_TRUE(exception.GetContents(&contents)); 209 0x21, 0x43, 0xba, 0xdc, // exception code 210 0xc0, 0xd0, 0xe0, 0xf0, // exception flag [all...] |
| /external/guava/guava-tests/test/com/google/common/util/concurrent/ |
| CycleDetectingLockFactoryTest.java | 58 protected void setUp() throws Exception { 468 public void testReentrantLock_tryLock() throws Exception { 479 public void testReentrantWriteLock_tryLock() throws Exception { 492 public void testReentrantReadLock_tryLock() throws Exception { 560 // Checks that the exception.getMessage() matches a regex of the form: 563 IllegalStateException exception, String... expectedLockCycle) { 565 assertContainsRegex(regex, exception.getMessage());
|
| /external/icu/icu4c/source/tools/tzcode/ |
| tz2icu.cpp | 626 } catch (const exception& e) { 677 } catch (const exception& e) { 690 } catch (const exception& e) { [all...] |
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
| codegen.ml | 7 exception Error of string
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
| codegen.ml | 7 exception Error of string
|
| /external/mockito/src/org/mockito/exceptions/ |
| Reporter.java | 36 * One of the key points of mocking library is proper verification/exception 41 * Generally, exception messages are full of line breaks to make them easy to 48 "Checked exception is invalid for this method!", 68 " when(mock.isOk()).thenThrow(exception);", 69 " doThrow(exception).when(mock).someVoidMethod();", 84 " when(mock.isOk()).thenReturn(true).thenReturn(false).thenThrow(exception);", 85 " when(mock.isOk()).thenReturn(true, false).thenThrow(exception);", 107 UnfinishedVerificationException exception = new UnfinishedVerificationException(join( local 119 throw exception; 232 "This exception may occur if matchers are combined with raw values:" [all...] |
| /external/v8/src/runtime/ |
| runtime-classes.cc | 292 isolate->heap()->exception()); 315 isolate->heap()->exception());
|
| /external/v8/test/mjsunit/ |
| debug-liveedit-double-call.js | 100 print("LiveEdit exception: " + e); 125 print("Exception: " + saved_exception);
|
| indexed-accessors.js | 84 // Using a setter where only a getter is defined does not throw an exception,
|
| /external/v8/test/mjsunit/es6/ |
| proxies-define-property.js | 68 // No exception is thrown if a non-configurable property exists on the target.
|
| typedarray-of.js | 128 // exception. Note that this is different from Array.of, which uses
|
| /external/v8/test/mjsunit/regress/ |
| regress-1122.js | 29 // that function calls with more arguments throw an exception. Apply a
|
| regress-798.js | 90 // Check that the stack for an exception in a getter and setter produce the
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| ImsSMSDispatcher.java | 112 if (ar.exception == null) { 116 + ar.exception); 251 } catch (Exception e) {
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
| IccFileHandler.java | 407 if (ar.exception != null) { 408 sendResult(response, null, ar.exception); 586 }} catch (Exception exc) { 590 loge("uncaught exception" + exc);
|
| /ndk/sources/cxx-stl/llvm-libc++/ |
| Android.mk | 28 exception.cpp \
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
| BluetoothMnsObexClient.java | 499 private void handleSendException(String exception) { 500 Log.e(TAG, "Error when sending event: " + exception);
|
| /packages/apps/Settings/src/com/android/settings/ |
| IccLockSettings.java | 121 iccLockChanged(ar.exception == null, msg.arg1); 124 iccPinChanged(ar.exception == null, msg.arg1);
|
| /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/ |
| MpegTsPlayer.java | 64 void onRenderersError(Exception e); 72 void onError(int generation, Exception e); 244 /* package */ void onRenderersError(Exception e) { 338 public void onPlayerError(ExoPlaybackException exception) { 341 mListener.onError(mPlayerGeneration, exception); 467 public void onRenderersError(Exception e) {
|
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
| org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar | |
| /prebuilts/misc/common/swig/include/2.0.11/ |
| constraints.i | 7 * constraints. Depends upon the SWIG exception library for generating 68 %include <exception.i> 71 // Required attribute for C# exception handling
|