Searched refs:yield (Results 276 - 300 of 397) sorted by relevance

<<111213141516

/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_object.rb503 def method_missing(meth, *args) yield(meth, *args) end
562 yield if block_given?
864 a = yield
865 b = yield
H A Dtest_m17n_comb.rb143 yield s, nth
146 yield s, nth, len
149 yield s, substr
152 yield s, first..last
153 yield s, first...last
159 yield s1, Regexp.new(Regexp.escape(s2))
165 yield s1, Regexp.new(Regexp.escape(s2)), nth
H A Dmarshaltestlib.rb37 assert_equal(yield(o1), yield(o2), msg)
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_stream_ui.rb18 yield self
/macosx-10.10/ruby-106/ruby/test/xmlrpc/
H A Dtest_client.rb23 return yield(self)
/macosx-10.10/ruby-106/ruby/tool/
H A Dmerger.rb55 yield
H A Drbinstall.rb110 grep(/\A#{var}=(.*)/) {return block_given? ? yield($1) : $1}
255 yield src, d, opts
265 newdata = yield
563 yield(self) if defined?(yield)
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_method.rb104 def mm() yield 1 end
107 def mm(x) yield 1 end
110 def mm(x,y) yield 1 end
315 def method_missing(mid, *args) yield 1 end
348 $ary << [yield, a]
351 $ary << [yield, a, b]
911 yield
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DStaticCode.cpp650 return policy.yield();
663 return policy.yield();
1040 return data.yield(); // good
1372 return dict.yield();
1468 return dict.yield();
H A Dmachorep.cpp220 return info.yield();
H A Dopaquewhitelist.cpp220 return conditions.yield();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DStaticCode.cpp650 return policy.yield();
663 return policy.yield();
1040 return data.yield(); // good
1372 return dict.yield();
1468 return dict.yield();
H A Dmachorep.cpp220 return info.yield();
H A Dopaquewhitelist.cpp220 return conditions.yield();
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_asn1.c24 int depth, int yield, long *num_read);
869 long *offset, int depth, int yield, int j,
881 value = ossl_asn1_decode0(pp, max_len, &off, depth + 1, yield, &inner_read);
936 int yield, long *num_read)
962 if(yield) {
977 asn1data = int_ossl_asn1_decode0_cons(pp, length, len, &off, depth, yield, j, tag, tag_class, &inner_read);
868 int_ossl_asn1_decode0_cons(unsigned char **pp, long max_len, long length, long *offset, int depth, int yield, int j, int tag, VALUE tc, long *num_read) argument
935 ossl_asn1_decode0(unsigned char **pp, long length, long *offset, int depth, int yield, long *num_read) argument
H A Dossl_pkey_dh.c115 cb_arg.yield = 1;
121 if (cb_arg.yield == 1) {
H A Dossl_pkey_rsa.c125 cb_arg.yield = 1;
131 if (cb_arg.yield == 1) {
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Darm64.rb342 magicNumbers = yield operands[1].value
348 magicNumbers = yield operands[0].value
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Ddrb.rb1128 return yield() unless friend
1132 return yield
1197 succ, result = yield(conn)
/macosx-10.10/ruby-106/ruby/lib/
H A Dopen-uri.rb153 yield io
513 yield
H A Drubygems.rb195 yield rs
870 value = yield
H A Dlogger.rb374 message = yield
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Duser_interaction.rb40 yield
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dhttpproxy.rb321 response = yield(http, path, header)
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_x509cert.rb213 yield

Completed in 338 milliseconds

<<111213141516