HomeSort by relevance Sort by last modified time
    Searched refs:shell (Results 51 - 75 of 343) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Tools/DumpRenderTree/chromium/
NotificationPresenter.h 46 explicit NotificationPresenter(TestShell* shell) : m_shell(shell) {}
64 // Non-owned pointer. The NotificationPresenter is owned by the test shell.
AccessibilityController.cpp 43 AccessibilityController::AccessibilityController(TestShell* shell)
45 , m_shell(shell)
  /external/dbus/cmake/modules/
Win32Macros.cmake 14 # For mingw and nmake projects it's opens a command shell,
34 write_file (${CMAKE_BINARY_DIR}/${_projectname}-shell.bat "set PATH=${ADD_PATH};%PATH%\ncmd.exe")
38 write_file (${CMAKE_BINARY_DIR}/${_projectname}-shell.bat "set PATH=${ADD_PATH};%PATH%\ncall \"${VC_BIN_PATH}\\vcvars32.bat\"\ncmd.exe")
  /external/iproute2/doc/
Makefile 12 SHELL=bash
16 HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml))
51 install -m 0644 $(shell echo *.tex) $(DESTDIR)$(DOCDIR)
52 install -m 0644 $(shell echo *.sgml) $(DESTDIR)$(DOCDIR)
  /external/skia/src/ports/
