/bionic/tests/ |
D | dl_test.cpp | 113 eth.Run([&]() { execve(path_to_linker, eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST() 129 eth.Run([&]() { execve(path_to_linker, eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST() 146 eth.Run([&]() { execve(path_to_linker, eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST() 157 …eth.Run([&]() { execve(path_to_linker, eth.GetArgs(), eth.GetEnv()); }, EXIT_FAILURE, error_messag… in TEST() 168 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST() 179 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST() 193 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, "12345"); in TEST() 210 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, "54321"); in TEST() 232 …eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, EXIT_FAILURE, error_messag… in TEST() 290 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, in TEST() [all …]
|
D | sys_thread_properties_test.cpp | 31 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, expected_out); in TEST() 44 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, expected_out); in TEST()
|
D | utils.cpp | 43 eh.Run([&]() { execve(exec.c_str(), eh.GetArgs(), eh.GetEnv()); }, in RunGwpAsanTest() 55 eh.Run([&]() { execve(exec.c_str(), eh.GetArgs(), eh.GetEnv()); }, in RunSubtestNoEnv()
|
D | unistd_test.cpp | 1382 eth.Run([&]() { execve(BIN_DIR "echo", eth.GetArgs(), eth.GetEnv()); }, 0, "hello world\n"); in TEST() 1391 eth.Run([&]() { execve(BIN_DIR "printenv", eth.GetArgs(), eth.GetEnv()); }, 0, in TEST() 1404 eth.Run([&]() { execl(BIN_DIR "echo", "echo", "hello", "world", nullptr); }, 0, "hello world\n"); in TEST() 1422 eth.Run([&]() { execle(BIN_DIR "printenv", "printenv", nullptr, eth.GetEnv()); }, 0, in TEST() 1437 eth.Run([&]() { execv(BIN_DIR "echo", eth.GetArgs()); }, 0, "hello world\n"); in TEST() 1449 eth.Run([&]() { execlp("echo", "echo", "hello", "world", nullptr); }, 0, "hello world\n"); in TEST() 1464 eth.Run([&]() { execvp("echo", eth.GetArgs()); }, 0, "hello world\n"); in TEST() 1481 eth.Run([&]() { execvpe("echo", eth.GetArgs(), eth.GetEnv()); }, 0, "hello world\n"); in TEST() 1490 eth.Run([&]() { execvpe("printenv", eth.GetArgs(), eth.GetEnv()); }, 0, expected_output.c_str()); in TEST() 1519 eth.Run([&]() { execvpe(basename(tf.path), eth.GetArgs(), eth.GetEnv()); }, 0, "script\n"); in TEST() [all …]
|
D | cfi_test.cpp | 190 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST() 202 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST()
|
D | memtag_stack_test.cpp | 41 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, ""); in TEST_P()
|
D | heap_tagging_level_test.cpp | 254 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, kExpectedExitStatus, in TEST_P()
|
D | utils.h | 224 void Run(const std::function<void()>& child_fn, int expected_exit_status, in Run() function
|
D | elftls_dl_test.cpp | 87 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, error.c_str()); in TEST()
|
D | Android.bp | 870 // Tests for the device using bionic's .so. Run with: 1174 // Tests for the device linked against bionic's static library. Run with: 1234 // Tests to run on the host and linked against glibc. Run with:
|
D | stdio_test.cpp | 2591 eth.Run([&]() { errno = EINVAL; perror("a b c"); exit(0); }, 0, "a b c: Invalid argument\n"); in TEST() 2592 eth.Run([&]() { errno = EINVAL; perror(nullptr); exit(0); }, 0, "Invalid argument\n"); in TEST() 2593 eth.Run([&]() { errno = EINVAL; perror(""); exit(0); }, 0, "Invalid argument\n"); in TEST() 2598 eth.Run([&]() { exit(puts("a b c")); }, 0, "a b c\n"); in TEST() 2603 eth.Run([&]() { exit(putchar('A')); }, 65, "A"); in TEST() 2608 eth.Run([&]() { exit(putchar('B')); }, 66, "B"); in TEST()
|
D | dlfcn_test.cpp | 1541 eth.Run([&]() { execvpe("readelf", eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in validate_compatibility_of_native_library()
|
D | dlext_test.cpp | 2088 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 | 92 // Build benchmarks for the device (with bionic's .so). Run with: 122 // 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 | 51 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 | 145 test.Run( in RunTest()
|
/bionic/libc/kernel/ |
D | README.md | 99 Run this command to automatically download the latest version of the headers
|
/bionic/libc/malloc_debug/ |
D | README.md | 223 Run: 'kill -48 <PID>' to check for unreachable memory. 485 add the verbose option. All of the "Run XXX" messages are also silenced unless 489 …09-10 01:03:50.070 557 557 I malloc_debug: /system/bin/audioserver: Run: 'kill -47 557' to dum… 745 Run:
|
/bionic/ |
D | README.md | 285 2. Run update_all.py to scrub those headers and import them into bionic.
|