Home
last modified time | relevance | path

Searched defs:results (Results 1 – 10 of 10) sorted by relevance

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DReplaceStringsVisitor.java318 TreeMap<Integer, Expression> results = new TreeMap<Integer, Expression>(); in findContextFieldOrMethod() local
349 private void findContextCandidates(TreeMap<Integer, Expression> results, in findContextCandidates()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiResourceAttributeNode.java234 ArrayList<String> results = new ArrayList<String>(); in getPossibleValues() local
DUiFlagAttributeNode.java208 ArrayList<String> results = new ArrayList<String>(); in computeResult() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiActions.java90 Object[] results = dlg.getResult(); in doAdd() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
DUiPackageAttributeNode.java190 Object[] results = dlg.getResult(); in doBrowseClick() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DBaseBuilder.java351 final ArrayList<String> results) in grabProcessOutput()
417 protected final boolean parseAaptOutput(ArrayList<String> results, in parseAaptOutput()
DPreCompilerBuilder.java515 ArrayList<String> results = new ArrayList<String>(); in build() local
887 ArrayList<String> results = new ArrayList<String>(); in execAidl() local
DApkBuilder.java664 ArrayList<String> results = new ArrayList<String>(); in executeAapt() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitLaunchConfigurationTab.java534 Object[] results = dialog.getResult(); in handleSearchButtonSelected() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DExportWizard.java618 final ArrayList<String> results) in grabProcessOutput()