Home
last modified time | relevance | path

Searched refs:mb (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
DExportLinksPart.java91 MessageBox mb = new MessageBox(table.getShell(), SWT.OK); in ExportLinksPart()
92 mb.setText("Custom Action Invoked"); in ExportLinksPart()
93 mb.open(); in ExportLinksPart()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DReplaceStringsVisitor.java373 for (IMethodBinding mb : clazzType.getDeclaredMethods()) { in findContextCandidates()
375 if (superType != 0 && Modifier.isPrivate(mb.getModifiers())) { in findContextCandidates()
379 if (isAndroidContext(mb.getReturnType())) { in findContextCandidates()
382 int argsLen = mb.getParameterTypes().length; in findContextCandidates()
387 mi.setName(mAst.newSimpleName(mb.getName())); in findContextCandidates()
397 mi.setName(mAst.newSimpleName(mb.getName())); in findContextCandidates()
/sdk/sdklauncher/app/src/com/android/sdklauncher/
DMain.java178 AwtErrorDialog mb = new AwtErrorDialog(f, content); in showAwtDialog() local
179 mb.dispose(); in showAwtDialog()
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
DAddonSitesDialog.java299 MessageBox mb = new MessageBox(getShell(), in on_ButtonDelete_widgetSelected() local
301 mb.setText("Delete add-on site"); in on_ButtonDelete_widgetSelected()
302 mb.setMessage(String.format("Do you want to delete the URL %1$s?", selectedUrl)); in on_ButtonDelete_widgetSelected()
303 if (mb.open() == SWT.YES) { in on_ButtonDelete_widgetSelected()
/sdk/emulator/qtools/
Dtrace_reader.h372 const rtype *mb = *static_cast<rtype* const *>(b); in cmp_region_addr() local
374 uint32_t addr2 = mb->vstart; in cmp_region_addr()