Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 93) sorted by relevance

1234

/system/tools/aidl/tests/
Dintegration-test.py70 def run(self, command, background=False, ignore_status=False): member in AdbHost
99 result = self.run('source /system/etc/mkshrc && mktemp')
149 host.run('setenforce 0')
151 host.run('rm -f %s' % JAVA_LOG_FILE, ignore_status=True)
152 host.run('pkill %s' % NATIVE_TEST_SERVICE, ignore_status=True)
155 host.run(NATIVE_TEST_SERVICE, background=True)
159 host.run('pkill %s' % NATIVE_TEST_CLIENT, ignore_status=True)
160 result = host.run(NATIVE_TEST_CLIENT, ignore_status=True)
167 host.run('am start -S -a android.intent.action.MAIN '
172 result = host.run('%s %d %s "%s" "%s"' %
/system/extras/tests/memtest/
Dbandwidth.cpp176 volatile bool *run; member
193 while (!*arg->run) { in runBandwidthThread()
197 for (int run = 1; ; run++) { in runBandwidthThread() local
198 arg->bench->run(); in runBandwidthThread()
199 if (!*arg->run) { in runBandwidthThread()
204 avg_mb = (avg_mb/run) * (run-1) + arg->bench->mb_per_sec()/run; in runBandwidthThread()
241 bench->run(); in processThreadArgs()
259 volatile bool run = false; in runThreadedTest() local
263 args[i].run = &run; in runThreadedTest()
273 run = true; in runThreadedTest()
[all …]
/system/sepolicy/
Drunas.te4 # ndk-gdb invokes adb shell run-as.
12 # run-as reads package information.
15 # run-as checks and changes to the app data dir.
19 # run-as switches to the app UID/GID.
22 # run-as switches to the app security context.
33 # run-as cannot have capabilities other than CAP_SETUID and CAP_SETGID
Dfsck_untrusted.te1 # Any fsck program run on untrusted block devices
19 # Untrusted fsck should never be run on block devices holding sensitive data
Dtoolbox.te1 # Any toolbox command run by init.
3 # Do NOT use this domain for toolbox when run by any other domain.
Dfsck.te1 # Any fsck program run by init
32 # fsck should never be run on these block devices
Dtzdatacheck.te1 # The tzdatacheck command run by init.
/system/connectivity/apmanager/init/
Dapmanager.conf36 mkdir -m 0755 -p /var/run/apmanager/hostapd
37 mkdir -m 0755 -p /var/run/apmanager/dnsmasq
38 chown -R apmanager:apmanager /var/run/apmanager/hostapd
39 chown -R apmanager:apmanager /var/run/apmanager/dnsmasq
/system/connectivity/shill/bin/
Dshill_logout_user24 rm -rf /var/run/shill/user_profiles /var/run/shill/guest_user_profile
25 rm -f /var/run/shill/log
/system/security/keystore/tests/
DMakefile62 .PHONY: coverage memcheck massif clean run
64 %.run: %
68 run: $(BINARIES:=.run) target
83 coverage.info: run
120 $(BINARIES:=.run) $(BINARIES:=.memcheck) $(BINARIES:=.massif) \
/system/core/crash_reporter/
Dcrash_reporter.rc16 # Remove any previous run files.
17 rm /data/misc/crash_reporter/run/kernel-crash-detected
18 rmdir /data/misc/crash_reporter/run
27 mkdir /data/misc/crash_reporter/run 0700 root root
/system/core/run-as/
DAndroid.mk4 LOCAL_SRC_FILES := run-as.c package.c
8 LOCAL_MODULE := run-as
/system/connectivity/shill/
DTESTING26 - run the resulting shill_unittest binary
27 - run the unit tests from your host machine under gdb
41 namespace. e.g., run
52 - to see the actual compiler commands that are run:
69 can only be run on the target device.
78 To run all unit tests:
81 To run specific unit tests using filter:
115 - run the tests
120 To run a specific test out of the test suite, use test_pat option to --args.
121 # Example: To just run the 035CheckWEPKeySyntax test:
/system/connectivity/shill/init/
Dshill.conf.in50 mkdir -p /var/run/shill
62 # Set up dhcpcd's /var/{lib|run} dirs to run as user 'dhcp'.
64 mkdir -m 0755 -p /var/run/dhcpcd
67 chown -R dhcp:dhcp /var/run/dhcpcd
107 # If OOBE has not completed (i.e. EULA not agreed to), do not run
/system/netd/server/
DDnsProxyListener.h69 void run();
100 void run();
133 void run();
DDnsProxyListener.cpp88 handler->run(); in threadStart()
188 void DnsProxyListener::GetAddrInfoHandler::run() { in run() function in DnsProxyListener::GetAddrInfoHandler
369 handler->run(); in threadStart()
375 void DnsProxyListener::GetHostByNameHandler::run() { in run() function in DnsProxyListener::GetHostByNameHandler
491 handler->run(); in threadStart()
497 void DnsProxyListener::GetHostByAddrHandler::run() { in run() function in DnsProxyListener::GetHostByAddrHandler
/system/vold/
DBenchmark.cpp104 nsecs_t run = systemTime(SYSTEM_TIME_BOOTTIME); in benchmark() local
122 nsecs_t run_d = run - drop; in benchmark()
123 nsecs_t destroy_d = destroy - run; in benchmark()
DTrimTask.h46 void run();
DMoveTask.h40 void run();
/system/keymaster/
DMakefile150 .PHONY: coverage memcheck massif clean run
152 %.run: %
156 run: $(BINARIES:=.run) target
161 coverage.info: run
387 $(BINARIES:=.run) $(BINARIES:=.memcheck) $(BINARIES:=.massif) \
D.gitignore5 *.run
/system/extras/verity/
Dbuild_verity_metadata.py14 def run(cmd): function
37 run(cmd)
/system/security/keystore/
Dtest-keystore44 function run() { function
53 run adb shell su $user keystore_cli "$@"
57 run adb shell ls -al /data/misc/keystore
/system/media/audio_utils/tests/
DREADME.md3 fifo\_tests does not run under gtest
/system/core/healthd/
Dhealthd_mode_charger.cpp95 bool run; member
162 .run = false,
335 anim->run = true; in kick_animation()
342 anim->run = false; in reset_animation()
350 if (!batt_anim->run || now < charger->next_screen_transition) in update_screen_state()
358 batt_anim->run = false; in update_screen_state()

1234