| /developers/samples/android/media/BasicMediaRouter/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/security/keystore/BasicAndroidKeyStore/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/ui/accessibility/BasicAccessibility/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/ui/actionbar/DoneBar/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/ui/actionbarcompat/Basic/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/ui/actionbarcompat/ListPopupMenu/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/ui/actionbarcompat/ShareActionProvider/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/ui/actionbarcompat/Styled/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/ui/holo/BorderlessButtons/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/ui/lists/CustomChoiceList/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/ui/notifications/BasicNotifications/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/ui/views/HorizontalPaging/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/ui/views/TextSwitcher/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /external/smali/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /external/v8/src/ |
| d8.h | 261 class Shell { 263 class Shell : public i::AllStatic {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
| AdtPlugin.java | 86 import org.eclipse.swt.widgets.Shell; 357 * Returns the shell, if any 359 * @return the shell, if any 362 public static Shell getShell() { 364 Shell shell = display.getActiveShell(); local 365 if (shell == null) { 366 Shell[] shells = display.getShells(); 368 shell = shells[0]; 372 return shell; [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
| NewItemSelectionDialog.java | 37 import org.eclipse.swt.widgets.Shell; 80 * @param shell The parent shell for the list. 86 public NewItemSelectionDialog(Shell shell, ILabelProvider labelProvider, 90 super(shell, labelProvider);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
| MarginChooser.java | 32 import org.eclipse.swt.widgets.Shell; 70 public MarginChooser(Shell parent, GraphicalEditorPart editor, AndroidTargetData targetData, String all,
|
| /external/javasqlite/src/main/java/SQLite/JDBC2z/ |
| JDBCResultSet.java | 837 sb.append(SQLite.Shell.sql_quote_dbl(uptable)); 840 sb.append(SQLite.Shell.sql_quote_dbl(m.getColumnName(i + 1))); 880 sb.append(SQLite.Shell.sql_quote_dbl(uptable)); 884 sb.append(SQLite.Shell.sql_quote_dbl(m.getColumnName(i + 1))); 893 sb.append(SQLite.Shell.sql_quote_dbl(pkcols[k])); 920 sb.append(SQLite.Shell.sql_quote_dbl(uptable)); 924 sb.append(SQLite.Shell.sql_quote_dbl(pkcols[i])); 952 sb.append(SQLite.Shell.sql_quote_dbl(m.getColumnName(i + 1))); 958 sb.append(SQLite.Shell.sql_quote_dbl(uptable)); 962 sb.append(SQLite.Shell.sql_quote_dbl(pkcols[i])) [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
| ClientRulesEngine.java | 101 import org.eclipse.swt.widgets.Shell; 338 Shell shell = AdtPlugin.getShell(); 339 if (shell == null) { 345 shell); 377 Shell shell = AdtPlugin.getShell(); 378 if (shell == null) { 382 MarginChooser dialog = new MarginChooser(shell, editor, data, all, left, right, 476 Shell parent = AdtPlugin.getShell() [all...] |
| /external/clang/include/clang/AST/ |
| ExprCXX.h | 193 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) 194 : ExplicitCastExpr(SC, Shell, PathSize) { } [all...] |
| /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
| CComboBox.java | 48 import org.eclipse.swt.widgets.Shell; 70 private Shell m_popup; 269 * Create popup shell with table. 272 m_popup = new Shell(getShell(), SWT.BORDER);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
| SystraceOptionsDialogV1.java | 33 import org.eclipse.swt.widgets.Shell; 91 public SystraceOptionsDialogV1(Shell parentShell) { 226 + " $ adb shell stop\n" 227 + " $ adb shell start"); 303 private String openBrowseDialog(Shell parentShell) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| LintListDialog.java | 42 import org.eclipse.swt.widgets.Shell; 69 @NonNull Shell parentShell,
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
| RenameResourceXmlTextAction.java | 54 import org.eclipse.swt.widgets.Shell; 120 Shell shell = mEditor.getSite().getShell(); local 123 RenameResourceWizard.renameResource(shell, project, type, name, null, canClear);
|