Searched refs:exit (Results 51 - 75 of 139) sorted by relevance

123456

/frameworks/wilhelm/tests/examples/
H A DslesTestPlayFdPath.cpp42 exit(EXIT_FAILURE);
114 exit(EXIT_FAILURE);
205 exit(EXIT_FAILURE);
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);
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DStateMachineTest.java40 private static final String EXIT = "exit";
98 public void exit() { method in class:StateMachineTest.StateMachineQuitTest.S1
99 Log.d(TAG, "S1.exit");
208 public void exit() { method in class:StateMachineTest.StateMachineQuitNowTest.S1
209 Log.d(TAG, "S1.exit");
283 * Test enter/exit can use transitionTo
311 public void exit() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S1
314 Log.d(TAG, "S1.exit");
325 public void exit() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S2
329 // Test transition in exit wor
350 public void exit() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S3
365 public void exit() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S4
562 public void exit() { method in class:StateMachineTest.StateMachine1.S1
663 public void exit() { method in class:StateMachineTest.StateMachine2.S1
959 public void exit() { method in class:StateMachineTest.StateMachine5.ParentState1
974 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState1
1005 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState2
1036 public void exit() { method in class:StateMachineTest.StateMachine5.ParentState2
1067 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState3
1098 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState4
1129 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState5
1369 public void exit() { method in class:StateMachineTest.StateMachine7.S1
1712 public void exit() { method in class:Hsm1.P1
1742 public void exit() { method in class:Hsm1.S1
1765 public void exit() { method in class:Hsm1.S2
1797 public void exit() { method in class:Hsm1.P2
[all...]
/frameworks/base/cmds/rawbu/
H A Dbackup.cpp659 exit(-1);
665 exit(-1);
672 exit(0);
676 exit(-1);
699 exit(0);
705 exit(-1);
718 exit(-1);
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp373 exit(8);
386 exit(((optopt == 0) || (optopt == '?')) ? 0 : 11);
419 exit(14);
439 exit(1);
623 exit(21);
741 exit(33);
765 exit(34);
789 exit(35);
812 exit(36);
855 exit(2
[all...]
/frameworks/base/tests/DumpRenderTree/assets/
H A Drun_layout_tests.py139 """Run the tests. Will call sys.exit when complete.
171 sys.exit(1)
234 sys.exit(1)
245 sys.exit(1);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestManyPlayers.cpp68 exit(EXIT_FAILURE);
87 exit(EXIT_FAILURE);
322 exit(EXIT_FAILURE);
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/base/tools/preload/
H A DPrintCsv.java37 System.exit(0);
H A DWritePreloadedClassFile.java46 System.exit(-1);
/frameworks/compile/libbcc/tools/build/
H A Dgen-build-info.py104 sys.exit(1)
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_eglapi.cpp115 exit(-1);
/frameworks/native/opengl/tools/glgen/src/
H A DGenerateEGL.java76 System.exit(1);
H A DGenerateGLES.java76 System.exit(1);
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c128 goto exit;
137 goto exit;
188 goto exit;
218 exit:
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp915 goto exit;
922 goto exit;
927 goto exit;
931 goto exit;
941 goto exit;
947 goto exit;
953 goto exit;
964 exit:
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java87 System.exit(10);
178 * the assumption that they will then cause the VM instance to exit.
285 // If the application calls System.exit(), terminate the process
302 // let the process exit
331 // The Activity Manager has already written us off -- now exit.
333 System.exit(10);
/frameworks/compile/linkloader/
H A Dmain.cpp51 exit(EXIT_FAILURE);
63 exit(EXIT_FAILURE);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c290 goto exit;
297 goto exit;
321 exit:
357 goto exit;
370 exit:
/frameworks/compile/llvm-ndk-cc/tests/
H A Dtest.py210 sys.exit(main())

Completed in 1553 milliseconds

123456