HomeSort by relevance Sort by last modified time
    Searched full:shouldrun (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
hp20x.cxx 33 int shouldRun = true;
38 shouldRun = false;
54 while (shouldRun)
ht9170.cxx 33 int shouldRun = true;
38 shouldRun = false;
53 while(shouldRun)
ina132.cxx 32 bool shouldRun = true;
37 shouldRun = false;
50 while (shouldRun)
lm35.cxx 32 bool shouldRun = true;
37 shouldRun = false;
52 while (shouldRun)
loudness.cxx 32 bool shouldRun = true;
39 shouldRun = false;
55 while (shouldRun)
maxsonarez.cxx 32 bool shouldRun = true;
39 shouldRun = false;
58 while (shouldRun)
mg811.cxx 32 bool shouldRun = true;
39 shouldRun = false;
55 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)
my9221-updown.cxx 32 int shouldRun = true;
37 shouldRun = false;
52 while (shouldRun)
otp538u.cxx 33 bool shouldRun = true;
41 shouldRun = false;
56 while (shouldRun)
ppd42ns.cxx 32 int shouldRun = true;
37 shouldRun = false;
50 while (shouldRun)
rfr359f.cxx 32 int shouldRun = true;
37 shouldRun = false;
52 while (shouldRun)
rotaryencoder.cxx 32 int shouldRun = true;
37 shouldRun = false;
49 while (shouldRun)
rpr220-intr.cxx 32 int shouldRun = true;
37 shouldRun = false;
66 while (shouldRun)
rpr220.cxx 32 int shouldRun = true;
37 shouldRun = false;
53 while (shouldRun)
sainsmartks.cxx 33 int shouldRun = true;
38 shouldRun = false;
55 while (shouldRun)
ta12200.cxx 32 int shouldRun = true;
37 shouldRun = false;
49 while (shouldRun)
waterlevel.cxx 31 int shouldRun = true;
36 shouldRun = false;
48 while (shouldRun)
wheelencoder.cxx 32 int shouldRun = true;
37 shouldRun = false;
53 while (shouldRun)
yg1006.cxx 32 int shouldRun = true;
37 shouldRun = false;
50 while (shouldRun)
adxl335.cxx 32 int shouldRun = true;
37 shouldRun = false;
56 while (shouldRun)
cjq4435.cxx 32 int shouldRun = true;
37 shouldRun = false;
52 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) \

Completed in 125 milliseconds

12 3 4 5