Home
last modified time | relevance | path

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

/bionic/tests/
Ddl_test.cpp113 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 …]
Dsys_thread_properties_test.cpp31 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()
Dutils.cpp43 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()
Dunistd_test.cpp1382 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 …]
Dcfi_test.cpp190 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()
Dmemtag_stack_test.cpp41 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, ""); in TEST_P()
Dheap_tagging_level_test.cpp254 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, kExpectedExitStatus, in TEST_P()
Dutils.h224 void Run(const std::function<void()>& child_fn, int expected_exit_status, in Run() function
Delftls_dl_test.cpp87 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, error.c_str()); in TEST()
DAndroid.bp870 // 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:
Dstdio_test.cpp2591 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()
Ddlfcn_test.cpp1541 eth.Run([&]() { execvpe("readelf", eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in validate_compatibility_of_native_library()
Ddlext_test.cpp2088 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.bp92 // Build benchmarks for the device (with bionic's .so). Run with:
122 // 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.md51 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.cpp145 test.Run( in RunTest()
/bionic/libc/kernel/
DREADME.md99 Run this command to automatically download the latest version of the headers
/bionic/libc/malloc_debug/
DREADME.md223 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/
DREADME.md285 2. Run update_all.py to scrub those headers and import them into bionic.