/system/tools/aidl/tests/ |
D | integration-test.py | 70 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/ |
D | bandwidth.cpp | 176 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/ |
D | runas.te | 4 # 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
|
D | fsck_untrusted.te | 1 # Any fsck program run on untrusted block devices 19 # Untrusted fsck should never be run on block devices holding sensitive data
|
D | toolbox.te | 1 # Any toolbox command run by init. 3 # Do NOT use this domain for toolbox when run by any other domain.
|
D | fsck.te | 1 # Any fsck program run by init 32 # fsck should never be run on these block devices
|
D | tzdatacheck.te | 1 # The tzdatacheck command run by init.
|
/system/connectivity/apmanager/init/ |
D | apmanager.conf | 36 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/ |
D | shill_logout_user | 24 rm -rf /var/run/shill/user_profiles /var/run/shill/guest_user_profile 25 rm -f /var/run/shill/log
|
/system/security/keystore/tests/ |
D | Makefile | 62 .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/ |
D | crash_reporter.rc | 16 # 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/ |
D | Android.mk | 4 LOCAL_SRC_FILES := run-as.c package.c 8 LOCAL_MODULE := run-as
|
/system/connectivity/shill/ |
D | TESTING | 26 - 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/ |
D | shill.conf.in | 50 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/ |
D | DnsProxyListener.h | 69 void run(); 100 void run(); 133 void run();
|
D | DnsProxyListener.cpp | 88 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/ |
D | Benchmark.cpp | 104 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()
|
D | TrimTask.h | 46 void run();
|
D | MoveTask.h | 40 void run();
|
/system/keymaster/ |
D | Makefile | 150 .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 | .gitignore | 5 *.run
|
/system/extras/verity/ |
D | build_verity_metadata.py | 14 def run(cmd): function 37 run(cmd)
|
/system/security/keystore/ |
D | test-keystore | 44 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/ |
D | README.md | 3 fifo\_tests does not run under gtest
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 95 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()
|