Home
last modified time | relevance | path

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

12345678

/development/vndk/tools/header-checker/tests/
Dgen_expected_output.py6 def main(): function
11 sys.exit(main())
Dgen_all.py17 def main(): function
43 sys.exit(main())
/development/tools/logblame/
Dtest_analyze.py11 def main(): function
21 main()
Dtest_ps.py87 def main(): function
94 main()
/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/tutorials/ReverseDebug/
DREADME.txt24 31 int main(void) {
33 40 /* Set a breakpint here: "b main.c:41" */
73 (gdb) b main.c:41
74 Breakpoint 1 at 0xb6f174a8: file development/tutorials/ReverseDebug/main.c, line 41.
84 Breakpoint 1, main () at development/tutorials/ReverseDebug/main.c:41
97 0xb6f174bc in main () at development/tutorials/ReverseDebug/main.c:42
103 main () at development/tutorials/ReverseDebug/main.c:41
124 at development/tutorials/ReverseDebug/main.c:28
136 LOCAL_SRC_FILES:= main.c.arm
DAndroid.mk20 LOCAL_SRC_FILES:= main.c.arm
Dmain.c31 int main(void) { in main() function
/development/vndk/tools/abides/
Dabides.py14 def main(): function
20 main()
/development/vndk/tools/definition-tool/tests/
Drun.py7 def main(): function
20 main()
/development/tools/axl/
DudpEater.py26 def main(): function
45 main()
DudpServer.py4 def main(): function
29 main()
/development/ndk/platforms/android-9/arch-arm/src/
Dcrtbegin_dynamic.c37 extern int main(int argc, char **argv, char **env);
87 __libc_init(elfdata, (void *) 0, &main, &array); in _start()
Dcrtbegin_static.c37 extern int main(int argc, char **argv, char **env);
87 __libc_init(elfdata, (void *) 0, &main, &array); in _start()
/development/ndk/platforms/android-21/arch-arm/src/
Dcrtbegin.c37 extern int main(int argc, char **argv, char **env);
83 __libc_init(elfdata, (void *) 0, &main, &array); in _start()
/development/ndk/platforms/android-9/arch-mips/src/
Dcrtbegin.c33 extern int main(int argc, char** argv, char** env);
67 __libc_init(raw_args, NULL, &main, &array); in do_mips_start()
/development/scripts/
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/testrunner/
Dlogger.py92 def main(): function
96 main()
/development/ndk/tests/prebuilt-library/jni/
Dfoo-user.c3 int main(void) in main() function
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/input/
Dmain.c4 int main(int argc, char **argv) { in main() function
/development/ndk/tests/dlclose-destruction/jni/
DAndroid.mk11 LOCAL_SRC_FILES := main.c
/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()

12345678