Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 4121) sorted by relevance

12345678910>>...165

/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup52 local STORAGE=`$ADB shell mount | grep /system | cut -d ' ' -f1`
54 echo Remounting $STORAGE at /system
198 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then
200 adb_shell mv /system/bin/app_process.real /system/bin/app_process
201 adb_shell rm /system/bin/asanwrapper
202 …elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev…
204 adb_shell mv /system/bin/app_process32.real /system/bin/app_process32
205 adb_shell mv /system/bin/app_process64.real /system/bin/app_process64
206 adb_shell rm /system/bin/asanwrapper
207 adb_shell rm /system/bin/asanwrapper64
[all …]
/external/libchrome/mojo/public/java/
DBUILD.gn9 "system/src/org/chromium/mojo/system/Core.java",
10 "system/src/org/chromium/mojo/system/DataPipe.java",
11 "system/src/org/chromium/mojo/system/Flags.java",
12 "system/src/org/chromium/mojo/system/Handle.java",
13 "system/src/org/chromium/mojo/system/InvalidHandle.java",
14 "system/src/org/chromium/mojo/system/MessagePipeHandle.java",
15 "system/src/org/chromium/mojo/system/MojoException.java",
16 "system/src/org/chromium/mojo/system/MojoResult.java",
17 "system/src/org/chromium/mojo/system/Pair.java",
18 "system/src/org/chromium/mojo/system/ResultAnd.java",
[all …]
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DConfigLoaderTest.java28 Properties system = new Properties(); in testResource() local
30 "/org/jacoco/agent/rt/internal/agent-test.properties", system); in testResource()
37 Properties system = new Properties(); in testNoResource() local
39 system); in testNoResource()
46 Properties system = new Properties(); in testSystemProperties() local
47 system.setProperty("jacoco-agent.output", "mbean"); in testSystemProperties()
48 system.setProperty("output", "tcpserver"); // no prefix in testSystemProperties()
49 system.setProperty("jacoco-agent.sessionid", "testid"); in testSystemProperties()
51 "/org/jacoco/agent/rt/internal/agent-test.properties", system); in testSystemProperties()
60 Properties system = new Properties(); in testSubstituteProperties() local
[all …]
/external/python/cpython3/Lib/
Dplatform.py455 def _syscmd_ver(system='', release='', version='', argument
470 return system, release, version
487 return system, release, version
493 system, release, version = m.groups()
502 return system, release, version
668 def system_alias(system, release, version): argument
677 if system == 'Rhapsody':
680 return 'MacOS X Server', system+release, version
682 elif system == 'SunOS':
686 return system, release, version
[all …]
/external/python/cpython2/Lib/
Dplatform.py418 os.system(cmd + ' > %s' % tmpfile)
514 def _syscmd_ver(system='', release='', version='', argument
529 return system,release,version
549 return system,release,version
555 system,release,version = m.groups()
564 return system,release,version
853 def system_alias(system,release,version): argument
862 if system == 'Rhapsody':
865 return 'MacOS X Server',system+release,version
867 elif system == 'SunOS':
[all …]
/external/autotest/client/tests/dbt2/
Ddbt2.py24 utils.system('cp -pR ' + self.srcdir + ' ' + self.srcdir + '.mysql')
32 utils.system('cp -pR ' + self.srcdir + ' ' + self.srcdir + '.pgsql')
39 utils.system('ln -s %s %s' %
41 utils.system('ln -s %s %s' %
58 utils.system(self.srcdir + '.mysql/scripts/mysql/build_db.sh -g -w 1')
59 utils.system(self.srcdir + '.mysql/scripts/run_workload.sh ' + args)
63 utils.system('%s/deps/pgpool/pgpool/bin/pgpool -f %s/../pgpool.conf' \
66 utils.system('%s/deps/pgpool/pgpool/bin/pgpool stop' % self.autodir)
70 utils.system(self.srcdir + '.pgsql/scripts/pgsql/build_db.sh -g -w 1')
71 utils.system(self.srcdir + '.pgsql/scripts/run_workload.sh ' + args)
[all …]
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
Dcpuhotplug_hotplug.sh72 if [ ! -w /sys/devices/system/cpu/cpu${CPU}/online ]; then
78 $TIME echo 1 > /sys/devices/system/cpu/cpu${CPU}/online
93 if [ ! -w /sys/devices/system/cpu/cpu${CPU}/online ]; then
99 $TIME echo 0 > /sys/devices/system/cpu/cpu${CPU}/online
112 [ -d /sys/devices/system/cpu/cpu0 ] || return -1
113 NUM=`ls /sys/devices/system/cpu/ \
128 [ -d /sys/devices/system/cpu ] || return 1
129 (cd /sys/devices/system/cpu; ls -d cpu[0-9]*)
157 if [ -e /sys/devices/system/cpu/cpu$cpu ]; then
185 if [ -e /sys/devices/system/cpu/$cpu/online ]; then
[all …]
/external/autotest/client/site_tests/platform_Pkcs11Events/
Dplatform_Pkcs11Events.py24 utils.system('chaps_client --load --path=%s --auth=%s' %
26 utils.system('p11_replay --inject')
27 utils.system('chaps_client --unload --path=%s' % token)
31 utils.system('chaps_client --load --path=%s --auth=%s' %
34 utils.system('chaps_client --unload --path=%s' % token)
41 utils.system('chaps_client --load --path=%s --auth=%s' %
45 result = utils.system('p11_replay --replay_wifi',
50 utils.system('chaps_client --unload --path=%s' % token)
54 utils.system('chaps_client --unload --path=%s' % token)
56 utils.system('chaps_client --load --path=%s --auth=%s' %
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscApkAssets9.java74 private final boolean system; field in ShadowArscApkAssets9.Key
78 public Key(FileDescriptor fd, String path, boolean system, boolean load_as_shared_library, in Key() argument
82 this.system = system; in Key()
96 return system == key.system && in equals()
105 return Objects.hash(fd, path, system, load_as_shared_library, overlay); in hashCode()
149 protected static ApkAssets loadFromPath(String path, boolean system) in loadFromPath() argument
154 + ", " + system + "); mode=" in loadFromPath()
164 new Key(null, path, system, false, false), in loadFromPath()
167 ClassParameter.from(boolean.class, system))); in loadFromPath()
171 protected static @NonNull ApkAssets loadFromPath(@NonNull String path, boolean system, in loadFromPath() argument
[all …]
/external/v8/tools/testrunner/local/
Dutils.py73 system = platform.system()
74 if system == 'Linux':
76 elif system == 'Darwin':
78 elif system.find('CYGWIN') >= 0:
80 elif system == 'Windows' or system == 'Microsoft':
84 elif system == 'FreeBSD':
86 elif system == 'OpenBSD':
88 elif system == 'SunOS':
90 elif system == 'NetBSD':
92 elif system == 'AIX':
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_dev_cgroup.c71 assert(system("rm -f /tmp/test_dev_cgroup_null") == 0); in main()
72 assert(system("mknod /tmp/test_dev_cgroup_null c 1 3")); in main()
73 assert(system("rm -f /tmp/test_dev_cgroup_null") == 0); in main()
76 assert(system("rm -f /tmp/test_dev_cgroup_zero") == 0); in main()
77 assert(system("mknod /tmp/test_dev_cgroup_zero c 1 5") == 0); in main()
78 assert(system("rm -f /tmp/test_dev_cgroup_zero") == 0); in main()
80 assert(system("dd if=/dev/urandom of=/dev/zero count=64") == 0); in main()
83 assert(system("dd if=/dev/urandom of=/dev/full count=64")); in main()
86 assert(system("dd if=/dev/random of=/dev/zero count=64")); in main()
/external/autotest/client/tests/sysbench/
Dsysbench.py25 utils.system(
48 utils.system(self.sudo + '/bin/true')
64 utils.system('rm -rf ' + data)
67 utils.system(self.sudo + bin + '/initdb -D ' + data)
71 utils.system(self.sudo + bin + '/pg_ctl -D %s -l %s start' %(data, log))
81 utils.system(self.sudo + bin + '/createdb sbtest')
83 utils.system(cmd)
97 utils.system(self.sudo + bin + '/pg_ctl -D ' + data + ' stop')
100 utils.system(self.sudo + bin + '/pg_ctl -D ' + data + ' stop')
109 utils.system('rm -rf ' + data)
[all …]
/external/autotest/server/cros/
Dusb_mux_controller.py82 self.host.servo.system(UNEXPORT_GPIO_PIN % MUX_S0)
83 self.host.servo.system(UNEXPORT_GPIO_PIN % MUX_S1)
84 self.host.servo.system(UNEXPORT_GPIO_PIN % MUX_S2)
85 self.host.servo.system(UNEXPORT_GPIO_PIN % MUX_EN)
98 self.host.servo.system(EXPORT_GPIO_PIN % pin)
99 self.host.servo.system(SET_GPIO_DIRECTION % pin)
114 self.host.servo.system(SET_GPIO_VALUE % (port[0], MUX_S2))
115 self.host.servo.system(SET_GPIO_VALUE % (port[1], MUX_S1))
116 self.host.servo.system(SET_GPIO_VALUE % (port[2], MUX_S0))
120 self.host.servo.system(SET_GPIO_VALUE % (ENABLE_MUX, MUX_EN))
[all …]
/external/autotest/client/site_tests/platform_AnomalyCollector/
Dplatform_AnomalyCollector.py17 utils.system("stop anomaly-collector")
18 utils.system("rm -rf /run/anomaly-collector")
19 utils.system("start anomaly-collector")
20 utils.system("sleep 0.1")
23 utils.system("echo WARNING > %s" % (lkdtm))
25 utils.system("echo warning > /proc/breakme")
26 utils.system("sleep 0.1")
27 utils.system("test -f /run/anomaly-collector/warning")
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/
DHandleMock.java7 import org.chromium.mojo.system.Core;
8 import org.chromium.mojo.system.Core.HandleSignalsState;
9 import org.chromium.mojo.system.DataPipe;
10 import org.chromium.mojo.system.DataPipe.ConsumerHandle;
11 import org.chromium.mojo.system.DataPipe.ProducerHandle;
12 import org.chromium.mojo.system.Handle;
13 import org.chromium.mojo.system.MessagePipeHandle;
14 import org.chromium.mojo.system.MojoResult;
15 import org.chromium.mojo.system.ResultAnd;
16 import org.chromium.mojo.system.SharedBufferHandle;
[all …]
/external/freetype/docs/
DINSTALL.CROSS11 For self-building the FreeType library on a Unix system, GNU Make
15 The GNU C compiler to cross-build the target system is required.
17 compiler is expected to be installed with a system prefix. For
18 example, if your building system is FreeBSD/i386 and the target
19 system is Linux/MIPS, the cross compiler should be installed with
30 2.1. Building and target system
32 To configure a cross-build, the options `--host=<system>' and
33 `--build=<system>' must be passed to the `configure' script.
34 For example, if your build system is FreeBSD/i386 and the target
35 system is Linux/MIPS, say
[all …]
/external/openssh/
Dstart-ssh12 DEFAULT_AUTHORIZED_KEYS=/system/etc/security/authorized_keys.default
15 /system/bin/ssh-keygen -t dsa -f $DSA_KEY -N ""
21 /system/bin/ssh-keygen -t rsa -f $RSA_KEY -N ""
33 /system/bin/logwrapper /system/bin/sshd -f /system/etc/ssh/sshd_config -D -d
36 /system/bin/sshd -f /system/etc/ssh/sshd_config -D
/external/libchrome/libchrome_tools/patch/
Dalignof_int64.patch29 mojo/public/c/system/buffer.h | 2 +-
30 mojo/public/c/system/data_pipe.h | 2 +-
31 mojo/public/c/system/message_pipe.h | 2 +-
47 diff --git a/mojo/public/c/system/buffer.h b/mojo/public/c/system/buffer.h
49 --- a/mojo/public/c/system/buffer.h
50 +++ b/mojo/public/c/system/buffer.h
60 diff --git a/mojo/public/c/system/data_pipe.h b/mojo/public/c/system/data_pipe.h
62 --- a/mojo/public/c/system/data_pipe.h
63 +++ b/mojo/public/c/system/data_pipe.h
65 // system-dependent capacity of at least one element in size.
[all …]
/external/selinux/gui/
DMakefile5 SHAREDIR ?= $(PREFIX)/share/system-config-selinux
20 system-config-selinux.png \
21 system-config-selinux.ui \
24 all: $(TARGETS) system-config-selinux.py polgengui.py
34 install -m 755 system-config-selinux.py $(DESTDIR)$(SHAREDIR)
35 install -m 755 system-config-selinux $(DESTDIR)$(BINDIR)
38 install -m 644 system-config-selinux.8 $(DESTDIR)$(MANDIR)/man8
46 install -m 644 system-config-selinux.png $(DESTDIR)$(DATADIR)/pixmaps
47 install -m 644 system-config-selinux.png $(DESTDIR)$(DATADIR)/icons/hicolor/24x24/apps
48 install -m 644 system-config-selinux.png $(DESTDIR)$(DATADIR)/system-config-selinux
/external/libchrome/mojo/public/java/system/
DBUILD.gn7 group("system") {
30 "src/org/chromium/mojo/system/impl/BaseRunLoop.java",
31 "src/org/chromium/mojo/system/impl/CoreImpl.java",
32 "src/org/chromium/mojo/system/impl/WatcherImpl.java",
48 "//mojo/public/c/system",
49 "//mojo/public/cpp/system",
55 "src/org/chromium/mojo/system/impl/BaseRunLoop.java",
56 "src/org/chromium/mojo/system/impl/CoreImpl.java",
57 "src/org/chromium/mojo/system/impl/DataPipeConsumerHandleImpl.java",
58 "src/org/chromium/mojo/system/impl/DataPipeProducerHandleImpl.java",
[all …]
/external/autotest/client/site_tests/platform_Pkcs11ChangeAuthData/
Dplatform_Pkcs11ChangeAuthData.py15 utils.system('p11_replay --inject --replay_wifi')
20 result = utils.system('p11_replay --replay_wifi', ignore_status=True)
27 result = utils.system('p11_replay --replay_wifi', ignore_status=True)
34 result = utils.system('p11_replay --replay_wifi', ignore_status=True)
42 result = utils.system('p11_replay --replay_wifi', ignore_status=True)
45 utils.system('p11_replay --inject --replay_wifi')
49 result = utils.system('p11_replay --replay_wifi', ignore_status=True)
55 result = utils.system('p11_replay --replay_wifi', ignore_status=True)
/external/autotest/client/profilers/lttng/
Dlttng.py59 utils.system('mount -t debugfs debugfs ' + self.mountpoint,
61 utils.system('modprobe ltt-control')
62 utils.system('modprobe ltt-statedump')
64 utils.system(self.lttctl + ' -n test -R', ignore_status=True)
65 utils.system(self.disarmall, ignore_status=True)
68 utils.system(self.armall, ignore_status=True)
95 utils.system('%s -n test -d -l %s/ltt -t %s' %
100 utils.system(self.lttctl + ' -n test -R')
114 utils.system("tar -cvjf %s -C %s %s" % (tarball, test.profdir, 'lttng'))
115 utils.system('rm -rf ' + self.output)
/external/autotest/client/site_tests/security_ptraceRestrictions/
Dsecurity_ptraceRestrictions.py65 utils.system("su -c 'bash -x ./ptrace-restrictions.sh' chronos",
68 utils.system("bash -x ./root-ptrace-restrictions.sh chronos",
71 utils.system("su -c './thread-prctl 0 1' chronos")
72 utils.system("su -c './thread-prctl 0 0' chronos")
74 utils.system("su -c './thread-prctl 1 1' chronos")
75 utils.system("su -c './thread-prctl 2 1' chronos")
77 utils.system("su -c './thread-prctl 1 0' chronos")
78 utils.system("su -c './thread-prctl 2 0' chronos")
/external/autotest/client/profilers/oprofile/
Doprofile.py42 utils.system('patch -p1 < %s' % patch)
71 utils.system(self.opcontrol + setup)
124 utils.system(self.opcontrol + ' --shutdown')
125 utils.system(self.opcontrol + ' --reset')
126 utils.system(self.opcontrol + ' --start')
131 utils.system(self.opcontrol + ' --stop')
132 utils.system(self.opcontrol + ' --dump')
143 utils.system(report + ' > ' + reportfile)
147 utils.system("echo 'no vmlinux found.' > %s" % reportfile)
152 utils.system(self.opreport + ' --long-filenames ' + ' >> ' + reportfile)
[all …]
/external/autotest/client/bin/self-test/
Dtest_redirect8 os.system ("echo About to redirect stdout 2")
9 os.system ("date")
12 os.system ("echo This should go into the stdout logfile 2")
15 os.system ("date")
19 os.system ("echo stdout all done 2")
20 os.system ("date")

12345678910>>...165