HomeSort by relevance Sort by last modified time
    Searched defs:RUN (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/expat/
qa.sh 29 RUN() {
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/
LambdaInInterfaceTarget.java 21 public static final Runnable RUN = () -> {
  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/module/
IModuleController.java 25 // Run the full module
26 RUN,
34 * Method to determine if a module should run or not.
37 * @return True if the module should run, false otherwise.
  /external/pdfium/third_party/libtiff/
tif_packbits.c 63 * Encode a run of pixels.
74 enum { BASE, LITERAL, RUN, LITERAL_RUN } state;
115 case BASE: /* initial state, set run/literal */
117 state = RUN;
142 *op++ = (uint8)(-(n-1)); /* encode run */
150 case RUN: /* last object was run */
167 case LITERAL_RUN: /* literal followed by a run */
169 * Check to see if previous run should
171 * case we convert literal-run-litera
    [all...]
  /packages/services/Car/evs/sampleDriver/
VideoCapture.h 71 RUN = 1,
  /external/python/cpython2/Lib/multiprocessing/
pool.py 54 RUN = 0
68 # Code run by worker processes
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
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
pool.py 33 RUN = 0
73 # Code run by worker processes
153 self._state = RUN
175 self._worker_handler._state = RUN
185 self._task_handler._state = RUN
193 self._result_handler._state = RUN
252 assert self._state == RUN
282 if self._state != RUN:
301 if self._state != RUN:
321 if self._state != RUN
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
NPCAnimationComponent.java 28 public static final int RUN = 3;
82 case RUN:
83 run(parentObject);
182 mCurrentAnimation = RUN;
187 mCurrentAnimation = RUN;
249 mCurrentAnimation = RUN;
253 protected void run(GameObject parentObject) { method in class:NPCAnimationComponent
326 mCurrentAnimation = RUN;
  /external/vixl/test/aarch32/
test-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
    [all...]
test-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
    [all...]
test-simulator-cond-rd-memop-immediate-512-a32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
    [all...]
test-simulator-cond-rd-memop-immediate-8192-a32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
    [all...]
test-simulator-cond-rd-memop-rs-a32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
    [all...]
test-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
    [all...]
test-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
    [all...]
test-simulator-cond-rd-operand-const-a32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
549 RUN();
624 VIXL_WARNING("Assembled the code, but did not run anything.\n");
647 VIXL_WARNING("This test can only run on a 32-bit host.\n"); \
test-simulator-cond-rd-operand-const-t32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
664 RUN();
    [all...]
test-simulator-cond-rd-operand-imm16-t32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
502 RUN();
577 VIXL_WARNING("Assembled the code, but did not run anything.\n");
600 VIXL_WARNING("This test can only run on a 32-bit host.\n"); \
test-simulator-cond-rd-operand-rn-a32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
588 RUN();
674 VIXL_WARNING("Assembled the code, but did not run anything.\n");
697 VIXL_WARNING("This test can only run on a 32-bit host.\n"); \
test-simulator-cond-rd-operand-rn-ror-amount-a32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
653 RUN();
    [all...]
test-simulator-cond-rd-operand-rn-ror-amount-t32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
653 RUN();
    [all...]
test-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
    [all...]
test-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
    [all...]
test-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
    [all...]
test-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc 50 // Run tests with the simulator.
60 // TODO: Run the tests in the simulator.
61 #define RUN()
99 #define RUN() \
    [all...]

Completed in 601 milliseconds

1 2 3 4