Searched refs:skipped (Results 1 - 25 of 43) sorted by relevance

12

/external/clang/utils/TestUtils/
H A Dpch-test.pl15 my $skipped = 0;
47 $skipped++;
53 print("$skipped tests skipped ('x')\n")
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_StringReader.java222 * @return the number of characters actually skipped.
234 long skipped = 0;
237 skipped = count;
239 skipped = this.count - pos;
242 return skipped;
/external/guava/src/com/google/common/io/
H A DLimitInputStream.java98 long skipped = in.skip(n);
99 left -= skipped;
100 return skipped;
/external/icu4c/io/
H A Duscanf_p.c88 UBool fSkipArg; /* TRUE if arg should be skipped */
425 int32_t skipped; local
430 skipped = u_scanf_skip_leading_ws(input, info->fPadChar);
450 skipped += u_scanf_skip_leading_positive_sign(input, format, &status);
473 return parsePos + skipped;
490 int32_t skipped; local
498 skipped = u_scanf_skip_leading_ws(input, info->fPadChar);
549 skipped += u_scanf_skip_leading_positive_sign(input, format, &status);
572 return parsePos + skipped;
589 int32_t skipped; local
677 int32_t skipped; local
750 int32_t skipped; local
811 int32_t skipped = 0; local
905 int32_t skipped = 0; local
975 int32_t skipped; local
1031 int32_t skipped; local
1087 int32_t skipped; local
1134 int32_t skipped; local
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc191 int skipped = 0; local
192 while (skipped < count) {
193 int bytes = Read(junk, min(count - skipped,
197 return skipped;
199 skipped += bytes;
201 return skipped;
285 int skipped = copying_stream_->Skip(count); local
286 position_ += skipped;
287 return skipped == count;
/external/valgrind/main/massif/tests/
H A Dculling1.stderr.exp226 Massif: (skipped 1 snapshot)
228 Massif: (skipped 1 snapshot)
230 Massif: (skipped 1 snapshot)
232 Massif: (skipped 1 snapshot)
234 Massif: (skipped 1 snapshot)
236 Massif: (skipped 1 snapshot)
238 Massif: (skipped 1 snapshot)
240 Massif: (skipped 1 snapshot)
242 Massif: (skipped 1 snapshot)
244 Massif: (skipped
[all...]
H A Ddeep-B.stderr.exp55 Massif: skipped snapshots: 0
H A Drealloc.stderr.exp45 Massif: skipped snapshots: 0
H A Ddeep-C.stderr.exp58 Massif: skipped snapshots: 0
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DCipherInputStreamTest.java179 int skipped = (int) cis.skip(2);
180 int ind = skipped;
181 int got = skipped + cis.read(result, 0, 1); // the number of got bytes
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DCharArrayReaderTest.java164 long skipped = cr.skip(5L);
166 assertEquals("Failed to skip correct number of chars", 5L, skipped);
167 assertEquals("Skip skipped wrong chars", 'W', cr.read());
H A DPushbackReaderTest.java241 boolean skipped = false;
260 skipped = true;
265 assertTrue("Failed to skip characters" + e, skipped);
275 assertEquals("skipped empty reader", 0, nextSkipped);
H A DDataInputStreamTest.java557 int skipped = 0;
560 skipped = dis.skipBytes(50000);
564 + skipped, skipped == fileString.length());
/external/valgrind/main/callgrind/
H A Devents.c448 Int i, pos, skipped = 0; local
456 skipped++;
459 while(skipped>0) {
462 skipped--;
539 Int i, pos, skipped = 0; local
548 skipped++;
551 while(skipped>0) {
554 skipped--;
H A Dcallstack.c183 * If <skip> is true, this is a call to a function to be skipped;
207 /* this is a jmp from skipped to nonskipped */
257 /* a call from nonskipped to skipped */
259 if (!CLG_(current_state).nonskipped->skipped) {
261 &CLG_(current_state).nonskipped->skipped);
/external/webkit/Tools/CSSTestSuiteHarness/harness/
H A Dharness.css154 #test-list > option.skipped {
217 #output .skipped {
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_runner.py87 'skipped': # of skipped tests (NOW & SKIPPED)
102 results['skipped'] = len(tbt[test_expectations.NOW] &
304 # Remove skipped - both fixable and ignored - files from the
313 skipped = set()
315 skipped = self._expectations.get_tests_with_result_type(
317 self._test_files -= skipped
328 # just grab a subset of the non-skipped tests.
389 len_skip_chunk = int(len(files) * len(skipped) /
391 skip_chunk_list = list(skipped)[
[all...]
/external/chromium/base/
H A Dprocess_util_linux.cc177 int skipped = 0; local
179 while (skipped < kSkipLimit) {
195 skipped++;
236 if (skipped >= kSkipLimit) {
/external/webkit/Tools/Scripts/
H A Dold-run-webkit-tests310 --skipped=[default|ignore|only] Specifies how to treat the Skipped file
359 'skipped=s' => \&validateSkippedArg,
2434 # Because nearly all of the skipped tests for WebKit 2 on Mac are due to
2435 # cross-platform issues, Windows will use both the Mac and Windows skipped
2447 my $skipped = $_;
2448 chomp $skipped;
2449 $skipped =~ s/^[ \n\r]+//;
2450 $skipped =~ s/[ \n\r]+$//;
2451 if ($skipped && $skipped !~ /
[all...]
/external/guava/src/com/google/common/collect/
H A DIterators.java753 int skipped = 0;
756 if (skipped++ == position) {
763 + skipped + ")");
/external/v8/benchmarks/
H A Ddeltablue.js77 var index = 0, skipped = 0;
84 skipped++;
87 for (var i = 0; i < skipped; i++)
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js71 var index = 0, skipped = 0;
78 skipped++;
81 for (var i = 0; i < skipped; i++)
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js71 var index = 0, skipped = 0;
78 skipped++;
81 for (var i = 0; i < skipped; i++)
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js71 var index = 0, skipped = 0;
78 skipped++;
81 for (var i = 0; i < skipped; i++)
/external/elfutils/tests/
H A DMakefile654 skipped=""; \
656 skipped="($$skip tests were not run)"; \
657 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
658 dashes="$$skipped"; \
669 test -z "$$skipped" || echo "$$skipped"; \

Completed in 466 milliseconds

12