/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/tools/logblame/ |
D | test_analyze.py | 11 def main(): function 21 main()
|
D | test_ps.py | 87 def main(): function 94 main()
|
D | test_logs.py | 163 def main(): function 176 main()
|
/development/scripts/ |
D | battery_simulator.py | 67 def main(): function 72 main()
|
D | stack | 45 def main(): function 75 main()
|
D | compare-installed-size.py | 86 def main(): function 107 main()
|
D | add-accounts-sdk | 57 def main(argv): function 128 main(sys.argv)
|
D | add-accounts | 60 def main(argv): function 131 main(sys.argv)
|
/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/tools/core_connectivity/ |
D | check_style.sh | 11 function main() { function 40 main $*
|
/development/tools/repo_pull/ |
D | repo_patch.py | 47 def main(): function 69 main()
|
/development/vndk/tools/header-checker/tests/ |
D | gen_all.py | 20 def main(): function 50 sys.exit(main())
|
/development/apps/DumpViewer/ |
D | Android.mk | 2 include $(LOCAL_PATH)/app/src/main/Android.mk
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | ChangedContacts.java | 82 LinearLayout main = new LinearLayout(this); in onCreate() local 83 main.setOrientation(LinearLayout.VERTICAL); in onCreate() 103 main.addView(mChangeButton); in onCreate() 104 main.addView(mDeleteButton); in onCreate() 108 main.addView(mDisplayView); in onCreate() 113 main.addView(mList); in onCreate() 115 setContentView(main); in onCreate()
|
/development/vndk/tools/sourcedr/ninja/ |
D | list_installed_module_under_source.py | 55 def main(): function 78 main()
|
D | list_ninja_build_dep.py | 62 def main(): function 100 main()
|
/development/tools/repo_diff/service/repodiff/ |
D | repodiff.go | 1 package main package 16 func main() { func
|
D | commandline.go | 1 package main package
|
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/input/ |
D | main.c | 4 int main(int argc, char **argv) { in main() function
|
/development/vndk/tools/sourcedr/blueprint/ |
D | check_vndk_dep.py | 102 def main(): function 122 main()
|
/development/python-packages/adb/ |
D | test.py | 75 def main(): function 80 main()
|
/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/ |
D | Anticipation.java | 37 setContentView(R.layout.main); in onCreate()
|