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

/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DAuthMatch.java15 public static final int Method = 0x02; field in class:AuthMatch
17 public static final int MethodParam = Method | Param;
18 public static final int Exact = Realm | Method | Param;
31 if ((match & Method) != 0) {
32 sb.append("Method");
/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer.h41 enum class Method { class in class:aapt::Pseudolocalizer
47 explicit Pseudolocalizer(Method method);
48 void SetMethod(Method method);
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
H A DHTTPMessage.java27 public enum Method {GET, PUT, POST} enum in interface:HTTPMessage
/frameworks/base/tools/apilint/
H A Dapilint.py79 class Method(): class in inherits:
195 clazz.ctors.append(Method(clazz, line, raw, blame))
197 clazz.methods.append(Method(clazz, line, raw, blame))
303 warn(clazz, m, "S1", "Method names with acronyms should be getMtu() instead of getMTU()")
305 error(clazz, m, "S1", "Method name must start with lowercase char")
669 warn(clazz, m, "FW6", "Method return type violates package layering")
673 warn(clazz, m, "FW6", "Method argument type violates package layering")
1245 error(prev_clazz, test, None, "Method removed or incompatible change")

Completed in 400 milliseconds