/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 34 import org.eclipse.swt.widgets.Shell; 63 Shell shell; field in class:ConfigTab 108 // Cache the shell and display. 109 this.shell = tabFolder.getShell(); 110 this.display = this.shell.getDisplay();
|
PerformancesView.java | 46 import org.eclipse.swt.widgets.Shell; 131 Shell shell; field in class:PerformancesView 216 refresh = MessageDialog.openQuestion(this.shell, getTitleToolTip(), "Do you want to read local file again?"); 223 if (!MessageDialog.openConfirm(PerformancesView.this.shell, getTitleToolTip(), "Only builds before "+LAST_BUILD+" will be taken into account!\nDo you want to continue?")) { 275 // Cache the shell and display. 276 this.shell = parent.getShell (); 277 this.display = this.shell.getDisplay ();
|
/external/mksh/src/ |
main.c | 66 Ttypeset, "-x", "HOME", "PATH", "RANDOM", "SHELL", NULL, 97 Ttypeset, "-r", "PATH", "ENV", "SHELL", NULL 276 /* define shell keywords */ 346 /* assign default shell variable values */ 666 shell(s, true); 708 * If user ^Cs out, we don't want to kill the shell... 730 i = shell(s, false); 740 /* spawn a command into a shell optionally keeping track of the line number */ 749 return (shell(s, false)); 756 shell(Source * volatile s, volatile bool toplevel function [all...] |
/external/openssh/ |
session.c | 10 * called by a name other than "ssh" or "Secure Shell". 313 * We stay in this loop until the client requests to execute a shell 416 "shell execution failed"); 819 char *shell = s->pw->pw_shell; local 821 if (shell[0] == '\0') /* empty shell means /bin/sh */ 822 shell =_PATH_BSHELL; 823 PRIVSEP(audit_run_command(shell)); 1123 do_setup_env(Session *s, const char *shell) 1200 /* Normal systems set SHELL by default. * 1622 const char *shell, *shell0, *hostname = NULL; local [all...] |
ssh-agent.c | 12 * called by a name other than "ssh" or "Secure Shell". 123 /* pid of shell == parent of agent */ 1117 fprintf(stderr, " -c Generate C-shell commands on stdout.\n"); 1118 fprintf(stderr, " -s Generate Bourne shell commands on stdout.\n"); 1132 char *shell, *format, *pidstr, *agentsocket = NULL; local 1203 shell = getenv("SHELL"); 1204 if (shell != NULL && (len = strlen(shell)) > 2 && 1205 strncmp(shell + len - 3, "csh", 3) == 0 [all...] |
sftp.c | 258 "!command Execute 'command' in local shell\n" 259 "! Escape to local shell\n" 267 char *shell; local 273 if ((shell = getenv("SHELL")) == NULL || *shell == '\0') 274 shell = _PATH_BSHELL; 282 debug3("Executing %s -c \"%s\"", shell, args); 283 execl(shell, shell, "-c", args, (char *)NULL) [all...] |
/prebuilts/devtools/tools/lib/ |
hierarchyviewer2.jar | |
chimpchat.jar | |
jfreechart-swt-1.0.9.jar | |
sdkuilib.jar | |
hierarchyviewer2lib.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceChooser.java | 71 import org.eclipse.swt.widgets.Shell; 147 * @param parent the parent shell 154 @NonNull Shell parent) { 185 Shell parent = editor.getCanvasControl().getShell(); 210 * @param parent the target shell 218 @NonNull Shell parent) { 644 Shell shell = AdtPlugin.getShell(); local 645 if (shell == null) { 677 Shell shell = AdtPlugin.getShell() local [all...] |
/external/chromium/base/ |
file_util_unittest.cc | 1352 IShellLink *shell = NULL; local [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmllint.c | 123 static int shell = 0; variable 772 * Shell Interface * [all...] |
/external/libppp/src/ |
command.c | 620 const char *shell; local 624 /* we're only allowed to shell when we run ppp interactively */ 626 log_Printf(LogWARN, "Can't start a shell from a network connection\n"); 633 log_Printf(LogWARN, "Can't start an interactive shell from" 637 log_Printf(LogWARN, "Can't start an interactive shell from" 641 log_Printf(LogWARN, "Can only start an interactive shell in" 651 if ((shell = getenv("SHELL")) == 0) 652 shell = _PATH_BSHELL; 679 log_Printf(LogWARN, "Truncating shell command to %d args\n", argc) [all...] |
/external/libxml2/ |
xmllint.c | 123 static int shell = 0; variable 776 * Shell Interface * [all...] |
/ndk/sources/host-tools/make-3.81/ |
job.c | 32 /* Default shell to use. */ 49 /* The default shell is a pointer so we can change it if Makefile 222 /* Non-zero if we use a *real* shell (always so on Unix). */ 332 /* returns whether path is assumed to be a unix like shell. */ 366 return 0; /* not a unix shell */ 370 /* in doubt assume a unix like shell */ 467 We have at least one child outstanding OR a shell function in progress, 677 /* Check if this is the child of the `shell' function. */ 680 /* It is. Leave an indicator for the `shell' function. */ 1104 so avoid forking a useless shell. Do this after we incremen 2929 char *shell, *ifs; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchConfigurationTab.java | 82 import org.eclipse.swt.widgets.Shell; 553 Shell shell = getShell(); local 578 SelectionDialog dialog = new TestSelectionDialog(shell, types); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintViewPart.java | 59 import org.eclipse.swt.widgets.Shell; 613 Shell shell = LintViewPart.this.getSite().getShell(); local 614 PreferenceDialog dialog = new PreferenceDialog(shell, manager);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
LintPreferencePage.java | 67 import org.eclipse.swt.widgets.Shell; 417 Shell shell = getShell(); local 418 if (!shell.isDisposed()) {
|
/external/chromium_org/net/url_request/ |
url_request_unittest.cc | 872 base::win::ScopedComPtr<IShellLink> shell; local 873 ASSERT_TRUE(SUCCEEDED(shell.CreateInstance(CLSID_ShellLink, NULL, 876 ASSERT_TRUE(SUCCEEDED(shell.QueryInterface(persist.Receive()))); 877 EXPECT_TRUE(SUCCEEDED(shell->SetPath(app_path.value().c_str()))); 878 EXPECT_TRUE(SUCCEEDED(shell->SetDescription(L"ResolveShortcutTest"))); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvas.java | 87 import org.eclipse.swt.widgets.Shell; 393 Shell shell = getShell(); local 394 if (shell != null) { 395 org.eclipse.swt.graphics.Point size = shell.getSize(); 403 Shell shell = getShell(); local 404 if (shell != null) { 405 org.eclipse.swt.graphics.Point size = shell.getSize(); [all...] |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9-swt.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/ |
jfreechart-swt-1.0.9.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |