/development/samples/TicTacToeMain/ |
D | README.txt | 17 TicTacToeMain is the main project. It defines a main activity that is first 35 the main project and the result is used to generate the APK. This means that 36 the main project can either use or redefine behavior from the libraries. 39 To use the main vs library project: 40 - In ADT, just open import both projects and launch the main project. 42 and then run 'ant debug' on the main project.
|
/development/pdk/hosting/ |
D | pdk.py | 33 def main(): function 37 main()
|
/development/tools/axl/ |
D | udpEater.py | 26 def main(): function 45 main()
|
D | udpServer.py | 4 def main(): function 29 main()
|
/development/testrunner/ |
D | logger.py | 92 def main(): function 96 main()
|
/development/ndk/samples/test-libstdc++/jni/ |
D | test-libstl.cpp | 4 int main(void) in main() function
|
/development/ndk/tests/prebuilt-library/jni/ |
D | foo-user.c | 3 int main(void) in main() function
|
/development/pdk/pndk/samples/sample/ |
D | hello.c | 3 int main(int argc, char *argv[]) in main() function
|
D | use_hellolibrary.c | 5 int main() in main() function
|
D | hello_cpp.cpp | 17 int main(void) in main() function
|
/development/samples/RenderScript/MiscSamples/res/raw/ |
D | shadercubef.glsl | 4 void main() {
|
D | shadercubev.glsl | 4 void main() {
|
/development/ndk/tests/dlclose-destruction/jni/ |
D | Android.mk | 11 LOCAL_SRC_FILES := main.c
|
/development/tools/emulator/opengl/host/renderer/ |
D | Android.mk | 6 LOCAL_SRC_FILES := main.cpp
|
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
D | MainActivity.java | 31 setContentView(R.layout.main); in onCreate() 49 menuInflater.inflate(R.menu.main, menu); in onCreateOptionsMenu()
|
/development/scripts/ |
D | add-accounts | 60 def main(argv): function 131 main(sys.argv)
|
D | add-accounts-sdk | 57 def main(argv): function 128 main(sys.argv)
|
/development/ndk/platforms/android-9/samples/native-activity/jni/ |
D | Android.mk | 20 LOCAL_SRC_FILES := main.c
|
/development/tools/emulator/opengl/host/tools/emugen/ |
D | Android.mk | 10 main.cpp \
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
D | FixedGridLayoutTest.java | 13 setContentView(R.layout.main); in onCreate()
|
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/ |
D | HelloSpellCheckerActivity.java | 39 setContentView(R.layout.main); in onCreate() 40 mMainView = (TextView)findViewById(R.id.main); in onCreate()
|
/development/testrunner/tests/ |
D | android_manifest_tests.py | 42 unittest.main()
|
/development/tools/templates/ |
D | java_file.template | 13 setContentView(R.layout.main);
|
/development/pdk/ |
D | Pdk.mk | 142 $(pdk_doxy_docsfiles_dir)/main.dox: $(pdk_docsfile_dir)/main.dox 150 $(pdk_doxy_docsfiles_dir)/main.dox all_copied_pdk_templates \ 158 $(pdk_doxy_docsfiles_dir)/main.dox
|
/development/tools/emulator/opengl/tests/ut_renderer/ |
D | ut_renderer.cpp | 28 int main(int argc, char **argv) in main() function
|