Searched defs:main (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/tools/zoneinfo/
H A DZoneCompactor.java185 public static void main(String[] args) throws Exception { method in class:ZoneCompactor
H A Dupdate-tzdata.py195 def main(): function
245 main()
/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 4260 milliseconds