Searched defs:RUN (Results 1 - 25 of 59) sorted by relevance

123

/external/expat/
H A Dqa.sh29 RUN() { function
85 RUN CC="${CC}" CFLAGS="${CFLAGS}" \
91 RUN "${MAKE}" clean all
97 RUN "${MAKE}" check run-xmltest
125 RUN nccnav ./.libs/libexpat.a.nccout
/external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/targets/
H A DLambdaInInterfaceTarget.java21 public static final Runnable RUN = () -> { field in interface:LambdaInInterfaceTarget
/external/pdfium/third_party/libtiff/
H A Dtif_packbits.c74 enum { BASE, LITERAL, RUN, LITERAL_RUN } state; enumerator in enum:__anon18176
117 state = RUN;
150 case RUN: /* last object was run */
180 state = RUN;
/external/python/cpython2/Lib/multiprocessing/
H A Dpool.py54 RUN = 0 variable
141 self._state = RUN
166 self._worker_handler._state = RUN
176 self._task_handler._state = RUN
184 self._result_handler._state = RUN
243 assert self._state == RUN
250 assert self._state == RUN
257 assert self._state == RUN
275 assert self._state == RUN
293 assert self._state == RUN
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DNPCAnimationComponent.java28 public static final int RUN = 3; field in class:NPCAnimationComponent
82 case RUN:
182 mCurrentAnimation = RUN;
187 mCurrentAnimation = RUN;
249 mCurrentAnimation = RUN;
326 mCurrentAnimation = RUN;
/external/vixl/test/aarch32/
H A Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
1471 RUN();
H A Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
1471 RUN();
H A Dtest-simulator-cond-rd-memop-immediate-512-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
3522 RUN();
H A Dtest-simulator-cond-rd-memop-immediate-8192-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
3522 RUN();
H A Dtest-simulator-cond-rd-memop-rs-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
3536 RUN();
H A Dtest-simulator-cond-rd-operand-const-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
549 RUN();
H A Dtest-simulator-cond-rd-operand-const-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
664 RUN();
H A Dtest-simulator-cond-rd-operand-imm16-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
502 RUN();
H A Dtest-simulator-cond-rd-operand-rn-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
588 RUN();
H A Dtest-simulator-cond-rd-operand-rn-ror-amount-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
653 RUN();
H A Dtest-simulator-cond-rd-operand-rn-ror-amount-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
653 RUN();
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
947 RUN();
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
947 RUN();
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
957 RUN();
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
957 RUN();
H A Dtest-simulator-cond-rd-operand-rn-shift-rs-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
1157 RUN();
H A Dtest-simulator-cond-rd-operand-rn-shift-rs-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
1145 RUN();
H A Dtest-simulator-cond-rd-operand-rn-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
588 RUN();
H A Dtest-simulator-cond-rd-rn-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
936 RUN();
H A Dtest-simulator-cond-rd-rn-operand-const-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
1186 RUN();

Completed in 477 milliseconds

123