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

1 2 3 4 5 6

  /external/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/ImageMagick/Magick++/demo/
zoom.cpp 27 static void ParseError (int position, char **argv)
68 ParseError(argv_index,argv);
112 ParseError(argv_index,argv);
124 ParseError(argv_index,argv);
137 ParseError(argv_index,argv);
142 ParseError(argv_index,argv);
146 ParseError(argv_index,argv);
150 ParseError(argv_index,argv);
  /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) {}
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
run_parser.py 15 from mojom.parse.parser import Parse, ParseError
28 except ParseError, e:
parser_unittest.py 65 parser.ParseError,
80 parser.ParseError,
97 parser.ParseError,
109 parser.ParseError,
126 parser.ParseError,
210 parser.ParseError,
223 parser.ParseError,
236 parser.ParseError,
252 parser.ParseError,
267 parser.ParseError,
    [all...]
  /external/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));
  /external/protobuf/python/google/protobuf/
json_format.py 76 class ParseError(Error):
293 raise ParseError('Failed to load JSON: duplicate key {0}.'.format(name))
309 ParseError: On JSON parsing problems.
319 raise ParseError('Failed to load JSON: {0}.'.format(str(e)))
332 ParseError: In case of problems converting.
340 raise ParseError(
344 raise ParseError(
352 raise ParseError('Message type "{0}" should not have multiple "{1}" '
369 raise ParseError('repeated field {0} must be in [] which is '
378 raise ParseError('null is not allowed to be used as an element
    [all...]
  /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
  /external/protobuf/ruby/lib/google/
protobuf.rb 39 class ParseError < Error; end
  /external/swiftshader/third_party/subzero/unittest/
IceParseInstsTest.cpp 27 // The ParseError constant is passed to the BitcodeMunger to prevent translation
29 constexpr bool ParseError = true;
68 EXPECT_FALSE(Munger.runTest(ParseError));
74 EXPECT_DEATH(Munger.runTest(ParseError), ".*ERROR: Unable to continue.*");
124 EXPECT_FALSE(Munger.runTest(ARRAY(Align30), ParseError));
179 EXPECT_FALSE(Munger.runTest(ARRAY(Align0), ParseError));
192 EXPECT_FALSE(Munger.runTest(ARRAY(Align4), ParseError));
205 EXPECT_FALSE(Munger.runTest(ARRAY(Align29), ParseError));
218 EXPECT_FALSE(Munger.runTest(ARRAY(Align30), ParseError));
261 EXPECT_FALSE(Munger.runTest(ARRAY(Align0), ParseError));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
ParseInf.c 229 BOOLEAN ParseError;
250 ParseError = FALSE;
309 ParseError = TRUE;
325 !ParseError &&
339 if (ParseError) {
383 BOOLEAN ParseError;
402 ParseError = FALSE;
454 ParseError = TRUE;
470 !ParseError &&
484 if (ParseError) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/python/cpython2/Lib/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/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)
  /external/protobuf/conformance/
conformance_ruby.rb 48 rescue Google::Protobuf::ParseError => err
56 rescue Google::Protobuf::ParseError => err
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
parser.py 37 class ParseError(Error):
80 raise ParseError(self.filename,
84 raise ParseError(
94 raise ParseError(self.filename,
305 raise ParseError(self.filename, "Invalid handle type %r:" % p[3],
318 raise ParseError(self.filename, "Fixed array size %d invalid:" % value,
343 raise ParseError(self.filename, "Ordinal value %d too large:" % value,
427 raise ParseError(self.filename, "Unexpected end of file")
429 raise ParseError(self.filename, "Unexpected %r:" % e.value, lineno=e.lineno,

Completed in 1628 milliseconds

1 2 3 4 5 6