Searched refs:yield (Results 1 - 25 of 393) sorted by relevance

1234567891011>>

/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DStaticMutex.cpp34 std::this_thread::yield();
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_vm1_block.rb2 yield
H A Dbm_vm1_yield.rb5 yield
/macosx-10.10.1/ruby-106/ruby/lib/rake/ext/
H A Dcore.rb24 yield
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_yield.c92 #error No yield function defined
/macosx-10.10.1/ruby-106/ruby/
H A Dprelude.rb12 yield
/macosx-10.10.1/ruby-106/ruby/bcc32/
H A Dmkexports.rb21 yield $1 if /'(.*?)'/ =~ l
23 yield "_strcasecmp", "_stricmp"
24 yield "_strncasecmp", "_strnicmp"
/macosx-10.10.1/ruby-106/ruby/bootstraptest/
H A Dtest_block.rb74 yield e
86 yield e
97 yield
100 yield
111 yield 1
122 yield 1
135 yield
140 yield
154 yield
159 yield
[all...]
H A Dtest_jump.rb5 yield
12 yield
81 unless yield(e)
101 yield
113 yield
128 yield
137 yield + 10
177 yield
195 yield
302 yield sel
[all...]
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_maketables.c72 unsigned char *yield, *p; local
76 yield = (unsigned char*)(pcre_malloc)(tables_length);
78 yield = (unsigned char*)malloc(tables_length);
81 if (yield == NULL) return NULL;
82 p = yield;
140 return yield;
/macosx-10.10.1/ruby-106/ruby/sample/drb/
H A Dgw_ct.rb11 yield(n) + yield(n)
H A Dgw_cu.rb12 yield(n) + yield(n)
/macosx-10.10.1/ruby-106/ruby/test/drb/
H A Dut_drb.rb76 yield
77 yield([])
78 yield(*[])
82 yield(*arg)
87 yield
92 yield(one)
97 yield(one, two)
104 yield(x)
/macosx-10.10.1/ruby-106/ruby/lib/irb/cmd/
H A Dfork.rb26 yield
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dtsort.rb150 yield component.first
183 yield c
210 yield c
219 yield component
H A Derb.rb416 yield(PercentLine.new(line.chomp))
424 yield(token)
434 yield('%>')
435 yield(:cr)
437 yield(token)
450 yield('%>')
452 yield(:cr)
454 yield("\n")
458 yield(token)
470 yield('<
[all...]
/macosx-10.10.1/ruby-106/ruby/test/-ext-/
H A Dtest_bug-5832.rb13 yield if block_given?
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_pipe.rb11 yield r
H A Dallpairs.rb26 yield row
46 yield row
61 yield row
75 yield row
83 yield is.zip(args).map {|i, a| a[i] }
99 yield as
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dlocale.rb158 yield lc.nil? ? File.join(dir, LOCALE_DIR, file) : File.join(dir, LOCALE_DIR, lc, file)
166 yield "#{@lang}_#{@territory}.#{@encoding_name}@#{@modifier}" if @modifier
167 yield "#{@lang}_#{@territory}.#{@encoding_name}"
169 yield "#{@lang}_#{@territory}@#{@modifier}" if @modifier
170 yield "#{@lang}_#{@territory}"
173 yield "#{@lang}.#{@encoding_name}@#{@modifier}" if @modifier
174 yield "#{@lang}.#{@encoding_name}"
176 yield "#{@lang}@#{@modifier}" if @modifier
177 yield "#{@lang}"
179 yield ni
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/coroutine/
H A Dcoroutine.tcl99 yield
119 yield
130 yield
150 yield
189 yield
256 yield
286 yield
327 set choice [yield]
343 yield
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Duserlock.el72 (?q . yield)
73 (?\C-g . yield)
83 ((eq (cdr answer) 'yield)
123 (cdr (assoc tem '((?n . yield)
124 (?\C-g . yield)
140 ((eq answer 'yield)
/macosx-10.10.1/ruby-106/ruby/lib/yaml/
H A Ddbm.rb53 yield keystr
96 del_keys.delete_if { |k| yield( k, fetch( k ) ) == false }
105 hsh.reject { |k,v| yield k, v }
112 keys.each { |k| yield k, fetch( k ) }
120 super { |v| yield YAML.load( v ) }
174 self.keys.collect { |k| v = self[k]; [k, v] if yield k, v }.compact
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dstreaming.rb13 super.tap { yield self if block_given? }
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dsyncenumerator.rb27 yield @gens.collect {|x| x[i]}

Completed in 264 milliseconds

1234567891011>>