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

1 2 3

  /frameworks/volley/src/com/android/volley/
ParseError.java 26 public class ParseError extends VolleyError {
27 public ParseError() { }
29 public ParseError(NetworkResponse networkResponse) {
33 public ParseError(Throwable cause) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.h 63 ParseError* error);
71 ParseError* error);
76 ParseError* error);
sessionclient.h 37 struct ParseError;
46 ParseError* error) = 0;
73 ParseError* error) = 0;
parsing.h 34 #include "talk/xmllite/xmlelement.h" // Needed to delete ParseError.extra.
43 struct ParseError {
50 ParseError() : extra(NULL) {}
52 ~ParseError() {
71 bool BadParse(const std::string& text, ParseError* err);
96 ParseError* error);
100 ParseError* error);
rawtransport.h 50 ParseError* error);
68 ParseError* error);
sessionmessages.h 42 struct ParseError;
206 ParseError* error);
211 ParseError* error);
220 ParseError* error);
233 ParseError* error);
244 ParseError* error);
256 ParseError* error);
263 SessionNotify* notify, ParseError* error);
265 SessionUpdate* update, ParseError* error);
transport.h 69 struct ParseError;
89 ParseError* error) = 0;
102 ParseError* error);
179 ParseError* error);
sessionmessages.cc 161 ParseError* error) {
177 ParseError* error) {
199 ParseError* error) {
209 ParseError* error) {
283 ParseError* error) {
297 ParseError* error) {
343 ParseError* error) {
359 ParseError* error) {
477 ParseError* error) {
493 ParseError* error)
    [all...]
parsing.cc 41 bool BadParse(const std::string& text, ParseError* err) {
110 ParseError* error) {
124 ParseError* error) {
rawtransport.cc 57 ParseError* error) {
98 ParseError* error) {
  /development/testrunner/
errors.py 44 class ParseError(MsgException):
  /frameworks/volley/src/com/android/volley/toolbox/
JsonArrayRequest.java 20 import com.android.volley.ParseError;
53 return Response.error(new ParseError(e));
55 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 21 import com.android.volley.ParseError;
129 return Response.error(new ParseError(e));
178 return Response.error(new ParseError());
  /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/chromium/chrome/common/extensions/
update_manifest.h 76 void ParseError(const char* details, ...);
update_manifest.cc 35 void UpdateManifest::ParseError(const char* details, ...) {
203 ParseError("Empty xml");
214 ParseError("%s", xml_errors.c_str());
220 ParseError("Missing root node");
227 ParseError("Missing or incorrect xmlns on gupdate tag");
232 ParseError("Missing gupdate tag");
238 ParseError("Missing/incorrect protocol on gupdate tag "
260 ParseError("%s", error.c_str());
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations_unittest.py 196 self.assertFalse(True, "ParseError wasn't raised")
197 except ParseError, e:
208 self.assertFalse(True, "ParseError wasn't raised")
209 except ParseError, e:
221 self.assertRaises(ParseError, self.parse_exp,
256 self.assertRaises(ParseError, self.parse_exp,
261 self.assertRaises(ParseError, self.parse_exp,
266 self.assertRaises(ParseError, self.parse_exp,
270 self.assertRaises(ParseError, self.parse_exp,
274 self.assertRaises(ParseError, self.parse_exp
    [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/protobuf/python/google/protobuf/
text_format.py 52 class ParseError(Exception):
134 ParseError: On ASCII parsing problems.
149 ParseError: In case of ASCII parsing problems.
230 ParseError: In case of ASCII parsing problems.
379 ParseError: If the text couldn't be consumed.
402 ParseError: If an identifier couldn't be consumed.
417 ParseError: If a signed 32bit integer couldn't be consumed.
433 ParseError: If an unsigned 32bit integer couldn't be consumed.
449 ParseError: If a signed 64bit integer couldn't be consumed.
465 ParseError: If an unsigned 64bit integer couldn't be consumed
    [all...]
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 211 text_format.ParseError,
220 text_format.ParseError,
225 text_format.ParseError,
234 text_format.ParseError, '1:16 : Expected ">".',
239 text_format.ParseError, '1:16 : Expected "}".',
259 text_format.ParseError,
267 text_format.ParseError,
370 self.assertRaises(text_format.ParseError, tokenizer.ConsumeUint32)
371 self.assertRaises(text_format.ParseError, tokenizer.ConsumeUint64)
374 self.assertRaises(text_format.ParseError, tokenizer.ConsumeUint32
    [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/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.h 87 ParseError* error);
  /external/webkit/Source/JavaScriptCore/runtime/
RegExp.h 63 ParseError,

Completed in 476 milliseconds

1 2 3