Searched refs:exit (Results 101 - 125 of 161) sorted by relevance

1234567

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp597 Fragment* exit = (*island).end(); local
598 if (((*island).offset() + (*island).size()) > exit->getOffset()) {
599 invalid = exit;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c139 DEBUG(("\t-T to print tag name and exit\n"));
173 * fails -> exit */
186 /* allocate memory for stream buffer. if unsuccessful -> exit */
198 /* initialize decoder. If unsuccessful -> exit */
449 * If file open fails -> exit */
457 exit(100);
517 exit(100);
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java88 System.exit(EXIT_EXCEPTION);
97 System.exit(EXIT_OK);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp101 exit(EXIT_FAILURE);
547 exit(EXIT_FAILURE);
H A DslesTestSawtoothBufferQueue.cpp58 /* Checks for error. If any errors exit the application! */
64 exit(EXIT_FAILURE);
H A DxaVideoDecoderCapabilities.cpp39 exit(EXIT_FAILURE);
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp45 exit(1);
H A Drecordvideo.cpp48 exit(1);
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
H A DRequestSync.java54 System.exit(1);
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java479 public FragmentTransaction setCustomAnimations(int enter, int exit) { argument
480 return setCustomAnimations(enter, exit, 0, 0);
483 public FragmentTransaction setCustomAnimations(int enter, int exit, argument
486 mExitAnim = exit;
/frameworks/base/core/java/android/transition/
H A DTransitionManager.java63 // TODO: how to handle enter/exit?
268 previousScene.exit();
303 * equivalent to calling {@link Scene#exit()} on the scene root's
/frameworks/native/opengl/tools/glgen/src/
H A DGenerateGL.java87 System.exit(1);
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java478 public FragmentTransaction setCustomAnimations(int enter, int exit) { argument
479 return setCustomAnimations(enter, exit, 0, 0);
482 public FragmentTransaction setCustomAnimations(int enter, int exit, argument
485 mExitAnim = exit;
/frameworks/webview/chromium/tools/
H A Dmerge_to_master.py225 sys.exit(main())
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp40 exit(EXIT_FAILURE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java108 /** Sent on exit from {@link WaitingState} to return to idle after sending all broadcasts. */
250 * to Delivering mode to handle it, acquiring the wakelock on exit.
260 public void exit() { method in class:InboundSmsHandler.IdleState
302 * The message is acknowledged before we exit this state. If there is a message to broadcast,
313 public void exit() { method in class:InboundSmsHandler.DeliveringState
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.h183 void exit();
/frameworks/base/media/mca/
H A Dstructgen.py367 sys.exit(main(sys.argv))
/frameworks/base/services/java/com/android/server/
H A DWatchdog.java431 System.exit(10);
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp243 exit(0);
/frameworks/compile/slang/
H A Dslang.cpp175 exit(1);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcController.java136 public void exit() { method in class:DcController.DccDefaultState
/frameworks/wilhelm/tests/sandbox/
H A Dmultiplay.c72 // Compare result against expected and exit suddenly if wrong
78 exit(EXIT_FAILURE);
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp308 * The VM calls this through the "exit" hook.
312 gCurRuntime->exit(code);
504 /* route exit() to our handler */
506 opt.optionString = "exit";
905 void AndroidRuntime::exit(int code) function in class:android::AndroidRuntime
913 ::exit(code);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp629 Fragment* exit = (*island).end(); local
630 if (((*island).offset() + (*island).size()) > exit->getOffset()) {
631 invalid = exit;

Completed in 929 milliseconds

1234567