/bionic/tests/ |
D | dl_test.cpp | 119 eth.SetArgs({ path_to_linker, nullptr }); in TEST() 136 eth.SetArgs({ path_to_linker, helper.c_str(), nullptr }); in TEST() 152 eth.SetArgs({ path_to_linker, helper.c_str(), nullptr }); in TEST() 162 eth.SetArgs({ path_to_linker, path_to_linker, nullptr }); in TEST() 174 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 186 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 201 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 213 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 243 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 298 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() [all …]
|
D | sys_thread_properties_test.cpp | 30 eth.SetArgs({helper.c_str(), nullptr}); in TEST() 43 eth.SetArgs({helper.c_str(), nullptr}); in TEST()
|
D | spawn_test.cpp | 193 eth.SetArgs({BIN_DIR "true", nullptr}); in TEST() 201 eth.SetArgs({"true", nullptr}); in TEST() 209 eth.SetArgs({"true", nullptr}); in TEST() 217 eth.SetArgs({"does-not-exist", nullptr}); in TEST() 225 eth.SetArgs({"sh", "-c", "exit $posix_spawn_environment_test", nullptr}); in TEST() 247 eth.SetArgs({"ls", "-l", "/proc/self/fd", nullptr}); in TEST() 279 eth.SetArgs({"cat", path, nullptr}); in CatFileToString() 496 eth.SetArgs({"true", nullptr}); in TEST()
|
D | cfi_test.cpp | 152 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 164 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
|
D | unistd_test.cpp | 1359 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1363 eth.SetArgs({"printenv", nullptr}); in TEST() 1413 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1432 eth.SetArgs({nullptr}); in TEST() 1440 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1458 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1462 eth.SetArgs({"printenv", nullptr}); in TEST() 1480 eth.SetArgs({basename(tf.path), nullptr}); in TEST() 1510 eth.SetArgs({"/system/bin/does-not-exist", nullptr}); in TEST() 1547 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() [all …]
|
D | heap_tagging_level_test.cpp | 203 eth.SetArgs({helper.c_str(), nullptr}); in TEST_P()
|
D | utils.h | 224 void SetArgs(const std::vector<const char*>& args) { in SetArgs() function
|
D | elftls_dl_test.cpp | 84 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
|
D | dlext_test.cpp | 2082 eth.SetArgs({ helper.c_str(), app_ns_dir.c_str(), nullptr }); in TEST()
|
/bionic/benchmarks/ |
D | bionic_benchmarks.cpp | 462 static void SetArgs(const std::vector<int>& sizes, args_vector_t* args) { in SetArgs() function 468 static void SetArgs(const std::vector<int>& sizes, int align, args_vector_t* args) { in SetArgs() function 475 static void SetArgs(const std::vector<int>& sizes, int align1, int align2, args_vector_t* args) { in SetArgs() function 483 SetArgs(sizes, &args); in GetArgs() 489 SetArgs(sizes, align, &args); in GetArgs() 495 SetArgs(sizes, align1, align2, &args); in GetArgs()
|