Home
last modified time | relevance | path

Searched defs:check (Results 1 – 13 of 13) sorted by relevance

/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
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
DFmEscapeXmlTextMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmEscapeXmlTextMethodTest
DFmExtractLettersMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmExtractLettersMethodTest
DFmSlashedPackageNameMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmSlashedPackageNameMethodTest
DFmActivityToLayoutMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmActivityToLayoutMethodTest
DFmEscapeXmlAttributeMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmEscapeXmlAttributeMethodTest
DFmLayoutToActivityMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmLayoutToActivityMethodTest
DFmUnderscoreToCamelCaseMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmUnderscoreToCamelCaseMethodTest
DFmCamelCaseToUnderscoreMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmCamelCaseToUnderscoreMethodTest
DFmClassNameToResourceMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmClassNameToResourceMethodTest
DFmEscapeXmlStringMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check() method in FmEscapeXmlStringMethodTest
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
DUiElementPullParserTest.java244 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/lint/
DLintFixGenerator.java315 private SuppressProposal(IResource resource, String check, boolean global) { in SuppressProposal()