Searched refs:exit (Results 76 - 100 of 184) sorted by relevance

12345678

/frameworks/wilhelm/tests/examples/
H A DslesTestEffectCapabilities.cpp42 exit(EXIT_FAILURE);
H A DslesTestBassBoostPath.cpp42 exit(EXIT_FAILURE);
273 exit(EXIT_FAILURE);
H A DslesTestVirtualizerPath.cpp42 exit(EXIT_FAILURE);
275 exit(EXIT_FAILURE);
H A DslesTestEqFdPath.cpp42 exit(EXIT_FAILURE);
308 exit(EXIT_FAILURE);
H A DslesTestEqOutputPath.cpp42 exit(EXIT_FAILURE);
308 exit(EXIT_FAILURE);
H A DslesTestRecBuffQueue.cpp78 exit(EXIT_FAILURE);
365 exit(EXIT_FAILURE);
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c128 goto exit;
137 goto exit;
188 goto exit;
218 exit:
/frameworks/base/core/jni/
H A Dandroid_hardware_SoundTrigger.cpp435 goto exit;
440 exit:
520 goto exit;
555 goto exit;
562 goto exit;
568 goto exit;
573 goto exit;
592 goto exit;
638 exit:
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp964 goto exit;
971 goto exit;
976 goto exit;
980 goto exit;
990 goto exit;
996 goto exit;
1002 goto exit;
1013 exit:
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java100 System.exit(10);
191 * the assumption that they will then cause the VM instance to exit.
299 // If the application calls System.exit(), terminate the process
316 // let the process exit
345 // The Activity Manager has already written us off -- now exit.
347 System.exit(10);
/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font.py66 sys.exit('Usage: build_font.py /path/to/input_fonts/ /path/to/out/dir/')
69 sys.exit(directory + ' is not a valid directory')
118 # In case of invalid fonts, we exit.
H A Dbuild_font_single.py71 sys.exit('Usage: build_font_single.py /path/to/input/font.ttf /path/to/out/font.ttf')
102 # In case of invalid fonts, we exit.
/frameworks/rs/cpu_ref/linkloader/
H A Dmain.cpp49 exit(EXIT_FAILURE);
61 exit(EXIT_FAILURE);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp57 exit(EXIT_FAILURE);
302 exit(EXIT_FAILURE);
H A DslesTestPlayUri.cpp64 exit(EXIT_FAILURE);
336 exit(EXIT_FAILURE);
H A DslesTestPlayUri2.cpp33 exit(EXIT_FAILURE);
264 exit(EXIT_FAILURE);
H A DslesTest_playStates.cpp40 exit(EXIT_FAILURE);
219 exit(EXIT_FAILURE);
/frameworks/native/cmds/flatland/
H A DMain.cpp732 " --help print this helpful message and exit\n"
739 exit(0);
769 exit(0);
775 exit(2);
/frameworks/av/tools/resampler_tools/
H A Dfir.cpp86 exit(0);
/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py90 sys.exit(0)
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java309 // does not entail any real state (hence no enter() or exit() routines).
386 public void exit() { method in class:NetworkMonitor.OfflineState
421 // is required. This State takes care to clear the notification upon exit from the State.
424 public void exit() { method in class:NetworkMonitor.MaybeNotifyState
502 public void exit() { method in class:NetworkMonitor.EvaluatingState
643 public void exit() { method in class:NetworkMonitor.LingeringState
/frameworks/compile/slang/tests/
H A Dtest.py236 sys.exit(main())
/frameworks/native/cmds/atrace/
H A Datrace.cpp818 exit(0);
839 exit(1);
893 exit(0);
900 exit(-1);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWakeLockStateMachine.java33 * state, or false to remain in idle state. The wakelock is acquired on exit from idle state,
145 public void exit() { method in class:WakeLockStateMachine.IdleState
/frameworks/base/core/java/android/net/
H A DDhcpStateMachine.java183 public void exit() { method in class:DhcpStateMachine.DefaultState
344 public void exit() { method in class:DhcpStateMachine.WaitBeforeRenewalState

Completed in 515 milliseconds

12345678