Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/external/webkit/Tools/DumpRenderTree/chromium/
DDumpRenderTree.cpp77 static void runTest(TestShell& shell, TestParams& params, const string& testName, bool testShellMod… in runTest() argument
79 int oldTimeoutMsec = shell.layoutTestTimeout(); in runTest()
93 shell.setLayoutTestTimeout(atoi(timeOut.c_str())); in runTest()
104 v8::V8::SetFlagsFromString(shell.javaScriptFlags().c_str(), shell.javaScriptFlags().length()); in runTest()
105 if (shell.stressOpt() || shell.stressDeopt()) { in runTest()
106 if (shell.stressOpt()) in runTest()
113 shell.setDumpWhenFinished(isLastLoad); in runTest()
114 shell.resetTestController(); in runTest()
115 shell.runFileTest(params); in runTest()
118 shell.resetTestController(); in runTest()
[all …]
/external/icu4c/samples/
Ddefs.mk8 CC=$(shell icu-config --cc)
9 CXX=$(shell icu-config --cxx)
10 CPPFLAGS=$(shell icu-config --cppflags)
11 CFLAGS=$(shell icu-config --cflags)
12 CXXFLAGS=$(shell icu-config --cxxflags)
13 LDFLAGS =$(shell icu-config --ldflags)
14 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
15 INVOKE=$(shell icu-config --invoke)
16 GENRB=$(shell icu-config --invoke=genrb)
18 PKGDATA=$(shell icu-config --invoke=pkgdata)
[all …]
/external/quake/
Dcleanupdevicesdcard.sh43 adb shell rm /sdcard/data/quake/id1/glQuake/*
44 adb shell rm /sdcard/data/quake/id1/glQuake/.DS_Store
45 adb shell rmdir /sdcard/data/quake/glQuake
46 adb shell rm /sdcard/data/quake/id1/*
47 adb shell rm /sdcard/data/quake/id1/.DS_Store
48 adb shell rmdir /sdcard/data/quake/id1
49 adb shell rm /sdcard/data/quake/.DS_Store
50 adb shell rmdir /sdcard/data/quake
Dsetupdevicesdcard.sh25 adb shell mkdir /sdcard
26 adb shell mkdir /sdcard/data
27 adb shell mkdir /sdcard/data/quake
28 adb shell mkdir /sdcard/data/quake/id1
Dsetupdevice.sh25 adb shell mkdir /data
26 adb shell mkdir /data/quake
27 adb shell mkdir /data/quake/id1
/external/valgrind/main/none/tests/
Dshell.stderr.exp-dash1 ./shell: 10: ./x86/: Permission denied
2 ./shell: 13: ./shell.vgtest: Permission denied
7 ./shell: 22: ./shell_nosuchfile: not found
8 ./shell: 25: shell_nosuchfile: not found
/external/dbus/cmake/test/
DCMakeLists.txt29 set (test-shell-service_SOURCES
30 ${CMAKE_SOURCE_DIR}/../test/test-shell-service.c
35 set (shell-test_SOURCES
36 ${CMAKE_SOURCE_DIR}/../test/shell-test.c
65 add_executable(shell-test ${shell-test_SOURCES})
66 target_link_libraries(shell-test ${DBUS_INTERNAL_LIBRARIES})
67 ADD_TEST(shell-test ${EXECUTABLE_OUTPUT_PATH}/shell-test${EXT})
69 add_executable(test-shell-service ${test-shell-service_SOURCES})
70 target_link_libraries(test-shell-service ${DBUS_INTERNAL_LIBRARIES})
/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowBase.cpp48 …lobalData& globalData, Structure* structure, PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell) in JSDOMWindowBase() argument
49 : JSDOMGlobalObject(globalData, structure, shell->world(), shell) in JSDOMWindowBase()
51 , m_shell(shell) in JSDOMWindowBase()
158 return shell(); in toThisObject()
163 return shell(); in toStrictThisObject()
166 JSDOMWindowShell* JSDOMWindowBase::shell() const in shell() function in WebCore::JSDOMWindowBase
DScriptController.cpp130 JSDOMWindowShell* shell = windowShell(world); in evaluateInWorld() local
131 ExecState* exec = shell->window()->globalExec(); in evaluateInWorld()
142 …eadExecState::evaluate(exec, exec->dynamicGlobalObject()->globalScopeChain(), jsSourceCode, shell); in evaluateInWorld()
259 if (JSDOMWindowShell* shell = scriptController->existingWindowShell(currentWorld(exec))) in processingUserGesture() local
260 if (Event* event = shell->window()->currentEvent()) in processingUserGesture()
294 JSDOMWindowShell* shell = iter->second.get(); in anyPageIsProcessingUserGesture() local
295 Event* event = shell->window()->currentEvent(); in anyPageIsProcessingUserGesture()
324 void ScriptController::attachDebugger(JSDOMWindowShell* shell, JSC::Debugger* debugger) in attachDebugger() argument
326 if (!shell) in attachDebugger()
329 JSDOMWindow* globalObject = shell->window(); in attachDebugger()
/external/webkit/Source/JavaScriptCore/wtf/brew/
DShellBrew.h46 IShell* shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell; in createInstance() local
47 ISHELL_CreateInstance(shell, cls, reinterpret_cast<void**>(&instance)); in createInstance()
58 IShell* shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell; in createRefPtrInstance() local
59 ISHELL_CreateInstance(shell, cls, reinterpret_cast<void**>(&instance)); in createRefPtrInstance()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
DMakefile42 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
45 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
49 DBUS_INCLUDE += $(shell xml2-config --cflags)
50 DBUS_LIBS += $(shell xml2-config --libs)
53 dbus_version=$(subst ., ,$(shell $(PKG_CONFIG) --modversion dbus-1))
/external/openssl/patches/
Dtestssl.sh46 adb shell rm -r $device
47 adb shell mkdir $device
55 adb shell "echo \"string to make the random number generator think it has entropy\" >> $device/.rnd"
77 adb shell rm -r $device
/external/openssl/android.testssl/
Dtestssl.sh46 adb shell rm -r $device
47 adb shell mkdir $device
55 adb shell "echo \"string to make the random number generator think it has entropy\" >> $device/.rnd"
77 adb shell rm -r $device
/external/icu4c/config/
Ddist.mk25 SVNVER=$(shell svnversion $(SVNTOP) | cut -d: -f1 | tr -cd 'a-zA-Z0-9')
26 SVNURL=$(shell svn info $(SVNTOP) | grep '^URL:' | cut -d: -f2-)
27 DISTY_VER=$(shell echo $(VERSION) | tr '.' '_' )
29 DISTY_FILE_DIR=$(shell pwd)/$(DISTY_DIR)
63 svn export -r $(shell echo $(SVNVER) | tr -d 'a-zA-Z' ) $(SVNURL) "$(DISTY_TMP)/icu"
Dmh-mingw74 #CURR_FULL_DIR=$(shell pwd -W)#M# for MSYS
75 CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
77 #CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
78 CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
112 #ICUPKGDATA_INSTALL_DIR = $(shell cygpath -dma $(DESTDIR)$(ICUPKGDATA_DIR))#M#
113 #ICUPKGDATA_INSTALL_LIBDIR = $(shell cygpath -dma $(DESTDIR)$(libdir))#M#
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
Dmaster.cfg13 from buildbot.steps import master, shell, source, transfer, trigger
58 class InstallWin32Dependencies(shell.Compile):
63 class KillOldProcesses(shell.Compile):
69 class InstallChromiumDependencies(shell.ShellCommand):
76 class CleanupChromiumCrashLogs(shell.ShellCommand):
89 class CompileWebKit(shell.Compile):
104 return shell.Compile.start(self)
107 class ArchiveBuiltProduct(shell.ShellCommand):
116 class ExtractBuiltProduct(shell.ShellCommand):
144 class RunJavaScriptCoreTests(shell.Test):
[all …]
/external/e2fsprogs/debian/
Drules14 DISTRO :=$(shell sed -ne '/DISTRIB_ID/s/.*=//p' /etc/lsb-release 2>/dev/null || echo Debian)
15 SYS_BLKID_VER := $(shell dpkg-query -W libblkid1 | cut -f 2 | cut -b 1)
22 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
23 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
24 DEB_HOST_OS ?= $(shell dpkg-architecture -qDEB_HOST_OS)
25 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
26 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
29 MAIN_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
32 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
33 COMERR_SOVERSION = $(shell grep ELF_SO_VERSION lib/et/Makefile.in | cut '-d ' -f3)
[all …]
/external/dhcpcd/mk/
Dman.mk6 MANPREFIX?= ${_MANPREFIX}$(shell ${_MANPREFIX_SH})
13 MAN5= ${_MAN5}$(shell ${_MAN5_SH})
17 MAN8= ${_MAN8}$(shell ${_MAN8_SH})
Dcc.mk10 CFLAGS+= ${_CSTD}$(shell ${_CSTD_SH})
23 CFLAGS+= ${_CC_FLAGS}$(shell ${_CC_FLAGS_SH})
27 GGDB= ${_GGDB}$(shell ${_GGDB_SH})
/external/oprofile/
Doprofile_android84 def shell(self, command_args, echo=True): member in Adb
246 rc, output = self.adb.shell(['cat', '/proc/kallsyms'], echo=False)
255 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
270 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
282 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
294 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
306 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
359 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
/external/webkit/Tools/wx/packaging/debian/
Drules5 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)
/external/grub/util/
Dgrub-md5-crypt39 --grub-shell=FILE use FILE as the grub shell
51 --grub-shell=*)
Dgrub-md5-crypt.in39 --grub-shell=FILE use FILE as the grub shell
51 --grub-shell=*)
/external/iproute2/doc/
DMakefile16 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/dbus/test/
DMakefile.am16 TEST_BINARIES=test-service test-names test-shell-service shell-test spawn-test test-segfault test-e…
20 TESTS=shell-test
44 test-shell-service.c
47 shell-test.c

12345678910>>...22