/development/tools/etc1tool/ |
D | etc1tool.cpp | 60 exit(1); in usage() 152 goto exit; in read_PNG_File() 160 goto exit; in read_PNG_File() 165 goto exit; in read_PNG_File() 171 goto exit; in read_PNG_File() 176 goto exit; in read_PNG_File() 180 goto exit; in read_PNG_File() 184 goto exit; in read_PNG_File() 205 goto exit; in read_PNG_File() 217 exit: in read_PNG_File() [all …]
|
/development/tools/yuv420sp2rgb/ |
D | debug.h | 16 exit(1); \ 26 exit(1); \ 35 exit(1); \
|
D | cmdline.c | 116 case 1: print_help(argv[0]); exit(1); break; in get_options()
|
/development/samples/ToyVpn/server/linux/ |
D | ToyVpnServer.cpp | 72 exit(1); in get_interface() 144 exit(1); in build_parameters() 177 exit(1); in main() 287 exit(1); in main()
|
/development/tools/hosttestlib/src/com/android/hosttest/ |
D | DeviceTestRunner.java | 103 System.exit(FAILURE_EXIT); in main() 104 System.exit(SUCCESS_EXIT); in main() 107 System.exit(EXCEPTION_EXIT); in main()
|
/development/perftests/panorama/feature_stab/src/dbregtest/ |
D | dbregtest.cpp | 105 exit(1); in main() 349 exit(1); in parse_cmd_line() 374 exit(1); in parse_cmd_line() 383 exit(1); in parse_cmd_line() 396 exit(1); in parse_cmd_line()
|
/development/scripts/ |
D | add-accounts-sdk | 25 sys.exit(1) 62 sys.exit(2)
|
D | add-accounts | 25 sys.exit(1) 65 sys.exit(2)
|
D | stack | 42 sys.exit(1)
|
D | compare-installed-size.py | 41 sys.exit(1)
|
/development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/ |
D | RmTypeDefs.java | 68 System.exit(1); in run() 85 System.exit(1); in run() 95 System.exit(1); in run() 115 System.exit(mHaveError ? -1 : 0); in run() 152 System.exit(1); in checkClass()
|
/development/testrunner/ |
D | create_test.py | 187 sys.exit() 225 sys.exit() 238 sys.exit()
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | gles3jni.cpp | 80 goto exit; in createProgram() 84 goto exit; in createProgram() 89 goto exit; in createProgram() 112 exit: in createProgram()
|
/development/tools/elftree/ |
D | elftree.c | 278 exit(0); in parse_args() 312 exit(EXIT_FAILURE); in main() 317 exit(EXIT_FAILURE); in main()
|
/development/samples/training/testingfun/ |
D | gradlew.bat | 84 if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 85 exit /b 1
|
/development/ndk/platforms/android-14/samples/native-media/jni/ |
D | native-media-jni.c | 139 goto exit; in AndroidBufferQueueCallback() 148 goto exit; in AndroidBufferQueueCallback() 160 goto exit; in AndroidBufferQueueCallback() 194 exit: in AndroidBufferQueueCallback()
|
/development/ndk/platforms/android-L/include/linux/ |
D | cn_proc.h | 107 } exit; member
|
/development/ndk/platforms/android-L/include/ |
D | stdlib.h | 45 extern __noreturn void exit(int);
|
/development/ndk/platforms/android-9/include/ |
D | stdlib.h | 50 extern __noreturn void exit(int);
|
/development/ndk/platforms/android-8/include/ |
D | stdlib.h | 50 extern __noreturn void exit(int);
|
/development/ndk/platforms/android-3/include/ |
D | stdlib.h | 50 extern __noreturn void exit(int);
|
/development/ndk/platforms/android-3/include/linux/ |
D | blkdev.h | 46 void (*exit)(struct as_io_context *aic); member 87 void (*exit)(struct io_context *); member
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
D | Main.java | 274 System.exit(1); in usage()
|
/development/build/tools/ |
D | mk_sources_zip.py | 126 sys.exit(2)
|
/development/ndk/platforms/ |
D | README.CRT.TXT | 74 This means they are run *after* 'exit', in the case of executables, 115 unloaded (i.e. either through 'dlclose' or at program exit). 132 the program will crash when it calls exit() or returns from main().
|