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

/bionic/libc/tools/
H A Dndk_missing_symbols.py30 def main(): function
48 main()
/bionic/libc/arch-arm64/bionic/
H A Dcrtbegin.c48 __libc_init(raw_args, NULL, &main, &array);
/bionic/libc/arch-common/bionic/
H A Dcrtbegin.c57 __libc_init(raw_args, NULL, &main, &array);
/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/tools/bionicbb/
H A Dtest_tasks.py94 unittest.main()
/bionic/tools/relocation_packer/
H A DAndroid.mk47 LOCAL_SRC_FILES := src/main.cc
/bionic/tools/relocation_packer/src/
H A Dmain.cc51 int main(int argc, char* argv[]) { function
/bionic/libc/arch-mips/string/
H A Dmips_strlen.c160 main (int argc, char **argv) function
/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dres_random.c259 main(int argc, char **argv)
/bionic/tests/libs/
H A Dbionic_tests_zipalign.cpp119 int main(int argc, char* argv[]) { function
/bionic/tests/
H A Dgtest_main.cpp1125 int main(int argc, char** argv) { function
H A Dpthread_test.cpp311 static void main() { function in struct:TestBug37410
332 // Let the main thread know we're running.
335 // And wait for the main thread to exit.
349 ASSERT_EXIT(TestBug37410::main(), ::testing::ExitedWithCode(0), "");
1236 // This test is only meaningful for the main thread, so make sure we're running on it!
1239 // Get the main thread's attributes.
1243 // Check that we correctly report that the main thread has no guard page.
1246 ASSERT_EQ(0U, guard_size); // The main thread has no guard page.
1343 // The previous code obtained the main thread's stack by reading the entry in
1346 // switches a process while the main threa
[all...]
/bionic/libc/
H A DAndroid.mk706 # has already set up the main thread's TLS.

Completed in 1060 milliseconds