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

/bionic/libc/bionic/
H A Dlibc_init_common.h41 extern int main(int argc, char** argv, char** env);
/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/tools/zoneinfo/
H A Dupdate-tzdata.py181 def main(): function
231 main()
H A DZoneCompactor.java179 public static void main(String[] args) throws Exception { method in class:ZoneCompactor
/bionic/libc/arch-mips/string/
H A Dmips_strlen.c159 main (int argc, char **argv) function
/bionic/libc/arch-mips64/string/
H A Dmips_strlen.c160 main (int argc, char **argv) function
/bionic/benchmarks/
H A Dbenchmark_main.cpp192 int main(int argc, char* argv[]) { function
/bionic/tests/
H A Dpthread_test.cpp239 static void main() { function in struct:TestBug37410
260 // Let the main thread know we're running.
263 // And wait for the main thread to exit.
275 ASSERT_EXIT(TestBug37410::main(), ::testing::ExitedWithCode(0), "");
823 // This test is only meaningful for the main thread, so make sure we're running on it!
826 // Get the main thread's attributes.
830 // Check that we correctly report that the main thread has no guard page.
833 ASSERT_EQ(0U, guard_size); // The main thread has no guard page.

Completed in 294 milliseconds