Searched refs:meth (Results 151 - 175 of 274) sorted by relevance

1234567891011

/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py97 meth = getattr(fh, name[len('RemoteFileLike.'):])
98 rval = meth(*map(ensure_utf8, args[1:]))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dsuper-call.m396 PyObject* meth,
408 sel_getName(PyObjCSelector_GetSelector(meth)),
415 sel_getName(PyObjCSelector_GetSelector(meth)),
422 sel_getName(PyObjCSelector_GetSelector(meth)),
H A Dselector.h27 * @param meth A selector object
33 PyObject* meth, PyObject* self, PyObject* args);
/macosx-10.10.1/ruby-106/ruby/test/benchmark/
H A Dtest_benchmark.rb92 [:bm, :bmbm].each do |meth|
94 results = bench(meth)
/macosx-10.10.1/ruby-106/ruby/test/rss/
H A Dtest_taxonomy.rb142 meth = "taxo_topics_element"
143 assert_equal(@topics_node, @rss.__send__(parent).__send__(meth))
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Ddh.h109 const DH_METHOD *meth; member in struct:DH
H A Ddsa.h108 const DSA_METHOD *meth; member in struct:DSA
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-dh.h129 const DH_METHOD * meth; member in struct:DH
H A Dossl-dsa-eay.c108 * if (!dsa->meth->bn_mod_exp(dsa, r,dsa->g,&k,dsa->p,ctx,
119 if ((dsa)->meth->dsa_mod_exp) { \
120 _tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
131 if ((dsa)->meth->bn_mod_exp) { \
132 _tmp_res53 = (dsa)->meth->bn_mod_exp((dsa), (r), (a), (p), \
H A Dossl-rsa-eay.c364 if (!rsa->meth->bn_mod_exp(ret, f, rsa->e, rsa->n, ctx,
568 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) {
591 if (!rsa->meth->bn_mod_exp(ret, f, d, rsa->n, ctx,
706 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) {
727 if (!rsa->meth->bn_mod_exp(ret, f, d, rsa->n, ctx, rsa->_method_mod_n)) {
850 if (!rsa->meth->bn_mod_exp(ret, f, rsa->e, rsa->n, ctx, rsa->_method_mod_n)) {
975 if (!rsa->meth->bn_mod_exp(m1, r1, dmq1, rsa->q, ctx, rsa->_method_mod_q)) {
999 if (!rsa->meth->bn_mod_exp(r0, r1, dmp1, rsa->p, ctx, rsa->_method_mod_p)) {
1050 if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx,
1084 if (!rsa->meth
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/dsa/
H A Ddsa_ossl.c96 * if (!dsa->meth->bn_mod_exp(dsa, r,dsa->g,&k,dsa->p,ctx,
108 if((dsa)->meth->dsa_mod_exp) \
109 _tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
119 if((dsa)->meth->bn_mod_exp) \
120 _tmp_res53 = (dsa)->meth->bn_mod_exp((dsa), (r), (a), (p), \
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dselector.h26 * @param meth A selector object
32 PyObject* meth, PyObject* self, PyObject* args);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dselector.h27 * @param meth A selector object
33 PyObject* meth, PyObject* self, PyObject* args);
/macosx-10.10.1/ruby-106/ruby/test/minitest/
H A Dtest_minitest_mock.rb357 def self.respond_to?(meth)
358 meth == :found
361 def self.method_missing(meth, *args, &block)
362 if meth == :found
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dcrypto.h295 int CRYPTO_dup_ex_data(STACK_OF(CRYPTO_EX_DATA_FUNCS) *meth, CRYPTO_EX_DATA *to,
297 void CRYPTO_free_ex_data(STACK_OF(CRYPTO_EX_DATA_FUNCS) *meth, void *obj, CRYPTO_EX_DATA *ad);
298 void CRYPTO_new_ex_data(STACK_OF(CRYPTO_EX_DATA_FUNCS) *meth, void *obj, CRYPTO_EX_DATA *ad);
H A Drsa.h134 const RSA_METHOD *meth; member in struct:rsa_st
208 void RSA_set_default_method(const RSA_METHOD *meth);
211 const RSA_METHOD *RSA_set_method(RSA *rsa, const RSA_METHOD *meth);
/macosx-10.10.1/ruby-106/ruby/lib/test/unit/
H A Dassertions.rb253 def assert_respond_to obj, (meth, priv), msg = nil
256 "Expected #{mu_pp(obj)} (#{obj.class}) to respond to ##{meth}#{" privately" if priv}"
258 return assert obj.respond_to?(meth, priv), msg
261 super if !caller[0].rindex(MINI_DIR, 0) || !obj.respond_to?(meth)
/macosx-10.10.1/ruby-106/ruby/test/socket/
H A Dtest_addrinfo.rb87 list.each {|meth, *addrs|
89 assert(Addrinfo.ip(addr).send(meth), "Addrinfo.ip(#{addr.inspect}).#{meth}")
91 next if meth == meth2
527 list.each {|meth, *addrs|
530 if meth == :ipv6_v4compat? || meth == :ipv6_v4mapped?
534 assert(ai.ipv4? || ai.send(meth), "ai=#{addr_exp}; ai.ipv4? || .#{meth}")
536 assert(ipv6(addr).send(meth), "#{addr_ex
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/xmlrpc/
H A Dserver.rb243 obj.class.public_instance_methods(false).each do |meth|
244 methods << "#{name}#{meth}"
251 add_handler("system.methodSignature", %w(array string), "Returns method signature") do |meth|
254 if obj.kind_of? Proc and sig != nil and name == meth
267 add_handler("system.methodHelp", %w(string string), "Returns help on using this method") do |meth|
270 if obj.kind_of? Proc and name == meth
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssltest.c410 SSL_METHOD *meth=NULL; local
727 meth=SSLv2_method();
730 meth=TLSv1_method();
733 meth=SSLv3_method();
735 meth=SSLv23_method();
739 meth=TLSv1_method();
742 meth=SSLv3_method();
744 meth=SSLv23_method();
746 meth=SSLv2_method();
750 c_ctx=SSL_CTX_new(meth);
2266 const SSL_METHOD *meth; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dssltest.c410 SSL_METHOD *meth=NULL; local
727 meth=SSLv2_method();
730 meth=TLSv1_method();
733 meth=SSLv3_method();
735 meth=SSLv23_method();
739 meth=TLSv1_method();
742 meth=SSLv3_method();
744 meth=SSLv23_method();
746 meth=SSLv2_method();
750 c_ctx=SSL_CTX_new(meth);
2266 const SSL_METHOD *meth; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/ec/
H A Dec2_smpl.c496 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
649 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
739 if (!group->meth->field_div(group, s, s, t, ctx)) goto err;
740 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err;
753 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
756 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err;
762 if (!group->meth->field_mul(group, y2, y2, s, ctx)) goto err;
820 field_mul = group->meth->field_mul;
821 field_sqr = group->meth->field_sqr;
951 if (!group->meth
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/rsa/
H A Drsa_eay.c230 if (!rsa->meth->bn_mod_exp(ret,f,rsa->e,rsa->n,ctx,
429 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) goto err;
449 if (!rsa->meth->bn_mod_exp(ret,f,d,rsa->n,ctx,
563 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) goto err;
581 if (!rsa->meth->bn_mod_exp(ret,f,d,rsa->n,ctx,
694 if (!rsa->meth->bn_mod_exp(ret,f,rsa->e,rsa->n,ctx,
803 if (!rsa->meth->bn_mod_exp(m1,r1,dmq1,rsa->q,ctx,
826 if (!rsa->meth->bn_mod_exp(r0,r1,dmp1,rsa->p,ctx,
861 if (!rsa->meth->bn_mod_exp(vrfy,r0,rsa->e,rsa->n,ctx,rsa->_method_mod_n)) goto err;
886 if (!rsa->meth
[all...]
/macosx-10.10.1/OpenSSL098-52/src/fips/rsa/
H A Dfips_rsa_eay.c251 if (!rsa->meth->bn_mod_exp(ret,f,rsa->e,rsa->n,ctx,
450 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) goto err;
468 if (!rsa->meth->bn_mod_exp(ret,f,d,rsa->n,ctx,
584 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) goto err;
600 if (!rsa->meth->bn_mod_exp(ret,f,d,rsa->n,ctx,
723 if (!rsa->meth->bn_mod_exp(ret,f,rsa->e,rsa->n,ctx,
823 if (!rsa->meth->bn_mod_exp(m1,r1,dmq1,rsa->q,ctx,
846 if (!rsa->meth->bn_mod_exp(r0,r1,dmp1,rsa->p,ctx,
881 if (!rsa->meth->bn_mod_exp(vrfy,r0,rsa->e,rsa->n,ctx,rsa->_method_mod_n)) goto err;
906 if (!rsa->meth
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_class_module.rb908 meth = cm1.add_method RDoc::AnyMethod.new(nil, 'm1')
909 meth.record_location tl1
910 meth = cm1.add_method RDoc::AnyMethod.new(nil, 'm3')
911 meth.record_location tl1
917 meth = cm2.add_method RDoc::AnyMethod.new(nil, 'm2')
918 meth.record_location tl2
919 meth = cm2.add_method RDoc::AnyMethod.new(nil, 'm3')
920 meth.record_location tl1
921 meth = cm2.add_method RDoc::AnyMethod.new(nil, 'm4')
922 meth
[all...]

Completed in 310 milliseconds

1234567891011