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

1234

/macosx-10.10/zsh-61/zsh/Test/
H A Druntests.zsh10 integer success failure skipped retval
15 (( skipped++ ))
25 $skipped skipped
/macosx-10.10/ruby-106/ruby/test/win32ole/
H A Dtest_word.rb32 STDERR.puts("\n#{__FILE__} skipped(Microsoft Word not found.)")
41 if !$skipped
42 $skipped = true
/macosx-10.10/rsync-45/rsync/
H A Druntests.sh69 # 77 this test skipped (random value unlikely to happen by chance, same as
205 skipped=0
272 skipped=`expr $skipped + 1`
295 [ "$skipped" -gt 0 ] && echo " $skipped skipped"
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationiterator.cpp54 // State of combining marks skipped in discontiguous contraction.
83 // Goes backward through the skipped-marks buffer.
84 // Returns the number of code points read beyond the skipped marks
117 // Replaces the characters we consumed with the newly skipped ones.
128 // Combining marks skipped in previous discontiguous-contraction matching.
131 // Combining marks newly skipped in current discontiguous-contraction matching.
138 // When a partial match fails, we back out skipped and partial-matching input characters.
150 skipped(NULL),
166 delete skipped;
174 // Ignore skipped sinc
[all...]
H A Dcollationiterator.h89 skipped(NULL),
307 SkippedState *skipped; member in class:CollationIterator
/macosx-10.10/ICU-531.30/icuSources/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
810 int32_t skipped = 0; local
904 int32_t skipped = 0; local
974 int32_t skipped; local
1030 int32_t skipped; local
1086 int32_t skipped; local
1133 int32_t skipped; local
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Drunall.sh38 I:NOTE: Many of the tests were skipped because they require that
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c339 size_t skip, skipped = 0; local
367 skipped += skip;
368 if (skipped > 0) {
373 (int)skipped);
390 skipped += skip;
474 size_t skip, skipped = 0; local
500 skipped += skip;
501 if (skipped > 0) {
506 (int)skipped);
523 skipped
[all...]
H A Darchive_read.c1162 int64_t skipped = __archive_read_skip_lenient(a, request); local
1163 if (skipped == request)
1164 return (skipped);
1166 if (skipped < 0) // Map error code to 0 for error message below.
1167 skipped = 0;
1171 (intmax_t)request, (intmax_t)skipped);
1178 int64_t skipped = __archive_read_filter_skip(a->filter, request); local
1179 if (skipped > 0)
1180 a->archive.file_position += skipped;
1181 return (skipped);
[all...]
/macosx-10.10/man-16/man/misc/
H A Dmanlint219 print "Number of skipped files = $skipfiles\n";
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Harness/
H A DResults.pm41 (or skipped), false if its a failure
48 skip_all if the whole test was skipped, this will
58 skip number of tests skipped
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DHarness.pm261 return $tot->{bad} == 0 && ($tot->{max} || $tot->{skipped}) ? 1 : 0;
292 sub_skipped Number of individual tests skipped
299 skipped Number of test files skipped
343 skipped => 0,
397 skipped => $results->skip,
414 if ($test{max} and $test{skipped} + $test{bonus}) {
416 push(@msg, "$test{skipped}/$test{max} skipped: $test{skip_reason}")
417 if $test{skipped};
[all...]
/macosx-10.10/libxml2-26/libxml2/doc/
H A Dindex.py584 print "skipped %s" % (word)
635 print "skipped %s" % (word)
1140 skipped = 0
1144 skipped = skipped + 1
1160 skipped = 0
1164 skipped = skipped + 1
1189 skipped = 0
1193 skipped
[all...]
/macosx-10.10/libxslt-13/libxslt/doc/
H A Dindex.py575 print "skipped %s" % (word)
626 print "skipped %s" % (word)
1137 skipped = 0
1141 skipped = skipped + 1
1157 skipped = 0
1161 skipped = skipped + 1
1186 skipped = 0
1190 skipped
[all...]
/macosx-10.10/file_cmds-242/pax/
H A Dbuf_subs.c402 off_t skipped = 0; local
433 if (ar_fow(cnt, &skipped) < 0)
435 res += cnt - skipped;
436 rdcnt += skipped;
H A Dar_io.c397 * we have skipped over looking for a header to id. there is no way we
402 (void)fprintf(listf, "%s: unknown format, %lu bytes skipped.\n",
404 (void)fprintf(listf, "%s: unknown format, %qu bytes skipped.\n",
821 * number of bytes, return the actual number of bytes moved in skipped.
824 * partial move (the amount moved is in skipped)
828 ar_fow(off_t sksz, off_t *skipped) argument
833 *skipped = 0;
863 *skipped = arsb.st_size - cpos;
866 *skipped = sksz;
/macosx-10.10/gnutar-453/gnutar/src/
H A Dtar.h318 bool skipped; /* The member contents is already read
317 bool skipped; /* The member contents is already read member in struct:tar_stat_info
/macosx-10.10/procmail-14/procmail/src/
H A Dmisc.h41 skipped P((const char*const x)),
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-report/
H A Dtests-results.css158 table.tcs-summary td.tcr-skipped {
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmk-ca-bundle.vbs209 " untrusted skipped).", 20, mySelf, vbInformation
/macosx-10.10/ncurses-44/ncurses/
H A Dedit_man.sh88 echo .. skipped $cf_source
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dispell.el136 ;; Fixed bug where message-text-end is inside a mime skipped region.
483 guess whether SGML markup should be skipped according to the name of the
1352 ;; but some valid text will be skipped, e.g. "his/her". This could be
1389 "*Lists of regions to be skipped in TeX mode.
1804 (skipped 0)
1848 skipped (1+ skipped)))
1852 (setq count (ispell-int-char (- count ?0 skipped))))
1888 skipped 0)
1896 (setq skipped (
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dprocess.test31 echo process win32 work not completed, tests skipped.
41 puts "under Tk. Test skipped."
/macosx-10.10/curl-83.1.2/curl/tests/
H A Druntests.pl240 my $skipped=0; # number of tests skipped; reported in main loop
241 my %skipped; # skipped{reason}=counter, reasons for skip
2683 # Provide time stamps for single test skipped events
3135 # there's a problem, count it as "skipped"
3136 $skipped++;
3137 $skipped{$why}++;
3141 if($skipped{$why} <= 3) {
3941 $ok .= "-"; # skipped
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGGraph.cpp149 bool skipped = !refCount; local
174 out.printf("% 4d:%s<%c%u:", (int)node->index(), skipped ? " skipped " : " ", mustGenerate ? '!' : ' ', refCount);
175 if (node->hasResult() && !skipped && node->hasVirtualRegister())
347 if (!skipped) {
359 out.print(prefix, "Block ", *block, " (", inContext(block->at(0)->origin.semantic, context), "): ", block->isReachable ? "" : "(skipped)", block->isOSRTarget ? " (OSR target)" : "", "\n");

Completed in 414 milliseconds

1234