Searched refs:shell (Results 1 - 25 of 473) sorted by relevance

1234567891011>>

/external/syslinux/gpxe/src/include/gpxe/
H A Dshell.h6 * Minimal command shell
12 extern void shell ( void );
/external/valgrind/none/tests/scripts/
H A Dshell_nonexec.stderr.exp1 valgrind: ./shell.vgtest: Permission denied
H A Dshell3 # Testing various shell script invocations.
13 ./shell.vgtest
/external/jacoco/org.jacoco.build/
H A Dpublish.sh10 ssh $USERNAME,eclemma@shell.sourceforge.net create
11 ssh $USERNAME,eclemma@shell.sourceforge.net '/home/project-web/eclemma/scripts/publish-jacoco-snapshot.sh'
/external/toolchain-utils/go/android/
H A Dtarget_sh12 adb_${target} shell "$*; echo -n \$? > ${exitcode}" | sed -e 's:\r$::' -u
13 exit $(adb_${target} shell "cat ${exitcode}")
/external/v8/tools/testrunner/network/
H A Ddistro.py30 def __init__(self, shell):
31 self.shell = shell
57 shell = s.shell()
58 if not shell in shells:
59 shells[shell] = Shell(shell)
60 shells[shell].AddSuite(s)
64 # Sort tests within each shell, longes
[all...]
/external/skia/gn/
H A Dis_clang.py12 if ('clang' in subprocess.check_output('%s --version' % cc, shell=True) and
13 'clang' in subprocess.check_output('%s --version' % cxx, shell=True)):
/external/v8/tools/testrunner/objects/
H A Dpeer.py47 def AddTests(self, shell):
48 """Adds tests from |shell| to this peer.
50 Stops when self.needed_work reaches zero, or when all of shell's tests
53 if shell.shell not in self.shells:
54 self.shells.add(shell.shell)
55 while len(shell.tests) > 0 and self.needed_work > 0:
56 t = shell.tests.pop()
59 shell
[all...]
/external/icu/icu4c/source/samples/
H A Ddefs.mk11 CC=$(shell icu-config --cc)
12 CXX=$(shell icu-config --cxx)
13 CPPFLAGS=$(shell icu-config --cppflags)
14 CFLAGS=$(shell icu-config --cflags)
15 CXXFLAGS=$(shell icu-config --cxxflags)
16 LDFLAGS =$^ $(shell icu-config --ldflags)
17 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
18 INVOKE=$(shell icu-config --invoke)
19 GENRB=$(shell icu-config --invoke=genrb)
21 PKGDATA=$(shell ic
[all...]
/external/ltp/testcases/kdump/lib/crasher/
H A DMakefile2 KDIR := /lib/modules/$(shell uname -r)/build
3 PWD := $(shell pwd)
10 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
/external/ltp/testcases/kdump/lib/kprobes/
H A DMakefile3 KDIR := /lib/modules/$(shell uname -r)/build
4 PWD := $(shell pwd)
10 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
/external/ltp/testcases/kdump/lib/lkdtm/
H A DMakefile2 KDIR := /lib/modules/$(shell uname -r)/build
3 PWD := $(shell pwd)
4 USE_SYMBOL_NAME := $(shell echo "${USE_SYMBOL_NAME}")
15 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
/external/skia/bin/
H A Ddroid21 adb shell "chmod +x //data/local/tmp/$name"
22 adb shell "cd //data/local/tmp; ./$name $args"
/external/toolchain-utils/binary_search_tool/ndk/
H A Dboot_test.sh18 adb shell am start -n com.sample.teapot/com.sample.teapot.TeapotNativeActivity
22 adb shell ps | grep com.sample.teapot
/external/mesa3d/src/gallium/winsys/i915/drm/
H A DMakefile9 LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
11 LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm --cflags-only-other)
/external/mesa3d/src/gallium/winsys/nouveau/drm/
H A DMakefile8 LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-I)
9 LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-other)
/external/vulkan-validation-layers/demos/smoke/
H A DMain.cpp40 ShellXcb shell(*game);
41 shell.run();
55 ShellWayland shell(*game);
56 shell.run();
73 ShellAndroid shell(*app, *game);
74 shell.run();
91 ShellWin32 shell(*game);
92 shell.run();
/external/skia/platform_tools/android/bin/
H A Dandroid_gdb_app21 $ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs -r $ADB $DEVICE_SERIAL shell kill
23 $ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB $DEVICE_SERIAL shell kill
38 $ADB $DEVICE_SERIAL shell "am start -n ${activity} --es cmdLineFlags \"${APP_ARGS[*]:1}\""
44 PID=$($ADB shell ps | grep ${activityShort} | awk '{print $2}')
46 $ADB $DEVICE_SERIAL shell /data/local/tmp/gdbserver :$PORT --attach $PID &
57 echo "Entering gdb client shell"
/external/skia/tools/skpbench/
H A D_hardware_nexus_6p.py29 self._adb.shell('''\
36 self._adb.shell('''\
46 self._adb.shell('''\
53 self._adb.shell('''\
67 self._adb.shell('''\
80 self._adb.shell('''\
89 self._adb.shell('''\
101 self._adb.shell('''\
107 self._adb.shell('''\
115 self._adb.shell('''\
[all...]
/external/toybox/toys/pending/
H A Dsulogin.c70 static void run_shell(char *shell) argument
72 snprintf(toybuf,sizeof(toybuf), "-%s", shell);
73 execl(shell, toybuf, NULL);
74 error_exit("Failed to spawn shell");
86 char *shell = NULL, *pass = NULL, **temp = forbid; local
115 if ((shell = getenv("SUSHELL")) || (shell = getenv("sushell"))
116 || (shell = pwd->pw_shell))
117 run_shell((shell && *shell)
[all...]
/external/autotest/client/site_tests/graphics_GpuReset/src/
H A DMakefile13 CCFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm)
14 CCFLAGS += $(shell $(PKG_CONFIG) --cflags glib-2.0)
15 CCFLAGS += $(shell $(PKG_CONFIG) --cflags libudev)
16 LDFLAGS += $(shell $(PKG_CONFIG) --libs-only-L libudev)
18 LDLIBS += $(shell $(PKG_CONFIG) --libs-only-l libudev)
19 INTEL_GPU := $(shell $(PKG_CONFIG) --exists libdrm_intel && echo "1" || echo "0")
22 LDLIBS += $(shell $(PKG_CONFIG) --libs-only-l libdrm_intel)
/external/chromium-trace/catapult/devil/devil/utils/
H A Dcmd_helper.py5 """A wrapper for subprocess to make calling shell commands easier."""
30 """Return an shell-escaped version of the string using single quotes.
35 The returned value can be used in a shell command line as one token that gets
48 """Return an shell-escaped version of the string using double quotes.
51 or quote characters), while retaining some shell features such as variable
54 The returned value can be used in a shell command line as one token that gets
55 to be further interpreted by the shell.
58 shell implementation. This set usually includes: '$', '`', '\', '!', '*',
76 """Constructs a shell snippet for a command using a variable to shrink it.
86 A shell snippe
[all...]
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dcmd_helper.py5 """A wrapper for subprocess to make calling shell commands easier."""
27 """Return an shell-escaped version of the string using single quotes.
32 The returned value can be used in a shell command line as one token that gets
45 """Return an shell-escaped version of the string using double quotes.
48 or quote characters), while retaining some shell features such as variable
51 The returned value can be used in a shell command line as one token that gets
52 to be further interpreted by the shell.
55 shell implementation. This set usually includes: '$', '`', '\', '!', '*',
73 """Constructs a shell snippet for a command using a variable to shrink it.
83 A shell snippe
[all...]
/external/autotest/client/site_tests/security_SMMLocked/src/
H A DMakefile8 ifneq (,$(filter $(shell uname -m),x86_64 i686))
/external/dhcpcd-6.8.2/
H A DGNUmakefile6 CONFIG_MK?= $(shell test -e ${TOP}/config.mk && \

Completed in 5508 milliseconds

1234567891011>>