Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 106) sorted by relevance

12345

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DExportScreenshotAction.java52 String path = dialog.open(); in run()
67 int result = d.open(); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DISystraceOptionsDialog.java22 int open(); in open() method
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-navigate9a.txt5 After open, the selected text is:
Dnavigation1-expected-navigate12.txt5 After open, the selected text is:
Dnavigation1-expected-navigate16.txt6 After open, the selected text is:
Dnavigationstyles-expected-navigate6.txt6 After open, the selected text is:
Dnavigationstyles-expected-navigate5.txt6 After open, the selected text is:
Dmanifest-expected-navigate10.txt5 After open, a browser is shown with this URL:
Dnavigation1-expected-navigate15.txt6 After open, the selected text is:
Dnavigation1-expected-navigate1.txt6 After open, the selected text is:
Dmanifest-expected-navigate11g.txt5 After open, a browser is shown with this URL:
Dnavigationstyles-expected-navigate8.txt6 After open, the selected text is:
Dnavigation1-expected-navigate2.txt6 After open, the selected text is:
Dnavigationstyles-expected-navigate7.txt6 After open, the selected text is:
Dmanifest-expected-navigate11a.txt5 After open, a browser is shown with this URL:
Dnavigation1-expected-navigate3.txt6 After open, the selected text is:
Dfragmentlayout-expected-navigate14.txt5 After open, the selected text is:
Dfragmentlayout-expected-navigate13.txt5 After open, the selected text is:
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/handlers/
DStaticPortConfigHandler.java30 dlg.open(); in execute()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeLayoutRefactoring.java238 int open = text.indexOf(oldName); in computeChanges() local
241 if (open != -1 && close != -1) { in computeChanges()
243 rootEdit.addChild(new ReplaceEdit(mSelectionStart + open, oldLength, name)); in computeChanges()
244 if (close != open) { // Gracefully handle <FooLayout/> in computeChanges()
377 int open = text.indexOf(oldName); in convertLinearToTable() local
380 if (open != -1 && close != -1) { in convertLinearToTable()
382 rootEdit.addChild(new ReplaceEdit(mSelectionStart + open, oldLength, in convertLinearToTable()
384 if (close != open) { // Gracefully handle <FooLayout/> in convertLinearToTable()
DChangeViewRefactoring.java174 int open = text.indexOf(oldName); in computeChanges() local
180 if (open != -1) { in computeChanges()
182 rootEdit.addChild(new ReplaceEdit(region.getStartOffset() + open, in computeChanges()
185 if (close != -1 && close != open) { in computeChanges()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DStaticPortConfigDialog.java90 public void open() { in open() method in StaticPortConfigDialog
112 mShell.open(); in open()
175 if (dlg.open()) { in createUI()
199 if (dlg.open()) { in createUI()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
DSaveImageAction.java50 String path = fd.open(); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DAvdManagerAction.java62 window.open(); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/actions/
DAddNativeAction.java54 dialog.open(); in run()

12345