Home
last modified time | relevance | path

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

123456789

/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/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/tools/logblame/
Dtest_analyze.py11 def main(): function
21 main()
Dsample.txt1 --------- 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 …]
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()
Dstack25 def main(): function
57 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/vndk/tools/elfcheck/
Dfix_android_mk_prebuilt.py47 def main(): function
55 main()
/development/testrunner/
Dlogger.py92 def main(): function
96 main()
/development/tools/core_connectivity/
Dcheck_style.sh11 function main() { function
40 main $*
/development/tools/ndk/
Dbuild_ndk_docs.py75 def main() -> None: function
84 main()
/development/tools/repo_pull/
Drepo_patch.py48 def main(): function
78 main()
/development/vndk/tools/header-checker/tests/
Dgen_all.py21 def main(): function
50 sys.exit(main())
/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
/development/python-packages/adb/
Dtest.py75 def main(): function
80 main()
/development/vndk/tools/sourcedr/blueprint/
Dcheck_vndk_dep.py102 def main(): function
122 main()
/development/vndk/tools/header-checker/src/dumper/
Dheader_checker.cpp100 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

123456789