Home
last modified time | relevance | path

Searched defs:method (Results 176 - 200 of 604) sorted by relevance

12345678910>>...25

/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
H A Dtest_get_chunked.c90 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) ahc_echo() argument
H A Dtest_long_header.c70 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
/third_party/skia/src/sksl/dsl/
H A DDSLVar.cpp190 auto method = this->methodCall("eval", pos); in eval() local
/third_party/openssl/test/
H A Dexptest.c31 static int a_is_zero_mod_one(const char *method, const BIGNUM *r, in a_is_zero_mod_one() argument
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinflate.c37 uInt method; /* if FLAGS, method byte */ member
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dmztools.c56 unsigned int method = READ_16(header + 8); local
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc403 WriteMethodDocComment(io::Printer* printer, const MethodDescriptor* method) WriteMethodDocComment() argument
H A Djava_service.cc140 const MethodDescriptor* method = descriptor_->method(i); in GenerateNewReflectiveServiceMethod() local
179 const MethodDescriptor* method = descriptor_->method(i); in GenerateAbstractMethods() local
186 GetOutput( const MethodDescriptor* method) GetOutput() argument
210 const MethodDescriptor* method = descriptor_->method(i); GenerateCallMethod() local
257 const MethodDescriptor* method = descriptor_->method(i); GenerateCallBlockingMethod() local
302 const MethodDescriptor* method = descriptor_->method(i); GenerateGetPrototype() local
352 const MethodDescriptor* method = descriptor_->method(i); GenerateStub() local
394 const MethodDescriptor* method = descriptor_->method(i); GenerateBlockingStub() local
417 const MethodDescriptor* method = descriptor_->method(i); GenerateBlockingStub() local
442 GenerateMethodSignature( io::Printer* printer, const MethodDescriptor* method, IsAbstract is_abstract) GenerateMethodSignature() argument
457 GenerateBlockingMethodSignature( io::Printer* printer, const MethodDescriptor* method) GenerateBlockingMethodSignature() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_update_tracker.h88 void LossyAdd(MethodIdentifier method, int64_t n = 1) { in LossyAdd() argument
97 MethodIdentifier method = static_cast<MethodIdentifier>(i); in LossyAdd() local
H A Dcordz_info.h255 MaybeTrackCord( InlineData& cord, MethodIdentifier method) MaybeTrackCord() argument
262 MaybeTrackCord( InlineData& cord, const InlineData& src, MethodIdentifier method) MaybeTrackCord() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_methods.c30 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method() argument
233 eap_peer_method_unload(struct eap_method *method) eap_peer_method_unload() argument
281 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) eap_peer_method_alloc() argument
300 eap_peer_method_free(struct eap_method *method) eap_peer_method_free() argument
316 eap_peer_method_register(struct eap_method *method) eap_peer_method_register() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_methods.c30 eap_peer_get_eap_method(int vendor, enum eap_type method) eap_peer_get_eap_method() argument
234 eap_peer_method_unload(struct eap_method *method) eap_peer_method_unload() argument
282 eap_peer_method_alloc(int version, int vendor, enum eap_type method, const char *name) eap_peer_method_alloc() argument
302 eap_peer_method_free(struct eap_method *method) eap_peer_method_free() argument
318 eap_peer_method_register(struct eap_method *method) eap_peer_method_register() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddstdec.c160 int method = get_bits(gb, 2), lsb_size; in read_table() local
/third_party/ffmpeg/libavfilter/
H A Dvf_mestimate.c36 int method; ///< motion estimation method member
[all...]
/third_party/astc-encoder/Utils/
H A Dastc_quant_generator.cpp54 static inline unsigned int get_quant_level(quant_method method) in get_quant_level() argument
/third_party/curl/lib/
H A Dhttp.h266 char method[24]; member
/third_party/cups-filters/backend/
H A Dserial.c76 char method[255], /* Method in URI */ in main() local
H A Dparallel.c55 char method[255], /* Method in URI */ in main() local
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecatedAPIChecker.java318 private static APIInfo findMethodInfo(Set<APIInfo> apis, String cls, String method, List<String> params) { in findMethodInfo() argument
417 private static List<String> getParamNames(Method method) { in getParamNames() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-client.h131 const char *method; member
/third_party/libdrm/nouveau/nvif/
H A Dioctl.h127 __u8 method; member
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-iterator-object.c175 ecma_op_get_iterator(ecma_value_t value, ecma_value_t method) ecma_op_get_iterator() argument
[all...]
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-x509.c249 const X509V3_EXT_METHOD* method = X509V3_EXT_get(ext); in lws_tls_openssl_cert_info() local
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-client.c382 SSL_METHOD *method = (SSL_METHOD *)TLS_client_method(); in lws_tls_client_create_vhost_context() local
H A Dmbedtls-server.c188 const SSL_METHOD *method = TLS_server_method(); in lws_tls_server_vhost_backend_init() local

Completed in 21 milliseconds

12345678910>>...25