Searched refs:method (Results 1 – 25 of 31) sorted by relevance
12
21 import android.text.method.ScrollingMovementMethod;22 import android.text.method.MovementMethod;23 import android.text.method.KeyListener;24 import android.text.method.TransformationMethod;
37 const method = (src as any)[methodName];38 (dst as any)[methodName] = method;
43 for (String method : listMethods) { in printStatus()44 sbMethods.insert(0, method + "\r\n"); in printStatus()
21 import android.text.method.ScrollingMovementMethod;22 import android.text.method.MovementMethod;
27 import android.text.method.LinkMovementMethod;
13 Each method body is replaced by the bytecode for 'throw new RuntimeException("stub");'.30 - a # followed by a field or method name31 - an internal "Java method signature" that define parameters types and return value. 48 and the specific field and the method with the exact given signature.70 - We do not currently check whether a class or method uses only included types.72 method parameter or return value that uses that type should generate a fatal error.
104 to verify that a method call on an annotation is valid.106 If apkcheck sees a method call to an unknown method, and the class appears113 Suppose a class defines a method "public Foo gimmeFoo()". Any subclass114 that overrides that method must also return Foo, so it would seem that115 there's no need to emit a method entry for gimmeFoo() in the subclasses.119 is necessary to emit a new method entry, but the public API XML generator122 If apkcheck can't find an exact match for a method reference, but can123 find a method that matches on everything but the return type, it will151 <method name="getParcelableExtra" return="T">154 a method with a more specific return type (android.os.Parcelable), so
421 def _make_json_post_request(url_opener, url, data, method='POST'): argument436 request.get_method = lambda: method503 return _make_json_post_request(url_opener, url, {}, method='DELETE')511 return _make_json_post_request(url_opener, url, data, method='PUT')519 return _make_json_post_request(url_opener, url, {}, method='DELETE')
85 * `-m` or `--merge` specifies the method to pick the merge commits. (default:88 * `-p` or `--pick` specifies the method to pick the non-merge commits.
13 … \n\nProgrammatically, tinting is applied to a Drawable through its "setColorFilter" method,
25 import android.text.method.ScrollingMovementMethod;
25 import android.text.method.LinkMovementMethod;
55 ## Analysis method64 The first two steps are self explanatory. The method103 The method described above has proven effective on Android
28 import android.text.method.ScrollingMovementMethod;
63 method: string,118 request.open(method, client.WINSCOPE_PROXY_URL + path);
27 import android.text.method.DigitsKeyListener;
29 import android.text.method.LinkMovementMethod;
62 override fun call(method: String, arg: String?, extras: Bundle?): Bundle? { in <lambda>()
30 import android.text.method.ScrollingMovementMethod;
680 def register_endpoint(self, method: RequestType, name: str, endpoint: RequestEndpoint):681 self.endpoints[(method, name)] = endpoint698 def process(self, method: RequestType):706 return self.endpoints[(method, endpoint_name)].process(self.request, path[1:])
27 import android.text.method.MetaKeyKeyListener;
288 #### Input method
130 casual - j. without or seeming to be without plan or method; offhand264 discipline - n. a system of rules of conduct or method of practice
2092 java.lang.Throwable: Explicit termination method 'close' not called
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...