Searched refs:main (Results 1 - 21 of 21) sorted by relevance

/bionic/tests/libs/
H A Dld_preload_test_helper.cpp23 int main() { function
H A Dcfi_test_helper2.cpp22 int main(void) { function
H A Dcfi_test_helper.cpp49 int main(void) { function
51 __cfi_slowpath(42, reinterpret_cast<void*>(&main));
H A Dpreinit_getauxval_test_helper.cpp34 int main() { function
H A Dpreinit_syscall_test_helper.cpp35 int main() { function
H A Dld_config_test_helper.cpp27 int main() { function
H A Dbionic_tests_zipalign.cpp121 int main(int argc, char* argv[]) { function
/bionic/libc/tools/
H A Dndk_missing_symbols.py30 def main(): function
48 main()
H A Dgenseccomp.py251 def main(): function
259 main()
H A Dtest_genseccomp.py231 unittest.main()
/bionic/libc/arch-mips/bionic/
H A Dcrtbegin.c49 __libc_init(raw_args, NULL, &main, &array);
/bionic/libc/arch-mips64/bionic/
H A Dcrtbegin.c49 __libc_init(raw_args, NULL, &main, &array);
/bionic/libc/bionic/
H A Dlibc_init_common.h41 extern int main(int argc, char** argv, char** env);
/bionic/libc/arch-common/bionic/
H A Dcrtbegin.c45 __libc_init(raw_args, NULL, &main, &array);
/bionic/tools/bionicbb/
H A Dtest_tasks.py94 unittest.main()
/bionic/tools/relocation_packer/src/
H A Dmain.cc51 int main(int argc, char* argv[]) { function
/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dres_random.c259 main(int argc, char **argv)
/bionic/benchmarks/
H A Dbionic_benchmarks.cpp526 int main(int argc, char** argv) { function
/bionic/tools/versioner/src/
H A Dversioner.cpp497 int main(int argc, char** argv) { function
/bionic/tests/
H A Dpthread_test.cpp317 static void main() { function in struct:TestBug37410
338 // Let the main thread know we're running.
341 // And wait for the main thread to exit.
355 ASSERT_EXIT(TestBug37410::main(), ::testing::ExitedWithCode(0), "");
1492 // This test is only meaningful for the main thread, so make sure we're running on it!
1495 // Get the main thread's attributes.
1499 // Check that we correctly report that the main thread has no guard page.
1502 ASSERT_EQ(0U, guard_size); // The main thread has no guard page.
1606 // Verify if the main thread's stack got in the signal handler is correct.
1613 // The previous code obtained the main threa
[all...]
H A Dgtest_main.cpp1181 int main(int argc, char** argv, char** envp) { function

Completed in 266 milliseconds