Home
last modified time | relevance | path

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

/bionic/tests/
Ddl_test.cpp119 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 …]
Dsys_thread_properties_test.cpp30 eth.SetArgs({helper.c_str(), nullptr}); in TEST()
43 eth.SetArgs({helper.c_str(), nullptr}); in TEST()
Dspawn_test.cpp193 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()
Dcfi_test.cpp152 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
164 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
Dunistd_test.cpp1359 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 …]
Dheap_tagging_level_test.cpp203 eth.SetArgs({helper.c_str(), nullptr}); in TEST_P()
Dutils.h224 void SetArgs(const std::vector<const char*>& args) { in SetArgs() function
Delftls_dl_test.cpp84 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
Ddlext_test.cpp2082 eth.SetArgs({ helper.c_str(), app_ns_dir.c_str(), nullptr }); in TEST()
/bionic/benchmarks/
Dbionic_benchmarks.cpp462 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()