Searched refs:early (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_early_time.rb5 early = Rake::EarlyTime.instance
6 assert early <= Time.now
7 assert early < Time.now
8 assert early != Time.now
9 assert Time.now > early
10 assert Time.now >= early
11 assert Time.now != early
15 early = Rake::EarlyTime.instance
16 assert_equal early, early, "tw
[all...]
/macosx-10.10.1/xnu-2782.1.97/pexpert/i386/
H A Dpe_kprintf.c110 boolean_t early = FALSE; local
112 early = TRUE;
116 if (!PE_kputc || early) {
/macosx-10.10.1/CPANInternal-159.1/Term-ReadPassword-0.11/
H A DReadPassword.pm156 # Return early
174 # Return early
278 If the input operation terminates early (either because the idle_timeout
281 discover what (if anything) was typed before the early termination, or why
/macosx-10.10.1/CPANInternal-159.1/Test-NoWarnings-1.04/lib/Test/
H A DNoWarnings.pm34 if ( grep { $_ eq ':early' } @_ ) {
35 @_ = grep { $_ ne ':early' } @_;
80 # Show the diag early rather than at the end
225 =head2 The :early pragma
232 As of Test::NoWarnings 1.04 you can provide an experimental C<:early> pragma
236 use Test::NoWarnings ':early';
/macosx-10.10.1/apache-793/httpd/modules/metadata/
H A Dmod_headers.c124 static const char* condition_early = "early";
511 if (strcasecmp(envclause, "early") == 0) {
672 apr_array_header_t *fixup, int early)
682 /* ignore early headers in late calls */
683 if (!early && (envar == condition_early)) {
686 /* ignore late headers in early calls */
687 else if (early && (envar != condition_early)) {
704 else if (envar && !early) {
671 do_headers_fixup(request_rec *r, apr_table_t *headers, apr_array_header_t *fixup, int early) argument
/macosx-10.10.1/dcerpc-61/dcerpc/idl_lib/
H A Dndrui.c2363 /* [in] */ idl_byte **p_defn_vec_ptr, /* if early, not modified */
2387 idl_boolean early; local
2390 early = !!(*defn_vec_ptr & IDL_CF_EARLY);
2405 if (!early || pre_unmar)
2413 early = !!(*defn_vec_ptr & IDL_CF_EARLY);
2427 if ((kind != IDL_LIMIT_UPPER_CONF && !early) || pre_unmar)
2459 /* Perform bounds correlation checking; only works for early bindings */
2488 * "early".
2563 /* Perform limits correlation checking; only works for early bindings */
2600 * "early"
[all...]
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/inc/Devel/
H A DCheckLib.pm20 _findcc(); # bomb out early if there's no compiler
238 This is a very early release intended primarily for feedback from
/macosx-10.10.1/emacs-93/emacs/nt/
H A Dconfigure.bat53 rem [3] requires LC_MESSAGES support to build; cannot build with early
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/
H A DMakefile305 * so both must be built very early
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm2295 early as the full parser, for example, it doesn't detect parenthese
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm711 early as the full parser, for example, it doesn't detect mismatched
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy160 Option names may be terminated early as long as they are uniquely identified.
/macosx-10.10.1/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex257 % Do this early so pdf references go to the beginning of the page.
6293 % @documentlanguage is usually given very early, just after
/macosx-10.10.1/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex307 % Do this early so pdf references go to the beginning of the page.
6542 % @documentlanguage is usually given very early, just after
/macosx-10.10.1/gnudiff-19/diffutils/config/
H A Dtexinfo.tex230 % Do this early so pdf references go to the beginning of the page.
5998 % @documentlanguage is usually given very early, just after
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex310 % Do this early so pdf references go to the beginning of the page.
6697 % @documentlanguage is usually given very early, just after
/macosx-10.10.1/groff-38/groff/doc/
H A Dtexinfo.tex310 % Do this early so pdf references go to the beginning of the page.
6697 % @documentlanguage is usually given very early, just after
/macosx-10.10.1/uucp-11/uucp/
H A Dtexinfo.tex217 % Do this early so pdf references go to the beginning of the page.
5862 % @documentlanguage is usually given very early, just after
/macosx-10.10.1/emacs-93/emacs/man/
H A Dtexinfo.tex316 % Do this early so pdf references go to the beginning of the page.
7433 % @documentlanguage is usually given very early, just after
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex316 % Do this early so pdf references go to the beginning of the page.
7435 % @documentlanguage is usually given very early, just after
/macosx-10.10.1/bc-21/bc/doc/
H A Dtexinfo.tex5654 % @documentlanguage is usually given very early, just after
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm1008 # iterations early if necessary.
1131 # we are stopping the iterations early;
24389 # got mistaken as a q operator in an early version:
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex652 A convention of argument passing must be adopted early on in the development of any library. Making the function

Completed in 730 milliseconds