Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 2074) sorted by relevance

12345678910>>...83

/third_party/icu/icu4c/source/test/perf/normperf/
Dnormperf.cpp184 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDFileLines,numLines, uselen); in TestICU_NFC_NFD_Text() local
187 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDBuffer, NFDBufferLen, uselen); in TestICU_NFC_NFD_Text() local
193 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,NFCFileLines,numLines, uselen); in TestICU_NFC_NFC_Text() local
196 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFCBuffer, NFCBufferLen, uselen); in TestICU_NFC_NFC_Text() local
202 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,lines,numLines, uselen); in TestICU_NFC_Orig_Text() local
205 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,buffer, bufferLen, uselen); in TestICU_NFC_Orig_Text() local
213 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDFileLines,numLines, uselen); in TestICU_NFD_NFD_Text() local
216 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDBuffer,NFDBufferLen, uselen); in TestICU_NFD_NFD_Text() local
222 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFCFileLines,numLines, uselen); in TestICU_NFD_NFC_Text() local
225 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFCBuffer,NFCBufferLen, uselen); in TestICU_NFD_NFC_Text() local
[all …]
/third_party/glib/glib/gnulib/
Dc++defs.h103 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ argument
115 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ argument
127 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ argument
130 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument
145 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument
155 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument
170 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument
185 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ argument
200 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ argument
210 # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ argument
[all …]
/third_party/typescript/tests/baselines/reference/
DfunctionLikeInParameterInitializer.js3 export function bar(func = () => foo) { argument
7 export function baz1(func = { f() { return foo } }) { argument
12 export function baz2(func = function () { return foo }) { argument
17 export function baz3(func = class { x = foo }) { argument
28 if (func === void 0) { func = function () { return foo; }; } function
34 if (func === void 0) { func = { f: function () { return foo; } }; } variable
40 if (func === void 0) { func = function () { return foo; }; } function
46 if (func === void 0) { func = /** @class */ (function () { function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext_autogen.h21 bool isTextureOffsetNoBias(const TFunction *func) in isTextureOffsetNoBias()
26 bool isTextureOffsetBias(const TFunction *func) in isTextureOffsetBias()
31 bool isTextureGatherOffset(const TFunction *func) in isTextureGatherOffset()
36 bool isTextureGather(const TFunction *func) in isTextureGather()
41 bool isAtomicMemory(const TFunction *func) in isAtomicMemory()
46 bool isImageLoad(const TFunction *func) in isImageLoad()
51 bool isImageStore(const TFunction *func) in isImageStore()
56 bool isImage(const TFunction *func) in isImage()
/third_party/boost/libs/thread/example/
Dthread_guard.cpp18 struct func struct
22 func(int& i_):i(i_){} in func() function
23 func(func const& other):i(other.i){} in func() function
34 func& operator=(func const&); argument
Dstd_thread_guard.cpp24 struct func struct
28 func(int& i_):i(i_){} in func() argument
39 func& operator=(func const&); argument
Dscoped_thread.cpp20 struct func struct
24 func(int& i_) : in func() argument
46 boost::strict_scoped_thread<> t( (boost::thread(func(some_local_state)))); in main() argument
Dstd_scoped_thread.cpp29 struct func struct
33 func(int& i_) : in func() function
58 strict_scoped_thread t( (std::thread(func(some_local_state)))); in main() argument
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
DDateFmtPerf.cpp74 DateFmtFunction* func= new DateFmtFunction(1, locale); in DateFmt250() local
79 DateFmtFunction* func= new DateFmtFunction(40, locale); in DateFmt10000() local
84 DateFmtFunction* func= new DateFmtFunction(400, locale); in DateFmt100000() local
89 BreakItFunction* func= new BreakItFunction(250, true); in BreakItWord250() local
94 BreakItFunction* func= new BreakItFunction(10000, true); in BreakItWord10000() local
99 BreakItFunction* func= new BreakItFunction(250, false); in BreakItChar250() local
104 BreakItFunction* func= new BreakItFunction(10000, false); in BreakItChar10000() local
109 NumFmtFunction* func= new NumFmtFunction(10000, locale); in NumFmt10000() local
114 NumFmtFunction* func= new NumFmtFunction(100000, locale); in NumFmt100000() local
119 CollationFunction* func= new CollationFunction(40, locale); in Collation10000() local
[all …]
/third_party/node/test/fixtures/
Dprocess-exit-code-cases.js14 cases.push({ func: exitsOnExitCodeSet, result: 42 }); property
24 cases.push({ func: changesCodeViaExit, result: 42 }); property
34 cases.push({ func: changesCodeZeroExit, result: 0 }); property
49 func: exitWithOneOnUncaught, property
62 cases.push({ func: changeCodeInsideExit, result: 99 }); property
72 cases.push({ func: zeroExitWithUncaughtHandler, result: 0 }); property
84 cases.push({ func: changeCodeInUncaughtHandler, result: 97 }); property
95 func: changeCodeInExitWithUncaught, property
109 func: exitWithZeroInExitWithUncaught, property
121 func: exitWithThrowInUncaughtHandler, property
[all …]
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc180 #define CL_DEFINE_FUNC_PTR(func) func##Func func = nullptr argument
254 auto func = mindspore::lite::opencl::clGetPlatformIDs; in clGetPlatformIDs() local
262 auto func = mindspore::lite::opencl::clGetPlatformInfo; in clGetPlatformInfo() local
270 auto func = mindspore::lite::opencl::clGetDeviceIDs; in clGetDeviceIDs() local
278 auto func = mindspore::lite::opencl::clGetDeviceInfo; in clGetDeviceInfo() local
287 auto func = mindspore::lite::opencl::clCreateContext; in clCreateContext() local
296 auto func = mindspore::lite::opencl::clCreateContextFromType; in clCreateContextFromType() local
303 auto func = mindspore::lite::opencl::clRetainContext; in clRetainContext() local
310 auto func = mindspore::lite::opencl::clReleaseContext; in clReleaseContext() local
318 auto func = mindspore::lite::opencl::clGetContextInfo; in clGetContextInfo() local
[all …]
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp162 #define CL_DEFINE_FUNC_PTR(func) func##Func func = nullptr argument
237 auto func = OHOS::clGetPlatformIDs; in clGetPlatformIDs() local
246 auto func = OHOS::clGetPlatformInfo; in clGetPlatformInfo() local
255 auto func = OHOS::clGetDeviceIDs; in clGetDeviceIDs() local
264 auto func = OHOS::clGetDeviceInfo; in clGetDeviceInfo() local
274 auto func = OHOS::clCreateContext; in clCreateContext() local
284 auto func = OHOS::clCreateContextFromType; in clCreateContextFromType() local
292 auto func = OHOS::clRetainContext; in clRetainContext() local
300 auto func = OHOS::clReleaseContext; in clReleaseContext() local
309 auto func = OHOS::clGetContextInfo; in clGetContextInfo() local
[all …]
/third_party/python/Include/
Dfuncobject.h81 #define PyFunction_GET_CODE(func) \ argument
83 #define PyFunction_GET_GLOBALS(func) \ argument
85 #define PyFunction_GET_MODULE(func) \ argument
87 #define PyFunction_GET_DEFAULTS(func) \ argument
89 #define PyFunction_GET_KW_DEFAULTS(func) \ argument
91 #define PyFunction_GET_CLOSURE(func) \ argument
93 #define PyFunction_GET_ANNOTATIONS(func) \ argument
96 #define PyFunction_AS_FRAME_CONSTRUCTOR(func) \ argument
/third_party/musl/libc-test/src/functionalext/symver/
Ddlvsym.c38 functype func = (functype)dlvsym(handle, dso_no_symver_symbol, dso_version_invalid); in dlvsym_no_symver_0100() local
70 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid); in dlvsym_no_symver_0200() local
102 … functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_easy_symver_version_stable); in dlvsym_easy_symver_0100() local
135 functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_easy_symver_version_old); in dlvsym_easy_symver_0200() local
168 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid); in dlvsym_easy_symver_0300() local
200 functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_version_invalid); in dlvsym_easy_symver_0400() local
232 …functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_hard_symver_version_stable… in dlvsym_hard_symver_0100() local
265 … functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_hard_symver_version_old); in dlvsym_hard_symver_0200() local
298 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid); in dlvsym_hard_symver_0300() local
330 functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_version_invalid); in dlvsym_hard_symver_0400() local
Ddlsym.c43 functype func = (functype)dlsym(handle, dso_no_symver_symbol); in dlsym_no_symver_0100() local
76 functype func = (functype)dlsym(handle, dso_symbol_invalid); in dlsym_no_symver_0200() local
124 functype func = (functype)dlsym(handle, dso_easy_symver_symbol); in dlsym_easy_symver_0200() local
157 functype func = (functype)dlsym(handle, dso_symbol_invalid); in dlsym_easy_symver_0300() local
205 functype func = (functype)dlsym(handle, dso_hard_symver_if_symbol); in dlsym_hard_symver_0200() local
238 functype func = (functype)dlsym(handle, dso_symbol_invalid); in dlsym_hard_symver_0300() local
270 functype func = (functype)__dlsym_time64(handle, dso_no_symver_symbol); in dlsym_time64_no_symver_0100() local
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Darg.impl.h130 jerryx_arg_transform_func_t func; in JERRYX_ARG_INT() local
173 jerryx_arg_transform_func_t func; in jerryx_arg_boolean() local
217 jerryx_arg_transform_func_t func; in jerryx_arg_string() local
262 jerryx_arg_transform_func_t func; in jerryx_arg_utf8_string() local
305 jerryx_arg_transform_func_t func; in jerryx_arg_function() local
336 jerryx_arg_transform_func_t func; in jerryx_arg_native_pointer() local
377 jerryx_arg_transform_func_t func) /**< the custom transform function */ in jerryx_arg_custom()
396 jerryx_arg_transform_func_t func; in jerryx_arg_object_properties() local
424 jerryx_arg_transform_func_t func; in jerryx_arg_array() local
/third_party/skia/third_party/externals/dawn/src/common/
DPreprocessor.h32 #define DAWN_PP_FOR_EACH_1(func, x) func(x) argument
33 #define DAWN_PP_FOR_EACH_2(func, x, ...) \ argument
35 #define DAWN_PP_FOR_EACH_3(func, x, ...) \ argument
37 #define DAWN_PP_FOR_EACH_4(func, x, ...) \ argument
39 #define DAWN_PP_FOR_EACH_5(func, x, ...) \ argument
41 #define DAWN_PP_FOR_EACH_6(func, x, ...) \ argument
43 #define DAWN_PP_FOR_EACH_7(func, x, ...) \ argument
45 #define DAWN_PP_FOR_EACH_8(func, x, ...) \ argument
64 #define DAWN_PP_FOR_EACH_(N, func, ...) DAWN_PP_CONCATENATE(DAWN_PP_FOR_EACH_, N)(func, __VA_ARGS__) argument
67 #define DAWN_PP_FOR_EACH(func, ...) \ argument
/third_party/mesa3d/src/mapi/glapi/
Dglapi_nop.c58 _glapi_set_warning_func(_glapi_proc func) in _glapi_set_warning_func()
74 _glapi_set_nop_handler(_glapi_nop_handler_proc func) in _glapi_set_nop_handler()
84 nop(const char *func) in nop()
107 #define NAME(func) NoOp##func argument
108 #define DISPATCH(func, args, msg) nop(#func); argument
109 #define RETURN_DISPATCH(func, args, msg) nop(#func); return 0 argument
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_parser.h90 *lima_get_compare_func_string(int func) { in lima_get_compare_func_string()
98 *lima_get_stencil_op_string(int func) { in lima_get_stencil_op_string()
106 *lima_get_blend_func_string(int func) { in lima_get_blend_func_string()
114 *lima_get_blendfactor_string(int func) { in lima_get_blendfactor_string()
/third_party/mindspore/mindspore/lite/src/ops/
Dschema_register.h32 void OpPush(GetSchemaDef func) { op_def_funcs_.push_back(func); } in OpPush()
36 void SetPrimTypeGenFunc(GetSchemaDef func) { prim_type_gen_ = func; } in SetPrimTypeGenFunc()
49 explicit SchemaOpRegister(GetSchemaDef func) { SchemaRegisterImpl::Instance()->OpPush(func); } in SchemaOpRegister()
55 …explicit PrimitiveTypeRegister(GetSchemaDef func) { SchemaRegisterImpl::Instance()->SetPrimTypeGen… in PrimitiveTypeRegister()
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_marshal.py82 def print_sync_call(self, func, unmarshal = 0): argument
93 def print_sync_body(self, func): argument
106 def print_async_dispatch(self, func): argument
192 def print_async_struct(self, func): argument
231 def print_async_unmarshal(self, func): argument
291 def validate_count_or_fallback(self, func): argument
313 def print_async_marshal(self, func): argument
350 def print_async_body(self, func): argument
/third_party/pixman/pixman/
Dpixman-inlines.h634 #define SIMPLE_NEAREST_FAST_PATH_NORMAL(op,s,d,func) \ argument
645 #define SIMPLE_NEAREST_FAST_PATH_PAD(op,s,d,func) \ argument
656 #define SIMPLE_NEAREST_FAST_PATH_NONE(op,s,d,func) \ argument
667 #define SIMPLE_NEAREST_FAST_PATH_COVER(op,s,d,func) \ argument
676 #define SIMPLE_NEAREST_A8_MASK_FAST_PATH_NORMAL(op,s,d,func) \ argument
687 #define SIMPLE_NEAREST_A8_MASK_FAST_PATH_PAD(op,s,d,func) \ argument
698 #define SIMPLE_NEAREST_A8_MASK_FAST_PATH_NONE(op,s,d,func) \ argument
709 #define SIMPLE_NEAREST_A8_MASK_FAST_PATH_COVER(op,s,d,func) \ argument
718 #define SIMPLE_NEAREST_SOLID_MASK_FAST_PATH_NORMAL(op,s,d,func) \ argument
729 #define SIMPLE_NEAREST_SOLID_MASK_FAST_PATH_PAD(op,s,d,func) \ argument
[all …]
/third_party/openh264/test/decoder/
DDecUT_Deblock.cpp7 #define WRAP_LUMA_FUNC(func) \ argument
11 #define WRAP_CHROMA_FUNC(func) \ argument
16 #define GENERATE_LUMA_UT(name, func, ref, CPUFLAGS, HORIZ) \ argument
53 #define GENERATE_CHROMA_UT(name, func, ref, CPUFLAGS, HORIZ) \ argument
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/mpi/
Dmpi_interface.cc43 auto func = reinterpret_cast<T>(dlsym(handle, name)); in GetMPIAdapterFunc() local
61 auto func = GetMPIAdapterFunc<GetMPIRankIdFunc>("GetMPIRankId"); in GetMPIRankId() local
66 auto func = GetMPIAdapterFunc<GetMPIRankSizeFunc>("GetMPIRankSize"); in GetMPIRankSize() local
72 auto func = GetMPIAdapterFunc<MPIReduceScatterFunc>("MPIReduceScatter"); in MPIReduceScatter() local
78 …auto func = GetMPIAdapterFunc<MPIReduceScatterOverwriteInputFunc>("MPIReduceScatterOverwriteInput"… in MPIReduceScatterOverwriteInput() local
83 auto func = GetMPIAdapterFunc<MPIAllGatherFunc>("MPIAllGather"); in MPIAllGather() local
/third_party/boost/boost/math/tools/
Dseries.hpp24 inline typename Functor::result_type sum_series(Functor& func, const U& factor, boost::uintmax_t& m… in sum_series()
47 inline typename Functor::result_type sum_series(Functor& func, const U& factor, boost::uintmax_t& m… in sum_series()
54 inline typename Functor::result_type sum_series(Functor& func, int bits, boost::uintmax_t& max_term… in sum_series()
63 inline typename Functor::result_type sum_series(Functor& func, int bits) BOOST_NOEXCEPT_IF(BOOST_MA… in sum_series()
73 inline typename Functor::result_type sum_series(Functor& func, int bits, boost::uintmax_t& max_term… in sum_series()
82 inline typename Functor::result_type sum_series(Functor& func, int bits, const U& init_value) BOOST… in sum_series()
92 inline typename Functor::result_type checked_sum_series(Functor& func, const U& factor, boost::uint… in checked_sum_series()
128 inline typename Functor::result_type kahan_sum_series(Functor& func, int bits) BOOST_NOEXCEPT_IF(BO… in kahan_sum_series()
151 inline typename Functor::result_type kahan_sum_series(Functor& func, int bits, boost::uintmax_t& ma… in kahan_sum_series()

12345678910>>...83