Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 200) sorted by relevance

12345678

/development/samples/TicTacToeMain/
DREADME.txt17 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/
Dtest_analyze.py11 def main(): function
21 main()
Dtest_ps.py87 def main(): function
94 main()
Dtest_logs.py163 def main(): function
176 main()
/development/scripts/
Dbattery_simulator.py67 def main(): function
72 main()
Dstack45 def main(): function
75 main()
Dcompare-installed-size.py86 def main(): function
107 main()
Dadd-accounts-sdk57 def main(argv): function
128 main(sys.argv)
Dadd-accounts60 def main(argv): function
131 main(sys.argv)
/development/tools/axl/
DudpEater.py26 def main(): function
45 main()
DudpServer.py4 def main(): function
29 main()
/development/testrunner/
Dlogger.py92 def main(): function
96 main()
/development/tools/core_connectivity/
Dcheck_style.sh11 function main() { function
40 main $*
/development/tools/repo_pull/
Drepo_patch.py47 def main(): function
69 main()
/development/vndk/tools/header-checker/tests/
Dgen_all.py20 def main(): function
50 sys.exit(main())
/development/apps/DumpViewer/
DAndroid.mk2 include $(LOCAL_PATH)/app/src/main/Android.mk
/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java82 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/
Dlist_installed_module_under_source.py55 def main(): function
78 main()
Dlist_ninja_build_dep.py62 def main(): function
100 main()
/development/tools/repo_diff/service/repodiff/
Drepodiff.go1 package main package
16 func main() { func
Dcommandline.go1 package main package
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/input/
Dmain.c4 int main(int argc, char **argv) { in main() function
/development/vndk/tools/sourcedr/blueprint/
Dcheck_vndk_dep.py102 def main(): function
122 main()
/development/python-packages/adb/
Dtest.py75 def main(): function
80 main()
/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
DAnticipation.java37 setContentView(R.layout.main); in onCreate()

12345678