Searched refs:exit (Results 126 - 150 of 184) sorted by relevance

12345678

/frameworks/base/media/mca/
H A Dstructgen.py367 sys.exit(main(sys.argv))
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp243 exit(0);
/frameworks/compile/slang/
H A Dslang.cpp170 exit(1);
/frameworks/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py76 exit(1)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcController.java144 public void exit() { method in class:DcController.DccDefaultState
/frameworks/webview/chromium/tools/
H A Dmerge_to_android.py394 sys.exit(main())
/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.cpp318 * The VM calls this through the "exit" hook.
322 gCurRuntime->exit(code);
645 /* route exit() to our handler */
646 addOption("exit", (void*) runtime_exit);
1056 void AndroidRuntime::exit(int code) function in class:android::AndroidRuntime
1064 ::exit(code);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp697 Fragment* exit = (*island).end(); local
698 if (((*island).offset() + (*island).size()) > exit->getOffset()) {
699 invalid = exit;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp639 Fragment* exit = (*island).end(); local
640 if (((*island).offset() + (*island).size()) > exit->getOffset()) {
641 invalid = exit;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp755 Fragment* exit = island.end(); local
756 if ((island.offset() + island.size()) > exit->getOffset()) {
757 invalid = exit;
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp893 goto exit;
909 goto exit;
928 exit:
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp180 goto exit;
202 goto exit;
240 goto exit;
250 goto exit;
280 goto exit;
329 goto exit;
332 exit:
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java884 public void exit() { method in class:WifiP2pServiceImpl.P2pStateMachine.P2pDisablingState
1197 public void exit() { method in class:WifiP2pServiceImpl.P2pStateMachine.P2pEnabledState
1503 public void exit() { method in class:WifiP2pServiceImpl.P2pStateMachine.UserAuthorizingNegotiationRequestState
1541 public void exit() { method in class:WifiP2pServiceImpl.P2pStateMachine.UserAuthorizingInviteRequestState
1826 public void exit() { method in class:WifiP2pServiceImpl.P2pStateMachine.FrequencyConflictState
1887 // when this happens at exit()
2063 public void exit() { method in class:WifiP2pServiceImpl.P2pStateMachine.GroupCreatedState
2109 public void exit() { method in class:WifiP2pServiceImpl.P2pStateMachine.UserAuthorizingJoinState
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp944 goto exit;
952 goto exit;
960 exit:
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp51 exit(1);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM.h69 #define armError(str) {printf((str)); printf("\n"); exit(-1);}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM.h69 #define armError(str) {printf((str)); printf("\n"); exit(-1);}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM.h69 #define armError(str) {printf((str)); printf("\n"); exit(-1);}
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java547 public FragmentTransaction setCustomAnimations(int enter, int exit) { argument
548 return setCustomAnimations(enter, exit, 0, 0);
551 public FragmentTransaction setCustomAnimations(int enter, int exit, argument
554 mExitAnim = exit;
971 * and consists of up to 3 different transitions: the exit transition, a shared element
974 * <p>The exit transition operates against the leaf nodes of the first fragment
975 * with a view that was removed. If no such fragment was removed, then no exit
976 * transition is executed. The exit transition comes from the outgoing fragment.</p>
1219 // Wrap the transitions. Explicit targets like in enter and exit will cause the
1238 // First do exit, the
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRipple.java96 /** Whether we can use hardware acceleration for the exit animation. */
323 * Starts the exit animation.
325 public void exit() { method in class:Ripple
538 // If we had a pending hardware exit, jump to the end state.
/frameworks/base/services/core/java/com/android/server/
H A DWatchdog.java478 System.exit(10);
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.c459 exit(1);
565 /* wait for gzip to finish, otherwise it might get killed when we exit */
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java500 public FragmentTransaction setCustomAnimations(int enter, int exit) { argument
501 return setCustomAnimations(enter, exit, 0, 0);
504 public FragmentTransaction setCustomAnimations(int enter, int exit, argument
507 mExitAnim = exit;
988 * and consists of up to 3 different transitions: the exit transition, a shared element
991 * <p>The exit transition operates against the leaf nodes of the first fragment
992 * with a view that was removed. If no such fragment was removed, then no exit
993 * transition is executed. The exit transition comes from the outgoing fragment.</p>
1168 // Set the epicenter of the exit transition
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp862 goto exit;
867 goto exit;
874 goto exit;
886 exit:

Completed in 4860 milliseconds

12345678