/system/tools/hidl/test/hidl_test/ |
D | hidl_test.h | 34 Service<IMemoryTest>::run("memory"); in runOnEachServer() 35 Service<IChild>::run("child"); in runOnEachServer() 36 Service<IParent>::run("parent"); in runOnEachServer() 37 Service<IFetcher>::run("fetcher"); in runOnEachServer() 38 Service<IBaz>::run("baz"); in runOnEachServer() 39 Service<IBar>::run("foo"); in runOnEachServer() 40 Service<IHash>::run("default"); in runOnEachServer() 41 Service<IGraph>::run("graph"); in runOnEachServer() 42 Service<IPointer>::run("pointer"); in runOnEachServer() 43 Service<IMultithread>::run("multithread"); in runOnEachServer() [all …]
|
/system/tools/hidl/scripts/ |
D | run-tests.sh | 10 function run() { function 19 run make -j${THREADS} -C ${ANDROID_BUILD_TOP} -f build/core/main.mk $@ 24 run adb push ${OUT}/system/bin/${CHECKER} ${CHECKER_DEVICE_PATH} 31 run adb push ${OUT}${test_file} ${test_file} 45 local interfaces=$(run adb shell ${test_file} --list_registered_services \ 48 run adb shell ${test_file} || status=$? 51 … local output=$(run adb shell ${CHECKER_DEVICE_PATH} -c ${interface} | read_checker_output) 57 … run adb shell ${test_file} --hal_service_instance="${interface}/${instance}" || status=$? 100 run adb root
|
/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') 139 host.run('rm -f %s' % JAVA_LOG_FILE, ignore_status=True) 140 host.run('pkill %s' % NATIVE_TEST_SERVICE, ignore_status=True) 143 host.run(NATIVE_TEST_SERVICE, background=True) 147 host.run('pkill %s' % NATIVE_TEST_CLIENT, ignore_status=True) 148 result = host.run(NATIVE_TEST_CLIENT, ignore_status=True) 155 host.run('am start -S -a android.intent.action.MAIN ' 160 result = host.run('%s %d %s "%s" "%s"' % 183 host.run('setenforce 0') [all …]
|
/system/extras/simpleperf/scripts/ |
D | run_simpleperf_without_usb_connection.py | 59 adb.run(['shell', 'cat', '/data/local/tmp/simpleperf_output']) 64 result = adb.run(['shell', 'pidof', 'simpleperf']) 68 adb.run(['shell', 'pkill', '-l', '2', 'simpleperf']) 70 while adb.run(['shell', 'pidof', 'simpleperf']): 72 adb.run(['shell', 'cat', '/data/local/tmp/simpleperf_output'])
|
D | binary_cache_builder.py | 194 if self.adb.run(['pull', device_path, host_path]): 199 if (self.adb.run(['shell', 'cp', device_path, '/data/local/tmp']) and 200 self.adb.run(['pull', '/data/local/tmp/' + filename, host_path])): 201 self.adb.run(['shell', 'rm', '/data/local/tmp/' + filename]) 212 self.adb.run(['shell', '"echo 0 >/proc/sys/kernel/kptr_restrict"']) 213 self.adb.run(['pull', '/proc/kallsyms', file_path])
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | runas.te | 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. 35 # run-as cannot have capabilities other than CAP_SETUID and CAP_SETGID
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | runas.te | 13 # run-as reads package information. 16 # run-as checks and changes to the app data dir. 20 # run-as switches to the app UID/GID. 23 # run-as switches to the app security context. 36 # 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 17 # To determine if it is safe to run fsck on a filesystem, e2fsck 32 # Untrusted fsck should never be run on block devices holding sensitive data
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | runas.te | 13 # run-as reads package information. 20 # run-as checks and changes to the app data dir. 24 # run-as switches to the app UID/GID. 27 # run-as switches to the app security context. 40 # run-as cannot have capabilities other than CAP_SETUID and CAP_SETGID
|
/system/sepolicy/public/ |
D | runas.te | 13 # run-as reads package information. 21 # run-as checks and changes to the app data dir. 25 # run-as switches to the app UID/GID. 28 # run-as switches to the app security context. 41 # run-as cannot have capabilities other than CAP_SETUID and CAP_SETGID
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | runas.te | 13 # run-as reads package information. 21 # run-as checks and changes to the app data dir. 25 # run-as switches to the app UID/GID. 28 # run-as switches to the app security context. 41 # run-as cannot have capabilities other than CAP_SETUID and CAP_SETGID
|
/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/netd/resolv/ |
D | DnsProxyListener.h | 54 void run(); 80 void run(); 105 void run(); 131 void run();
|
/system/libufdt/tests/ |
D | README | 5 * run_tests.sh: The main entry to run test cases. Using different 7 * gen_test.sh: The script to run a single test case. 44 # Steps to run the test
|
/system/chre/platform/android/ |
D | init.cc | 55 chre::SocketServerSingleton::get()->run( in main() 60 EventLoopManagerSingleton::get()->getEventLoop().run(); in main()
|
/system/extras/simpleperf/demo/JavaApi/app/src/main/java/simpleperf/demo/java_api/ |
D | MainActivity.java | 45 public void run() { in createProfileThread() 78 public void run() { in createBusyThread() 92 public void run() { in createBusyThread()
|
/system/netd/tests/benchmarks/ |
D | connect_benchmark.cpp | 213 static void run(decltype(ipv4_loopback) benchmarkFunction, ::benchmark::State& state, in run() function 224 run(ipv4_loopback, state, true); in ipv4_no_load() 230 run(ipv4_loopback, state, false); in ipv4_high_load() 236 run(ipv6_loopback, state, true); in ipv6_no_load() 242 run(ipv6_loopback, state, false); in ipv6_high_load()
|
/system/extras/simpleperf/demo/CppApi/app/src/main/java/simpleperf/demo/cpp_api/ |
D | MainActivity.java | 45 public void run() { in createUpdateViewThread() 53 public void run() { in createUpdateViewThread()
|
/system/tools/hidl/test/ |
D | run_all_host_tests.sh | 3 function run() { function 46 run
|
D | run_all_device_tests.sh | 3 function run() { function 62 run
|
/system/bt/test/ |
D | README.md | 5 The tests are designed to be run when the Android runtime is not running. From a terminal, run: 7 ## Before you run tests 24 But for the impatient, run specific groups of tests like this:
|
/system/core/trusty/keymaster/legacy/ |
D | Makefile | 109 .PHONY: coverage memcheck massif clean run 111 %.run: % 115 run: $(BINARIES:=.run) target 120 coverage.info: run 193 $(BINARIES:=.run) $(BINARIES:=.memcheck) $(BINARIES:=.massif) \
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | runas_app.te | 9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf,
|
/system/bt/gd/os/linux_generic/ |
D | thread.cc | 37 running_thread_(&Thread::run, this, priority) {} in Thread() 39 void Thread::run(Priority priority) { in run() function in bluetooth::os::Thread
|
/system/sepolicy/private/ |
D | runas_app.te | 9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf,
|