HomeSort by relevance Sort by last modified time
    Searched defs:EXIT (Results 1 - 14 of 14) sorted by null

  /frameworks/av/services/audioflinger/
FastMixerState.h 70 EXIT = 4, // exit from thread
  /external/opencv/cxcore/include/
cxerror.h 139 After raising error, control will be transferred to the exit label.
144 EXIT; \
153 function call. If error detected, control will be transferred to the exit
183 #define __END__ goto exit; exit: ; }
185 #define EXIT goto exit
  /external/e2fsprogs/lib/ext2fs/
icount.c 663 #define EXIT 0x00
699 { EXIT, 0, 0, 0 }
733 { EXIT, 0, 0, 0 }
754 exit(1);
760 exit(1);
778 exit(1);
785 exit(1);
788 for (pc = prog; pc->cmd != EXIT; pc++) {
798 exit(1);
807 exit(1)
    [all...]
  /external/openssl/crypto/des/
des.c 104 #define EXIT(a) exit(a&0x10000000L)
106 #define EXIT(a) exit(a)
255 EXIT(1);
275 EXIT(3);
282 EXIT(2);
290 EXIT(4);
302 EXIT(5);
319 EXIT(0)
    [all...]
  /external/openssl/
e_os.h 350 # define EXIT(n) exit(n)
375 /* some programs don't include stdlib, so exit() and others give implicit
405 # define EXIT(n) do { int __VMS_EXIT = n; \
411 exit(__VMS_EXIT); } while(0)
436 # define EXIT(n) { if (n) printf("ERROR: %d\n", (int)n); exit(n); }
470 # define EXIT(n) exit(n)
653 # define OPENSSL_EXIT(n) do { EXIT(n); return(n); } while(0
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
StateMachineTest.java 43 private static final String EXIT = "exit";
111 public void exit() { method in class:StateMachineTest.StateMachineQuitTest.S1
112 log("S1.exit");
113 addLogRec(EXIT);
173 assertEquals(EXIT, lr.getInfo());
214 public void exit() { method in class:StateMachineTest.StateMachineQuitNowTest.S1
215 log("S1.exit");
216 addLogRec(EXIT);
275 assertEquals(EXIT, lr.getInfo())
313 public void exit() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S1
326 public void exit() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S2
352 public void exit() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S3
367 public void exit() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S4
582 public void exit() { method in class:StateMachineTest.StateMachine1.S1
683 public void exit() { method in class:StateMachineTest.StateMachine2.S1
979 public void exit() { method in class:StateMachineTest.StateMachine5.ParentState1
994 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState1
1025 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState2
1056 public void exit() { method in class:StateMachineTest.StateMachine5.ParentState2
1087 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState3
1118 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState4
1149 public void exit() { method in class:StateMachineTest.StateMachine5.ChildState5
1389 public void exit() { method in class:StateMachineTest.StateMachine7.S1
1674 public void exit() { method in class:StateMachineTest.Hsm1.P1
1704 public void exit() { method in class:StateMachineTest.Hsm1.S1
1727 public void exit() { method in class:StateMachineTest.Hsm1.S2
1759 public void exit() { method in class:StateMachineTest.Hsm1.P2
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 383 milliseconds