Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 11 of 11) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DConvertToDpFix.java68 Matcher matcher = pattern.matcher(value); in apply() local
DAddSuppressAttribute.java185 Matcher matcher = pattern.matcher(message); in createFixes() local
DAddSuppressAnnotation.java340 Matcher matcher = pattern.matcher(message); in createFixes() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidXmlCharacterMatcherTest.java116 AndroidXmlCharacterMatcher matcher = new AndroidXmlCharacterMatcher(); in checkGotoMatching() local
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DDeviceBridge.java224 Matcher matcher = pattern.matcher(strings[0]); in processNewLines() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DCompletionProposal.java139 Matcher matcher = ATTRIBUTE_PATTERN.matcher(value); in getAdditionalProposalInfo() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationChooser.java532 ConfigurationMatcher matcher = new ConfigurationMatcher(this); in replaceFile() local
780 ConfigurationMatcher matcher = new ConfigurationMatcher(this); in onXmlModelLoaded() local
856 ConfigurationMatcher matcher = new ConfigurationMatcher(this); in onAlternateLayoutCreated() local
DConfiguration.java220 ConfigurationMatcher matcher = new ConfigurationMatcher(chooser, configuration, file, in create() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRefactoringTest.java241 Matcher matcher = pattern.matcher(description); in create() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DAaptParser.java602 Matcher matcher = sValueRangePattern.matcher(message); in findRange() local
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLFunctionTraceViewer.java758 Matcher matcher = p.matcher(text); in select() local