Home
last modified time | relevance | path

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

12345678910>>...71

/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 …]
Ddtfmtrtperf.cpp42 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(1); in RoundTripLocale1() local
47 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(10); in RoundTripLocale10() local
52 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(11); in RoundTripLocale11() local
57 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(21); in RoundTripLocale21() local
/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/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/opencl-headers/src/
Dopencl_wrapper.cpp166 #define CL_DEFINE_FUNC_PTR(func) func##Func func = nullptr argument
242 auto func = OHOS::clGetPlatformIDs; in clGetPlatformIDs() local
252 auto func = OHOS::clGetPlatformInfo; in clGetPlatformInfo() local
262 auto func = OHOS::clGetDeviceIDs; in clGetDeviceIDs() local
272 auto func = OHOS::clGetDeviceInfo; in clGetDeviceInfo() local
283 auto func = OHOS::clCreateContext; in clCreateContext() local
294 auto func = OHOS::clCreateContextFromType; in clCreateContextFromType() local
303 auto func = OHOS::clRetainContext; in clRetainContext() local
312 auto func = OHOS::clReleaseContext; in clReleaseContext() local
322 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/mapi/glapi/gen/
Dgl_marshal.py84 def print_sync_call(self, func, unmarshal = 0): argument
95 def print_sync_body(self, func): argument
110 def print_async_dispatch(self, func): argument
196 def print_async_struct(self, func): argument
235 def print_async_unmarshal(self, func): argument
295 def validate_count_or_fallback(self, func): argument
317 def print_async_marshal(self, func): argument
357 def print_async_body(self, func): argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_intrinsic_test.cc47 auto* func = Func("a_func", {}, ty.void_(), in TEST_P() local
74 auto* func = Func("a_func", {}, ty.void_(), in TEST_P() local
110 auto* func = Func("a_func", {}, ty.void_(), in TEST_P() local
141 auto* func = Func("a_func", {}, ty.void_(), in TEST_P() local
177 auto* func = Func("a_func", {}, ty.void_(), in TEST_F() local
208 auto* func = Func("a_func", {}, ty.void_(), in TEST_F() local
241 auto* func = Func("a_func", {}, ty.void_(), in TEST_F() local
281 auto* func = Func("a_func", {}, ty.void_(), in TEST_F() local
329 auto* func = Func("a_func", {}, ty.void_(), in TEST_P() local
359 auto* func = Func("a_func", {}, ty.void_(), in TEST_P() local
[all …]
Dbuilder_function_test.cc32 auto* func = program->AST().Functions()[0]; in TEST_F() local
53 auto* func = program->AST().Functions()[0]; in TEST_F() local
74 auto* func = program->AST().Functions()[0]; in TEST_F() local
102 auto* func = program->AST().Functions()[0]; in TEST_F() local
122 auto* func = program->AST().Functions()[0]; in TEST_F() local
148 auto* func = program->AST().Functions()[0]; in TEST_F() local
165 auto* func = program->AST().Functions()[0]; in TEST_F() local
Dbuilder_function_decoration_test.cc28 auto* func = Func("main", {}, ty.void_(), ast::StatementList{}, in TEST_F() local
70 auto* func = Func("main", {}, ret_type, body, deco_list, ret_type_decos); in TEST_P() local
98 auto* func = Func("main", {}, ty.void_(), ast::StatementList{}, in TEST_F() local
112 auto* func = Func("main", {}, ty.void_(), ast::StatementList{}, in TEST_F() local
125 auto* func = Func("main", {}, ty.void_(), ast::StatementList{}, in TEST_F() local
143 auto* func = Func("main", {}, ty.void_(), ast::StatementList{}, in TEST_F() local
161 auto* func = Func("main", {}, ty.void_(), ast::StatementList{}, in TEST_F() local
190 auto* func = Func("main", {}, ty.void_(), ast::StatementList{}, in TEST_F() local
/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/mesa3d/src/gallium/drivers/lima/
Dlima_parser.h103 *lima_get_compare_func_string(int func) { in lima_get_compare_func_string()
111 *lima_get_stencil_op_string(int func) { in lima_get_stencil_op_string()
119 *lima_get_blend_func_string(int func) { in lima_get_blend_func_string()
127 *lima_get_blendfactor_string(int func) { in lima_get_blendfactor_string()
/third_party/python/Include/cpython/
Dmethodobject.h12 #define PyCFunction_GET_FUNCTION(func) \ argument
14 #define PyCFunction_GET_SELF(func) \ argument
17 #define PyCFunction_GET_FLAGS(func) \ argument
19 #define PyCFunction_GET_CLASS(func) \ argument
33 PyCFunctionObject func; member
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.h42 #define HR_FAILED_AND(hr,func,and) \ argument
52 #define HR_FAILED_RET(hr,func,ret) HR_FAILED_AND(hr,func,return ret) argument
54 #define HR_FAILED_GOTO(hr,func,where) HR_FAILED_AND(hr,func,res = FALSE; goto where) argument
56 #define HR_FAILED_ELEMENT_ERROR_AND(hr,func,el,and) \ argument
72 #define HR_FAILED_ELEMENT_ERROR_RET(hr,func,el,ret) \ argument
/third_party/spirv-tools/test/opt/
Dfunction_test.cpp117 auto* func = spvtest::GetFunction(ctx->module(), 9); in TEST() local
151 auto* func = spvtest::GetFunction(ctx->module(), 9); in TEST() local
187 auto* func = spvtest::GetFunction(ctx->module(), 9); in TEST() local
221 auto* func = spvtest::GetFunction(ctx->module(), 1); in TEST() local
246 auto* func = spvtest::GetFunction(ctx->module(), 4); in TEST() local
283 auto* func = spvtest::GetFunction(ctx->module(), 4); in TEST() local
347 auto* func = spvtest::GetFunction(ctx->module(), 100); in TEST() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_function_test.cc29 auto* func = Func("my_func", ast::VariableList{}, ty.void_(), in TEST_F() local
47 auto* func = Func( in TEST_F() local
67 auto* func = Func("my_func", ast::VariableList{}, ty.void_(), in TEST_F() local
89 auto* func = Func("my_func", ast::VariableList{}, ty.void_(), in TEST_F() local
112 auto* func = Func("frag_main", ast::VariableList{coord, loc1}, ty.void_(), in TEST_F() local
130 auto* func = Func("frag_main", ast::VariableList{}, ty.f32(), in TEST_F() local
/third_party/mesa3d/src/egl/generate/
Dgen_egl_dispatch.py71 def fixupEglFunc(func, eglFunc): argument
167 def generateGuardBegin(func, eglFunc): argument
174 def generateGuardEnd(func, eglFunc): argument
180 def generateDispatchFunc(func, eglFunc): argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfunction_test.cpp117 auto* func = spvtest::GetFunction(ctx->module(), 9); in TEST() local
151 auto* func = spvtest::GetFunction(ctx->module(), 9); in TEST() local
187 auto* func = spvtest::GetFunction(ctx->module(), 9); in TEST() local
221 auto* func = spvtest::GetFunction(ctx->module(), 1); in TEST() local
246 auto* func = spvtest::GetFunction(ctx->module(), 4); in TEST() local
283 auto* func = spvtest::GetFunction(ctx->module(), 4); in TEST() local

12345678910>>...71