Home
last modified time | relevance | path

Searched refs:methods (Results 1 - 25 of 305) sorted by relevance

12345678910>>...13

/third_party/libexif/libexif/
H A 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 in exif_mnote_data_set_offset()
[all...]
/third_party/skia/modules/androidkit/src/
H A 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
[all...]
H A 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
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_se.c58 const psa_drv_se_t *methods; member
90 return driver->methods; in psa_get_se_driver_methods()
105 *p_methods = (driver ? driver->methods : NULL); in psa_get_se_driver()
208 if (driver->methods->key_management == NULL) { in psa_find_se_slot_for_key()
218 driver->methods->key_management->p_validate_slot_number; in psa_find_se_slot_for_key()
234 driver->methods->key_management->p_allocate; in psa_find_se_slot_for_key()
259 if (driver->methods->key_management == NULL || in psa_destroy_se_key()
260 driver->methods->key_management->p_destroy == NULL) { in psa_destroy_se_key()
263 status = driver->methods->key_management->p_destroy( in psa_destroy_se_key()
279 const psa_drv_se_t *methods in psa_init_all_se_drivers() local
303 psa_register_se_driver( psa_key_location_t location, const psa_drv_se_t *methods) psa_register_se_driver() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dupdate_vk_wrappers.py28 methods = []
36 methods.append(match.group(1))
37 return methods
41 methods = {}
61 methods[name] = {
67 return methods
70 def gen_wrappers(methods, xml):
72 for method in methods:
138 def gen_headers(methods, xml):
140 for method in methods
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c405 * wpas_dbus_getter_config_methods - Get current WPS configuration methods
427 * wpas_dbus_setter_config_methods - Set WPS configuration methods
433 * Setter for "ConfigMethods" property. Sets the methods string, apply such
441 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; wpas_dbus_setter_wps_manufacturer() local
607 char *methods, *model_name; wpas_dbus_setter_wps_device_model_name() local
662 char *methods, *model_number; wpas_dbus_setter_wps_device_model_number() local
719 char *methods, *serial_number; wpas_dbus_setter_wps_device_serial_number() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c405 * wpas_dbus_getter_config_methods - Get current WPS configuration methods
427 * wpas_dbus_setter_config_methods - Set WPS configuration methods
433 * Setter for "ConfigMethods" property. Sets the methods string, apply such
441 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; wpas_dbus_setter_wps_manufacturer() local
607 char *methods, *model_name; wpas_dbus_setter_wps_device_model_name() local
662 char *methods, *model_number; wpas_dbus_setter_wps_device_model_number() local
719 char *methods, *serial_number; wpas_dbus_setter_wps_device_serial_number() local
[all...]
/third_party/FreeBSD/sys/sys/
H A Dkobj.h59 kobj_method_t *methods; /* method table */ \
117 #define DEFINE_CLASS(name, methods, size) \
118 DEFINE_CLASS_0(name, name ## _class, methods, size)
125 #define DEFINE_CLASS_0(name, classvar, methods, size) \
128 #name, methods, size, NULL \
137 #define DEFINE_CLASS_1(name, classvar, methods, size, \
143 #name, methods, size, name ## _baseclasses \
152 #define DEFINE_CLASS_2(name, classvar, methods, size, \
159 #name, methods, size, name ## _baseclasses \
168 #define DEFINE_CLASS_3(name, classvar, methods, siz
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A 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()
90 } else if (os_strcmp(col[i], "methods") == 0 && argv[i]) { in get_user_cb()
106 int i, id = -1, methods in get_wildcard_cb() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A 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()
90 } else if (os_strcmp(col[i], "methods") == 0 && argv[i]) { in get_user_cb()
106 int i, id = -1, methods in get_wildcard_cb() local
[all...]
/third_party/python/Lib/test/
H A Dtest_crypt.py40 for method in crypt.methods:
47 for method in crypt.methods:
56 self.assertTrue(len(crypt.methods) >= 1)
58 self.assertEqual(crypt.methods, [crypt.METHOD_BLOWFISH])
60 self.assertEqual(crypt.methods[-1], crypt.METHOD_CRYPT)
65 crypt.METHOD_SHA256 in crypt.methods or crypt.METHOD_SHA512 in crypt.methods
82 crypt and crypt.METHOD_BLOWFISH in crypt.methods, 'requires support of Blowfish'
/third_party/node/deps/npm/node_modules/retry/lib/
H A Dretry.js60 exports.wrap = function(obj, options, methods) {
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];
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-method-register.c71 jerryx_property_entry methods[] = in test_simple_registration() local
83 jerryx_register_result register_result = jerryx_set_properties (target_object, methods); in test_simple_registration()
88 jerryx_release_property_entry (methods, register_result); in test_simple_registration()
203 jerryx_property_entry methods[] = in test_error_single_function() local
209 jerryx_register_result register_result = jerryx_set_properties (target_object, methods); in test_error_single_function()
213 jerryx_release_property_entry (methods, register_result); in test_error_single_function()
235 jerryx_property_entry methods[] = in test_error_multiple_functions() local
243 jerryx_register_result register_result = jerryx_set_properties (target_object, methods); in test_error_multiple_functions()
248 jerryx_release_property_entry (methods, register_result); in test_error_multiple_functions()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdsample.c77 (*upsample->methods[ci]) (cinfo, compptr, in sep_upsample()
440 /* Verify we can handle the sampling factors, select per-component methods, in jinit_upsampler()
458 upsample->methods[ci] = noop_upsample; in jinit_upsampler()
462 upsample->methods[ci] = fullsize_upsample; in jinit_upsampler()
468 upsample->methods[ci] = jsimd_h2v1_fancy_upsample; in jinit_upsampler()
470 upsample->methods[ci] = h2v1_fancy_upsample; in jinit_upsampler()
473 upsample->methods[ci] = jsimd_h2v1_upsample; in jinit_upsampler()
475 upsample->methods[ci] = h2v1_upsample; in jinit_upsampler()
483 upsample->methods[ci] = jsimd_h1v2_fancy_upsample; in jinit_upsampler()
486 upsample->methods[c in jinit_upsampler()
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dset-iterators.js15 var methods = ['entries', 'keys', 'values', Symbol.iterator]; variable
17 methods.forEach(function (method) {
26 methods.forEach(function (method) {
37 methods.forEach(function(method) {
41 methods.forEach(function (method) {
50 methods.forEach(function (method) {
H A Dmap-iterators.js15 var methods = ['entries', 'keys', 'values', Symbol.iterator]; variable
17 methods.forEach(function (method) {
26 methods.forEach(function (method) {
45 methods.forEach(function(method) {
49 methods.forEach(function (method) {
58 methods.forEach(function (method) {
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DServiceDescriptor.cs46 private readonly IList<MethodDescriptor> methods; field in Google.Protobuf.Reflection.ServiceDescriptor
52 methods = DescriptorUtil.ConvertAndMakeReadOnly(proto.Method, in ServiceDescriptor()
68 return (IReadOnlyList<DescriptorBase>) methods; in GetNestedDescriptorListForField()
77 /// An unmodifiable list of methods in this service.
81 get { return methods; }
129 foreach (MethodDescriptor method in methods) in CrossLink()
/third_party/libexif/libexif/apple/
H A Dexif-mnote-data-apple.c289 md->methods.free = exif_mnote_data_apple_free; in exif_mnote_data_apple_new()
290 md->methods.load = exif_mnote_data_apple_load; in exif_mnote_data_apple_new()
291 md->methods.set_offset = exif_mnote_data_apple_set_offset; in exif_mnote_data_apple_new()
292 md->methods.set_byte_order = exif_mnote_data_apple_set_byte_order; in exif_mnote_data_apple_new()
293 md->methods.count = exif_mnote_data_apple_count; in exif_mnote_data_apple_new()
294 md->methods.get_id = exif_mnote_data_apple_get_id; in exif_mnote_data_apple_new()
295 md->methods.get_name = exif_mnote_data_apple_get_name; in exif_mnote_data_apple_new()
296 md->methods.get_title = exif_mnote_data_apple_get_title; in exif_mnote_data_apple_new()
297 md->methods.get_description = exif_mnote_data_apple_get_description; in exif_mnote_data_apple_new()
298 md->methods in exif_mnote_data_apple_new()
[all...]
/third_party/node/test/parallel/
H A Dtest-http2-methods.js11 const methods = ['GET', 'POST', 'PATCH', 'FOO', 'A_B_C'];
12 let expected = methods.length;
20 assert(methods.includes(method), `method ${method} not included`);
36 methods.forEach((method) => {
H A Dtest-http-parser.js26 const { methods, HTTPParser } = require('_http_common');
82 assert.strictEqual(method, methods.indexOf('GET'));
190 assert.strictEqual(method, methods.indexOf('POST'));
225 assert.strictEqual(method, methods.indexOf('GET'));
254 assert.strictEqual(method, methods.indexOf('GET'));
288 assert.strictEqual(method, methods.indexOf('POST'));
326 assert.strictEqual(method, methods.indexOf('POST'));
364 assert.strictEqual(method, methods.indexOf('POST'));
423 assert.strictEqual(method, methods.indexOf('POST'));
478 assert.strictEqual(method, methods
[all...]
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dusb_controller.c75 .methods = usb_methods,
460 if (bus->methods->set_hw_power != NULL) in usb_bus_suspend()
461 (bus->methods->set_hw_power) (bus); in usb_bus_suspend()
463 if (bus->methods->set_hw_power_sleep != NULL) in usb_bus_suspend()
464 (bus->methods->set_hw_power_sleep) (bus, USB_HW_POWER_SUSPEND); in usb_bus_suspend()
509 if (bus->methods->set_hw_power_sleep != NULL) in usb_bus_resume()
510 (bus->methods->set_hw_power_sleep) (bus, USB_HW_POWER_RESUME); in usb_bus_resume()
512 if (bus->methods->set_hw_power != NULL) in usb_bus_resume()
513 (bus->methods->set_hw_power) (bus); in usb_bus_resume()
590 if (bus->methods in usb_bus_shutdown()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DthisTypeInObjectLiterals2.js2 // In methods of an object literal with no contextual type, 'this' has the type
27 // In methods of an object literal with a contextual type, 'this' has the
113 // In methods of an object literal with a contextual type that includes some
118 methods?: M & ThisType<D & M>; // Type of 'this' in methods is D & M
125 methods: {
133 // In methods contained in an object literal with a contextual type that includes
138 methods?: M;
145 methods: {
211 methods
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_common.c530 u16 methods = 0; in wps_config_methods_str2bin() local
533 /* Default to enabling methods based on build configuration */ in wps_config_methods_str2bin()
534 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()
535 methods |= WPS_CONFIG_VIRT_DISPLAY; in wps_config_methods_str2bin()
537 methods |= WPS_CONFIG_NFC_INTERFACE; in wps_config_methods_str2bin()
540 methods |= WPS_CONFIG_P2PS; in wps_config_methods_str2bin()
544 methods |= WPS_CONFIG_ETHERNET; in wps_config_methods_str2bin()
546 methods |= WPS_CONFIG_LABEL; in wps_config_methods_str2bin()
548 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
550 methods | in wps_config_methods_str2bin()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_common.c530 u16 methods = 0; in wps_config_methods_str2bin() local
533 /* Default to enabling methods based on build configuration */ in wps_config_methods_str2bin()
534 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()
535 methods |= WPS_CONFIG_VIRT_DISPLAY; in wps_config_methods_str2bin()
537 methods |= WPS_CONFIG_NFC_INTERFACE; in wps_config_methods_str2bin()
540 methods |= WPS_CONFIG_P2PS; in wps_config_methods_str2bin()
544 methods |= WPS_CONFIG_ETHERNET; in wps_config_methods_str2bin()
546 methods |= WPS_CONFIG_LABEL; in wps_config_methods_str2bin()
548 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
550 methods | in wps_config_methods_str2bin()
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py83 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
85 self.assertTrue(srvc.GetRequestClass(service_descriptor.methods[1]) is
87 self.assertTrue(srvc.GetResponseClass(service_descriptor.methods[1]) is
106 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
140 self.assertEqual(stub.GetDescriptor().methods[0], channel.method)

Completed in 13 milliseconds

12345678910>>...13