/external/v8/ |
Android.v8shell.mk | 4 LOCAL_SRC_FILES:= samples/shell.cc
|
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/ |
basesteps.py | 1 from buildbot.steps import shell, source namespace 15 Test = buildStepWithDefaultTimeout(shell.Test) 16 Compile = buildStepWithDefaultTimeout(shell.Compile) 17 ShellCommand = buildStepWithDefaultTimeout(shell.ShellCommand)
|
/frameworks/base/cmds/am/ |
am | 2 # shell.
|
/frameworks/base/cmds/bmgr/ |
bmgr | 2 # shell.
|
/frameworks/base/cmds/ime/ |
ime | 2 # shell.
|
/frameworks/base/cmds/input/ |
input | 2 # shell.
|
/frameworks/base/cmds/pm/ |
pm | 2 # shell.
|
/frameworks/base/cmds/svc/ |
svc | 2 # shell.
|
/system/core/libacc/tests/ |
accarm | 35 adb(["shell", "rm", "/system/bin/acc"]) 36 adb(["shell", "mkdir", "/system/bin/accdata"]) 37 adb(["shell", "mkdir", "/system/bin/accdata/data"]) 57 remoteCmdLine = ["adb", "shell", "/system/bin/acc"] + remoteArgs
|
/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...] |
/system/core/sh/ |
sh.1 | 39 .Nd command interpreter (shell) 87 1003.2 and 1003.2a specifications for the shell. 89 features which make it appear similar in some respects to the Korn shell, 90 but it is not a Korn shell clone (see 94 plus a few Berkeley extensions, are being incorporated into this shell. 99 to be a tutorial or a complete specification of the shell. 101 The shell is a command that reads lines from either a file or the 104 (although a user can select a different shell with the 107 The shell implements a language that has flow control 113 interactive and non-interactive use (shell scripts) [all...] |
/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/openssl/android.testssl/ |
testssl.sh | 30 reqcmd="adb shell /system/bin/openssl req" 31 x509cmd="adb shell /system/bin/openssl x509 $digest" 46 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/patches/ |
testssl.sh | 30 reqcmd="adb shell /system/bin/openssl req" 31 x509cmd="adb shell /system/bin/openssl x509 $digest" 46 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
|
/frameworks/base/tests/backup/ |
test_backup.sh | 22 b_pkgs=$(a shell dumpsys backup | \ 28 a shell bmgr wipe "$pkg" 41 #a shell bmgr transport com.google.android.backup/.BackupTransportService 44 a shell \ 61 a shell bmgr backup com.android.backuptest 64 a shell bmgr run
|
/external/grub/docs/ |
grub-md5-crypt.8 | 17 \fB\-\-grub\-shell\fR=\fIFILE\fR 18 use FILE as the grub shell
|
/external/libxml2/include/libxml/ |
debugXML.h | 76 * XML shell helpers * 90 * The XML shell related structures and functions * 99 * This is a generic signature for the XML shell input function. 101 * Returns a string which will be freed by the Shell. 108 * A debugging shell context. 125 * @ctxt: a shell context 130 * This is a generic signature for the XML shell functions. 202 * The Shell interface.
|
/external/yaffs2/yaffs2/ |
Makefile.module | 12 KERNELDIR ?= /lib/modules/$(shell uname -r)/build 13 PWD := $(shell pwd)
|
/dalvik/libcore-disabled/SoundTest/ |
Android.mk | 12 #$(shell cd $(LOCAL_PATH) && find resources)
|
/external/e2fsprogs/lib/ss/ |
ss_err.et | 34 "Shell escapes are disabled"
|
/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/opencore/ |
quick_start.txt | 9 NOTE 2: The setup scripts are meant to be used in with the bash shell. 24 adb shell "cd /sdcard; pvplayer_engine_test <test_args> <source_args>" 38 adb shell "cd /sdcard; pv2way_omx_engine_test <test_args>" 52 adb shell "cd /sdcard;test_pvauthorengine <test_args>"
|
/frameworks/base/tests/SmokeTest/ |
README | 7 adb shell am instrument \
|
/packages/apps/Phone/tests/ |
AndroidManifest.xml | 28 runtest is a wrapper around 'adb shell'. The low level shell command is: 29 adb shell am instrument -w com.android.phone.tests/android.test.InstrumentationTestRunner 32 adb shell am instrument -w com.android.phone.tests/android.test.InstrumentationTestRunner
|
/sdk/templates/ |
java_tests_file.template | 11 * adb shell am instrument -w \
|