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

1 2 3 4 5

  /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);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionclient.h 39 struct ParseError;
48 ParseError* error) = 0;
83 ParseError* error) = 0;
p2ptransport.h 67 ParseError* error);
77 ParseError* error);
88 ParseError* error);
96 ParseError* error);
rawtransport.h 52 ParseError* error);
70 ParseError* error);
parsing.h 35 #include "talk/xmllite/xmlelement.h" // Needed to delete ParseError.extra.
46 struct ParseError {
53 ParseError() : extra(NULL) {}
55 ~ParseError() {
74 bool BadParse(const std::string& text, ParseError* err);
142 ParseError* error);
146 ParseError* error);
sessionmessages.h 44 struct ParseError;
162 ParseError* error);
167 ParseError* error);
177 ParseError* error);
193 ParseError* error);
206 ParseError* error);
216 ParseError* error);
231 ParseError* error);
  /development/testrunner/
errors.py 44 class ParseError(MsgException):
  /external/chromium_org/third_party/android_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));
  /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/chromium_org/chrome/common/extensions/
update_manifest.cc 37 void UpdateManifest::ParseError(const char* details, ...) {
221 ParseError("Empty xml");
232 ParseError("%s", xml_errors.c_str());
238 ParseError("Missing root node");
245 ParseError("Missing or incorrect xmlns on gupdate tag");
250 ParseError("Missing gupdate tag");
256 ParseError("Missing/incorrect protocol on gupdate tag "
278 ParseError("%s", error.c_str());
update_manifest.h 90 void ParseError(const char* details, ...);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamessages.h 129 ParseError* error);
149 ParseError* error);
160 ParseError* error);
  /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 

Completed in 1591 milliseconds

1 2 3 4 5