HomeSort by relevance Sort by last modified time
    Searched full:raise (Results 126 - 150 of 567) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/WebCore/bindings/objc/
ExceptionHandlers.mm 76 [exception raise];
  /external/webkit/WebCore/storage/
SQLResultSet.cpp 52 // If the query didn't result in any rows being added, raise an INVALID_ACCESS_ERR exception
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
__init__.py 65 raise NotImplementedError('unsupported port: %s' % port_to_use)
websocket_server.py 132 raise PyWebSocketNotStarted('%s is already running.' %
216 raise PyWebSocketNotStarted(
222 raise PyWebSocketNotStarted(
241 raise PyWebSocketNotFound(
  /external/webkit/WebKitTools/Scripts/webkitpy/
networktransaction.py 58 raise NetworkTimeout()
executive.py 110 raise ScriptError(script_args=args,
130 raise error
webkitport.py 57 raise NotImplementedError("subclasses must implement")
61 raise NotImplementedError("subclasses must implement")
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
abstractstep.py 69 raise NotImplementedError, "subclasses must implement"
  /external/webkit/WebKitTools/pywebsocket/test/
test_util.py 46 a = 1 / 0 # Intentionally raise exception.
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
RequestFocusTest.java 90 fail("requestFocus from wrong thread should raise exception.");
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 763 * @throws SAXException The application may raise an
785 * @throws SAXException The application may raise an exception.
817 * @throws SAXException The application may raise an exception.
838 * @throws SAXException The application may raise an exception.
860 * @throws SAXException The application may raise an exception.
878 * @throws SAXException The application may raise an exception.
903 * @throws SAXException The application may raise an exception.
933 * @throws SAXException The application may raise an exception.
965 * @throws SAXException The application may raise an exception.
991 * @throws SAXException The application may raise an exception
    [all...]
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
createAttributeNS03.java 35 * Document should raise INVALID_CHARACTER_ERR DOMException
40 * Method should raise INVALID_CHARACTER_ERR DOMException for all
createDocument06.java 35 * DOMImplementation should raise NAMESPACE_ERR DOMException
43 * "http://www.w3.org/XML/1998/namespace"). Method should raise
createDocumentType02.java 35 * DOMImplementation should raise INVALID_CHARACTER_ERR DOMException if
40 * from illegalChars[]. Method should raise INVALID_CHARACTER_ERR
createElementNS03.java 35 * Document should raise INVALID_CHARACTER_ERR DOMException if
40 * Method should raise INVALID_CHARACTER_ERR DOMException for all characters
setNamedItemNS01.java 35 * NamedNodeMap should raise INUSE_ATTRIBUTE_ERR DOMException if
41 * arg being the attr node from above. Method should raise
setNamedItemNS02.java 35 * NamedNodeMap should raise WRONG_DOCUMENT_ERR DOMException if arg was
42 * Method should raise WRONG_DOCUMENT_ERR DOMException.
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
image_diff.py 69 raise
143 raise
  /external/zlib/contrib/ada/
mtest.adb 67 raise Program_Error;
126 raise Program_Error;
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 81 * Unlike glTexImage2D() bitmap cannot be null and will raise an exception
155 * Unlike glTexSubImage2D() bitmap cannot be null and will raise an exception
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 188 raise JetFileException('Track number %d of out of range for clip' % jet_event.track_num)
190 raise JetFileException('Channel number %d of out of range for clip' % jet_event.channel_num)
192 raise JetFileException('event_id %d of out of range for clip' % jet_event.event_id)
216 raise JetFileException('Track number %d of out of range for end marker' % jet_event.track_num)
218 raise JetFileException('Channel number %d of out of range for end marker' % jet_event.channel_num)
232 raise JetFileException('Track number %d of out of range for app marker' % jet_event.track_num)
234 raise JetFileException('Channel number %d of out of range for app marker' % jet_event.channel_num)
236 raise JetFileException('EventID %d out of range for application controller' % jet_event.event_id)
277 raise JetFileException('No output filename in configuration file')
366 #raise JetFileException('No segments defined in configuration file')
    [all...]
  /build/tools/releasetools/
common.py 160 raise ExternalError("failed to unzip input target-files \"%s\"" %
231 raise ExternalError("signapk.jar failed: return code %s" % (p.returncode,))
237 raise ExternalError("zipalign failed: return code %s" % (p.returncode,))
243 any, for the given target. Raise exception if the data is too big.
252 raise ExternalError(msg)
279 raise ValueError("failed to parse line from apkcerts.txt:\n" + line)
395 raise RuntimeError("key passwords unavailable")
amend_generator.py 46 raise ValueError("don't know root for \"%s\"" % (fn,))
160 raise ValueError("bad patches given to ApplyPatch")
222 raise ExternalError("unable to include binary %s: %s" % (i, e))
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 441 * @exception SAXException The client may raise a
458 * @exception SAXException The client may raise a
479 * @exception SAXException The client may raise a
609 * @exception SAXException The client may raise a
646 * @exception SAXException The client may raise a
666 * @exception SAXException The client may raise a
685 * @exception SAXException The client may raise a
  /external/v8/tools/
js2c.py 100 raise ("Eval disallowed in natives: %s" % file)
103 raise ("With statements disallowed in natives: %s" % file)
198 raise ("Illegal line: " + line)

Completed in 427 milliseconds

1 2 3 4 56 7 8 91011>>