SkOSFile_brew.cpp 33 IShell* shell; local
35 shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell;
36 err = ISHELL_CreateInstance(shell, AEECLSID_FILEMGR, (void**)&fileMgr);
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowBase.cpp 48 JSDOMWindowBase::JSDOMWindowBase(JSGlobalData& globalData, Structure* structure, PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell)
49 : JSDOMGlobalObject(globalData, structure, shell->world(), shell)
51 , m_shell(shell)
158 return shell();
163 return shell();
166 JSDOMWindowShell* JSDOMWindowBase::shell() const function in class:WebCore::JSDOMWindowBase
ScriptState.cpp 65 JSDOMWindowShell* shell = frame->script()->windowShell(mainThreadNormalWorld()); local
66 return shell->window()->globalExec();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java 29 import org.eclipse.swt.widgets.Shell;
149 // Get a shell to use for the SDK installation. There are cases where getActiveShell
152 Shell shell = display.getActiveShell(); local
153 if (shell == null) {
157 shell = window.getShell();
161 if (shell == null) {
162 shell = new Shell(display);
163 AdtPlugin.log(IStatus.WARNING, "No parent shell for SDK installation dialog")
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
ShellSizeAndPos.java 25 import org.eclipse.swt.widgets.Shell;
45 public static void loadSizeAndPos(Shell shell, String prefix) {
60 for (Monitor monitor : shell.getDisplay().getMonitors()) {
63 // The shell is fully visible on this monitor. Just use that.
90 shell.setLocation(px, py);
91 shell.setSize(sx, sy);
100 public static void saveSizeAndPos(Shell shell, String prefix) {
103 Point loc = shell.getLocation();
    [all...]
AddonSitesDialog.java 55 import org.eclipse.swt.widgets.Shell;
77 * @param parent The parent's shell
79 public AddonSitesDialog(Shell parent, UpdaterData updaterData) {
90 Shell shell = getShell(); local
91 shell.setMinimumSize(new Point(450, 300));
92 shell.setSize(450, 300);
93 setWindowImage(shell);
97 shell.setLayout(glShell);
99 mlabel = new Label(shell, SWT.NONE)
    [all...]
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 17 * Javascript code for the interactive AJAX shell.
21 * Includes a function (shell.runStatement) that sends the current python
22 * statement in the shell prompt text box to the server, and a callback
23 * (shell.done) that displays the results when the XmlHttpRequest returns.
25 * Also includes cross-browser code (shell.getXmlHttpRequest) to get an
30 * Shell namespace.
33 var shell = {}
36 * The shell history. history is an array of strings, ordered oldest to
46 shell.history = [''];
49 * See {shell.history
    [all...]
  /external/dhcpcd/mk/
cc.mk 10 CFLAGS+= ${_CSTD}$(shell ${_CSTD_SH})
23 CFLAGS+= ${_CC_FLAGS}$(shell ${_CC_FLAGS_SH})
27 GGDB= ${_GGDB}$(shell ${_GGDB_SH})
dist.mk 12 VERSION= ${_VERSION}$(shell ${_VERSION_SH})
16 SNAP= ${_SNAP}$(shell ${_SNAP_SH})
  /build/core/
version_defaults.mk 97 BUILD_NUMBER := eng.$(USER).$(shell date +%Y%m%d.%H%M%S)
  /external/bison/
GNUmakefile 23 # Systems where /bin/sh is not the default shell need this. The $(shell)
26 SHELL = /bin/sh
28 # will be used only with the next shell-test line, then overwritten
30 SHELL = sh
33 have-Makefile := $(shell test -f Makefile && echo yes)
  /external/clang/runtime/libcxx/
Makefile 24 ifeq ($(shell test -d $(LIBCXX_SRC_ROOT) && echo OK),OK)
  /development/tools/labpretest/
labpretest.sh 80 battery=`$ADB -s $device shell dumpsys battery | tr -d '\r' | awk '/level:/ {print $2}'`
86 battery=`$ADB -s $device shell dumpsys battery | tr -d '\r' | awk '/level:/ {print $2}'`
195 local result=$($ADB -s $device shell getprop dev.bootcomplete)
201 result=$($ADB -s $device shell getprop dev.bootcomplete)
535 adb_command shell setprop ro.test_harness 1
538 result=$($ADB -s $device shell getprop dev.bootcomplete)
544 result=$($ADB -s $device shell getprop dev.bootcomplete)
550 result=$($ADB -s $device shell pm path android)
556 result=$($ADB -s $device shell pm path android)
562 log_print "setting shell svc power stayon true
    [all...]
  /dalvik/tests/etc/
push-and-run-test-jar 127 adb shell cd /data \; dvz -classpath test.jar Main "$@"
134 adb shell $cmdline "$@"
  /external/valgrind/main/none/tests/
shell.stderr.exp 1 ./shell: ./x86/: is a directory
2 ./shell: ./shell.vgtest: Permission denied
6 ./shell: ./shell_binaryfile: cannot execute binary file
7 ./shell: ./shell_nosuchfile: No such file or directory
8 ./shell: shell_nosuchfile: command not found
  /external/webkit/Tools/wx/packaging/debian/
rules 3 SHELL = /bin/bash
5 PYVERS := $(shell /usr/bin/python -c 'import sys; print sys.version[:3]')
6 VER := $(shell /usr/bin/python -c 'import sys; print sys.version[:3]')
60 echo $(shell pwd)
61 echo $(shell ls -l)
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 24 adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretests.systemproperties/android.test.InstrumentationTestRunner
  /frameworks/base/tests/CoreTests/
run_core_test.sh 3 adb shell exec dalvikvm -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=3001 \
  /frameworks/base/tests/DumpRenderTree/assets/
run_reliability_tests.py 39 shell_cmd_str = adb_cmd + " shell cat " + TEST_STATUS_FILE
41 shell=True, stdout=subprocess.PIPE,
47 shell_cmd_str = adb_cmd + " shell rm " + file_name
49 shell=True, stdout=subprocess.PIPE,
154 proc = subprocess.Popen(test_cmd, shell=True,
178 test_cmd_prefix = adb_cmd + " shell am instrument"
192 adb_output = subprocess.Popen(test_cmd, shell=True,
197 shell_cmd_str = adb_cmd + " shell cat " + TEST_STATUS_FILE
201 shell_cmd_str, shell=True, stdout=subprocess.PIPE,
215 adb_output = subprocess.Popen(test_cmd, shell=True, stdout=subprocess.PIPE
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressTaskFactory.java 23 import org.eclipse.swt.widgets.Shell;
31 private final Shell mShell;
33 public ProgressTaskFactory(Shell shell) {
34 mShell = shell;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdDetailsDialog.java 33 import org.eclipse.swt.widgets.Shell;
45 public AvdDetailsDialog(Shell shell, AvdInfo avdInfo) {
46 super(shell, SWT.APPLICATION_MODAL, "AVD details");
55 Shell shell = getShell(); local
56 GridLayoutBuilder.create(shell).columns(2);
57 GridDataBuilder.create(shell).fill();
61 Composite c = new Composite(shell, SWT.NONE);
114 Label l = new Label(shell, SWT.SEPARATOR | SWT.HORIZONTAL)
    [all...]

Completed in 188 milliseconds

1 23 4 5 6 7 8 91011>>