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

123456

/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/SupportLeanbackDemos/src/com/example/android/leanback/
H A DMainActivity.java26 setContentView(R.layout.main);
/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
75 main()
H A Dcompare-installed-size.py86 def main(): function
107 main()
/development/testrunner/
H A Dlogger.py92 def main(): function
96 main()
/development/ndk/platforms/android-9/arch-x86/src/
H A Dcrtbegin.c57 __libc_init(raw_args, NULL, &main, &array);
/development/ndk/platforms/android-L/arch-arm64/src/
H A Dcrtbegin.c48 __libc_init(raw_args, NULL, &main, &array);
/development/ndk/platforms/android-L/arch-mips64/src/
H A Dcrtbegin.c49 __libc_init(raw_args, NULL, &main, &array);
/development/ndk/platforms/android-L/arch-x86_64/src/
H A Dcrtbegin.c57 __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/browseable/PdfRendererBasic/src/com.example.android.pdfrendererbasic/
H A DMainActivity.java43 getMenuInflater().inflate(R.menu.main, menu);
/development/samples/browseable/ElizaChat/Application/src/com.example.android.wearable.elizachat/
H A DMainActivity.java50 setContentView(R.layout.main);
93 getMenuInflater().inflate(R.menu.main, menu);

Completed in 396 milliseconds

123456