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

1 2 3

  /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) {}
xeContainerFormatParser.hpp 47 class ContainerParseError : public ParseError
50 ContainerParseError (const std::string& message) : ParseError(message) {}
xeTestResultParser.hpp 47 class TestResultParseError : public ParseError
50 TestResultParseError (const std::string& message) : ParseError(message) {}
xeXMLParser.hpp 77 class ParseError : public xe::ParseError
80 ParseError (const std::string& message) : xe::ParseError(message) {}
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
JsonArrayRequest.java 20 import com.android.volley.ParseError;
68 return Response.error(new ParseError(e));
70 return Response.error(new ParseError(je));
JsonObjectRequest.java 20 import com.android.volley.ParseError;
71 return Response.error(new ParseError(e));
73 return Response.error(new ParseError(je));
ImageRequest.java 26 import com.android.volley.ParseError;
162 return Response.error(new ParseError(e));
211 return Response.error(new ParseError(response));
  /development/testrunner/test_defs/
test_defs.py 52 ParseError if file_path cannot be parsed
59 raise errors.ParseError
62 raise errors.ParseError
63 except errors.ParseError, e:
70 # TODO: catch exceptions and raise ParseError
87 raise errors.ParseError(msg=error_msg)
128 ParseError if xml format is not recognized
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /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...]
  /development/testrunner/coverage/
coverage_targets.py 61 errors.ParseError if file_path cannot be parsed
68 raise errors.ParseError
71 raise errors.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/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...]
  /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:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 66 except pgen2.parse.ParseError, err:
67 print "ParseError:", err
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 66 except pgen2.parse.ParseError, err:
67 print "ParseError:", err
  /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/protobuf/python/google/protobuf/internal/
text_format_test.py 410 self.assertRaises(text_format.ParseError, text_format.Parse, text, message)
416 text_format.ParseError,
425 text_format.ParseError,
434 text_format.ParseError,
439 text_format.ParseError,
448 text_format.ParseError, '1:16 : Expected ">".',
453 text_format.ParseError, '1:16 : Expected "}".',
473 text_format.ParseError,
481 text_format.ParseError,
490 text_format.ParseError,
    [all...]
  /external/clang/include/clang/Format/
Format.h 31 enum class ParseError { Success = 0, Error, Unsuitable };
38 std::error_code make_error_code(ParseError e);
787 struct is_error_code_enum<clang::format::ParseError> : std::true_type {};

Completed in 695 milliseconds

1 2 3