Home
last modified time | relevance | path

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

12345678910>>...228

/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_device_setup51 local STORAGE=`$ADB shell mount | grep /system | cut -d ' ' -f1`
53 echo Remounting $STORAGE at /system
197 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then
199 adb_shell mv /system/bin/app_process.real /system/bin/app_process
200 adb_shell rm /system/bin/asanwrapper
201 …elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev…
203 adb_shell mv /system/bin/app_process32.real /system/bin/app_process32
204 adb_shell mv /system/bin/app_process64.real /system/bin/app_process64
205 adb_shell rm /system/bin/asanwrapper
206 adb_shell rm /system/bin/asanwrapper64
[all …]
/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/crosvm/seccomp/
Dcrosvm_seccomp_policy_product_packages.mk42 system/etc/seccomp_policy/crosvm/9p_device.policy \
43 system/etc/seccomp_policy/crosvm/balloon_device.policy \
44 system/etc/seccomp_policy/crosvm/battery.policy \
45 system/etc/seccomp_policy/crosvm/block_device.policy \
46 system/etc/seccomp_policy/crosvm/cras_audio_device.policy \
47 system/etc/seccomp_policy/crosvm/fs_device.policy \
48 system/etc/seccomp_policy/crosvm/gpu_device.policy \
49 system/etc/seccomp_policy/crosvm/input_device.policy \
50 system/etc/seccomp_policy/crosvm/net_device.policy \
51 system/etc/seccomp_policy/crosvm/null_audio_device.policy \
[all …]
/external/llvm-project/llvm/test/MC/RISCV/
Dmachine-csr-names-invalid.s6 csrrs t1, pmpcfg1, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an op…
7 csrrs t1, pmpcfg3, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an op…
9 csrrs t1, mcycleh, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an op…
10 csrrs t1, minstreth, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an …
12 csrrs t1, mhpmcounter3h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires…
13 csrrs t1, mhpmcounter4h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires…
14 csrrs t1, mhpmcounter5h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires…
15 csrrs t1, mhpmcounter6h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires…
16 csrrs t1, mhpmcounter7h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires…
17 csrrs t1, mhpmcounter8h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires…
[all …]
Duser-csr-names-invalid.s6 csrrs t1, cycleh, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an opt…
7 csrrs t1, timeh, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an opti…
8 csrrs t1, instreth, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an o…
10 csrrs t1, hpmcounter3h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires …
11 csrrs t1, hpmcounter4h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires …
12 csrrs t1, hpmcounter5h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires …
13 csrrs t1, hpmcounter6h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires …
14 csrrs t1, hpmcounter7h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires …
15 csrrs t1, hpmcounter8h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires …
16 csrrs t1, hpmcounter9h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires …
[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/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dportability-restrict-system-includes.rst1 .. title:: clang-tidy - portability-restrict-system-includes
3 portability-restrict-system-includes
6 Checks to selectively allow or disallow a configurable list of system headers.
10 In order to **only** allow `zlib.h` from the system you would set the options
15 #include <curses.h> // Bad: disallowed system header.
16 #include <openssl/ssl.h> // Bad: disallowed system header.
17 #include <zlib.h> // Good: allowed system header.
18 #include "src/myfile.h" // Good: non-system header always allowed.
20 In order to allow everything **except** `zlib.h` from the system you would set
25 #include <curses.h> // Good: allowed system header.
[all …]
/external/python/cpython3/Lib/
Dplatform.py263 def _syscmd_ver(system='', release='', version='', argument
278 return system, release, version
294 return system, release, version
300 system, release, version = m.groups()
309 return system, release, version
496 def system_alias(system, release, version): argument
505 if system == 'SunOS':
509 return system, release, version
522 system = 'Solaris'
525 system = 'Solaris'
[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/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/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscApkAssets9.java83 private final boolean system; field in ShadowArscApkAssets9.Key
87 public Key(FileDescriptor fd, String path, boolean system, boolean load_as_shared_library, in Key() argument
91 this.system = system; in Key()
105 return system == key.system && in equals()
114 return Objects.hash(fd, path, system, load_as_shared_library, overlay); in hashCode()
165 protected static ApkAssets loadFromPath(String path, boolean system) in loadFromPath() argument
170 + ", " + system + "); mode=" in loadFromPath()
180 new Key(null, path, system, false, false), in loadFromPath()
183 ClassParameter.from(boolean.class, system))); in loadFromPath()
190 boolean system = (flags & PROPERTY_SYSTEM) == PROPERTY_SYSTEM; in loadFromPath()
[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/linux-kselftest/tools/testing/selftests/bpf/
Dtest_dev_cgroup.c68 assert(system("rm -f /tmp/test_dev_cgroup_null") == 0); in main()
69 assert(system("mknod /tmp/test_dev_cgroup_null c 1 3")); in main()
70 assert(system("rm -f /tmp/test_dev_cgroup_null") == 0); in main()
73 assert(system("rm -f /tmp/test_dev_cgroup_zero") == 0); in main()
74 assert(system("mknod /tmp/test_dev_cgroup_zero c 1 5") == 0); in main()
75 assert(system("rm -f /tmp/test_dev_cgroup_zero") == 0); in main()
77 assert(system("dd if=/dev/urandom of=/dev/zero count=64") == 0); in main()
80 assert(system("dd if=/dev/urandom of=/dev/full count=64")); in main()
83 assert(system("dd if=/dev/random of=/dev/zero count=64")); in main()
/external/mesa3d/bin/
Dupdate-android-headers.sh12 git clone --depth 1 https://android.googlesource.com/platform/system/core platform-system-core
25 platform-system-core/libsync/include/sync \
26 platform-system-core/libsync/include/ndk \
27 platform-system-core/libbacktrace/include/backtrace \
28 platform-system-core/libsystem/include/system \
29 platform-system-core/liblog/include/log \
31 platform-frameworks-native/libs/nativewindow/include/system \
43 cp -av platform-system-core/libcutils/include/cutils/{log,native_handle,properties}.h ${dest}/cutils
51 platform-system-core/liblog/include/android/* \
52 platform-system-core/libsync/include/android/* \
/external/autotest/server/cros/
Dusb_mux_controller.py87 self.host.servo.system(UNEXPORT_GPIO_PIN % MUX_S0)
88 self.host.servo.system(UNEXPORT_GPIO_PIN % MUX_S1)
89 self.host.servo.system(UNEXPORT_GPIO_PIN % MUX_S2)
90 self.host.servo.system(UNEXPORT_GPIO_PIN % MUX_EN)
103 self.host.servo.system(EXPORT_GPIO_PIN % pin)
104 self.host.servo.system(SET_GPIO_DIRECTION % pin)
119 self.host.servo.system(SET_GPIO_VALUE % (port[0], MUX_S2))
120 self.host.servo.system(SET_GPIO_VALUE % (port[1], MUX_S1))
121 self.host.servo.system(SET_GPIO_VALUE % (port[2], MUX_S0))
125 self.host.servo.system(SET_GPIO_VALUE % (ENABLE_MUX, MUX_EN))
[all …]
/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/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/rust/crates/libz-sys/src/zlib/os400/
Dmake.sh97 system "${CMD}"
168 system "${CMD}"
177 system "${CMD}"
189 system "${CMD}"
201 system "${CMD}"
223 system "${CMD}"
246 system "${CMD}"
292 system "${CMD}"
297 system "${CMD}"
308 system "${CMD}"
[all …]
/external/perfetto/test/trace_processor/profiling/
Dheap_profile_flamegraph_system-server-native-profile.out4 2,"experimental_flamegraph_nodes",2,"_ZN7android14AndroidRuntime15javaThreadShellEPv","/system/lib6…
5 3,"experimental_flamegraph_nodes",3,"_ZN7android6Thread11_threadLoopEPv","/system/lib64/libutils.so…
6 4,"experimental_flamegraph_nodes",4,"_ZN7android10PoolThread10threadLoopEv","/system/lib64/libbinde…
7 5,"experimental_flamegraph_nodes",5,"_ZN7android14IPCThreadState14joinThreadPoolEb","/system/lib64/…
8 6,"experimental_flamegraph_nodes",6,"_ZN7android14IPCThreadState20getAndExecuteCommandEv","/system/…
9 7,"experimental_flamegraph_nodes",7,"_ZN7android14IPCThreadState14executeCommandEi","/system/lib64/…
10 8,"experimental_flamegraph_nodes",8,"_ZN7android7BBinder8transactEjRKNS_6ParcelEPS1_j","/system/lib…
11 …raph_nodes",9,"_ZN11JavaBBinder10onTransactEjRKN7android6ParcelEPS1_j","/system/lib64/libandroid_r…
/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/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/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/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/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>>...228