Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 19 of 19) sorted by relevance

/bionic/tests/
Ddl_test.cpp119 eth.Run([&]() { execve(path_to_linker, eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST()
136 …eth.Run([&]() { execve(path_to_linker, eth.GetArgs(), eth.GetEnv()); }, 0, expected_output.c_str()… in TEST()
152 …eth.Run([&]() { execve(path_to_linker, eth.GetArgs(), eth.GetEnv()); }, 0, expected_output.c_str()… in TEST()
162 …eth.Run([&]() { execve(path_to_linker, eth.GetArgs(), eth.GetEnv()); }, EXIT_FAILURE, error_messag… in TEST()
174 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST()
186 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST()
201 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, "12345"); in TEST()
219 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, "54321"); in TEST()
243 …eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, EXIT_FAILURE, error_messag… in TEST()
288 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, "12345"); in TEST()
[all …]
Dunistd_test.cpp1359 eth.Run([&]() { execve(BIN_DIR "echo", eth.GetArgs(), eth.GetEnv()); }, 0, "hello world\n"); in TEST()
1364 eth.Run([&]() { execve(BIN_DIR "printenv", eth.GetArgs(), eth.GetEnv()); }, 0, "A=B\n"); in TEST()
1376 eth.Run([&]() { execl(BIN_DIR "echo", "echo", "hello", "world", nullptr); }, 0, "hello world\n"); in TEST()
1390 eth.Run([&]() { execle(BIN_DIR "printenv", "printenv", nullptr, eth.GetEnv()); }, 0, "A=B\n"); in TEST()
1404 eth.Run([&]() { execv(BIN_DIR "echo", eth.GetArgs()); }, 0, "hello world\n"); in TEST()
1416 eth.Run([&]() { execlp("echo", "echo", "hello", "world", nullptr); }, 0, "hello world\n"); in TEST()
1431 eth.Run([&]() { execvp("echo", eth.GetArgs()); }, 0, "hello world\n"); in TEST()
1448 eth.Run([&]() { execvpe("echo", eth.GetArgs(), eth.GetEnv()); }, 0, "hello world\n"); in TEST()
1453 eth.Run([&]() { execvpe("printenv", eth.GetArgs(), eth.GetEnv()); }, 0, "A=B\n"); in TEST()
1482 eth.Run([&]() { execvpe(basename(tf.path), eth.GetArgs(), eth.GetEnv()); }, 0, "script\n"); in TEST()
[all …]
Dcfi_test.cpp150 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST()
162 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST()
Dutils.h231 void Run(const std::function<void()>& child_fn, int expected_exit_status, in Run() function
Delftls_dl_test.cpp85 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, error.c_str()); in TEST()
DAndroid.bp761 // Tests for the device using bionic's .so. Run with:
1026 // Tests for the device linked against bionic's static library. Run with:
1070 // Tests to run on the host and linked against glibc. Run with:
Dstdio_test.cpp2526 eth.Run([&]() { errno = EINVAL; perror("a b c"); exit(0); }, 0, "a b c: Invalid argument\n"); in TEST()
2527 eth.Run([&]() { errno = EINVAL; perror(nullptr); exit(0); }, 0, "Invalid argument\n"); in TEST()
2528 eth.Run([&]() { errno = EINVAL; perror(""); exit(0); }, 0, "Invalid argument\n"); in TEST()
2533 eth.Run([&]() { exit(puts("a b c")); }, 0, "a b c\n"); in TEST()
Ddlext_test.cpp2089 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, in TEST()
/bionic/benchmarks/linker_relocation/
Drun_bench_with_ninja.sh38 Run config:
40 --linker LINKER Run the benchmark using a specific dynamic linker
41 --adb Run the test using adb
/bionic/benchmarks/
DAndroid.bp77 // Build benchmarks for the device (with bionic's .so). Run with:
97 // Build benchmarks for the host (against glibc!). Run with:
DREADME.md86 (e.g. Toybox's `true` and `sh -c true`). Run it on a device like so:
/bionic/docs/
Dlibc_assembler.md77 Run on (8 X 1844 MHz CPU s)
124 Run the bionic tests to verify that the new routines are valid. However,
Dnative_allocator.md121 Run this test thusly:
337 Run the benchmark thusly:
405 Run these benchmarks thusly:
Dstatus.md46 Run `./libc/tools/check-symbols-glibc.py` in bionic/ for the current
Delf-tls.md865 * ["Run-time ABI for the ARM® Architecture."][arm-rtabi] Documents `__aeabi_read_tp`.
/bionic/libc/malloc_hooks/tests/
Dmalloc_hooks_tests.cpp144 test.Run( in RunTest()
/bionic/libc/kernel/
DREADME.md81 Run this command to automatically download the latest version of the headers
/bionic/libc/malloc_debug/
DREADME.md413 add the verbose option. All of the "Run XXX" messages are also silenced unless
417 …09-10 01:03:50.070 557 557 I malloc_debug: /system/bin/audioserver: Run: 'kill -47 557' to dum…
669 Run:
/bionic/
DREADME.md184 2. Run update_all.py to scrub those headers and import them into bionic.