| /third_party/ffmpeg/libavcodec/ |
| H A D | mobiclip.c | 1105 int method, src_linesize, dst_linesize; in predict_motion() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_fftdnoiz.c | 60 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 D | swresample_internal.h | 56 int method; member
|
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-secure-streams-policy.h | 275 const char *method; member
|
| /third_party/libcoap/src/ |
| H A D | coap_resource.c | 674 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 D | ssl_lib.c | 188 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 D | si_compute_blit.c | 414 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 D | crypto_context.cc | 435 const SSL_METHOD* method = TLS_method(); in Init() local [all...] |
| /third_party/node/deps/zlib/ |
| H A D | deflate.c | 391 int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, in deflateInit2_() argument
|
| H A D | deflate.h | 114 Byte method; /* can only be DEFLATED */ member
|
| /third_party/node/src/ |
| H A D | inspector_agent.cc | 256 std::string method; in dispatchProtocolMessage() local
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_https_upstream.cc | 366 auto method = req.method; in htp_hdrs_completecb() local [all...] |
| /third_party/node/deps/llhttp/include/ |
| H A D | llhttp.h | 32 uint8_t method; member
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tzregts.cpp | 743 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 D | test-pointer.c | 2095 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 D | test-touchpad.c | 857 enum libinput_config_scroll_method method, expected; in START_TEST() local
|
| /third_party/libwebsockets/plugins/acme-client/ |
| H A D | protocol_lws_acme_client.c | 580 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 D | v3_utl.c | 166 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 D | x509_lu.c | 18 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 D | bio_lib.c | 81 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 D | statem_lib.c | 1529 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 D | test_call.py | 384 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 D | resampler.c | 147 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 D | protocol-dbus.c | 319 const char *method; /* Method name (extracted from the message). */ global() member [all...] |
| /third_party/openssl/crypto/bio/ |
| H A D | bio_lib.c | 81 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...] |