HomeSort by relevance Sort by last modified time
    Searched defs:setErrorHandler (Results 26 - 50 of 206) sorted by null

12 3 4 5 6 7 8 9

  /frameworks/rs/cpp/
RenderScript.cpp 276 void RS::setErrorHandler(ErrorHandlerFunc_t func) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
MockReader.java 107 public void setErrorHandler(ErrorHandler handler) {
  /tools/tradefederation/core/src/com/android/tradefed/util/xml/
AndroidManifestWriter.java 122 docBuilder.setErrorHandler(new DefaultHandler());
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLFilterImpl.java 304 public void setErrorHandler (ErrorHandler handler)
702 parent.setErrorHandler(this);
XMLReaderAdapter.java 175 * @see org.xml.sax.Parser#setErrorHandler
177 public void setErrorHandler (ErrorHandler handler)
179 xmlReader.setErrorHandler(handler);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
xmlreader.py 62 def setErrorHandler(self, handler):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
xmlreader.py 62 def setErrorHandler(self, handler):
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Connector.java 80 public void setErrorHandler(ConnectionErrorHandler errorHandler) {
Interface.java 50 public void setErrorHandler(ConnectionErrorHandler errorHandler);
150 public void setErrorHandler(ConnectionErrorHandler errorHandler) {
373 router.setErrorHandler(handlers);
398 router.setErrorHandler(impl);
RouterImpl.java 211 * @see Router#setErrorHandler(ConnectionErrorHandler)
214 public void setErrorHandler(ConnectionErrorHandler errorHandler) {
215 mConnector.setErrorHandler(errorHandler);
  /external/python/cpython2/Lib/xml/sax/
xmlreader.py 62 def setErrorHandler(self, handler):
  /external/python/cpython3/Lib/xml/sax/
xmlreader.py 62 def setErrorHandler(self, handler):
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 78 public void setErrorHandler(ErrorHandler h)
80 xmlReader.setErrorHandler(h);
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java 189 public void setErrorHandler(ErrorHandler handler) {
  /libcore/ojluni/src/main/java/java/util/
XMLUtils.java 104 db.setErrorHandler(new EH());
  /libcore/ojluni/src/main/java/java/util/prefs/
XmlSupport.java 260 db.setErrorHandler(new EH());
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
xmlreader.py 62 def setErrorHandler(self, handler):
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
xmlreader.py 62 def setErrorHandler(self, handler):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 62 def setErrorHandler(self, handler):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 62 def setErrorHandler(self, handler):
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
GTestXmlResultParser.java 94 db.setErrorHandler(new DefaultHandler());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DocumentBuilderTest.java 110 * @see javax.xml.parsers.DocumentBuilder#setErrorHandler(
114 public void setErrorHandler(ErrorHandler eh) {
558 db.setErrorHandler(handler);
579 db.setErrorHandler(handler);
595 db.setErrorHandler(null);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 147 eventsource.setErrorHandler(this); // to report fatal errors in filtering mode
  /external/libxml2/python/
libxml.py 659 def setErrorHandler(self,f,arg):
667 """Return (f,arg) as previously registered with setErrorHandler
732 def SetErrorHandler(self,f,arg):
743 """Return (f,arg) as previously registered with setErrorHandler
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 363 public void setErrorHandler(ErrorHandler handler) {

Completed in 654 milliseconds

12 3 4 5 6 7 8 9