HomeSort by relevance Sort by last modified time
    Searched refs:ErrorHandler (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 102 final ErrorHandler errorHandler;
113 private ParseState(Data output, LineNumberReader lineReader, ErrorHandler errorHandler,
117 this.errorHandler = errorHandler;
129 ErrorHandler errorHandler, ResourceLoader resourceLoader, NewHdfParser hdfParser,
138 return new ParseState(output, new LineNumberReader(reader), errorHandler, resourceLoader,
145 originalState.errorHandler, originalState.resourceLoader, originalState.hdfParser
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 78 public void setErrorHandler(ErrorHandler h)
  /external/cldr/tools/java/org/unicode/cldr/util/
XMLFileReader.java 23 import org.xml.sax.ErrorHandler;
174 private class MyContentHandler implements ContentHandler, LexicalHandler, DeclHandler, ErrorHandler {
320 * @see org.xml.sax.ErrorHandler#error(org.xml.sax.SAXParseException)
330 * @see org.xml.sax.ErrorHandler#fatalError(org.xml.sax.SAXParseException)
340 * @see org.xml.sax.ErrorHandler#warning(org.xml.sax.SAXParseException)
  /external/syzkaller/pkg/ast/
parser_test.go 62 errorHandler := func(pos Pos, msg string) {
65 Parse([]byte(test.input), "foo", errorHandler)
109 desc := Parse(em.Data, name, em.ErrorHandler)
test_util.go 66 func (em *ErrorMatcher) ErrorHandler(pos Pos, msg string) {
scanner.go 91 errorHandler ErrorHandler
104 func newScanner(data []byte, filename string, errorHandler ErrorHandler) *scanner {
105 if errorHandler == nil {
106 errorHandler = LoggingHandler
111 errorHandler: errorHandler,
118 type ErrorHandler func(pos Pos, msg string)
264 s.errorHandler(pos, fmt.Sprintf(msg, args...)
    [all...]
parser.go 17 func Parse(data []byte, filename string, errorHandler ErrorHandler) *Description {
18 p := &parser{s: newScanner(data, filename, errorHandler)}
50 func ParseGlob(glob string, errorHandler ErrorHandler) *Description {
51 if errorHandler == nil {
52 errorHandler = LoggingHandler
56 errorHandler(Pos{}, fmt.Sprintf("failed to find input files: %v", err))
60 errorHandler(Pos{}, fmt.Sprintf("no files matched by glob %q", glob))
67 errorHandler(Pos{}, fmt.Sprintf("failed to read input file: %v", err)
    [all...]
  /external/python/cpython3/Lib/test/
test_wsgiref.py 520 class ErrorHandler(BaseCGIHandler):
535 class TestHandler(ErrorHandler):
649 h = ErrorHandler()
657 h = ErrorHandler()
674 h = ErrorHandler()
754 h = ErrorHandler()
  /external/webrtc/webrtc/base/
x11windowpicker.cc 93 static int ErrorHandler(Display* display, XErrorEvent* e) {
104 original_error_handler_ = XSetErrorHandler(&ErrorHandler);
111 if (handler != &ErrorHandler) {
  /external/syzkaller/pkg/compiler/
consts.go 28 func ExtractConsts(desc *ast.Description, target *targets.Target, eh ast.ErrorHandler) map[string]*ConstInfo {
270 func DeserializeConsts(data []byte, file string, eh ast.ErrorHandler) map[string]uint64 {
313 func DeserializeConstsGlob(glob string, eh ast.ErrorHandler) map[string]uint64 {
compiler.go 47 func Compile(desc *ast.Description, consts map[string]uint64, target *targets.Target, eh ast.ErrorHandler) *Prog {
116 eh ast.ErrorHandler
  /external/tensorflow/tensorflow/core/grappler/
mutable_graph_view.cc 255 using ErrorHandler = std::function<Status(absl::string_view)>;
257 ErrorHandler UpdateFanoutsError(absl::string_view from_node_name,
266 Status CheckFaninIsRegular(const TensorId& fanin, ErrorHandler handler) {
274 Status CheckFaninIsValid(const TensorId& fanin, ErrorHandler handler) {
283 const TensorId& fanin, ErrorHandler handler) {
292 const TensorId& fanin, ErrorHandler handler) {
305 ErrorHandler handler) {
312 Status CheckPortRange(int port, int min, int max, ErrorHandler handler) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
xmlreader.py 28 self._err_handler = handler.ErrorHandler()
59 "Returns the current ErrorHandler."
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
xmlreader.py 28 self._err_handler = handler.ErrorHandler()
59 "Returns the current ErrorHandler."
expatreader.py 413 p.setErrorHandler(xml.sax.ErrorHandler())
  /external/deqp/scripts/log/
bottleneck_report.py 129 class LogErrorHandler(xml.sax.handler.ErrorHandler) :
log_to_xml.py 85 class LogErrorHandler(xml.sax.handler.ErrorHandler):
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java 112 hdfParser.parse(new StringReader(content), data, new Parser.ErrorHandler() {
  /external/python/cpython2/Lib/xml/sax/
xmlreader.py 28 self._err_handler = handler.ErrorHandler()
59 "Returns the current ErrorHandler."
  /external/python/cpython3/Lib/xml/sax/
xmlreader.py 28 self._err_handler = handler.ErrorHandler()
59 "Returns the current ErrorHandler."
  /external/google-fruit/include/fruit/impl/
component_functors.defn.h     [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
QuickCheck.java 34 import org.xml.sax.ErrorHandler;
133 static class MyErrorHandler implements ErrorHandler {
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 39 private ErrorHandler theErrorHandler = this;
431 public void setErrorHandler (ErrorHandler handler) {
435 public ErrorHandler getErrorHandler () {
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java 30 import org.xml.sax.ErrorHandler;
401 ErrorHandler nullHandler = new ErrorHandler() {
    [all...]

Completed in 1392 milliseconds

1 23 4 5