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

123456

/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/stubs/
H A Dstub-layout-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/compile/libbcc/bcinfo/Wrap/
H A Dfile_wrapper_input.cpp27 exit(1);
56 exit(1);
H A Dfile_wrapper_output.cpp26 exit(1);
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DRunTestCommand.java59 System.exit(ARG_FAIL_INCOMPLETE_C);
63 System.exit(ARG_FAIL_INCOMPLETE_E);
67 System.exit(ARG_FAIL_UNSUPPORTED);
74 System.exit(ARG_FAIL_NO_CLASS);
130 System.exit(ARG_FAIL_RUNNER);
133 System.exit(ARG_FAIL_RUNNER);
136 System.exit(ARG_FAIL_RUNNER);
144 System.exit(ARG_FAIL_RUNNER);
/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/native/opengl/tests/hwc/
H A DhwcRects.cpp222 exit(1);
234 exit(((optopt == 0) || (optopt == '?')) ? 0 : 2);
242 exit(3);
283 exit(4);
314 exit(5);
352 exit(6);
375 exit(20);
380 exit(21);
388 exit(22);
413 exit(2
[all...]
H A DhwcStress.cpp258 exit(1);
269 exit(2);
278 exit(3);
287 exit(4);
297 exit(5);
303 exit(6);
313 exit(7);
319 exit(8);
329 exit(9);
335 exit(1
[all...]
H A DhwcColorEquiv.cpp190 exit(1);
211 exit(2);
233 exit(3);
244 exit(4);
256 exit(((optopt == 0) || (optopt == '?')) ? 0 : 5);
265 exit(6);
272 exit(7);
285 exit(8);
321 exit(9);
335 exit(1
[all...]
/frameworks/base/cmds/bugreport/
H A Dbugreport.c44 exit(1);
/frameworks/base/tools/preload/
H A DPrintPsTree.java31 System.exit(0);
/frameworks/native/opengl/tests/gl_perf/
H A Dfilltest.cpp52 exit(0);
/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);
48 exit(0);

Completed in 341 milliseconds

123456