/external/icu4c/io/ |
D | uscanf_p.c | 425 int32_t skipped; in u_scanf_double_handler() local 430 skipped = u_scanf_skip_leading_ws(input, info->fPadChar); in u_scanf_double_handler() 450 skipped += u_scanf_skip_leading_positive_sign(input, format, &status); in u_scanf_double_handler() 473 return parsePos + skipped; in u_scanf_double_handler() 488 int32_t skipped; in u_scanf_scientific_handler() local 493 skipped = u_scanf_skip_leading_ws(input, info->fPadChar); in u_scanf_scientific_handler() 513 skipped += u_scanf_skip_leading_positive_sign(input, format, &status); in u_scanf_scientific_handler() 536 return parsePos + skipped; in u_scanf_scientific_handler() 553 int32_t skipped; in u_scanf_scidbl_handler() local 565 skipped = u_scanf_skip_leading_ws(input, info->fPadChar); in u_scanf_scidbl_handler() [all …]
|
/external/webkit/WebKitTools/Scripts/ |
D | run-webkit-tests | 430 my $skipped = $_; 431 chomp $skipped; 432 $skipped =~ s/^[ \n\r]+//; 433 $skipped =~ s/[ \n\r]+$//; 434 if ($skipped && $skipped !~ /^#/) { 436 if (!&fileShouldBeIgnored($skipped)) { 437 push(@ARGV, $skipped); 439 print " $skipped\n"; 443 print " $skipped\n"; 445 processIgnoreTests($skipped, "Skipped");
|
/external/dbus/test/name-test/ |
D | Makefile.in | 484 skipped=""; \ 486 skipped="($$skip tests were not run)"; \ 487 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 488 dashes="$$skipped"; \ 499 test -z "$$skipped" || echo "$$skipped"; \
|
/external/e2fsprogs/tests/e_brel_bma/ |
D | script | 2 echo "skipped"
|
/external/e2fsprogs/tests/e_irel_ima/ |
D | script | 2 echo "skipped"
|
/external/e2fsprogs/tests/f_extents/ |
D | script | 2 echo "skipped"
|
/external/e2fsprogs/tests/f_h_normal/ |
D | script | 5 echo "skipped"
|
/external/e2fsprogs/tests/f_h_unsigned/ |
D | script | 5 echo "skipped"
|
/external/e2fsprogs/tests/f_h_badroot/ |
D | script | 5 echo "skipped"
|
/external/e2fsprogs/tests/f_h_badnode/ |
D | script | 5 echo "skipped"
|
/external/e2fsprogs/tests/f_h_reindex/ |
D | script | 5 echo "skipped"
|
/external/genext2fs/ |
D | Makefile.in | 415 skipped=""; \ 417 skipped="($$skip tests were not run)"; \ 418 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 419 dashes="$$skipped"; \ 430 test -z "$$skipped" || echo "$$skipped"; \
|
/external/dbus/bus/ |
D | Makefile.in | 698 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 699 dashes="$$skipped"; \ 710 test -z "$$skipped" || echo "$$skipped"; \
|
/external/dbus/test/ |
D | Makefile.in | 678 skipped=""; \ 680 skipped="($$skip tests were not run)"; \ 681 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 682 dashes="$$skipped"; \ 693 test -z "$$skipped" || echo "$$skipped"; \
|
/external/dbus/dbus/ |
D | Makefile.in | 782 skipped=""; \ 784 skipped="($$skip tests were not run)"; \ 785 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 786 dashes="$$skipped"; \ 797 test -z "$$skipped" || echo "$$skipped"; \
|
/external/bluetooth/glib/tests/ |
D | testglib.c | 882 const gchar *skipped = g_path_skip_root (skip_root_checks[i].filename); in test_paths() local 883 if ((skipped && !skip_root_checks[i].without_root) || in test_paths() 884 (!skipped && skip_root_checks[i].without_root) || in test_paths() 885 ((skipped && skip_root_checks[i].without_root) && in test_paths() 886 strcmp (skipped, skip_root_checks[i].without_root))) in test_paths() 892 (skipped ? skipped : "<NULL>")); in test_paths()
|
/external/freetype/src/autofit/ |
D | afcjk.c | 1024 FT_Int skipped = 0; in af_cjk_hint_edges() local 1040 skipped++; in af_cjk_hint_edges() 1208 if ( !skipped ) in af_cjk_hint_edges() 1224 skipped--; in af_cjk_hint_edges() 1228 if ( !skipped ) in af_cjk_hint_edges()
|
/external/elfutils/tests/ |
D | Makefile.in | 654 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"; \
|
D | Makefile | 654 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"; \
|
/external/ipsec-tools/src/racoon/ |
D | Makefile.in | 802 skipped=""; \ 804 skipped="($$skip tests were not run)"; \ 805 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 806 dashes="$$skipped"; \ 817 test -z "$$skipped" || echo "$$skipped"; \
|
/external/webkit/V8Binding/v8/benchmarks/ |
D | deltablue.js | 77 var index = 0, skipped = 0; 84 skipped++; 87 for (var i = 0; i < skipped; i++)
|
/external/webkit/SunSpider/tests/ |
D | v8-deltablue.js | 71 var index = 0, skipped = 0; 78 skipped++; 81 for (var i = 0; i < skipped; i++)
|
/external/e2fsprogs/tests/r_inline_xattr/ |
D | script | 53 echo "skipped"
|
/external/icu4c/test/testdata/ |
D | DataDrivenCollationTest.txt | 210 Description { "It turned out that surrogates were not skipped properly " 231 "skipped in contractions." 258 "skipped in prefix processing."
|
/external/icu4c/test/cintltst/ |
D | cloctst.c | 871 int32_t count = 0, skipped = 0; in TestISOFunctions() local 898 skipped += (key != NULL); in TestISOFunctions() 908 skipped++; in TestISOFunctions() 930 expect -= skipped; /* Ignore the skipped resources from structLocale */ in TestISOFunctions() 938 skipped = 0; in TestISOFunctions() 946 skipped += (key != NULL); in TestISOFunctions() 956 skipped++; in TestISOFunctions() 982 skipped += (key != NULL); in TestISOFunctions() 987 expect -= skipped; /* Ignore the skipped resources from structLocale */ in TestISOFunctions()
|