Home
last modified time | relevance | path

Searched defs:method (Results 926 - 950 of 1255) sorted by relevance

1...<<31323334353637383940>>...51

/third_party/ffmpeg/libavcodec/
H A Dmobiclip.c1105 int method, src_linesize, dst_linesize; in predict_motion() local
/third_party/ffmpeg/libavfilter/
H A Dvf_fftdnoiz.c60 int method; member
389 const int method = s->method; in filter_block3d2() local
451 const int method = s->method; filter_block3d1() local
503 const int method = s->method; filter_block2d() local
[all...]
/third_party/ffmpeg/libswresample/
H A Dswresample_internal.h56 int method; member
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams-policy.h275 const char *method; member
/third_party/libcoap/src/
H A Dcoap_resource.c674 coap_register_handler(coap_resource_t *resource, coap_request_t method, coap_method_handler_t handler) global() argument
681 coap_register_request_handler(coap_resource_t *resource, coap_request_t method, coap_method_handler_t handler) global() argument
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c188 SSL_CTX* SSL_CTX_new(const SSL_METHOD *method, void *rngctx) in SSL_CTX_new() argument
563 SSL_set_ssl_method(SSL *ssl, const SSL_METHOD *method) SSL_set_ssl_method() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c414 si_clear_buffer(struct si_context *sctx, struct pipe_resource *dst, uint64_t offset, uint64_t size, uint32_t *clear_value, uint32_t clear_value_size, unsigned flags, enum si_coherency coher, enum si_clear_method method) si_clear_buffer() argument
/third_party/node/src/crypto/
H A Dcrypto_context.cc435 const SSL_METHOD* method = TLS_method(); in Init() local
[all...]
/third_party/node/deps/zlib/
H A Ddeflate.c391 int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, in deflateInit2_() argument
H A Ddeflate.h114 Byte method; /* can only be DEFLATED */ member
/third_party/node/src/
H A Dinspector_agent.cc256 std::string method; in dispatchProtocolMessage() local
/third_party/nghttp2/src/
H A Dshrpx_https_upstream.cc366 auto method = req.method; in htp_hdrs_completecb() local
[all...]
/third_party/node/deps/llhttp/include/
H A Dllhttp.h32 uint8_t method; member
/third_party/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp743 UnicodeString method; in Test4154525() local
773 logln(UnicodeString("Pass: DST savings of ") + savings + " accepted by " + method); in Test4154525() local
776 errln(UnicodeString("Fail: DST savings of ") + savings + " accepted by " + method); in Test4154525() local
/third_party/libinput/test/
H A Dtest-pointer.c2095 enum libinput_config_scroll_method method, expected; in START_TEST() local
2125 enum libinput_config_scroll_method method; in START_TEST() local
[all...]
H A Dtest-touchpad.c857 enum libinput_config_scroll_method method, expected; in START_TEST() local
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c580 lws_acme_client_connect(struct lws_context *context, struct lws_vhost *vh, struct lws **pwsi, struct lws_client_connect_info *i, char *url, const char *method) lws_acme_client_connect() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_utl.c166 char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *method, const ASN1_ENUMERATED *a) in i2s_ASN1_ENUMERATED() argument
180 char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *method, const ASN1_INTEGER *a) in i2s_ASN1_INTEGER() argument
194 ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *method, const char *value) in s2i_ASN1_INTEGER() argument
H A Dx509_lu.c18 X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method) in X509_LOOKUP_new() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_lib.c81 BIO *BIO_new_ex(OSSL_LIB_CTX *libctx, const BIO_METHOD *method) in BIO_new_ex() argument
121 BIO *BIO_new(const BIO_METHOD *method) in BIO_new() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c1529 ssl_method_error(const SSL *s, const SSL_METHOD *method) ssl_method_error() argument
1903 const SSL_METHOD *method; ssl_choose_server_version() local
2066 const SSL_METHOD *method; ssl_get_min_max_version() local
[all...]
/third_party/python/Lib/test/
H A Dtest_call.py384 def method(self, arg1, arg2): member in PythonClass
450 (_testcapi.MethClass, _testcapi.MethClass), # class method on class class in FastCallTests
451 (_testcapi.MethClass(), _testcapi.MethClass), # class method on inst. class in FastCallTests
/third_party/pulseaudio/src/pulsecore/
H A Dresampler.c147 pa_resample_method_t method; in choose_auto_resampler() local
158 fix_method( pa_resample_flags_t flags, pa_resample_method_t method, const uint32_t rate_a, const uint32_t rate_b) fix_method() argument
277 choose_work_format( pa_resample_method_t method, pa_sample_format_t a, pa_sample_format_t b, bool map_required) choose_work_format() argument
344 pa_resampler_new( pa_mempool *pool, const pa_sample_spec *a, const pa_channel_map *am, const pa_sample_spec *b, const pa_channel_map *bm, unsigned crossover_freq, pa_resample_method_t method, pa_resample_flags_t flags) pa_resampler_new() argument
[all...]
H A Dprotocol-dbus.c319 const char *method; /* Method name (extracted from the message). */ global() member
[all...]
/third_party/openssl/crypto/bio/
H A Dbio_lib.c81 BIO *BIO_new_ex(OSSL_LIB_CTX *libctx, const BIO_METHOD *method) in BIO_new_ex() argument
121 BIO *BIO_new(const BIO_METHOD *method) in BIO_new() argument
[all...]

Completed in 52 milliseconds

1...<<31323334353637383940>>...51