Home
last modified time | relevance | path

Searched refs:test_remote (Results 1 – 10 of 10) sorted by relevance

/external/sdv/vsomeip/test/e2e_tests/
De2e_profile_04_test_service.cpp210 std::string test_remote("--remote"); in main() local
219 if(test_remote == argv[i]) in main()
De2e_test_service.cpp260 std::string test_remote("--remote"); in main() local
269 if(test_remote == argv[i]) in main()
De2e_test_client.cpp348 std::string test_remote("--remote"); in main() local
357 if(test_remote == argv[i]) in main()
/external/sdv/vsomeip/test/security_tests/
Dsecurity_test_service.cpp177 std::string test_remote("--remote"); in main() local
186 if(test_remote == argv[i]) in main()
Dsecurity_test_client.cpp239 std::string test_remote("--remote"); in main() local
248 if(test_remote == argv[i]) in main()
/external/liburing/test/
Dmsg-ring-fd.c82 static int test_remote(struct io_uring *src, int ring_flags) in test_remote() function
298 ret = test_remote(&ring, ring_flags); in test()
Dmsg-ring.c119 static int test_remote(struct io_uring *ring, unsigned int ring_flags) in test_remote() function
397 ret = test_remote(&ring, ring_flags); in test()
/external/toolchain-utils/crosperf/
Dschedv2_unittest.py91 def test_remote(self): member in Schedv2Test
/external/v4l-utils/utils/cec-compliance/
Dcec-compliance.cpp897 bool test_remote = false; in main() local
1015 test_remote = true; in main()
1281 if (test_remote) { in main()
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3240 def test_remote(self): member in _TestRemoteManager