Searched refs:Exec (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 69 static void Exec(const char* test_name, const char* debug_options, pid_t* pid, int exit_code = 0, in Exec() function 231 ASSERT_NO_FATAL_FAILURE(Exec("MallocTests.DISABLED_smoke", "verbose backtrace", &pid)); in TEST() 435 ASSERT_NO_FATAL_FAILURE(Exec(test.c_str(), "verbose backtrace leak_track", &pid)); in VerifyLeak() 483 ASSERT_NO_FATAL_FAILURE(Exec("MallocTests.DISABLED_exit_while_threads_allocating", in TEST() 522 …ASSERT_NO_FATAL_FAILURE(Exec("MallocTests.DISABLED_write_leak_info", "verbose backtrace", &pid, 0)… in TEST() 531 …ASSERT_NO_FATAL_FAILURE(Exec("MallocTests.DISABLED_write_leak_info", "verbose backtrace guard", &p… in TEST() 567 ASSERT_NO_FATAL_FAILURE(Exec("MallocTests.DISABLED_malloc_and_backtrace_deadlock", in TEST()
|
/bionic/benchmarks/tests/ |
D | interface_test.cpp | 40 void Exec(std::vector<const char*> args); 78 void SystemTests::Exec(std::vector<const char*> args) { in Exec() function in SystemTests 122 Exec(args); in RunTest()
|
/bionic/libc/malloc_hooks/tests/ |
D | malloc_hooks_tests.cpp | 92 void Exec(std::vector<const char*> args);
|
/bionic/docs/ |
D | elf-tls.md | 63 * IE: Initial Exec 64 * LE: Local Exec 156 ## Initial Exec (IE) 184 ## Local Exec (LE)
|