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

<<41424344454647484950>>

  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
RP.py 16 import dns.exception namespace
66 raise dns.exception.FormError
70 raise dns.exception.FormError
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/IN/
PX.py 18 import dns.exception namespace
70 raise dns.exception.FormError
78 raise dns.exception.FormError
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
awsqueryservice.py 7 import boto.exception namespace
10 class NoCredentialsError(boto.exception.BotoClientError):
47 except boto.exception.NoAuthHandlerFound:
  /external/deqp/framework/delibs/decpp/
deUniquePtr.cpp 26 #include <exception>
87 // Exception test.
95 throw std::exception();
97 catch (const std::exception&)
  /external/droiddriver/src/io/appium/droiddriver/scroll/
StepBasedScroller.java 100 ElementNotFoundException exception = new ElementNotFoundException(itemFinder); local
106 Logs.logfmt(Log.WARN, exception, "Scrolled %s %d times; ScrollStepStrategy=%s",
115 throw exception;
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
AbstractIteratorTest.java 73 fail("no exception thrown");
160 public void testSneakyThrow() throws Exception {
174 // The first time, the sneakily-thrown exception comes out
177 fail("No exception thrown");
178 } catch (Exception e) {
187 fail("No exception thrown");
193 final SomeUncheckedException exception = new SomeUncheckedException(); local
196 throw exception;
203 fail("No exception thrown");
205 assertSame(exception, e)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractIteratorTest.java 76 fail("no exception thrown");
174 public void testSneakyThrow() throws Exception {
188 // The first time, the sneakily-thrown exception comes out
191 fail("No exception thrown");
192 } catch (Exception e) {
201 fail("No exception thrown");
207 final SomeUncheckedException exception = new SomeUncheckedException(); local
210 throw exception;
217 fail("No exception thrown");
219 assertSame(exception, e)
    [all...]
  /external/libcxx/src/
exception.cpp 1 //===------------------------ exception.cpp -------------------------------===//
12 #include "exception"
99 // handler should not throw exception
100 fprintf(stderr, "terminate_handler unexpectedly threw an exception\n");
134 exception::~exception() _NOEXCEPT
138 const char* exception::what() const _NOEXCEPT
140 return "std::exception";
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtApplication.java 196 error("GwtApplication", "exception: " + t.getMessage(), t);
207 error("GwtApplication", "exception: " + t.getMessage(), t);
319 public void log (String tag, String message, Throwable exception) {
322 log.setText(log.getText() + "\n" + tag + ": " + message + "\n" + getMessages(exception) + "\n");
324 System.out.println(tag + ": " + message + "\n" + exception.getMessage());
325 System.out.println(getStackTrace(exception));
340 public void error (String tag, String message, Throwable exception) {
343 log.setText(log.getText() + "\n" + tag + ": " + message + "\n" + getMessages(exception) + "\n");
345 System.err.println(tag + ": " + message + "\n" + exception.getMessage() + "\n");
346 System.out.println(getStackTrace(exception));
    [all...]
  /external/v8/test/mjsunit/
debug-scripts-request.js 35 exception = false;
97 exception = e
109 "listener did not run to completion, exception: " + exception);
110 assertFalse(exception, "exception in listener")
debug-set-script-source.js 34 var exception = null; variable
44 exception = e;
62 assertEquals("illegal access", exception);
debug-stepnext-do-while.js 32 var exception = null;
56 exception = e;
75 assertNull(exception);
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
TextViewAssertions.java 105 public void check(View view, NoMatchingViewException exception) {
151 public void check(View view, NoMatchingViewException exception) {
188 public void check(View view, NoMatchingViewException exception) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
String2Test.java 82 boolean exception = false;
86 exception = true;
88 assertTrue("Did not throw exception", exception);
106 public void test_Constructor$BIILjava_lang_String() throws Exception {
118 public void test_Constructor$BLjava_lang_String() throws Exception {
142 boolean exception = false;
146 exception = true;
148 assertTrue("Did not throw exception", exception);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ServerSocketChannelTest.java 52 protected void setUp() throws Exception {
58 protected void tearDown() throws Exception {
62 } catch (Exception e) {
70 } catch (Exception e) {
114 public void test_bind_null() throws Exception {
129 public void test_bind_failure() throws Exception {
145 public void test_bind_closed() throws Exception {
158 public void test_bind_explicitPort() throws Exception {
251 public void testSocket_Block_BeforeClose() throws Exception {
267 public void testSocket_NonBlock_BeforeClose() throws Exception {
526 IOException exception; field in class:ServerSocketChannelTest.WriteChannelThread
594 IOException exception; field in class:ServerSocketChannelTest.WriteSocketThread
    [all...]
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserFactory.java 140 ArrayList<Exception> exceptions = null;
143 exceptions = new ArrayList<Exception>();
164 ArrayList<Exception> exceptions = null;
167 exceptions = new ArrayList<Exception>();
188 ArrayList<Exception> exceptions) {
192 XmlPullParserException exception = new XmlPullParserException(message); local
193 for (Exception ex : exceptions) {
194 exception.addSuppressed(ex);
197 return exception;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 1 //===------------------------ exception.cpp -------------------------------===//
12 #include "exception"
99 // handler should not throw exception
100 printf("terminate_handler unexpectedly threw an exception\n");
128 exception::~exception() _NOEXCEPT
132 const char* exception::what() const _NOEXCEPT
134 return "std::exception";
  /external/ImageMagick/www/api/
animate.php 59 <p>AnimateImages() repeatedly displays an image sequence to any X window screen. It returns a value other than 0 if successful. Check the exception member of image to determine the reason for any failure.</p>
65 Image *images,ExceptionInfo *exception)
83 <dt>exception</dt>
cache-view.php 59 <p>AcquireAuthenticCacheView() acquires an authentic view into the pixel cache. It always succeeds but may return a warning or informational exception.</p>
65 ExceptionInfo *exception)
79 <dt>exception</dt>
86 <p>AcquireVirtualCacheView() acquires a virtual view into the pixel cache, using the VirtualPixelMethod that is defined within the given image itself. It always succeeds but may return a warning or informational exception.</p>
92 ExceptionInfo *exception)
106 <dt>exception</dt>
164 const size_t rows,ExceptionInfo *exception)
182 <dt>exception</dt>
352 const size_t columns,const size_t rows,ExceptionInfo *exception)
370 <dt>exception</dt
    [all...]
draw.php 124 const AffineMatrix *affine,ExceptionInfo *exception)
146 <dt>exception</dt>
159 const char *name,ExceptionInfo *exception)
181 <dt>exception</dt>
194 ExceptionInfo *exception)
212 <dt>exception</dt>
225 const DrawInfo *draw_info,ExceptionInfo *exception)
243 <dt>exception</dt>
256 const char *name,Image **pattern,ExceptionInfo *exception)
282 <dt>exception</dt
    [all...]
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidDaydream.java 193 } catch (Exception e) {
342 public void debug (String tag, String message, Throwable exception) {
344 Log.d(tag, message, exception);
354 public void log (String tag, String message, Throwable exception) {
355 if (logLevel >= LOG_INFO) Log.i(tag, message, exception);
364 public void error (String tag, String message, Throwable exception) {
365 if (logLevel >= LOG_ERROR) Log.e(tag, message, exception);
AndroidLiveWallpaper.java 269 public void debug (String tag, String message, Throwable exception) {
271 Log.d(tag, message, exception);
281 public void log (String tag, String message, Throwable exception) {
282 if (logLevel >= LOG_INFO) Log.i(tag, message, exception);
291 public void error (String tag, String message, Throwable exception) {
292 if (logLevel >= LOG_ERROR) Log.e(tag, message, exception);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SeekableXZInputStream.java 173 * Pending exception from an earlier error.
175 private IOException exception = null; field in class:SeekableXZInputStream
376 // already needed so we need to recreate the exception.
635 * will immediately throw the pending exception.</li>
636 * <li>An exception is thrown.</li>
664 if (exception != null)
665 throw exception;
701 exception = e;
724 if (exception != null)
725 throw exception;
    [all...]
  /external/v8/test/mjsunit/compiler/
debug-catch-prediction.js 9 // 1) try-catch : Will always catch the exception.
10 // 2) try-finally : Will always re-throw the exception.
18 if (event == Debug.DebugEvent.Exception) {
19 log.push([event_data.exception(), event_data.uncaught()]);
  /external/v8/test/mjsunit/regress/
regress-1130.js 33 var exception = false; variable
37 exception = true;
40 assertTrue(exception);

Completed in 1611 milliseconds

<<41424344454647484950>>