Searched refs:exit (Results 1 - 25 of 94) sorted by relevance

1234

/frameworks/base/core/java/com/android/internal/util/
H A DIState.java46 void exit(); method in interface:IState
H A DState.java42 * @see com.android.internal.util.IState#exit()
45 public void exit() { method in class:State
/frameworks/compile/linkloader/tests/
H A Dstub-test.cpp38 exit(EXIT_FAILURE);
43 exit(EXIT_FAILURE);
/frameworks/base/tools/obbtool/
H A Dpbkdf2gen.cpp40 exit(1);
47 exit(1);
55 exit(1);
64 exit(1);
/frameworks/compile/linkloader/android/
H A Dtest-librsloader.c71 exit(EXIT_FAILURE);
77 exit(EXIT_FAILURE);
84 exit(EXIT_FAILURE);
93 exit(EXIT_FAILURE);
100 exit(EXIT_FAILURE);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp147 goto exit;
157 exit:
174 goto exit;
183 exit:
199 goto exit;
203 goto exit;
215 exit:
250 goto exit;
254 goto exit;
266 exit
[all...]
H A Dandroid_opengl_GLES11Ext.cpp206 goto exit;
210 goto exit;
215 goto exit;
225 exit:
243 goto exit;
249 exit:
265 goto exit;
269 goto exit;
274 goto exit;
284 exit
[all...]
H A Dandroid_opengl_GLES20.cpp157 goto exit;
167 exit:
279 goto exit;
289 exit:
306 goto exit;
315 exit:
512 goto exit;
516 goto exit;
521 goto exit;
532 exit
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp539 goto exit;
543 goto exit;
548 goto exit;
559 exit:
577 goto exit;
584 exit:
668 goto exit;
677 exit:
735 goto exit;
739 goto exit;
[all...]
H A Dandroid_opengl_GLES10Ext.cpp120 goto exit;
125 goto exit;
131 goto exit;
140 goto exit;
145 goto exit;
151 goto exit;
162 exit:
191 goto exit;
197 goto exit;
204 exit
[all...]
H A Dandroid_opengl_GLES10.cpp413 goto exit;
417 goto exit;
422 goto exit;
433 exit:
451 goto exit;
458 exit:
542 goto exit;
551 exit:
609 goto exit;
613 goto exit;
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java63 System.exit(1);
119 System.exit(1);
122 System.exit(0);
129 System.exit(1);
134 * Returns false if program should exit with command-line usage.
/frameworks/compile/slang/
H A Dslang-data.c9 exit(EXIT_FAILURE);
21 exit(EXIT_FAILURE);
29 exit(EXIT_FAILURE);
/frameworks/base/opengl/tests/hwc/
H A DhwcRects.cpp223 exit(1);
235 exit(((optopt == 0) || (optopt == '?')) ? 0 : 2);
243 exit(3);
284 exit(4);
315 exit(5);
353 exit(6);
376 exit(20);
381 exit(21);
389 exit(22);
414 exit(2
[all...]
H A DhwcStress.cpp259 exit(1);
270 exit(2);
279 exit(3);
288 exit(4);
298 exit(5);
304 exit(6);
314 exit(7);
320 exit(8);
330 exit(9);
336 exit(1
[all...]
H A DhwcColorEquiv.cpp191 exit(1);
212 exit(2);
234 exit(3);
245 exit(4);
257 exit(((optopt == 0) || (optopt == '?')) ? 0 : 5);
266 exit(6);
273 exit(7);
286 exit(8);
322 exit(9);
336 exit(1
[all...]
/frameworks/base/cmds/bugreport/
H A Dbugreport.c44 exit(1);
/frameworks/base/opengl/tests/gl_perf/
H A Dfilltest.cpp52 exit(0);
/frameworks/base/test-runner/src/junit/textui/
H A DTestRunner.java140 System.exit(FAILURE_EXIT);
141 System.exit(SUCCESS_EXIT);
144 System.exit(EXCEPTION_EXIT);
181 System.exit(FAILURE_EXIT);
/frameworks/base/tools/preload/
H A DPrintPsTree.java31 System.exit(0);
/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/base/media/libstagefright/
H A DMediaBufferGroup.cpp69 goto exit;
77 exit:
/frameworks/base/services/surfaceflinger/tests/screencap/
H A Dscreencap.cpp35 exit(0);
48 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/base/cmds/screenshot/
H A Dscreenshot.c121 usage(); exit(1);
128 usage(); exit(1);
149 exit(1);
161 exit(1);
170 exit(0);

Completed in 552 milliseconds

1234