Searched refs:ParseError (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/volley/src/com/android/volley/
H A DParseError.java26 public class ParseError extends VolleyError { class in inherits:VolleyError
27 public ParseError() { } method in class:ParseError
29 public ParseError(NetworkResponse networkResponse) { method in class:ParseError
33 public ParseError(Throwable cause) { method in class:ParseError
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DJsonArrayRequest.java20 import com.android.volley.ParseError;
53 return Response.error(new ParseError(e));
55 return Response.error(new ParseError(je));
H A DJsonObjectRequest.java20 import com.android.volley.ParseError;
57 return Response.error(new ParseError(e));
59 return Response.error(new ParseError(je));
H A DImageRequest.java21 import com.android.volley.ParseError;
128 return Response.error(new ParseError(e));
177 return Response.error(new ParseError());
/frameworks/base/media/mca/
H A Dstructgen.py98 class ParseError: class in inherits:
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, " \

Completed in 688 milliseconds