Searched refs:exit (Results 26 - 50 of 161) sorted by relevance

1234567

/frameworks/native/cmds/bugreport/
H A Dbugreport.c44 exit(1);
/frameworks/native/opengl/tests/gl_perf/
H A Dfilltest.cpp52 exit(0);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp244 goto exit;
250 goto exit;
261 goto exit;
272 exit:
306 goto exit;
317 exit:
412 goto exit;
418 goto exit;
425 goto exit;
435 exit
[all...]
H A Dandroid_opengl_GLES10.cpp244 goto exit;
250 goto exit;
261 goto exit;
272 exit:
306 goto exit;
317 exit:
620 goto exit;
626 goto exit;
633 goto exit;
644 exit
[all...]
H A Dandroid_opengl_GLES30.cpp244 goto exit;
250 goto exit;
261 goto exit;
272 exit:
306 goto exit;
317 exit:
607 goto exit;
613 goto exit;
625 exit:
673 goto exit;
[all...]
/frameworks/av/media/libstagefright/
H A DMediaBufferGroup.cpp69 goto exit;
77 exit:
/frameworks/base/core/java/android/app/
H A DFragmentTransaction.java132 * Bit mask that is set for all exit transitions.
153 public abstract FragmentTransaction setCustomAnimations(int enter, int exit); argument
158 * and <code>popExit</code> animations will be played for enter/exit
161 public abstract FragmentTransaction setCustomAnimations(int enter, int exit, argument
/frameworks/native/services/surfaceflinger/tests/screencap/
H A Dscreencap.cpp35 exit(0);
49 exit(0);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTransaction.java146 * Bit mask that is set for all exit transitions.
167 public abstract FragmentTransaction setCustomAnimations(int enter, int exit); argument
172 * and <code>popExit</code> animations will be played for enter/exit
175 public abstract FragmentTransaction setCustomAnimations(int enter, int exit, argument
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DRunTestCommand.java71 System.exit(ARG_FAIL_INCOMPLETE_C);
75 System.exit(ARG_FAIL_INCOMPLETE_E);
79 System.exit(ARG_FAIL_UNSUPPORTED);
88 System.exit(ARG_FAIL_NO_CLASS);
155 System.exit(ARG_FAIL_RUNNER);
158 System.exit(ARG_FAIL_RUNNER);
161 System.exit(ARG_FAIL_RUNNER);
170 System.exit(ARG_FAIL_RUNNER);
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DRunTestCommand.java71 System.exit(ARG_FAIL_INCOMPLETE_C);
75 System.exit(ARG_FAIL_INCOMPLETE_E);
79 System.exit(ARG_FAIL_UNSUPPORTED);
88 System.exit(ARG_FAIL_NO_CLASS);
155 System.exit(ARG_FAIL_RUNNER);
158 System.exit(ARG_FAIL_RUNNER);
161 System.exit(ARG_FAIL_RUNNER);
170 System.exit(ARG_FAIL_RUNNER);
/frameworks/native/cmds/screenshot/
H A Dscreenshot.c121 usage(); exit(1);
128 usage(); exit(1);
149 exit(1);
161 exit(1);
170 exit(0);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetActiveUniformBlockName.cpp19 goto exit;
25 goto exit;
36 goto exit;
42 goto exit;
57 exit:
H A Dcommon.cpp222 goto exit;
228 goto exit;
239 goto exit;
250 exit:
284 goto exit;
295 exit:
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DTestBenchMultipleInstance.c96 DEBUG(("\t-T to print tag name and exit\n"));
97 exit(100);
131 exit(100);
140 exit(100);
153 exit(100);
166 exit(100);
182 exit(100);
192 exit(100);
219 exit(1);
259 exit(
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java69 System.exit(1);
73 System.exit(listDeps(osJarPath, log));
76 System.exit(createLayoutLib(osDestJar[0], osJarPath, log));
80 System.exit(1);
181 * Returns false if program should exit with command-line usage.
/frameworks/compile/libbcc/tools/build/
H A Dgen-config-from-mk.py61 sys.exit(1)
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DInitialization.cpp27 ::exit(1);
/frameworks/webview/chromium/tools/
H A Djar_check.py74 sys.exit(main(sys.argv))
/frameworks/wilhelm/src/desktop/
H A DSDL.c61 exit(EXIT_FAILURE);
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c126 exit(1);
130 exit(1);
135 exit(1);
179 // exit when we are disconnected
/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp126 exit(1);
138 exit(1);
151 exit(1);
/frameworks/native/cmds/installd/
H A Dinstalld.c487 exit(1);
492 exit(1);
497 exit(1);
519 exit(1);
533 exit(1);
538 exit(1);
546 exit(1);
550 exit(1);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp70 exit(70);
80 exit(71);
86 exit(72);
93 exit(73);
106 exit(74);
113 exit(75);
119 exit(76);
146 exit(77);
152 exit(78);
573 exit(8
[all...]
/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h69 void exit(int code);

Completed in 531 milliseconds

1234567