Searched defs:Method (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/apilint/
H A Dapilint.py75 class Method(): class in inherits:
178 clazz.ctors.append(Method(clazz, raw, blame))
180 clazz.methods.append(Method(clazz, raw, blame))
250 warn(clazz, m, "Method name style should be getMtu() instead of getMTU()")
252 error(clazz, m, "Method name must start with lowercase char")
617 warn(clazz, m, "Method return type violates package layering")
621 warn(clazz, m, "Method argument type violates package layering")
764 error(prev_clazz, test, "Method removed or incompatible change")
/frameworks/base/tools/aidl/
H A DAST.cpp697 Method::Method() function in class:Method
706 Method::~Method()
711 Method::GatherTypes(set<Type*>* types) const
731 Method::Write(FILE* to)
H A DAST.h317 struct Method : public ClassElement struct in inherits:ClassElement
328 Method();
329 virtual ~Method();
/frameworks/volley/src/com/android/volley/
H A DRequest.java48 public interface Method { interface in class:Request
122 this(Method.DEPRECATED_GET_OR_POST, url, listener);
126 * Creates a new request with the given method (one of the values from {@link Method}),
141 * Return the method for this request. Can be one of the values in {@link Method}.

Completed in 2092 milliseconds