HomeSort by relevance Sort by last modified time
    Searched full:throw (Results 1476 - 1500 of 5185) sorted by null

<<51525354555657585960>>

  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
catchguard-002-n.js 36 throw EXCEPTION_DATA;
catchguard-002.js 39 throw EXCEPTION_DATA;
catchguard-003-n.js 38 throw EXCEPTION_DATA;
  /external/webkit/JavaScriptCore/wtf/wince/
FastMallocWince.h 74 static inline void* operator new(size_t s, const std::nothrow_t&) throw() { return fastMalloc(s); }
75 static inline void operator delete(void* p, const std::nothrow_t&) throw() { fastFree(p); }
76 static inline void* operator new[](size_t s, const std::nothrow_t&) throw() { return fastMalloc(s); }
77 static inline void operator delete[](void* p, const std::nothrow_t&) throw() { fastFree(p); }
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
argument-types.js 7 testPassed(expression + " did not throw exception.");
9 testFailed(expression + " should not throw exception. Threw exception " + e);
28 throw new Error('valueOf threw exception');
31 throw new Error('enableHighAccuracy getter exception');
callback-exception.js 22 throw new Error('Exception in success callback');
  /external/webkit/WebCore/bindings/js/
JSClipboardCustom.cpp 80 // FIXME: It does not match the rest of the JS bindings to throw on invalid number of arguments.
86 // FIXME: It does not match the rest of the JS bindings to throw on invalid number of arguments.
104 // FIXME: It does not match the rest of the JS bindings to throw on invalid number of arguments.
118 // FIXME: It does not match the rest of the JS bindings to throw on invalid number of arguments.
  /frameworks/base/awt/javax/imageio/spi/
ImageReaderSpi.java 57 throw new UnsupportedOperationException("Not supported yet");
127 throw new NullPointerException("input types array cannot be NULL or empty");
191 throw new UnsupportedOperationException("Not supported yet");
202 throw new UnsupportedOperationException("Not supported yet");
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
NativeEventThread.java 70 throw new RuntimeException(e);
  /frameworks/base/core/java/android/app/backup/
BackupDataOutput.java 69 if (fd == null) throw new NullPointerException();
72 throw new RuntimeException("Native initialization failed with fd=" + fd);
90 throw new IOException("result=0x" + Integer.toHexString(result));
106 throw new IOException("result=0x" + Integer.toHexString(result));
  /frameworks/base/core/java/android/net/
WebAddress.java 34 * schemes. It will only throw a ParseException if the input is
67 throw new NullPointerException();
93 throw new ParseException("Bad port");
109 throw new ParseException("Bad address");
  /frameworks/base/core/java/android/preference/
PreferenceCategory.java 46 throw new IllegalArgumentException(
  /frameworks/base/core/java/com/android/internal/os/
AndroidPrintStream.java 39 throw new NullPointerException("tag");
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalProvider.java 101 throw new IllegalArgumentException("Unknown URL " + url);
126 throw new IllegalArgumentException("Unknown URL");
144 throw new UnsupportedOperationException(
161 throw new UnsupportedOperationException("delete not supported");
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithOnItemSelectedAction.java 37 throw new IllegalStateException("something is fishy... the selected postion does not " +
  /frameworks/base/graphics/java/android/graphics/
ColorMatrixColorFilter.java 40 throw new ArrayIndexOutOfBoundsException();
DashPathEffect.java 36 throw new ArrayIndexOutOfBoundsException();
EmbossMaskFilter.java 31 throw new ArrayIndexOutOfBoundsException();
Interpolator.java 89 throw new IndexOutOfBoundsException();
92 throw new ArrayStoreException();
95 throw new ArrayStoreException();
138 throw new ArrayStoreException();
RegionIterator.java 39 throw new NullPointerException("The Rect must be provided");
TableMaskFilter.java 26 throw new RuntimeException("table.length must be >= 256");
  /frameworks/base/media/libdrm/mobile2/include/util/xml/
XMLDocumentImpl.h 42 virtual ElementImpl* createElement(const DOMString* tagName) const throw (DOMException);
  /frameworks/base/media/libdrm/mobile2/src/util/domcore/
DocumentImpl.cpp 34 ElementImpl* DocumentImpl::createElement(const DOMString* tagName) const throw (DOMException)
  /frameworks/base/media/libdrm/mobile2/src/util/xml/
XMLDocumentImpl.cpp 35 ElementImpl* XMLDocumentImpl::createElement(const DOMString* tagName) const throw (DOMException)
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 178 throw new IllegalStateException(
191 throw new IllegalStateException(
202 throw new UnknownHostException(addrString);
212 throw new UnknownHostException(addrString);
242 throw new IllegalStateException(
247 throw new IllegalStateException(
282 throw new SecurityException("Requires SHUTDOWN permission");
300 throw new IllegalStateException(
307 throw new IllegalStateException(String.format("Unexpected response code %d", code));
310 throw new IllegalStateException("Got an empty response")
    [all...]

Completed in 397 milliseconds

<<51525354555657585960>>