/bionic/tests/ |
D | dl_test.cpp | 112 eth.SetArgs({ path_to_linker, nullptr }); in TEST() 128 eth.SetArgs({ path_to_linker, helper.c_str(), nullptr }); in TEST() 145 eth.SetArgs({ path_to_linker, helper.c_str(), nullptr }); in TEST() 156 eth.SetArgs({ path_to_linker, path_to_linker, nullptr }); in TEST() 166 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 176 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 189 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 199 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 226 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 282 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() [all …]
|
D | memtag_stack_dlopen_test.cpp | 51 eth.SetArgs({path.c_str(), nullptr}); in TEST() 69 eth.SetArgs({path.c_str(), nullptr}); in TEST() 90 eth.SetArgs({path.c_str(), lib_path.c_str(), nullptr}); in TEST() 111 eth.SetArgs({path.c_str(), lib_path.c_str(), nullptr}); in TEST()
|
D | sys_thread_properties_test.cpp | 28 eth.SetArgs({helper.c_str(), nullptr}); in TEST() 39 eth.SetArgs({helper.c_str(), nullptr}); in TEST()
|
D | elftls_test.cpp | 97 eth.SetArgs({helper.c_str(), nullptr}); in TEST() 104 eth.SetArgs({helper.c_str(), nullptr}); in TEST()
|
D | utils.cpp | 45 eh.SetArgs({exec.c_str(), "--gtest_also_run_disabled_tests", filter_arg.c_str(), nullptr}); in RunGwpAsanTest() 57 eh.SetArgs({exec.c_str(), "--gtest_also_run_disabled_tests", filter_arg.c_str(), nullptr}); in RunSubtestNoEnv()
|
D | spawn_test.cpp | 195 eth.SetArgs({BIN_DIR "true", nullptr}); in TEST() 203 eth.SetArgs({"true", nullptr}); in TEST() 211 eth.SetArgs({"true", nullptr}); in TEST() 219 eth.SetArgs({"does-not-exist", nullptr}); in TEST() 227 eth.SetArgs({"sh", "-c", "exit $posix_spawn_environment_test", nullptr}); in TEST() 259 eth.SetArgs({"ls", "-l", "/proc/self/fd", nullptr}); in TEST() 300 eth.SetArgs({"cat", path, nullptr}); in CatFileToString() 517 eth.SetArgs({"true", nullptr}); in TEST() 550 eth.SetArgs({"cat", fdinfo_path.c_str(), nullptr}); in TEST()
|
D | cfi_test.cpp | 165 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 176 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
|
D | memtag_stack_test.cpp | 39 eth.SetArgs({helper.c_str(), arg, nullptr}); in TEST_P()
|
D | unistd_test.cpp | 1439 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1443 eth.SetArgs({"printenv", nullptr}); in TEST() 1493 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1512 eth.SetArgs({nullptr}); in TEST() 1520 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1538 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1542 eth.SetArgs({"printenv", nullptr}); in TEST() 1560 eth.SetArgs({basename(tf.path), nullptr}); in TEST() 1590 eth.SetArgs({"/system/bin/does-not-exist", nullptr}); in TEST() 1637 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() [all …]
|
D | elftls_dl_test.cpp | 84 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 174 eth.SetArgs({helper.c_str(), nullptr}); in TEST()
|
D | heap_tagging_level_test.cpp | 252 eth.SetArgs({helper.c_str(), nullptr}); in TEST_P()
|
D | utils.h | 218 void SetArgs(const std::vector<const char*>& args) { in SetArgs() function
|
D | dlfcn_test.cpp | 1542 eth.SetArgs({"readelf", "-dW", path.c_str(), nullptr}); in validate_compatibility_of_native_library()
|
D | dlext_test.cpp | 2088 eth.SetArgs({ helper.c_str(), app_ns_dir.c_str(), nullptr }); in TEST()
|
/bionic/benchmarks/ |
D | bionic_benchmarks.cpp | 482 static void SetArgs(const std::vector<int>& sizes, args_vector_t* args) { in SetArgs() function 488 static void SetArgs(const std::vector<int>& sizes, int align, args_vector_t* args) { in SetArgs() function 495 static void SetArgs(const std::vector<int>& sizes, int align1, int align2, args_vector_t* args) { in SetArgs() function 503 SetArgs(sizes, &args); in GetArgs() 509 SetArgs(sizes, align, &args); in GetArgs() 515 SetArgs(sizes, align1, align2, &args); in GetArgs()
|