Searched refs:main (Results 1 - 25 of 79) 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()
H A Dchewperf.py83 def main(): function
87 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/testrunner/
H A Dlogger.py92 def main(): function
96 main()
/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()
H A Dandroid_mk_tests.py90 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/tools/emulator/system/qemu-props/
H A Dqemu-props.c46 int main(void) function
/development/scripts/
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/tools/emulator/system/libqemu/
H A Dtests.mk1 # Build libqemu tests, included from main Android.mk
H A Dtest_guest_1.c40 int main(void) function
/development/ndk/platforms/android-9/samples/native-activity/jni/
H A DAndroid.mk20 LOCAL_SRC_FILES := main.c
/development/samples/Alarm/src/com/example/android/newalarm/
H A DAlarmActivity.java70 // Creates the main view
71 setContentView(R.layout.main);
/development/samples/BrowserPlugin/jni/
H A DAndroid.mk31 main.cpp \
/development/samples/TicTacToeMain/src/com/example/android/tictactoe/
H A DMainActivity.java33 setContentView(R.layout.main);
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
H A DHelloSpellCheckerActivity.java43 setContentView(R.layout.main);
44 mMainView = (TextView)findViewById(R.id.main);

Completed in 1257 milliseconds

1234