Home
last modified time | relevance | path

Searched refs:SetArgs (Results 1 – 15 of 15) sorted by relevance

/bionic/tests/
Ddl_test.cpp112 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 …]
Dmemtag_stack_dlopen_test.cpp51 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()
Dsys_thread_properties_test.cpp28 eth.SetArgs({helper.c_str(), nullptr}); in TEST()
39 eth.SetArgs({helper.c_str(), nullptr}); in TEST()
Delftls_test.cpp97 eth.SetArgs({helper.c_str(), nullptr}); in TEST()
104 eth.SetArgs({helper.c_str(), nullptr}); in TEST()
Dutils.cpp45 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()
Dspawn_test.cpp195 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()
Dcfi_test.cpp165 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
176 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
Dmemtag_stack_test.cpp39 eth.SetArgs({helper.c_str(), arg, nullptr}); in TEST_P()
Dunistd_test.cpp1439 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 …]
Delftls_dl_test.cpp84 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
174 eth.SetArgs({helper.c_str(), nullptr}); in TEST()
Dheap_tagging_level_test.cpp252 eth.SetArgs({helper.c_str(), nullptr}); in TEST_P()
Dutils.h218 void SetArgs(const std::vector<const char*>& args) { in SetArgs() function
Ddlfcn_test.cpp1542 eth.SetArgs({"readelf", "-dW", path.c_str(), nullptr}); in validate_compatibility_of_native_library()
Ddlext_test.cpp2088 eth.SetArgs({ helper.c_str(), app_ns_dir.c_str(), nullptr }); in TEST()
/bionic/benchmarks/
Dbionic_benchmarks.cpp482 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()