/bionic/tests/ |
D | dl_test.cpp | 119 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 …]
|
D | unistd_test.cpp | 1359 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 …]
|
D | cfi_test.cpp | 150 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()
|
D | utils.h | 231 void Run(const std::function<void()>& child_fn, int expected_exit_status, in Run() function
|
D | elftls_dl_test.cpp | 85 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, error.c_str()); in TEST()
|
D | Android.bp | 761 // 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:
|
D | stdio_test.cpp | 2526 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()
|
D | dlext_test.cpp | 2089 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, in TEST()
|
/bionic/benchmarks/linker_relocation/ |
D | run_bench_with_ninja.sh | 38 Run config: 40 --linker LINKER Run the benchmark using a specific dynamic linker 41 --adb Run the test using adb
|
/bionic/benchmarks/ |
D | Android.bp | 77 // Build benchmarks for the device (with bionic's .so). Run with: 97 // Build benchmarks for the host (against glibc!). Run with:
|
D | README.md | 86 (e.g. Toybox's `true` and `sh -c true`). Run it on a device like so:
|
/bionic/docs/ |
D | libc_assembler.md | 77 Run on (8 X 1844 MHz CPU s) 124 Run the bionic tests to verify that the new routines are valid. However,
|
D | native_allocator.md | 121 Run this test thusly: 337 Run the benchmark thusly: 405 Run these benchmarks thusly:
|
D | status.md | 46 Run `./libc/tools/check-symbols-glibc.py` in bionic/ for the current
|
D | elf-tls.md | 865 * ["Run-time ABI for the ARM® Architecture."][arm-rtabi] Documents `__aeabi_read_tp`.
|
/bionic/libc/malloc_hooks/tests/ |
D | malloc_hooks_tests.cpp | 144 test.Run( in RunTest()
|
/bionic/libc/kernel/ |
D | README.md | 81 Run this command to automatically download the latest version of the headers
|
/bionic/libc/malloc_debug/ |
D | README.md | 413 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/ |
D | README.md | 184 2. Run update_all.py to scrub those headers and import them into bionic.
|