/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | FmEscapeXmlStringMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmEscapeXmlStringMethodTest 36 check("", ""); in test1() 40 check("foo", "foo"); in test2() 44 check(" Foo Bar ", "\" Foo Bar \""); in test3() 48 check("@foo", "\\@foo"); in test4() 52 check("Hello\nWorld", "Hello\\nWorld"); in test5() 56 check("A & B", "A & B"); in test6() 60 check("Foo's Bar", "Foo\\'s Bar"); in test7() 64 check("'\"\\", "\\'\\\"\\\\"); in test8()
|
D | FmClassNameToResourceMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmClassNameToResourceMethodTest 36 check("FooActivity", "foo"); in test1() 40 check("FooActiv", "foo"); in test2() 44 check("Foo", "foo"); in test3() 48 check("", ""); in test4() 52 check("FooFragment", "foo"); in test5() 56 check("FooService", "foo"); in test6() 60 check("FooProvider", "foo"); in test7() 64 check("FooBar", "foo_bar"); in test8()
|
D | FmCamelCaseToUnderscoreMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmCamelCaseToUnderscoreMethodTest 36 check("", ""); in test1() 40 check("foo", "foo"); in test2() 44 check("Foo", "foo"); in test3() 48 check("FooBar", "foo_bar"); in test4() 52 check("testXML", "test_xml"); in test5() 56 check("testFoo", "test_foo"); in test6()
|
D | FmUnderscoreToCamelCaseMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmUnderscoreToCamelCaseMethodTest 36 check("", ""); in test1() 40 check("_", ""); in test2() 44 check("foo", "Foo"); in test3() 48 check("foo_bar", "FooBar"); in test4() 52 check("foo__bar", "FooBar"); in test5() 56 check("foo_", "Foo"); in test6()
|
D | FmLayoutToActivityMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmLayoutToActivityMethodTest 36 check("foo", "FooActivity"); in test1() 40 check("activity_foo", "FooActivity"); in test2() 44 check("activity_", "MyActivity"); in test3() 48 check("activ", "ActivActivity"); in test4() 52 check("", "MyActivity"); in test5()
|
D | FmEscapeXmlAttributeMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmEscapeXmlAttributeMethodTest 36 check("", ""); in test1() 40 check("foo", "foo"); in test2() 44 check("<\"'>&", "<"'>&"); in test3() 48 check("foo>bar", "foo>bar"); in test4()
|
D | FmActivityToLayoutMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmActivityToLayoutMethodTest 36 check("FooActivity", "activity_foo"); in test1() 40 check("FooActiv", "activity_foo"); in test2() 44 check("Foo", "activity_foo"); in test3() 48 check("", ""); in test4()
|
D | FmSlashedPackageNameMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmSlashedPackageNameMethodTest 36 check("", ""); in test1() 40 check("foo", "foo"); in test2() 44 check("foo.bar.baz", "foo/bar/baz"); in test3() 48 check("foo/bar/baz", "foo/bar/baz"); in test4()
|
D | FmExtractLettersMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmExtractLettersMethodTest 36 check("", ""); in test1() 40 check("foo", "foo"); in test2() 44 check("<\"'>&foo ", "foo"); in test3()
|
D | FmEscapeXmlTextMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmEscapeXmlTextMethodTest 36 check("", ""); in test1() 40 check("foo", "foo"); in test2() 44 check("<\"'>&", "<\"'>&"); in test3()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/formatting/ |
D | AndroidXmlFormattingStrategyTest.java | 31 private void check(String before, int replaceStart, int replaceEnd, String formatted, in check() method in AndroidXmlFormattingStrategyTest 66 private void check( in check() method in AndroidXmlFormattingStrategyTest 78 check(before, replaceStart, replaceEnd, insert, expected, prefs); in check() 82 check( in test1() 108 check( in test2() 137 check( in test3() 163 check( in test4() 209 check( in testCrLf1() 235 check( in testCrLf2() 264 check( in testCrLf3() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | UiElementPullParserTest.java | 191 check(parser, 0, button1Map); in testParser() 192 check(parser, 1, button1Map); in testParser() 209 check(parser, 0, button2Map); in testParser() 210 check(parser, 1, button2Map); in testParser() 218 check(parser, 0, textMap); in testParser() 219 check(parser, 1, textMap); in testParser() 244 private void check(UiElementPullParser parser, int i, HashMap<String, String> map) { in check() method in UiElementPullParserTest
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | build_messages.properties | 15 AAPT_Exec_Error_s=Error executing aapt. Please check aapt is present at %1$s 40 AIDL_Exec_Error_s=Error executing aidl. Please check aidl is present at %1$s 67 Proguard_Exec_Error=Error executing Proguard. Please check Proguard is present at %1$s
|
/sdk/ |
D | changes.txt | 36 check) have been rewritten to use the more accurate Java parse 39 check will properly handle resources declared in a library project 143 - Ant build rules will now check the Ant version and fail if it's older than 1.8
|
D | README.txt | 42 $ ./gradlew lint:check ==> runs tests and checks such as findbugs.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | color1-expected-completion46b.txt | 5 …able : State identifier indicating that the object <var>may</var> display a check mark. [boolean]
|
D | completionvalues1-expected-completion32.txt | 29 android:checkMark : Drawable used for the check mark graphic. [reference]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | LintFixGenerator.java | 315 private SuppressProposal(IResource resource, String check, boolean global) { in SuppressProposal() argument 317 mId = check; in SuppressProposal()
|
/sdk/find_java/ |
D | find_java.bat | 26 rem check for that first, as we'd like to use it if we can.
|
/sdk/docs/ |
D | howto_SDK_git_cygwin.txt | 58 Note: if you want to build the SDK, check the howto_build_SDK.txt file
|
D | howto_use_cupcake_sdk.txt | 122 that means you must check to see if your old R.java or your old auto-generated
|
/sdk/eclipse/ |
D | changes.txt | 64 * Look for handler leaks: This check makes sure that a handler inner 68 * Lint check ensuring that when you edit() a SharedPreference object 325 "Locale" settings project wide, making it trivial to check the
|