/development/vndk/tools/header-checker/tests/ |
D | gen_expected_output.py | 6 def main(): function 11 sys.exit(main())
|
D | gen_all.py | 17 def main(): function 43 sys.exit(main())
|
/development/tools/logblame/ |
D | test_analyze.py | 11 def main(): function 21 main()
|
D | test_ps.py | 87 def main(): function 94 main()
|
/development/samples/TicTacToeMain/ |
D | README.txt | 17 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/ |
D | README.txt | 24 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
|
D | Android.mk | 20 LOCAL_SRC_FILES:= main.c.arm
|
D | main.c | 31 int main(void) { in main() function
|
/development/vndk/tools/abides/ |
D | abides.py | 14 def main(): function 20 main()
|
/development/vndk/tools/definition-tool/tests/ |
D | run.py | 7 def main(): function 20 main()
|
/development/tools/axl/ |
D | udpEater.py | 26 def main(): function 45 main()
|
D | udpServer.py | 4 def main(): function 29 main()
|
/development/ndk/platforms/android-9/arch-arm/src/ |
D | crtbegin_dynamic.c | 37 extern int main(int argc, char **argv, char **env); 87 __libc_init(elfdata, (void *) 0, &main, &array); in _start()
|
D | crtbegin_static.c | 37 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/ |
D | crtbegin.c | 37 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/ |
D | crtbegin.c | 33 extern int main(int argc, char** argv, char** env); 67 __libc_init(raw_args, NULL, &main, &array); in do_mips_start()
|
/development/scripts/ |
D | stack | 45 def main(): function 75 main()
|
D | compare-installed-size.py | 86 def main(): function 107 main()
|
D | add-accounts-sdk | 57 def main(argv): function 128 main(sys.argv)
|
D | add-accounts | 60 def main(argv): function 131 main(sys.argv)
|
/development/testrunner/ |
D | logger.py | 92 def main(): function 96 main()
|
/development/ndk/tests/prebuilt-library/jni/ |
D | foo-user.c | 3 int main(void) in main() function
|
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/input/ |
D | main.c | 4 int main(int argc, char **argv) { in main() function
|
/development/ndk/tests/dlclose-destruction/jni/ |
D | Android.mk | 11 LOCAL_SRC_FILES := main.c
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | ChangedContacts.java | 82 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()
|