/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
H A D | ssl_methods.h | 27 #define IMPLEMENT_TLS_METHOD_FUNC(func_name, \ 35 static const SSL_METHOD_FUNC func_name LOCAL_ATRR = { \ 51 #define IMPLEMENT_TLS_METHOD(ver, mode, fun, func_name) \ 52 const SSL_METHOD* func_name(void) { \ 53 static const SSL_METHOD func_name##_data LOCAL_ATRR = { \ 58 return &func_name##_data; \ 61 #define IMPLEMENT_SSL_METHOD(ver, mode, fun, func_name) \ 62 const SSL_METHOD* func_name(void) { \ 63 static const SSL_METHOD func_name##_data LOCAL_ATRR = { \ 68 return &func_name##_dat [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | vsnprintf.c | 23 void vsnprintf_test(char *str, size_t n, char *fmt, const char *func_name, ...) in vsnprintf_test() argument 27 va_start(ap, func_name); in vsnprintf_test() 31 t_error("%s vsnprintf get result is %d are less 0\n", func_name, result); in vsnprintf_test() 34 t_error("%s vsnprintf get is '%s' are not '%s'\n", func_name, s, str); in vsnprintf_test() 38 void vsnprintf_test2(char *fmt, const char *func_name, ...) in vsnprintf_test2() argument 42 va_start(ap, func_name); in vsnprintf_test2() 46 t_error("%s vsnprintf get result is %d are less 0\n", func_name, result); in vsnprintf_test2() 49 t_error("%s vsnprintf n is 1 but s[0] is not a mull character\n", func_name);; in vsnprintf_test2() 53 void vsnprintf_zeron(char *str, char *fmt, const char *func_name, ...) in vsnprintf_zeron() argument 57 va_start(ap, func_name); in vsnprintf_zeron() 68 vsnprintf_zeron_all(char *str, char *fmt, const char *func_name, ...) vsnprintf_zeron_all() argument [all...] |
H A D | vfprintf.c | 45 void vfprintf_test(char *file_name, char *format, char *func_name, char *want_reuslt, ...) in vfprintf_test() argument 49 t_error("%s fopen failed\n", func_name); in vfprintf_test() 57 t_error("%s vfprintf get result is %d not less 0", func_name, result); in vfprintf_test() 61 t_error("%s vfprintf get is '%s' not '%s'", func_name, buffer, want_reuslt); in vfprintf_test() 66 void vfprintf_n_test(char *file_name, char *format, char *func_name, char *want_reuslt, ...) in vfprintf_n_test() argument 70 t_error("%s fopen failed\n", func_name); in vfprintf_n_test() 78 t_error("%s vfprintf get result is %d not less 0", func_name, result); in vfprintf_n_test() 82 t_error("%s vfprintf get is '%s'", func_name, buffer); in vfprintf_n_test()
|
/third_party/libsnd/tests/ |
H A D | win32_ordinal_test.c | 57 test_ordinal (HMODULE hmod, const char * func_name, int ordinal) in test_ordinal() argument 61 print_test_name ("win32_ordinal_test", func_name) ; in test_ordinal() 70 if ((name = GetProcAddress (hmod, func_name)) == NULL) in test_ordinal() 88 static char func_name [1024] ; in win32_ordinal_test() local 116 { func_name [0] = 0 ; in win32_ordinal_test() 119 if (sscanf (buffer, "%s @%d", func_name, &ordinal) != 2) in win32_ordinal_test() 122 errors += test_ordinal (hmod, func_name, ordinal) ; in win32_ordinal_test()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | gen_load_texture_border_functions_table.py | 72 def get_load_func(func_name, load_function): 73 snippet = "LoadTextureBorderFunctionInfo " + func_name + "()\n" 103 func_name = load_functions_name(internal_format, angle_format) 106 table_data += s + ' return ' + func_name + ';\n' 108 load_functions_data += get_load_func(func_name, load_function)
|
H A D | gen_load_functions_table.py | 110 def get_load_func(func_name, type_functions): 111 snippet = "LoadImageFunctionInfo " + func_name + "(GLenum type)\n" 159 func_name = load_functions_name(internal_format, angle_format) 163 table_data += s + ' return ' + func_name + ';\n' 171 load_functions_data += get_load_func(func_name, type_functions)
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | test_layer.h | 152 TestLayer& add_custom_physical_device_intercept_function(std::string func_name, PFN_vkVoidFunction function) { in add_custom_physical_device_intercept_function() 153 custom_physical_device_interception_functions.push_back({func_name, function}); in add_custom_physical_device_intercept_function() 154 custom_dispatch_functions[func_name] = nullptr; in add_custom_physical_device_intercept_function() 158 TestLayer& add_custom_device_interception_function(std::string func_name, PFN_vkVoidFunction function) { in add_custom_device_interception_function() 159 custom_device_interception_functions.push_back({func_name, function}); in add_custom_device_interception_function() 160 custom_dispatch_functions[func_name] = nullptr; in add_custom_device_interception_function()
|
/third_party/jerryscript/jerry-core/vm/ |
H A D | vm-utils.c | 121 ecma_string_t* func_name = vm_get_function_name_string (context_p); in vm_get_backtrace() local 122 func_name = ecma_concat_ecma_strings (func_name, str_p); in vm_get_backtrace() 124 ecma_fast_array_set_property (array_p, index, ecma_make_string_value (func_name)); in vm_get_backtrace() 126 ecma_deref_ecma_string(func_name); in vm_get_backtrace()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_function.cpp | 174 is_atomic_function(const char *func_name) in is_atomic_function() argument 176 return !strcmp(func_name, "atomicAdd") || in is_atomic_function() 177 !strcmp(func_name, "atomicMin") || in is_atomic_function() 178 !strcmp(func_name, "atomicMax") || in is_atomic_function() 179 !strcmp(func_name, "atomicAnd") || in is_atomic_function() 180 !strcmp(func_name, "atomicOr") || in is_atomic_function() 181 !strcmp(func_name, "atomicXor") || in is_atomic_function() 182 !strcmp(func_name, "atomicExchange") || in is_atomic_function() 183 !strcmp(func_name, "atomicCompSwap"); in is_atomic_function() 202 is_atomic_image_function(const char *func_name) in is_atomic_image_function() argument 367 const char *func_name = sig->function_name(); verify_parameter_modes() local 2402 const char *func_name = NULL; hir() local [all...] |
/third_party/backends/backend/ |
H A D | artec_eplus48u.h | 40 #define CHECK_DEV_NOT_NULL(dev, func_name) \ 44 XDBG ((3, "%s: BUG: NULL device\n", (func_name))); \ 52 * @param func_name Function name (for use in debug messages). 54 #define CHECK_DEV_OPEN(dev, func_name) \ 56 CHECK_DEV_NOT_NULL ((dev), (func_name)); \ 59 XDBG ((3, "%s: BUG: device %p not open\n", (func_name), (void*)(dev)));\ 64 #define CHECK_DEV_ACTIVE(dev,func_name) \ 66 CHECK_DEV_OPEN ((dev), (func_name)); \ 70 (func_name), (void*)(dev))); \
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | test_inspector_builder.cc | 162 std::string func_name, in MakeStructVariableReferenceBodyFunction() 187 Func(func_name, ast::VariableList(), ty.void_(), stmts, in MakeStructVariableReferenceBodyFunction() 228 const std::string& func_name, in MakeSamplerReferenceBodyFunction() 243 return Func(func_name, ast::VariableList(), ty.void_(), stmts, decorations); in MakeSamplerReferenceBodyFunction() 247 const std::string& func_name, in MakeSamplerReferenceBodyFunction() 265 return Func(func_name, ast::VariableList(), ty.void_(), stmts, decorations); in MakeSamplerReferenceBodyFunction() 270 const std::string& func_name, in MakeComparisonSamplerReferenceBodyFunction() 287 return Func(func_name, ast::VariableList(), ty.void_(), stmts, decorations); in MakeComparisonSamplerReferenceBodyFunction() 340 const std::string& func_name, in MakeStorageTextureBodyFunction() 350 return Func(func_name, as in MakeStorageTextureBodyFunction() 161 MakeStructVariableReferenceBodyFunction( std::string func_name, std::string struct_name, std::vector<std::tuple<size_t, const ast::Type*>> members) MakeStructVariableReferenceBodyFunction() argument 227 MakeSamplerReferenceBodyFunction( const std::string& func_name, const std::string& texture_name, const std::string& sampler_name, const std::string& coords_name, const ast::Type* base_type, ast::DecorationList decorations) MakeSamplerReferenceBodyFunction() argument 246 MakeSamplerReferenceBodyFunction( const std::string& func_name, const std::string& texture_name, const std::string& sampler_name, const std::string& coords_name, const std::string& array_index, const ast::Type* base_type, ast::DecorationList decorations) MakeSamplerReferenceBodyFunction() argument 269 MakeComparisonSamplerReferenceBodyFunction( const std::string& func_name, const std::string& texture_name, const std::string& sampler_name, const std::string& coords_name, const std::string& depth_name, const ast::Type* base_type, ast::DecorationList decorations) MakeComparisonSamplerReferenceBodyFunction() argument 339 MakeStorageTextureBodyFunction( const std::string& func_name, const std::string& st_name, const ast::Type* dim_type, ast::DecorationList decorations) MakeStorageTextureBodyFunction() argument [all...] |
H A D | test_inspector_builder.h | 230 /// @param func_name name of the function created 234 std::string func_name, 268 /// @param func_name name of the function created 276 const std::string& func_name, 284 /// @param func_name name of the function created 293 const std::string& func_name, 303 /// @param func_name name of the function created 312 const std::string& func_name, 351 /// @param func_name name of the function created 357 const std::string& func_name, [all...] |
/third_party/libsnd/ |
H A D | make_lite.py | 29 def find_function_definition (source, func_name): 30 func_re = "(\n[a-zA-Z_ \t]+\n%s[^a-zA-Z0-9_].* /\* %s \*/\n)" % (func_name, func_name) 88 def remove_function (source, func_name): 89 func_text = find_function_definition (source, func_name) 91 print "remove_function : function '%s' not found. Exiting." % func_name 94 source = string.replace (source, func_text, "/* Function %s() removed here. */\n" % func_name)
|
/third_party/rust/crates/rust-openssl/openssl-errors/src/ |
H A D | lib.rs | 253 $func_name:ident($func_str:expr); 274 functions { $($func_name($func_str);)* } in id() 292 $crate::openssl_errors!(@func_consts $lib_name; 1; $($(#[$func_attr])* $func_name($func_str);)*); 323 functions { $($func_name:ident($func_str:expr);)* } 356 functions { $($func_name:ident($func_str:expr);)* } 361 2 + $crate::openssl_errors!(@count $($func_name;)* $($reason_name;)*) 369 error: $crate::export::ERR_PACK(0, $lib_name::$func_name.__as_raw(), 0),
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usbd_config.c | 523 static int fconfig_do_make_function(struct gadget_config *cfg, char *func_name) in fconfig_do_make_function() argument 531 instance_name = strchr(func_name, '.'); in fconfig_do_make_function() 534 usb_err("%s: unable to locate . in %s\n", __FUNCTION__, func_name); in fconfig_do_make_function() 549 dev_info = fconfig_find_usbdev_info(func_name); in fconfig_do_make_function() 584 static int fconfig_do_drop_function(struct gadget_config *cfg, char *func_name) in fconfig_do_drop_function() argument 590 instance_name = strchr(func_name, '.'); in fconfig_do_drop_function() 593 usb_err("unable to locate . in %s\n", func_name); in fconfig_do_drop_function() 618 char *func_name = NULL; in fconfig_get_function_info() local 651 func_name = fconfig_get_string(obj, &func_info.func_name); in fconfig_get_function_info() 673 char *func_name = NULL; fconfig_make_function() local 696 char *func_name = NULL; fconfig_drop_function() local [all...] |
/third_party/python/Lib/test/ |
H A D | _test_embed_structseq.py | 43 for func_name in func_names: 44 with self.subTest(func=func_name): 45 func = getattr(sys, func_name)
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
H A D | wcscoll.c | 21 void wcscoll_test(wchar_t *l, wchar_t *r, char *func_name, int want_result) in wcscoll_test() argument 25 t_error("%s wcscoll error get result is %d not want result %d\n", func_name, result, want_result); in wcscoll_test()
|
/third_party/ffmpeg/libavformat/ |
H A D | tls_mbedtls.c | 68 static int handle_transport_error(URLContext *h, const char* func_name, int react_on_eagain, int ret) in handle_transport_error() argument 79 av_log(h, AV_LOG_ERROR, "%s returned 0x%x\n", func_name, ret); in handle_transport_error() 288 static int handle_tls_error(URLContext *h, const char* func_name, int ret) in handle_tls_error() argument 299 av_log(h, AV_LOG_WARNING, "%s reported connection reset by peer\n", func_name); in handle_tls_error() 302 av_log(h, AV_LOG_ERROR, "%s returned -0x%x\n", func_name, -ret); in handle_tls_error()
|
/third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
H A D | iswcntrl.c | 24 void iswcntrl_test(wchar_t ch, int want, char *func_name) in iswcntrl_test() argument 28 t_error("%s iswcntrl get result is %d are not %d\n", func_name, result, want); in iswcntrl_test()
|
H A D | iswctype.c | 22 void iswctype_test(wchar_t ch, wctype_t wt, char *func_name, int want) in iswctype_test() argument 26 t_error("%s iswctype get result is %d are not want %d", func_name, result, want); in iswctype_test()
|
/third_party/python/Objects/ |
H A D | funcobject.c | 25 op->func_name = constr->fc_name; in _PyFunction_FromConstructor() 107 op->func_name = name; in PyFunction_NewWithQualName() 391 op->func_name, in func_set_code() 404 Py_INCREF(op->func_name); in func_get_name() 405 return op->func_name; in func_get_name() 411 /* Not legal to del f.func_name or to set it to anything in func_set_name() 419 Py_XSETREF(op->func_name, value); in func_set_name() 669 Py_SETREF(newfunc->func_name, name); in func_new_impl() 701 Py_SETREF(op->func_name, Py_NewRef(&_Py_STR(empty))); in func_clear() 716 Py_DECREF(op->func_name); in func_dealloc() [all...] |
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.h | 240 FromVoidStarFunc load(VkInstance inst, const char* func_name) const { in load() 241 return FromVoidStarFunc(vkGetInstanceProcAddr(inst, func_name)); in load() 244 FromVoidStarFunc load(VkDevice device, const char* func_name) const { in load() 245 return FromVoidStarFunc(vkGetDeviceProcAddr(device, func_name)); in load() 263 FromVoidStarFunc load(VkDevice device, const char* func_name) const { in load() 264 return FromVoidStarFunc(vkGetDeviceProcAddr(device, func_name)); in load() 288 FromVoidStarFunc load(const char* func_name) { return FromVoidStarFunc(functions->vkGetInstanceProcAddr(inst, func_name)); } in load() 333 FromVoidStarFunc load(const char* func_name) { return FromVoidStarFunc(functions->vkGetDeviceProcAddr(dev, func_name)); } in load() [all...] |
/third_party/ltp/testcases/misc/math/float/iperb/ |
H A D | geniperb.c | 45 * func_name is the name of the function 51 int create_file(char *func_name, int NbVal) in create_file() argument 59 char *arglist[] = { func_name, NULL }; in create_file()
|
/third_party/ltp/testcases/misc/math/float/bessel/ |
H A D | genbessel.c | 45 * func_name is the name of the function 51 int create_file(char *func_name, int NbVal) in create_file() argument 59 char *arglist[] = { func_name, NULL }; in create_file()
|
/third_party/ltp/testcases/misc/math/float/trigo/ |
H A D | gentrigo.c | 46 * func_name is the name of the trigo function (sin, cos, tan...) 52 int create_file(char *func_name, int NbVal) in create_file() argument 59 char *arglist[] = { func_name, NULL }; in create_file()
|