Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 5 of 5) sorted by relevance

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DMatchingStrategy.java36 public boolean matches(IEditorReference editorRef, IEditorInput input) { in matches() method in MatchingStrategy
/development/samples/ApiDemos/src/com/example/android/apis/app/
DVoiceRecognition.java99 ArrayList<String> matches = data.getStringArrayListExtra( in onActivityResult() local
/development/tools/idegen/src/
DEclipse.java184 private boolean matches(String path) { in matches() method in Eclipse.Bucket
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DDictionary.java123 List<Word> matches = mDict.get(query); in addMatch() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileCreationPage.java930 ArrayList<TypeInfo> matches = new ArrayList<TypeInfo>(); in onWsFolderPathUpdated() local