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

1234

/development/ndk/tests/prebuilt-library/jni/
H A Dfoo-user.c3 int main(void) function
/development/ndk/samples/test-libstdc++/jni/
H A Dtest-libstl.cpp4 int main(void) function
/development/tools/axl/
H A DudpEater.py26 def main(): function
45 main()
H A DudpServer.py4 def main(): function
29 main()
/development/ndk/platforms/android-3/arch-arm/src/
H A Dcrtbegin_dynamic.c37 extern int main(int argc, char **argv, char **env);
71 - address of the "main" function of the program.
87 __libc_init(elfdata, (void *) 0, &main, &array);
H A Dcrtbegin_static.c37 extern int main(int argc, char **argv, char **env);
71 - address of the "main" function of the program.
87 __libc_init(elfdata, (void *) 0, &main, &array);
/development/ndk/tests/dlclose-destruction/jni/
H A DAndroid.mk11 LOCAL_SRC_FILES := main.c
H A Dmain.c7 int main(void) function
/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
H A DAnticipation.java37 setContentView(R.layout.main);
/development/tutorials/ReverseDebug/
H A Dmain.c31 int main(void) { function
40 /* Set a breakpint here: "b main.c:41" */
/development/ndk/platforms/android-9/arch-mips/src/
H A Dcrtbegin.c33 extern int main(int argc, char** argv, char** env);
67 __libc_init(raw_args, NULL, &main, &array);
/development/scripts/
H A Dstack45 def main(): function
76 main()
H A Dcompare-installed-size.py86 def main(): function
107 main()
H A Dadd-accounts60 def main(argv): function
131 main(sys.argv)
H A Dadd-accounts-sdk57 def main(argv): function
128 main(sys.argv)
/development/testrunner/
H A Dlogger.py92 def main(): function
96 main()
/development/ndk/platforms/android-9/arch-x86/src/
H A Dcrtbegin.c51 __libc_init(raw_args, NULL, &main, &array);
/development/ndk/platforms/android-9/arch-x86_64/src/
H A Dcrtbegin.c51 __libc_init(raw_args, NULL, &main, &array);
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
H A DFixedGridLayoutTest.java13 setContentView(R.layout.main);
/development/testrunner/tests/
H A Dandroid_manifest_tests.py42 unittest.main()
/development/tools/idegen/src/
H A DMain.java36 public static void main(String[] args) throws Exception { method in class:Main
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
H A DMainActivity.java31 setContentView(R.layout.main);
49 menuInflater.inflate(R.menu.main, menu);
/development/samples/ApiDemos/src/com/example/android/apis/content/
H A DChangedContacts.java82 LinearLayout main = new LinearLayout(this);
83 main.setOrientation(LinearLayout.VERTICAL);
103 main.addView(mChangeButton);
104 main.addView(mDeleteButton);
108 main.addView(mDisplayView);
113 main.addView(mList);
115 setContentView(main);
/development/ndk/platforms/android-9/samples/native-activity/jni/
H A DAndroid.mk20 LOCAL_SRC_FILES := main.c
/development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/
H A DSquashAndStretch.java54 setContentView(R.layout.main);
61 getMenuInflater().inflate(R.menu.main, menu);

Completed in 558 milliseconds

1234