Searched refs:passes (Results 26 - 50 of 80) sorted by relevance

1234

/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DSignals.inc34 // the ll format specifier for printf. However, MinGW passes the format
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DBodyFilter.pm154 handles this too. The proxy passes to each filter, each time it is called,
176 The data is stored in memory by the "complete" filter, which passes it
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DBodyFilter.pm154 handles this too. The proxy passes to each filter, each time it is called,
176 The data is stored in memory by the "complete" filter, which passes it
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dexpand46 # can choose multiple passes using the ::expand::setpasses command. The
114 # Number of passes to make over the input
204 # Set the number of passes
205 proc ::expand::setpasses {passes} {
208 set numberOfPasses $passes
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A Dexpand46 # can choose multiple passes using the ::expand::setpasses command. The
114 # Number of passes to make over the input
204 # Set the number of passes
205 proc ::expand::setpasses {passes} {
208 set numberOfPasses $passes
/macosx-10.10.1/CPANInternal-159.1/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm127 majority part of your application works with these objects and passes them around
134 then passes to your standard I/O functions like open().
145 passes it to the fat portable part of the program. There are two bits of data
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/
H A DTest.pm268 expression. If its value is true, the test passes; if false,
289 the test passes or fails. For example,
336 The above test passes two values to C<ok(arg1, arg2)> -- the first
340 testing C<4 eq 4>. Since that's true, this test passes.
669 # This code returns true if the test passes.
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DBuffer.pm167 # Time passes. Nothing happens. But then ...
238 passes them on to its attached sub-appender.
H A DLimit.pm299 passes them on to its attached sub-appender.
H A DSynchronized.pm251 passes them on to its attached sub-appender.
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Stash/
H A DContext.pm51 # The new Stash.pm passes the TT2.02 test suite. But I haven't tested the
735 The new Stash.pm passes the TT2.02 test suite. But I haven't tested the
/macosx-10.10.1/Csu-85/
H A Dstart.s247 ldr x0, [x5] ; get argc into x0 (kernel passes 32-bit int argc as 64-bits on stack to keep alignment)
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D040Filter.t72 $logger->warn("This passes the hurdle");
75 like($buffer->buffer(), qr(passes the hurdle), "level-match let through");
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlilo.vim50 syn keyword liloOption bios-passes-dl nextgroup=liloEqAnything,liloEqAnythingComment,liloError skipwhite skipempty
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkText.c623 * do this with multiple passes.
2034 int code, matchLength, matchByte, passes, stopLine, searchWholeText;
2180 for (passes = 0; passes < 2; ) {
2251 passes++;
2252 if ((passes == 1) ^ backwards) {
2020 int code, matchLength, matchByte, passes, stopLine, searchWholeText; local
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkText.c1099 * with multiple passes.
5434 int passes;
5537 for (passes = 0; passes < 2; ) {
5596 passes++;
5597 if ((passes == 1) ^ searchSpecPtr->backwards) {
5394 int passes; local
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm323 call the C<log> method of the dispatch object, which passes the message to
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli2376 all of the passes scheduled in the pass manager [pm]. Returns [true] if
2377 any of the passes modified the module, [false] otherwise.
2382 (** [initialize fpm] initializes all of the function passes scheduled in the
2383 function pass manager [fpm]. Returns [true] if any of the passes modified
2388 (** [run_function f fpm] executes all of the function passes scheduled in the
2390 of the passes modified [f], [false] otherwise.
2395 (** [finalize fpm] finalizes all of the function passes scheduled in in the
2396 function pass manager [fpm]. Returns [true] if any of the passes
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex1614 fool (besides with Carmichael numbers). If $a$ passes the test (therefore is probably prime) $result$ is set to one.
1641 If $a$ passes all of the tests $result$ is set to one, otherwise it is set to zero. Note that $t$ is bounded by
1649 This finds the next prime after $a$ that passes mp\_prime\_is\_prime() with $t$ tests. Set $bbs\_style$ to one if you
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkFormatMP3.c742 /* generally, the two channels do not have to be of the same block type - that's why we do two passes with requantize_mono.
3111 int passes = 0; local
3319 if (passes > 0) {
3338 passes++;
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm993 a failing test (C<ok() || diag()>) it "passes through" the failure.
1259 This is a logical pass/fail, so todos are passes.
H A DMore.pm272 failed. A true expression passes, a false one fails. Very simple.
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DBuilder.pm1190 a failing test (C<ok() || diag()>) it "passes through" the failure.
1512 This is a logical pass/fail, so todos are passes.
H A DMore.pm232 failed. A true expression passes, a false one fails. Very simple.
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/
H A DREADME527 If the logging engine passes a message to an appender, because it thinks
802 logging a message which passes the system's log level hurdle but not the

Completed in 216 milliseconds

1234