HomeSort by relevance Sort by last modified time
    Searched defs:ParseError (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/volley/src/main/java/com/android/volley/
ParseError.java 23 public class ParseError extends VolleyError {
24 public ParseError() { }
26 public ParseError(NetworkResponse networkResponse) {
30 public ParseError(Throwable cause) {
  /development/testrunner/
errors.py 44 class ParseError(MsgException):
  /external/deqp/executor/
xeDefs.hpp 41 class ParseError : public Error
44 ParseError (const std::string& message) : Error(message) {}
xeXMLParser.hpp 77 class ParseError : public xe::ParseError
80 ParseError (const std::string& message) : xe::ParseError(message) {}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 16 class ParseError(Exception):
35 if p.addtoken(...): # parse a token; may raise ParseError
51 the ParseError exception. There is no error recovery; the parser
155 raise ParseError("too much input",
159 raise ParseError("bad input", type, value, context)
172 raise ParseError("bad token", type, value, context)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 16 class ParseError(Exception):
35 if p.addtoken(...): # parse a token; may raise ParseError
51 the ParseError exception. There is no error recovery; the parser
155 raise ParseError("too much input",
159 raise ParseError("bad input", type, value, context)
172 raise ParseError("bad token", type, value, context)
  /external/llvm/lib/Support/
SpecialCaseList.cpp 60 std::string ParseError;
61 if (!SCL->parse(FileOrErr.get().get(), ParseError)) {
62 Error = (Twine("error parsing file '") + Path + "': " + ParseError).str();
  /external/deqp/scripts/log/
log_parser.py 66 class ParseError(Exception):
125 self.parseError("Invalid #sessionInfo")
131 self.parseError("Invalid #beginTestCaseResult")
136 self.parseError("Invalid #endTestCaseResult")
142 self.parseError("Invalid #terminateTestCaseResult")
168 self.parseError("Expected 1 <Result>, found %d" % len(resultItems))
178 def parseError (self, message):
179 raise ParseError(self.filename, self.curLine, message)
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 14 class ParseError(Exception):
395 raise ParseError("multiple values for scalar key: %r" % key)
401 raise ParseError("missing value for required string: %r" % key)
409 raise ParseError("invalid value(%r) for boolean property: %r" % (
416 raise ParseError("missing value for required boolean: %r" % key)
469 except ParseError:
  /frameworks/base/media/mca/
structgen.py 98 class ParseError:
235 raise ParseError(lineno, "Unknown field type '%s'!" % typestr)
238 raise ParseError(lineno, "Unknown command: '%s'!" % cmd)
244 raise ParseError(lineno, "Required field '@name' missing!")
246 raise ParseError(lineno, "Required field '@package' missing!")
248 raise ParseError(lineno, "Required field '@libname' missing!")
257 raise ParseError(lineno, "Not enough arguments specifed for command '%s'! Expected %d, " \
260 raise ParseError(lineno, "Too many arguments specifed for command '%s'! Expected %d, " \
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
ecmametadatapass.py 28 class ParseError(Exception):
222 ParseError: If the root context is popped.
230 raise ParseError(self._token)
261 ParseError: When the token appears in an invalid context.
424 except ParseError:
  /external/nanopb-c/generator/google/protobuf/
text_format.py 54 class ParseError(Exception):
154 ParseError: On ASCII parsing problems.
169 ParseError: In case of ASCII parsing problems.
250 ParseError: In case of ASCII parsing problems.
375 ParseError: If the text couldn't be consumed.
387 ParseError: If an identifier couldn't be consumed.
402 ParseError: If a signed 32bit integer couldn't be consumed.
418 ParseError: If an unsigned 32bit integer couldn't be consumed.
434 ParseError: If a signed 64bit integer couldn't be consumed.
450 ParseError: If an unsigned 64bit integer couldn't be consumed
    [all...]
  /external/protobuf/python/google/protobuf/
text_format.py 64 class ParseError(Error):
225 ParseError: On ASCII parsing problems.
243 ParseError: On ASCII parsing problems.
263 ParseError: On ASCII parsing problems.
279 ParseError: On ASCII parsing problems.
296 ParseError: On ASCII parsing problems.
313 ParseError: In case of ASCII parsing problems.
404 ParseError: In case of ASCII parsing problems.
541 ParseError: If the text couldn't be consumed.
553 ParseError: If an identifier couldn't be consumed
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 21 from ..pgen2.parse import ParseError
41 except ParseError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 21 from ..pgen2.parse import ParseError
41 except ParseError:
  /external/clang/include/clang/Format/
Format.h 31 enum class ParseError { Success = 0, Error, Unsuitable };
38 std::error_code make_error_code(ParseError e);
594 struct is_error_code_enum<clang::format::ParseError> : std::true_type {};
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 64 "parse", "ParseError",
138 class ParseError(SyntaxError):
642 # @exception ParseError If the parser fails to parse the document.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 64 "parse", "ParseError",
138 class ParseError(SyntaxError):
642 # @exception ParseError If the parser fails to parse the document.
    [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 103 bool ParseError;
107 ParseStatementInfo() : Opcode(~0U), ParseError(false), AsmRewrites(nullptr) {}
109 : Opcode(~0), ParseError(false), AsmRewrites(rewrites) {}
    [all...]
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 

Completed in 534 milliseconds

1 2