Home
last modified time | relevance | path

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

12345678910>>...17

/system/tools/hidl/test/hidl_test/
Dhidl_test.h46 Service<IMemoryTest>::run("memory"); in runOnEachServer()
47 Service<IChild>::run("child"); in runOnEachServer()
48 Service<IParent>::run("parent"); in runOnEachServer()
49 Service<IFetcher>::run("fetcher"); in runOnEachServer()
50 Service<IBaz>::run("baz"); in runOnEachServer()
51 Service<IBar>::run("foo"); in runOnEachServer()
52 Service<IHash>::run("default"); in runOnEachServer()
53 Service<IMultithread>::run("multithread"); in runOnEachServer()
54 Service<ITrie>::run("trie"); in runOnEachServer()
55 Service<ICppSafeUnion>::run("default"); in runOnEachServer()
[all …]
/system/tools/aidl/tests/
Daidl_integration_test.py55 def run(self, command, background=False, ignore_status=False): member in AdbHost
102 self.host.run('killall %s' % self.binary, ignore_status=True)
103 def run(self): member in NativeServer
104 return self.host.run(self.binary, background=True)
112 self.host.run('killall %s' % self.binary, ignore_status=True)
113 def run(self): member in NativeClient
114 result = self.host.run(self.binary + ' --gtest_color=yes', ignore_status=True)
125 host.run('setenforce 1')
126 self.host.run('killall android.aidl.tests', ignore_status=True)
127 def run(self): member in JavaClient
[all …]
/system/tools/hidl/scripts/
Drun-tests.sh10 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)
57run adb shell ${test_file} --hal_service_instance="${interface}/${instance}" || status=$?
100 run adb root
/system/bt/gd/cert/
Dcert_self_test.py463 thing.behaviors.test_request_behavior.run("A")
475 thing.behaviors.test_request_behavior.run("A")
476 thing.behaviors.test_request_behavior.run("A")
477 thing.behaviors.test_request_behavior.run("A")
487 thing.behaviors.test_request_behavior.run("A")
488 thing.behaviors.test_request_behavior.run("B")
489 thing.behaviors.test_request_behavior.run("C")
499 thing.behaviors.test_request_behavior.run("A")
500 thing.behaviors.test_request_behavior.run("B")
501 thing.behaviors.test_request_behavior.run("C")
[all …]
/system/extras/simpleperf/scripts/
Drun_simpleperf_without_usb_connection.py59 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'])
Dbinary_cache_builder.py192 if self.adb.run(['pull', device_path, host_path]):
197 if (self.adb.run(['shell', 'cp', device_path, '/data/local/tmp']) and
198 self.adb.run(['pull', '/data/local/tmp/' + filename, host_path])):
199 self.adb.run(['shell', 'rm', '/data/local/tmp/' + filename])
210 self.adb.run(['shell', 'echo', '0', '>/proc/sys/kernel/kptr_restrict'])
211 self.adb.run(['pull', '/proc/kallsyms', file_path])
/system/sepolicy/prebuilts/api/26.0/public/
Drunas.te12 # 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/
Drunas.te13 # 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
/system/sepolicy/prebuilts/api/28.0/public/
Drunas.te13 # 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/prebuilts/api/29.0/public/
Drunas.te13 # 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/30.0/public/
Drunas.te13 # 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/public/
Drunas.te13 # 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/
DMakefile61 .PHONY: coverage memcheck massif clean run
63 %.run: %
67 run: $(BINARIES:=.run) target
82 coverage.info: run
119 $(BINARIES:=.run) $(BINARIES:=.memcheck) $(BINARIES:=.massif) \
/system/bt/gd/
Dsetup.py41 completed_process = subprocess.run(cmd, cwd=os.getcwd())
49 subprocess.run(cmd, cwd=acts_framework_dir, check=True)
72 def run(self): member in InstallLocalPackagesForInstallation
81 install.run(self)
/system/libufdt/tests/
DREADME5 * 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/
Dinit.cc55 chre::SocketServerSingleton::get()->run( in main()
60 EventLoopManagerSingleton::get()->getEventLoop().run(); in main()
/system/teeui/test/example_config/
DREADME4 Include the following three files in a new directory that you would want to run
39 The TEST_MAPPING file is going to run the test as a postsubmit test with the
85 test configuration directory you will run the test from.
88 To run the tests against the TEST_MAPPING configurations use the following
91 more info on how to run atest can be found here: https://source.android.com/compatibility/tests/dev…
93 It is possible to run the test as a binary and pass in configuration
95 The following command is how to run the test
/system/extras/simpleperf/demo/CppApi/app/src/main/java/simpleperf/demo/cpp_api/
DMainActivity.java45 public void run() { in createUpdateViewThread()
53 public void run() { in createUpdateViewThread()
/system/netd/tests/benchmarks/
Dconnect_benchmark.cpp213 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/JavaApi/app/src/main/java/simpleperf/demo/java_api/
DMainActivity.java50 public void run() { in createProfileThread()
83 public void run() { in createBusyThread()
97 public void run() { in createBusyThread()
/system/tools/hidl/test/
Drun_all_host_tests.sh3 function run() { function
50 run
Drun_all_device_tests.sh3 function run() { function
81 run
/system/bt/test/
DREADME.md5 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/bt/gd/os/linux_generic/
Dthread.cc36 : name_(name), reactor_(), running_thread_(&Thread::run, this, priority) {} in Thread()
38 void Thread::run(Priority priority) { in run() function in bluetooth::os::Thread
/system/sepolicy/prebuilts/api/29.0/private/
Drunas_app.te9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf,

12345678910>>...17