Lines Matching refs:count
10 count = 0,
14 count++;
17 if (count > 1) {
34 Y.Assert.areSame(0, count);
42 count = 0,
46 count++;
49 if (count > 1) {
66 Y.Assert.areSame(0, count);
73 count = 0,
76 count++;
79 if (count > 1) {
100 Y.Assert.areSame(0, count);
107 count = 0,
112 count++;
114 if (count > 1) {
130 Y.Assert.areSame(0, count);
137 count = 0,
141 count++;
146 Y.Assert.areEqual(1, count);
167 var count = 0,
170 handle = Y.later(100, null, function () { count++; });
176 Y.Assert.areSame(0, count);
184 count = 0,
189 count++;
192 if (count > 1) {
200 Y.Assert.areSame(0, count);
208 count = 0,
213 count++;
216 if (count > 1) {
224 Y.Assert.areSame(0, count);
231 count = 0,
235 count++;
238 if (count > 1) {
250 Y.Assert.areSame(0, count);
258 count = 0,
262 count++;
265 if (count === 1) {
273 Y.Assert.areSame(0, count);
280 count = 0,
285 count++;
291 } else if (count > 1) {