Searched refs:lazy (Results 1 - 25 of 68) sorted by relevance

123

/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_lazy_enumerator.rb22 assert_equal([1, 2, 3], [1, 2, 3].lazy.to_a)
29 assert_equal(1, a.lazy.each(4).first)
50 f.lazy.each("").map do |paragraph|
67 assert_equal(4, a.lazy.select {|x| x > 3}.first)
73 assert_equal("word", a.lazy.select {|x| "x"+x}.first)
86 e.lazy.select {|x| x[0] % 2 == 0}.force)
93 assert_equal(2, a.lazy.map {|x| x * 2}.first)
101 assert_equal(2, a.lazy.flat_map {|x| [x * 2]}.first)
111 a.lazy.flat_map {|x| ("a".."c").lazy
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regexp/
H A Deverything.js62 // 'the quick brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)
63 testcases[count++] = new TestCase ( SECTION, "'the quick brown fox jumped over the lazy dogs'.match(/((\\w+)\\s*)+/)",
64 String(['the quick brown fox jumped over the lazy dogs','dogs','dogs']),String('the quick brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)));
/macosx-10.10/dyld-353.2.1/src/
H A DdyldLibSystemGlue.c50 long lazy; member in struct:__DATA__dyld
H A Ddyld_stub_binder.s46 * sp+4 lazy binding info offset
56 movl LP_OLD_BP_SAVE(%esp),%eax # get lazy-pointer meta-parameter
120 * sp+8 lazy binding info offset
257 * sp+4 lazy binding info offset
269 ldr r1, [sp, #28] // move lazy info offset 2nd parameter
292 * sp+0 lazy binding info offset
313 ldr x1, [fp, #16] ; move lazy info offset 2nd parameter
H A Dstub_binding_helper.s29 * The caller has pushed the address of the a lazy pointer to be filled in
32 * sp+4 address of lazy pointer
36 * Therefore those registers need to be preserved during the lazy binding.
38 * After the symbol has been resolved and the lazy pointer filled in, this jumps
65 movl LP_OLD_BP_SAVE(%esp),%eax # get lazy-pointer meta-parameter
102 * The caller has pushed the address of the a lazy pointer to be filled in with
106 * sp+8 address of lazy pointer
186 * The caller has pushed the address of the a lazy pointer to be filled in with
190 * sp+4 address of lazy pointer
205 ldr r1, [sp, #28] // move address of lazy pointe
[all...]
/macosx-10.10/OpenSSL098-52/src/ms/
H A Duplink.pl72 for ($i=1;$i<=$N;$i++) { print " DD FLAT:\$lazy$i\n"; }
82 \$lazy$i PROC NEAR
88 \$lazy$i ENDP
104 for ($i=1;$i<=$N;$i++) { print " DD \$lazy$i\n"; }
113 \$lazy$i:
134 for ($i=1;$i<=$N;$i++) { print " data8 \@fptr(lazy$i#)\n"; }
144 .proc lazy$i
145 lazy$i:
160 .endp lazy$i#
171 for ($i=1;$i<=$N;$i++) { print " DQ \$lazy
[all...]
H A Duplink.c89 __declspec(naked) static void lazy##i (void) { \
/macosx-10.10/ruby-106/ruby/test/rdoc/MarkdownTest_1.0.3/
H A DOrdered and unordered lists.text89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/macosx-10.10/ruby-106/ruby/
H A Denumerator.c316 * in a lazy fashion (see Enumerator#size). It can either be a value or
1240 lazy_receiver_size(VALUE generator, VALUE args, VALUE lazy) argument
1242 return lazy_size(lazy);
1285 * For example, to create a method +filter_map+ in both lazy and
1286 * non-lazy fashions:
1303 * (1..Float::INFINITY).lazy.filter_map{|i| i*i if i.even?}.first(5)
1314 rb_raise(rb_eArgError, "tried to call lazy new without a block");
1329 lazy_set_method(VALUE lazy, VALUE args, VALUE (*size_fn)(ANYARGS)) argument
1332 struct enumerator *e = enumerator_ptr(lazy);
1333 rb_ivar_set(lazy, id_metho
1418 VALUE lazy, meth = sym_each; local
1733 lazy_take_size(VALUE generator, VALUE args, VALUE lazy) argument
1746 VALUE lazy; local
1783 lazy_drop_size(VALUE generator, VALUE args, VALUE lazy) argument
1851 lazy_super(int argc, VALUE *argv, VALUE lazy) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgmm-utils.el85 ;; Copy of the `nnmail-lazy' code from `nnmail.el':
86 (define-widget 'gmm-lazy 'default
89 This is copy of the `lazy' widget in Emacs 22.1 provided for compatibility."
132 (define-widget 'gmm-tool-bar-item (if (gmm-widget-p 'lazy) 'lazy 'gmm-lazy)
151 (define-widget 'gmm-tool-bar-zap-list (if (gmm-widget-p 'lazy) 'lazy 'gmm-lazy)
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dserver.cpp492 StLock<Mutex> lazy(*this, false); // lazy lock acquisition
494 lazy.lock();
498 lazy.lock();
/macosx-10.10/tcl-105/tcl_ext/thread/thread/lib/
H A Dttrace.tcl776 set lazy($entry) 1
778 set lazy([namespace tail $entry]) 1
782 set lazy($entry) 1
784 array names lazy
/macosx-10.10/Csu-85/
H A Dlazy_dylib_helper.s29 * on versions before Macs OS X 10.6. On entry the address of the lazy pointer
32 * After the symbol has been resolved and the lazy pointer filled in, this jumps
54 movl LP_OLD_BP_SAVE(%esp),%eax # get lazy-pointer meta-parameter
87 * lazy pointer.
164 * lazy pointer to be filled
166 * r11 address of lazy pointer
198 mr r3,r11 ; move address of lazy pointer to 1st parameter
225 * The caller has pushed the address of the a lazy pointer to be filled in with
228 * ip address of lazy pointer
241 mov r0, ip // move address of lazy pointe
[all...]
/macosx-10.10/sudo-73/src/
H A Denv.c241 env_init(lazy)
242 int lazy;
251 if (lazy) {
253 * If we are already initialized due to lazy init (usualy via getenv())
H A Dsudo.h241 void env_init __P((int lazy));
/macosx-10.10/pcre-7/pcre/
H A DRunGrepTest231 (cd $srcdir; $valgrind $pcregrep -c lazy ./testdata/grepinput*) >>testtry
234 (cd $srcdir; $valgrind $pcregrep -c -l lazy ./testdata/grepinput*) >>testtry
/macosx-10.10/vim-55/runtime/syntax/
H A Dd.vim32 " such as lazy. Similarly, I made some statement keywords (e.g. body) storage
85 syn keyword dStorageClass in out inout ref lazy scope body
88 syn keyword dStorageClass synchronized immutable shared const invariant lazy
H A Docaml.vim158 syn keyword ocamlKeyword land lazy let match
/macosx-10.10/libunwind-35.3/src/
H A DAddressSpace.hpp51 struct __DATA__dyld { long lazy; int (*lookup)(const char*, void**); }; member in struct:__DATA__dyld
/macosx-10.10/tcl-105/tcl/tcl/library/
H A Dpackage.tcl87 set usage {"pkg_mkIndex ?-direct? ?-lazy? ?-load pattern? ?-verbose? ?--? dir ?pattern ...?"};
109 -lazy {
111 append more " -lazy"
665 # set up for lazy loading. If both -source and -load
/macosx-10.10/tcl-105/tcl84/tcl/library/
H A Dpackage.tcl90 set usage {"pkg_mkIndex ?-direct? ?-lazy? ?-load pattern? ?-verbose? ?--? dir ?pattern ...?"};
112 -lazy {
114 append more " -lazy"
750 # set up for lazy loading. If both -source and -load
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dropeimpl.h774 goto lazy;
818 goto lazy;
834 lazy:
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dnd6.c1128 * The lazy timer runs every nd6_prune_lazy seconds with at
1290 int lazy = nd6_prune_lazy; local
1292 if (sarg.aging > 0 || lazy < 1) {
1297 VERIFY(lazy >= 1);
1299 atv.tv_sec = MAX(nd6_prune, lazy);
1302 ltv.tv_sec = MAX(buf % lazy, 1) * 2;
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm389 C<word_diff()> will load it automatically (lazy loading). It will then
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcpp.el62 (define-widget 'cpp-face 'lazy

Completed in 425 milliseconds

123