Home
last modified time | relevance | path

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

12345678910>>...67

/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/python/Include/cpython/
Dmethodobject.h16 #define _PyCFunctionObject_CAST(func) \ argument
24 PyCFunctionObject func; member
28 #define _PyCMethodObject_CAST(func) \ argument
40 static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) { in PyCFunction_GET_FUNCTION()
44 # define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func)) argument
48 PyCFunctionObject *func = _PyCFunctionObject_CAST(func_obj); in PyCFunction_GET_SELF() local
55 # define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func)) argument
58 static inline int PyCFunction_GET_FLAGS(PyObject *func) { in PyCFunction_GET_FLAGS()
62 # define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func)) argument
66 PyCFunctionObject *func = _PyCFunctionObject_CAST(func_obj); in PyCFunction_GET_CLASS() local
[all …]
Dfuncobject.h87 #define PyFunction_GET_CODE(func) \ argument
89 #define PyFunction_GET_GLOBALS(func) \ argument
91 #define PyFunction_GET_MODULE(func) \ argument
93 #define PyFunction_GET_DEFAULTS(func) \ argument
95 #define PyFunction_GET_KW_DEFAULTS(func) \ argument
97 #define PyFunction_GET_CLOSURE(func) \ argument
99 #define PyFunction_GET_ANNOTATIONS(func) \ 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/opencl-headers/src/
Dopencl_wrapper.cpp188 #define CL_DEFINE_FUNC_PTR(func) func##Func func = nullptr argument
265 auto func = OHOS::clGetPlatformIDs; in clGetPlatformIDs() local
275 auto func = OHOS::clGetPlatformInfo; in clGetPlatformInfo() local
285 auto func = OHOS::clGetDeviceIDs; in clGetDeviceIDs() local
295 auto func = OHOS::clGetDeviceInfo; in clGetDeviceInfo() local
306 auto func = OHOS::clCreateContext; in clCreateContext() local
317 auto func = OHOS::clCreateContextFromType; in clCreateContextFromType() local
326 auto func = OHOS::clRetainContext; in clRetainContext() local
335 auto func = OHOS::clReleaseContext; in clReleaseContext() local
345 auto func = OHOS::clGetContextInfo; in clGetContextInfo() local
[all …]
/third_party/node/deps/v8/src/tasks/
Dtask-utils.cc16 CancelableFuncTask(Isolate* isolate, std::function<void()> func) in CancelableFuncTask()
18 CancelableFuncTask(CancelableTaskManager* manager, std::function<void()> func) in CancelableFuncTask()
28 CancelableIdleFuncTask(Isolate* isolate, std::function<void(double)> func) in CancelableIdleFuncTask()
31 std::function<void(double)> func) in CancelableIdleFuncTask()
44 std::function<void()> func) { in MakeCancelableTask()
49 CancelableTaskManager* manager, std::function<void()> func) { in MakeCancelableTask()
54 Isolate* isolate, std::function<void(double)> func) { in MakeCancelableIdleTask()
59 CancelableTaskManager* manager, std::function<void(double)> func) { in MakeCancelableIdleTask()
/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/node/deps/v8/third_party/wasm-api/example/
Dmemory.c35 void check_call(wasm_func_t* func, wasm_val_t args[], int32_t expected) { in check_call()
43 void check_call0(wasm_func_t* func, int32_t expected) { in check_call0()
47 void check_call1(wasm_func_t* func, int32_t arg, int32_t expected) { in check_call1()
52 void check_call2(wasm_func_t* func, int32_t arg1, int32_t arg2, int32_t expected) { in check_call2()
60 void check_ok(wasm_func_t* func, wasm_val_t args[]) { in check_ok()
67 void check_ok2(wasm_func_t* func, int32_t arg1, int32_t arg2) { in check_ok2()
75 void check_trap(wasm_func_t* func, wasm_val_t args[]) { in check_trap()
85 void check_trap1(wasm_func_t* func, int32_t arg) { in check_trap1()
90 void check_trap2(wasm_func_t* func, int32_t arg1, int32_t arg2) { in check_trap2()
/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/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/spirv-tools/test/opt/
Dfunction_test.cpp115 auto* func = spvtest::GetFunction(ctx->module(), 9); in TEST() local
149 auto* func = spvtest::GetFunction(ctx->module(), 9); in TEST() local
185 auto* func = spvtest::GetFunction(ctx->module(), 9); in TEST() local
219 auto* func = spvtest::GetFunction(ctx->module(), 1); in TEST() local
244 auto* func = spvtest::GetFunction(ctx->module(), 4); in TEST() local
281 auto* func = spvtest::GetFunction(ctx->module(), 4); in TEST() local
345 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/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
/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>>...67