/development/apps/Development/src/com/android/development/ |
D | LogTextBox.java | 21 import android.text.method.ScrollingMovementMethod; 22 import android.text.method.MovementMethod; 23 import android.text.method.KeyListener; 24 import android.text.method.TransformationMethod;
|
/development/vndk/tools/definition-tool/tests/testdata/test_dex_file/ |
D | Hello.smali | 5 .method public static <clinit>()V 13 .end method
|
D | Example.smali | 5 .method public static <clinit>()V 13 .end method
|
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/ |
D | Utils.java | 43 for (String method : listMethods) { in printStatus() 44 sbMethods.insert(0, method + "\r\n"); in printStatus()
|
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
D | LogTextBox.java | 21 import android.text.method.ScrollingMovementMethod; 22 import android.text.method.MovementMethod;
|
D | Link.java | 27 import android.text.method.LinkMovementMethod;
|
/development/tools/mkstubs/ |
D | README.txt | 13 Each method body is replaced by the bytecode for 'throw new RuntimeException("stub");'. 30 - a # followed by a field or method name 31 - 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.
|
/development/tools/apkcheck/ |
D | README.txt | 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 appears 113 Suppose a class defines a method "public Foo gimmeFoo()". Any subclass 114 that overrides that method must also return Foo, so it would seem that 115 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 generator 122 If apkcheck can't find an exact match for a method reference, but can 123 find a method that matches on everything but the return type, it will 151 <method name="getParcelableExtra" return="T"> 154 a method with a more specific return type (android.os.Parcelable), so
|
/development/tools/hosttestlib/src/com/android/hosttest/ |
D | DeviceTestRunner.java | 137 protected TestResult runSingleMethod(String testCase, String method, boolean wait) in runSingleMethod() argument 140 Test test = DeviceTestSuite.createTest(testClass, method); in runSingleMethod()
|
/development/tools/repo_pull/ |
D | gerrit.py | 141 def _make_json_post_request(url_opener, url, data, method='POST'): argument 148 request.get_method = lambda: method 190 return _make_json_post_request(url_opener, url, data, method='PUT')
|
D | README.md | 84 * `-m` or `--merge` specifies the method to pick the merge commits. (default: 87 * `-p` or `--pick` specifies the method to pick the non-merge commits.
|
/development/samples/browseable/DrawableTinting/ |
D | _index.jd | 13 … \n\nProgrammatically, tinting is applied to a Drawable through its "setColorFilter" method,
|
/development/samples/browseable/TextLinkify/src/com.example.android.textlinkify/ |
D | MainActivity.java | 25 import android.text.method.LinkMovementMethod;
|
/development/tools/repo_diff/ |
D | README.md | 55 ## Analysis method 64 The first two steps are self explanatory. The method 103 The method described above has proven effective on Android
|
/development/samples/LceDemo/src/com/example/android/lce/ |
D | LceDemoActivity.java | 28 import android.text.method.ScrollingMovementMethod;
|
/development/ndk/zlib/ |
D | zlib.h | 1620 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method, 1634 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1635 deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | TextUndoActivity.java | 27 import android.text.method.DigitsKeyListener;
|
D | ClipboardSample.java | 29 import android.text.method.LinkMovementMethod;
|
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/ |
D | MessagingFragment.java | 30 import android.text.method.ScrollingMovementMethod;
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | SoftKeyboard.java | 25 import android.text.method.MetaKeyKeyListener;
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 130 casual - j. without or seeming to be without plan or method; offhand 264 discipline - n. a system of rules of conduct or method of practice
|
/development/tools/logblame/ |
D | sample.txt | 2092 java.lang.Throwable: Explicit termination method 'close' not called
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 574 We protect your rights with a two-step method: (1) we copyright the 2306 Our method of protecting your rights has two steps: (1) copyright 2748 We protect your rights with a two-step method: (1) we copyright the 3527 hereafter acquired, including without limitation, method, process, 4913 Our method of protecting your rights has two steps: (1) copyright 6635 We protect your rights with a two-step method: (1) we copyright the 7326 Our method of protecting your rights has two steps: (1) copyright
|