Home
last modified time | relevance | path

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

12345

/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/pdk/hosting/
Dpdk.py33 def main(): function
37 main()
/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/ndk/samples/test-libstdc++/jni/
Dtest-libstl.cpp4 int main(void) in main() function
/development/ndk/tests/prebuilt-library/jni/
Dfoo-user.c3 int main(void) in main() function
/development/pdk/pndk/samples/sample/
Dhello.c3 int main(int argc, char *argv[]) in main() function
Duse_hellolibrary.c5 int main() in main() function
Dhello_cpp.cpp17 int main(void) in main() function
/development/samples/RenderScript/MiscSamples/res/raw/
Dshadercubef.glsl4 void main() {
Dshadercubev.glsl4 void main() {
/development/ndk/tests/dlclose-destruction/jni/
DAndroid.mk11 LOCAL_SRC_FILES := main.c
/development/tools/emulator/opengl/host/renderer/
DAndroid.mk6 LOCAL_SRC_FILES := main.cpp
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
DMainActivity.java31 setContentView(R.layout.main); in onCreate()
49 menuInflater.inflate(R.menu.main, menu); in onCreateOptionsMenu()
/development/scripts/
Dadd-accounts60 def main(argv): function
131 main(sys.argv)
Dadd-accounts-sdk57 def main(argv): function
128 main(sys.argv)
/development/ndk/platforms/android-9/samples/native-activity/jni/
DAndroid.mk20 LOCAL_SRC_FILES := main.c
/development/tools/emulator/opengl/host/tools/emugen/
DAndroid.mk10 main.cpp \
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayoutTest.java13 setContentView(R.layout.main); in onCreate()
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
DHelloSpellCheckerActivity.java39 setContentView(R.layout.main); in onCreate()
40 mMainView = (TextView)findViewById(R.id.main); in onCreate()
/development/testrunner/tests/
Dandroid_manifest_tests.py42 unittest.main()
/development/tools/templates/
Djava_file.template13 setContentView(R.layout.main);
/development/pdk/
DPdk.mk142 $(pdk_doxy_docsfiles_dir)/main.dox: $(pdk_docsfile_dir)/main.dox
150 $(pdk_doxy_docsfiles_dir)/main.dox all_copied_pdk_templates \
158 $(pdk_doxy_docsfiles_dir)/main.dox
/development/tools/emulator/opengl/tests/ut_renderer/
Dut_renderer.cpp28 int main(int argc, char **argv) in main() function

12345