HomeSort by relevance Sort by last modified time
    Searched refs:shouldRun (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
ublox6.cxx 32 bool shouldRun = true;
37 shouldRun = false;
69 while (shouldRun)
adxl335.cxx 32 int shouldRun = true;
37 shouldRun = false;
56 while (shouldRun)
at42qt1070.cxx 32 int shouldRun = true;
37 shouldRun = false;
77 while (shouldRun)
h3lis331dl.cxx 33 int shouldRun = true;
38 shouldRun = false;
54 while (shouldRun)
lsm9ds0.cxx 32 int shouldRun = true;
37 shouldRun = false;
52 while (shouldRun)
mma7660.cxx 32 int shouldRun = true;
37 shouldRun = false;
59 while (shouldRun)
mpr121.cxx 32 int shouldRun = true;
37 shouldRun = false;
75 while (shouldRun)
mpu60x0.cxx 32 int shouldRun = true;
37 shouldRun = false;
50 while (shouldRun)
mpu9150.cxx 32 int shouldRun = true;
37 shouldRun = false;
50 while (shouldRun)
mpu9250.cxx 32 int shouldRun = true;
37 shouldRun = false;
50 while (shouldRun)
mq4.cxx 32 bool shouldRun = true;
41 shouldRun = false;
63 while (shouldRun)
mq6.cxx 32 bool shouldRun = true;
41 shouldRun = false;
63 while (shouldRun)
mq7.cxx 32 bool shouldRun = true;
41 shouldRun = false;
63 while (shouldRun)
mq8.cxx 32 bool shouldRun = true;
41 shouldRun = false;
63 while (shouldRun)
nunchuck.cxx 33 bool shouldRun = true;
38 shouldRun = false;
57 while (shouldRun)
pn532.cxx 32 bool shouldRun = true;
37 shouldRun = false;
74 while (shouldRun)
rgbringcoder.cxx 32 int shouldRun = true;
37 shouldRun = false;
75 while (shouldRun)
hmtrp.cxx 33 bool shouldRun = true;
38 shouldRun = false;
126 while (shouldRun)
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_mini.h 152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
153 if (shouldRun || do_progress) { \
155 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
156 if (shouldRun && !ignoring) { \
171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
172 if (shouldRun || do_progress) { \
174 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
175 if (shouldRun && !ignoring) \
  /ndk/tests/device/test-stlport/unit/cppunit/
cppunit_mini.h 152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
153 if (shouldRun || do_progress) { \
155 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
156 if (shouldRun && !ignoring) { \
171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
172 if (shouldRun || do_progress) { \
174 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
175 if (shouldRun && !ignoring) \
  /cts/common/util/src/com/android/compatibility/common/util/
TestSuiteFilter.java 73 } else if (shouldRun(test)) {
96 } else if (shouldRun(test)) {
101 private boolean shouldRun(Test test) {
  /cts/tests/core/runner/src/com/android/cts/core/runner/
TestFilter.java 76 public boolean shouldRun(Description description) {
  /external/replicaisland/src/com/replica/replicaisland/
NPCAnimationComponent.java 145 protected boolean shouldRun(GameObject parentObject) {
200 if (shouldRun(parentObject)) {
226 if (shouldRun(parentObject)) {
263 if (!shouldRun(parentObject)) {
325 if (shouldRun(parentObject)) {
  /external/junit/src/org/junit/experimental/categories/
Categories.java 101 public boolean shouldRun(Description description) {
105 if (shouldRun(each))
  /external/junit/src/org/junit/runners/
ParentRunner.java 317 if (shouldRun(filter, each))
359 private boolean shouldRun(Filter filter, T each) {
360 return filter.shouldRun(describeChild(each));

Completed in 182 milliseconds

1 23 4 5