/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/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/tools/logblame/ |
D | test_analyze.py | 11 def main(): function 21 main()
|
D | sample.txt | 1 --------- beginning of main 15 --------- switch to main 32 --------- switch to main 56 --------- switch to main 64 --------- switch to main 87 --------- switch to main 120 --------- switch to main 232 --------- switch to main 244 --------- switch to main 255 --------- switch to main [all …]
|
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 | 25 def main(): function 57 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/vndk/tools/elfcheck/ |
D | fix_android_mk_prebuilt.py | 47 def main(): function 55 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/ndk/ |
D | build_ndk_docs.py | 75 def main() -> None: function 84 main()
|
/development/tools/repo_pull/ |
D | repo_patch.py | 48 def main(): function 78 main()
|
/development/vndk/tools/header-checker/tests/ |
D | gen_all.py | 21 def main(): function 50 sys.exit(main())
|
/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
|
/development/python-packages/adb/ |
D | test.py | 75 def main(): function 80 main()
|
/development/vndk/tools/sourcedr/blueprint/ |
D | check_vndk_dep.py | 102 def main(): function 122 main()
|
/development/vndk/tools/header-checker/src/dumper/ |
D | header_checker.cpp | 100 int main(int argc, const char **argv); 104 llvm::sys::fs::getMainExecutable(argv_0, (void *)main); in PrintResourceDir() 113 int main(int argc, const char **argv) { in main() function
|