Home
last modified time | relevance | path

Searched refs:check (Results 1 – 22 of 22) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
DFmEscapeXmlStringMethodTest.java29 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()
DFmClassNameToResourceMethodTest.java29 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()
DFmCamelCaseToUnderscoreMethodTest.java29 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()
DFmUnderscoreToCamelCaseMethodTest.java29 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()
DFmLayoutToActivityMethodTest.java29 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()
DFmEscapeXmlAttributeMethodTest.java29 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("<\"'>&", "&lt;&quot;&apos;>&amp;"); in test3()
48 check("foo>bar", "foo>bar"); in test4()
DFmActivityToLayoutMethodTest.java29 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()
DFmSlashedPackageNameMethodTest.java29 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()
DFmExtractLettersMethodTest.java29 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()
DFmEscapeXmlTextMethodTest.java29 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("<\"'>&", "&lt;\"'>&amp;"); in test3()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormattingStrategyTest.java31 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/
DUiElementPullParserTest.java191 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/
Dbuild_messages.properties15 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/
Dchanges.txt36 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
DREADME.txt42 $ ./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/
Dcolor1-expected-completion46b.txt5 …able : State identifier indicating that the object <var>may</var> display a check mark. [boolean]
Dcompletionvalues1-expected-completion32.txt29 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/
DLintFixGenerator.java315 private SuppressProposal(IResource resource, String check, boolean global) { in SuppressProposal() argument
317 mId = check; in SuppressProposal()
/sdk/find_java/
Dfind_java.bat26 rem check for that first, as we'd like to use it if we can.
/sdk/docs/
Dhowto_SDK_git_cygwin.txt58 Note: if you want to build the SDK, check the howto_build_SDK.txt file
Dhowto_use_cupcake_sdk.txt122 that means you must check to see if your old R.java or your old auto-generated
/sdk/eclipse/
Dchanges.txt64 * 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