Searched defs:RUN (Results 1 - 25 of 52) sorted by path

123

/external/pdfium/third_party/libtiff/
H A Dtif_packbits.c73 enum { BASE, LITERAL, RUN, LITERAL_RUN } state; enumerator in enum:__anon16015
114 state = RUN;
147 case RUN: /* last object was run */
177 state = RUN;
/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/stressapptest/src/
H A Dworker.h82 WorkerStatus() : num_workers_(0), status_(RUN) {}
138 enum Status { RUN, PAUSE, STOP }; enumerator in enum:WorkerStatus::Status
/external/syslinux/gpxe/src/drivers/net/
H A Damd8111e.h243 RUN = (1 << 0), enumerator in enum:__anon20117
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc87 // helpers such as SETUP, RUN, etc.
112 #define RUN() DISASSEMBLE(); macro
159 #define RUN() \
247 RUN();
275 RUN();
295 RUN();
310 RUN();
325 RUN();
340 RUN();
355 RUN();
[all...]
H A Dtest-simulator-cond-rd-memop-immediate-512-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
3524 RUN();
H A Dtest-simulator-cond-rd-memop-immediate-8192-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
3524 RUN();
H A Dtest-simulator-cond-rd-memop-rs-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
3538 RUN();
H A Dtest-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
3534 RUN();
H A Dtest-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
3534 RUN();
H A Dtest-simulator-cond-rd-operand-const-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
570 RUN();
H A Dtest-simulator-cond-rd-operand-const-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
685 RUN();
H A Dtest-simulator-cond-rd-operand-imm16-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
523 RUN();
H A Dtest-simulator-cond-rd-operand-rn-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
703 RUN();
H A Dtest-simulator-cond-rd-operand-rn-ror-amount-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
782 RUN();
H A Dtest-simulator-cond-rd-operand-rn-ror-amount-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
782 RUN();
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
1076 RUN();
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
1076 RUN();
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
1086 RUN();
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
1086 RUN();
H A Dtest-simulator-cond-rd-operand-rn-shift-rs-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
1782 RUN();
H A Dtest-simulator-cond-rd-operand-rn-shift-rs-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
1770 RUN();
H A Dtest-simulator-cond-rd-operand-rn-t32.cc61 #define RUN() macro
99 #define RUN() \ macro
703 RUN();
H A Dtest-simulator-cond-rd-rn-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
1416 RUN();
H A Dtest-simulator-cond-rd-rn-operand-const-a32.cc61 #define RUN() macro
99 #define RUN() \ macro
1695 RUN();

Completed in 802 milliseconds

123