| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch/ |
| test_search.py | 415 self.assertTrue('non-json response' in str(cm.exception)) 416 self.assertTrue('Nopenopenope' in str(cm.exception)) 427 self.assertTrue('Unknown error' in str(cm.exception)) 428 self.assertTrue('went wrong. Oops' in str(cm.exception))
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/ |
| test_search.py | 362 self.assertTrue('non-json response' in str(cm.exception)) 363 self.assertTrue('Nopenopenope' in str(cm.exception)) 374 self.assertTrue('Unknown error' in str(cm.exception)) 375 self.assertTrue('went wrong. Oops' in str(cm.exception))
|
| /external/deqp/execserver/ |
| xsTcpServer.cpp | 163 catch (const std::exception& e)
|
| /external/deqp/executor/ |
| xeTcpIpLink.cpp | 245 catch (const std::exception& e) 344 catch (const std::exception& e) 479 catch (const std::exception& e) 494 catch (const std::exception& e)
|
| /external/deqp/modules/gles2/ |
| tes2TestPackage.cpp | 106 catch (const std::exception& e)
|
| /external/deqp/modules/gles3/ |
| tes3TestPackage.cpp | 105 catch (const std::exception& e)
|
| /external/emma/core/java12/com/vladium/util/exception/ |
| AbstractException.java | 9 package com.vladium.util.exception; 20 * This checked exception class is designed as a base/expansion point for the 30 * <LI> exception chaining in J2SE versions prior to 1.4 39 * <CODE>com.vladium.exception.exceptions</CODE> resource bundle 40 * or your project/exception class-specific resource bundle [see 53 * catch (Exception e) 58 * where <CODE>com.vladium.util.exception.exceptions</CODE> contains: 63 * To log exception data use {@link #getMessage} or <CODE>printStackTrace</CODE> 66 * <A NAME="details"> It is also possible to use project- or exception 68 * codes in <CODE>com.vladium.exception.exceptions</CODE>. To do so, create [all...] |
| AbstractRuntimeException.java | 9 package com.vladium.util.exception; 20 * This unchecked exception class is designed as a base/expansion point for the 30 * <LI> exception chaining in J2SE versions prior to 1.4 39 * <CODE>com.vladium.exception.exceptions</CODE> resource bundle 40 * or your project/exception class-specific resource bundle [see 53 * catch (Exception e) 58 * where <CODE>com.vladium.util.exception.exceptions</CODE> contains: 63 * To log exception data use {@link #getMessage} or <CODE>printStackTrace</CODE> 66 * <A NAME="details"> It is also possible to use project- or exception 68 * codes in <CODE>com.vladium.exception.exceptions</CODE>. To do so, create [all...] |
| /external/google-breakpad/src/processor/ |
| minidump_processor.cc | 109 MinidumpException *exception = dump->GetException(); local 110 if (exception) { 112 has_requesting_thread = exception->GetThreadID(&requesting_thread_id); 145 (exception != NULL ? "" : "no ") << "exception, " << 211 // Use the exception record's context for the crashed thread, instead 213 // own context is the state inside the exception handler. Using it 215 // crash. If the exception context is invalid, however, we fall back 217 MinidumpContext *ctx = exception->GetContext(); 654 MinidumpException *exception = dump->GetException() local [all...] |
| /external/google-breakpad/src/testing/gtest/test/ |
| gtest_catch_exceptions_test_.cc | 45 # include <exception> // For set_terminate(). 109 throw std::runtime_error("Standard C++ exception")); 153 throw std::runtime_error("Standard C++ exception")); 169 throw std::runtime_error("Standard C++ exception"); 207 throw std::runtime_error("Standard C++ exception"); 228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); } 258 throw std::runtime_error("Standard C++ exception"); 287 throw std::runtime_error("Standard C++ exception"); 298 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
|
| /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/ |
| ProtobufWireAdapter.java | 19 import com.google.polo.exception.BadSecretException; 20 import com.google.polo.exception.NoConfigurationException; 21 import com.google.polo.exception.PoloException; 22 import com.google.polo.exception.ProtocolErrorException; 260 public void sendErrorMessage(Exception e) throws IOException {
|
| /external/gtest/test/ |
| gtest_catch_exceptions_test_.cc | 45 # include <exception> // For set_terminate(). 109 throw std::runtime_error("Standard C++ exception")); 153 throw std::runtime_error("Standard C++ exception")); 169 throw std::runtime_error("Standard C++ exception"); 207 throw std::runtime_error("Standard C++ exception"); 228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); } 258 throw std::runtime_error("Standard C++ exception"); 287 throw std::runtime_error("Standard C++ exception"); 298 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
| CaseIterator.java | 40 // This exception list is generated on the console by turning on the GENERATED flag, 212 String[] exception = exceptionList[i]; typedefs 215 for (int j = 0; j < exception.length; ++j) { 216 s.add(exception[j]); typedefs 218 fromCaseFold.put(exception[0], s); 302 // It is here to generate (under the GENERATE flag) the static exception list.
|
| /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
| CaseIterator.java | 36 // This exception list is generated on the console by turning on the GENERATED flag, 208 String[] exception = exceptionList[i]; typedefs 211 for (int j = 0; j < exception.length; ++j) { 212 s.add(exception[j]); typedefs 214 fromCaseFold.put(exception[0], s); 298 // It is here to generate (under the GENERATE flag) the static exception list.
|
| /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
| CaseIterator.java | 39 // This exception list is generated on the console by turning on the GENERATED flag, 211 String[] exception = exceptionList[i]; typedefs 214 for (int j = 0; j < exception.length; ++j) { 215 s.add(exception[j]); typedefs 217 fromCaseFold.put(exception[0], s); 301 // It is here to generate (under the GENERATE flag) the static exception list.
|
| /external/libcxxabi/test/ |
| catch_ptr.pass.cpp | 16 #include <exception>
|
| /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ |
| com.badlogic.gdx.controllers.desktop.ois.Ois.cpp | 86 } catch (std::exception &ex) {
|
| /external/objenesis/tck/src/org/objenesis/tck/ |
| TCK.java | 117 catch(Exception e) { 118 reporter.exception(e);
|
| /external/parameter-framework/upstream/remote-processor/ |
| RemoteProcessorServer.cpp | 68 } catch (std::exception &e) {
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowApplication.java | 398 * @param type the type to report for the context if an exception is thrown 407 e.setStackTrace(registeredReceiver.exception.getStackTrace()); 422 e.setStackTrace(registeredReceiver.exception.getStackTrace()); 522 public Throwable exception; field in class:ShadowApplication.Wrapper 528 exception = new Throwable();
|
| /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ |
| InterpreterUninstaller.java | 27 import com.googlecode.android_scripting.exception.Sl4aException;
|
| /external/v8/build/android/pylib/results/ |
| report_results.py | 68 except Exception: # pylint: disable=broad-except 69 logging.exception('Failure while logging to %s', flakiness_server)
|
| /external/v8/src/runtime/ |
| runtime-regexp.cc | 420 result_len = kMaxInt; // Provoke exception. 496 if (global_cache.HasException()) return isolate->heap()->exception(); 500 if (global_cache.HasException()) return isolate->heap()->exception(); 537 if (global_cache.HasException()) return isolate->heap()->exception(); 570 if (global_cache.HasException()) return isolate->heap()->exception(); 574 if (global_cache.HasException()) return isolate->heap()->exception(); 611 if (global_cache.HasException()) return isolate->heap()->exception(); 874 if (global_cache.HasException()) return isolate->heap()->exception(); [all...] |
| /external/v8/test/mjsunit/ |
| debug-event-listener.js | 36 event == Debug.DebugEvent.Exception) 49 // Test debug event for handled exception. 54 // Do nothing. Ignore exception. 57 assertTrue(lastDebugEvent.event == Debug.DebugEvent.Exception);
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
| gtest_catch_exceptions_test_.cc | 45 # include <exception> // For set_terminate(). 109 throw std::runtime_error("Standard C++ exception")); 153 throw std::runtime_error("Standard C++ exception")); 169 throw std::runtime_error("Standard C++ exception"); 207 throw std::runtime_error("Standard C++ exception"); 228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); } 258 throw std::runtime_error("Standard C++ exception"); 287 throw std::runtime_error("Standard C++ exception"); 298 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
|