Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 2128) sorted by relevance

12345678910>>...86

/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dlocal_interop_test.py24 from tests_aio.interop import methods
40 await methods.test_interoperability(methods.TestCase.EMPTY_UNARY,
44 await methods.test_interoperability(methods.TestCase.LARGE_UNARY,
48 await methods.test_interoperability(methods.TestCase.SERVER_STREAMING,
52 await methods.test_interoperability(methods.TestCase.CLIENT_STREAMING,
56 await methods.test_interoperability(methods.TestCase.PING_PONG,
60 await methods.test_interoperability(methods.TestCase.CANCEL_AFTER_BEGIN,
64 await methods.test_interoperability(
65 methods.TestCase.CANCEL_AFTER_FIRST_RESPONSE, self._stub, None)
68 await methods.test_interoperability(
[all …]
/third_party/grpc/test/cpp/end2end/
Dclient_interceptors_end2end_test.cc67 virtual void Intercept(experimental::InterceptorBatchMethods* methods) { in Intercept() argument
69 if (methods->QueryInterceptionHookPoint( in Intercept()
71 auto* map = methods->GetSendInitialMetadata(); in Intercept()
79 if (methods->QueryInterceptionHookPoint( in Intercept()
82 auto* buffer = methods->GetSerializedSendMessage(); in Intercept()
89 if (methods->QueryInterceptionHookPoint( in Intercept()
93 if (methods->QueryInterceptionHookPoint( in Intercept()
95 auto* map = methods->GetRecvInitialMetadata(); in Intercept()
99 if (methods->QueryInterceptionHookPoint( in Intercept()
102 static_cast<EchoResponse*>(methods->GetRecvMessage()); in Intercept()
[all …]
/third_party/libexif/libexif/
Dexif-mnote-data.c61 if (d->methods.free) d->methods.free (d); in exif_mnote_data_free()
83 if (!d || !d->methods.load) return; in exif_mnote_data_load()
84 d->methods.load (d, buf, buf_size); in exif_mnote_data_load()
91 if (!d || !d->methods.save) return; in exif_mnote_data_save()
92 d->methods.save (d, buf, buf_size); in exif_mnote_data_save()
98 if (!d || !d->methods.set_byte_order) return; in exif_mnote_data_set_byte_order()
99 d->methods.set_byte_order (d, o); in exif_mnote_data_set_byte_order()
105 if (!d || !d->methods.set_offset) return; in exif_mnote_data_set_offset()
106 d->methods.set_offset (d, o); in exif_mnote_data_set_offset()
112 if (!d || !d->methods.count) return 0; in exif_mnote_data_count()
[all …]
/third_party/skia/modules/androidkit/src/
DColorFilters.cpp45 static const JNINativeMethod methods[] = { in register_androidkit_ColorFilter() local
51 ? env->RegisterNatives(clazz, methods, SK_ARRAY_COUNT(methods)) in register_androidkit_ColorFilter()
56 static const JNINativeMethod methods[] = { in register_androidkit_MatrixColorFilter() local
62 ? env->RegisterNatives(clazz, methods, SK_ARRAY_COUNT(methods)) in register_androidkit_MatrixColorFilter()
67 static const JNINativeMethod methods[] = { in register_androidkit_HSLAMatrixColorFilter() local
73 ? env->RegisterNatives(clazz, methods, SK_ARRAY_COUNT(methods)) in register_androidkit_HSLAMatrixColorFilter()
78 static const JNINativeMethod methods[] = { in register_androidkit_ComposeColorFilter() local
84 ? env->RegisterNatives(clazz, methods, SK_ARRAY_COUNT(methods)) in register_androidkit_ComposeColorFilter()
DGradients.cpp128 static const JNINativeMethod methods[] = { in register_androidkit_LinearGradient() local
134 ? env->RegisterNatives(clazz, methods, SK_ARRAY_COUNT(methods)) in register_androidkit_LinearGradient()
139 static const JNINativeMethod methods[] = { in register_androidkit_RadialGradient() local
145 ? env->RegisterNatives(clazz, methods, SK_ARRAY_COUNT(methods)) in register_androidkit_RadialGradient()
150 static const JNINativeMethod methods[] = { in register_androidkit_TwoPointConicalGradient() local
156 ? env->RegisterNatives(clazz, methods, SK_ARRAY_COUNT(methods)) in register_androidkit_TwoPointConicalGradient()
161 static const JNINativeMethod methods[] = { in register_androidkit_SweepGradient() local
167 ? env->RegisterNatives(clazz, methods, SK_ARRAY_COUNT(methods)) in register_androidkit_SweepGradient()
/third_party/grpc/examples/cpp/keyvaluestore/
Dcaching_interceptor.h38 ::grpc::experimental::InterceptorBatchMethods* methods) override { in Intercept() argument
40 if (methods->QueryInterceptionHookPoint( in Intercept()
47 methods->GetInterceptedChannel()); in Intercept()
50 if (methods->QueryInterceptionHookPoint( in Intercept()
56 static_cast<const keyvaluestore::Request*>(methods->GetSendMessage()); in Intercept()
63 auto* buffer = methods->GetSerializedSendMessage(); in Intercept()
90 if (methods->QueryInterceptionHookPoint( in Intercept()
94 if (methods->QueryInterceptionHookPoint( in Intercept()
97 static_cast<keyvaluestore::Response*>(methods->GetRecvMessage()); in Intercept()
100 if (methods->QueryInterceptionHookPoint( in Intercept()
[all …]
/third_party/grpc/src/python/grpcio_tests/tests/interop/
D_intraop_test_case.py16 from tests.interop import methods
27 methods.TestCase.EMPTY_UNARY.test_interoperability(self.stub, None)
30 methods.TestCase.LARGE_UNARY.test_interoperability(self.stub, None)
33 methods.TestCase.SERVER_STREAMING.test_interoperability(self.stub, None)
36 methods.TestCase.CLIENT_STREAMING.test_interoperability(self.stub, None)
39 methods.TestCase.PING_PONG.test_interoperability(self.stub, None)
42 methods.TestCase.CANCEL_AFTER_BEGIN.test_interoperability(
46 methods.TestCase.CANCEL_AFTER_FIRST_RESPONSE.test_interoperability(
50 methods.TestCase.TIMEOUT_ON_SLEEPING_SERVER.test_interoperability(
/third_party/mbedtls/library/
Dpsa_crypto_se.c65 const psa_drv_se_t *methods; member
97 return( driver->methods ); in psa_get_se_driver_methods()
112 *p_methods = ( driver ? driver->methods : NULL ); in psa_get_se_driver()
209 if( driver->methods->key_management == NULL ) in psa_find_se_slot_for_key()
219 driver->methods->key_management->p_validate_slot_number; in psa_find_se_slot_for_key()
238 driver->methods->key_management->p_allocate; in psa_find_se_slot_for_key()
262 if( driver->methods->key_management == NULL || in psa_destroy_se_key()
263 driver->methods->key_management->p_destroy == NULL ) in psa_destroy_se_key()
265 status = driver->methods->key_management->p_destroy( in psa_destroy_se_key()
281 const psa_drv_se_t *methods = psa_get_se_driver_methods( driver ); in psa_init_all_se_drivers() local
[all …]
/third_party/grpc/src/python/grpcio_tests/tests/fork/
D_fork_interop_test.py23 from tests.fork import methods
96 self._verifyTestCase(methods.TestCase.CONNECTIVITY_WATCH)
99 self._verifyTestCase(methods.TestCase.CLOSE_CHANNEL_BEFORE_FORK)
102 self._verifyTestCase(methods.TestCase.ASYNC_UNARY_SAME_CHANNEL)
105 self._verifyTestCase(methods.TestCase.ASYNC_UNARY_NEW_CHANNEL)
108 self._verifyTestCase(methods.TestCase.BLOCKING_UNARY_SAME_CHANNEL)
111 self._verifyTestCase(methods.TestCase.BLOCKING_UNARY_NEW_CHANNEL)
114 self._verifyTestCase(methods.TestCase.IN_PROGRESS_BIDI_CONTINUE_CALL)
118 methods.TestCase.IN_PROGRESS_BIDI_SAME_CHANNEL_ASYNC_CALL)
122 methods.TestCase.IN_PROGRESS_BIDI_SAME_CHANNEL_BLOCKING_CALL)
[all …]
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
Dbeta_python_plugin_test.py372 self._service_pb2) as (methods, stub):
375 expected_response = methods.UnaryCall(request, 'not a real context!')
382 self._service_pb2) as (methods, stub):
385 with methods.pause():
389 expected_response = methods.UnaryCall(request, 'not a real RpcContext!')
396 self._service_pb2) as (methods, stub):
398 with methods.pause():
408 self._service_pb2) as (methods, stub):
410 with methods.pause():
419 self._service_pb2) as (methods, stub):
[all …]
/third_party/jsframework/runtime/main/page/
Dregister.ts80 let methods: object = clss[cls];
81 if (!methods) {
82 methods = {};
83 clss[cls] = methods;
91 if (!methods[method.name]) {
92 methods[method.name] = method;
119 const methods: object = clss[cls]; constant
120 bind(app, target, methods, name, true);
132 const methods: object = clss[clsName]; constant
133 bind(app, target[clsName], methods, name + '.' + clsName, true);
[all …]
/third_party/FreeBSD/sys/sys/
Dkobj.h61 kobj_method_t *methods; /* method table */ \
119 #define DEFINE_CLASS(name, methods, size) \ argument
120 DEFINE_CLASS_0(name, name ## _class, methods, size)
127 #define DEFINE_CLASS_0(name, classvar, methods, size) \ argument
130 #name, methods, size, NULL \
139 #define DEFINE_CLASS_1(name, classvar, methods, size, \ argument
145 #name, methods, size, name ## _baseclasses \
154 #define DEFINE_CLASS_2(name, classvar, methods, size, \ argument
161 #name, methods, size, name ## _baseclasses \
170 #define DEFINE_CLASS_3(name, classvar, methods, size, \ argument
[all …]
/third_party/node/test/parallel/
Dtest-zlib-truncated.js25 ].forEach(function(methods) { argument
26 zlib[methods.comp](inputString, function(err, compressed) {
32 const decompressed = zlib[methods.decompSync](compressed);
36 zlib[methods.decomp](compressed, function(err, result) {
43 zlib[methods.decompSync](truncated);
47 zlib[methods.decomp](truncated, function(err, result) {
54 const result = toUTF8(zlib[methods.decompSync](truncated, syncFlushOpt));
58 zlib[methods.decomp](truncated, syncFlushOpt, function(err, decompressed) {
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Deap_user_db.c23 static void set_user_methods(struct hostapd_eap_user *user, const char *methods) in set_user_methods() argument
28 buf = os_strdup(methods); in set_user_methods()
32 os_memset(&user->methods, 0, sizeof(user->methods)); in set_user_methods()
39 user->methods[num_methods].method = in set_user_methods()
41 &user->methods[num_methods].vendor); in set_user_methods()
42 if (user->methods[num_methods].vendor == EAP_VENDOR_IETF && in set_user_methods()
43 user->methods[num_methods].method == EAP_TYPE_NONE) { in set_user_methods()
106 int i, id = -1, methods = -1; in get_wildcard_cb() local
113 methods = i; in get_wildcard_cb()
116 if (id < 0 || methods < 0) in get_wildcard_cb()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Deap_user_db.c23 static void set_user_methods(struct hostapd_eap_user *user, const char *methods) in set_user_methods() argument
28 buf = os_strdup(methods); in set_user_methods()
32 os_memset(&user->methods, 0, sizeof(user->methods)); in set_user_methods()
39 user->methods[num_methods].method = in set_user_methods()
41 &user->methods[num_methods].vendor); in set_user_methods()
42 if (user->methods[num_methods].vendor == EAP_VENDOR_IETF && in set_user_methods()
43 user->methods[num_methods].method == EAP_TYPE_NONE) { in set_user_methods()
106 int i, id = -1, methods = -1; in get_wildcard_cb() local
113 methods = i; in get_wildcard_cb()
116 if (id < 0 || methods < 0) in get_wildcard_cb()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_handlers_wps.c441 char *methods, *new_methods; in wpas_dbus_setter_config_methods() local
444 &methods)) in wpas_dbus_setter_config_methods()
447 new_methods = os_strdup(methods); in wpas_dbus_setter_config_methods()
495 char *methods, *devname; in wpas_dbus_setter_wps_device_name() local
498 &methods)) in wpas_dbus_setter_wps_device_name()
501 if (os_strlen(methods) > WPS_DEV_NAME_MAX_LEN) in wpas_dbus_setter_wps_device_name()
504 devname = os_strdup(methods); in wpas_dbus_setter_wps_device_name()
551 char *methods, *manufacturer; in wpas_dbus_setter_wps_manufacturer() local
554 &methods)) in wpas_dbus_setter_wps_manufacturer()
557 if (os_strlen(methods) > WPS_MANUFACTURER_MAX_LEN) in wpas_dbus_setter_wps_manufacturer()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_handlers_wps.c441 char *methods, *new_methods; in wpas_dbus_setter_config_methods() local
444 &methods)) in wpas_dbus_setter_config_methods()
447 new_methods = os_strdup(methods); in wpas_dbus_setter_config_methods()
495 char *methods, *devname; in wpas_dbus_setter_wps_device_name() local
498 &methods)) in wpas_dbus_setter_wps_device_name()
501 if (os_strlen(methods) > WPS_DEV_NAME_MAX_LEN) in wpas_dbus_setter_wps_device_name()
504 devname = os_strdup(methods); in wpas_dbus_setter_wps_device_name()
551 char *methods, *manufacturer; in wpas_dbus_setter_wps_manufacturer() local
554 &methods)) in wpas_dbus_setter_wps_manufacturer()
557 if (os_strlen(methods) > WPS_MANUFACTURER_MAX_LEN) in wpas_dbus_setter_wps_manufacturer()
[all …]
/third_party/gettext/gettext-tools/src/
Dread-catalog-abstract.c52 pop->methods = method_table; in catalog_reader_alloc()
62 if (pop->methods->destructor) in catalog_reader_free()
63 pop->methods->destructor (pop); in catalog_reader_free()
75 if (pop->methods->parse_brief) in call_parse_brief()
76 pop->methods->parse_brief (pop); in call_parse_brief()
82 if (pop->methods->parse_debrief) in call_parse_debrief()
83 pop->methods->parse_debrief (pop); in call_parse_debrief()
89 if (pop->methods->directive_domain) in call_directive_domain()
90 pop->methods->directive_domain (pop, name); in call_directive_domain()
106 if (pop->methods->directive_message) in call_directive_message()
[all …]
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsExportDoubleAssignmentInClosure.types7 …te(base) : defineProperties(Object(o), descriptors); } : { (o: any): any; methods: () => void; }
8 >module.exports : { (o: any): any; methods: () => void; }
9 >module : { exports: { (o: any): any; methods: () => void; }; }
10 >exports : { (o: any): any; methods: () => void; }
39 exports.methods = m;
40 >exports.methods = m : () => void
41 >exports.methods : any
43 >methods : any
/third_party/openssl/doc/man3/
DSSL_CTX_new.pod84 The methods exist in a generic type (for client and server use), a server only
92 These are the general-purpose I<version-flexible> SSL/TLS methods.
96 Applications should use these methods, and avoid the version-specific
97 methods described below, which are deprecated.
110 A TLS/SSL connection established with these methods will only understand the
111 TLSv1.2 protocol. These methods are deprecated.
115 A TLS/SSL connection established with these methods will only understand the
116 TLSv1.1 protocol. These methods are deprecated.
120 A TLS/SSL connection established with these methods will only understand the
121 TLSv1 protocol. These methods are deprecated.
[all …]
DSSL_COMP_add_compression_method.pod7 - handle SSL/TLS integrated compression methods
27 the identifier B<id> to the list of available compression methods. This
32 compression methods or NULL on error.
39 maintain the internal table of compression methods.
43 The TLS standard (or SSLv3) allows the integration of compression methods
45 methods or their corresponding identifiers, so there is currently no compatible
48 non-public use may agree on certain compression methods. Using different
49 compression methods with the same identifier will lead to connection failure.
52 will unconditionally send the list of all compression methods enabled with
58 its own compression methods and will unconditionally activate compression
[all …]
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/lib/
Dretry.js59 exports.wrap = function(obj, options, methods) { argument
61 methods = options;
65 if (!methods) {
66 methods = [];
69 methods.push(key);
74 for (var i = 0; i < methods.length; i++) {
75 var method = methods[i];
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhostapd.eap_user_sqlite3 methods TEXT,
12 methods TEXT
15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1);
16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
18 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS');
19 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhostapd.eap_user_sqlite3 methods TEXT,
12 methods TEXT
15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1);
16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
18 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS');
19 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
/third_party/node/deps/npm/node_modules/retry/lib/
Dretry.js60 exports.wrap = function(obj, options, methods) { argument
62 methods = options;
66 if (!methods) {
67 methods = [];
70 methods.push(key);
75 for (var i = 0; i < methods.length; i++) {
76 var method = methods[i];

12345678910>>...86