Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 218) 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/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()
Dstack25 def main(): function
57 main()
DAndroid.bp28 main: "native_heapdump_viewer_tests.py",
39 main: "symbol.py",
49 main: "stack_core.py",
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/vndk/tools/elfcheck/
Dfix_android_mk_prebuilt.py50 def main(): function
64 main()
/development/tools/repo_pull/
Drepo_patch.py48 def main(): function
78 main()
/development/tools/ndk/
Dbuild_ndk_docs.py76 def main() -> None: function
85 main()
/development/vndk/tools/header-checker/tests/
Dgen_all.py21 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
/development/tools/idegen/src/
DMain.java22 public static void main(String[] args) throws Exception { in main() method in Main
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/input/
Dmain.c4 int main(int argc, char **argv) { in main() function

123456789