Home
last modified time | relevance | path

Searched refs:func3 (Results 1 - 23 of 23) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DfunctionLiterals.js7 func3: { (x: number): number }; // Object type literal
12 b.func1 = b.func3;
14 b.func2 = b.func3;
15 b.func3 = b.func1;
16 b.func3 = b.func2;
35 func3: { <T>(x: T): number }; // Object type literal
40 b2.func1 = b2.func3;
42 b2.func2 = b2.func3;
43 b2.func3 = b2.func1;
44 b2.func3
[all...]
H A DnoImplicitThisBigThis.js12 func3() {
26 func3() {
61 func3: function () {
74 func3: function () {
103 func3(): any;
108 func3(): any;
H A DconditionalTypeBasedContextualTypeReturnTypeWidening.js11 const func3 = useState1(() => () => 0);
18 var func3 = useState1(function () { return function () { return 0; }; }); variable
H A DemitDefaultParametersFunctionProperty.js5 func3(x: string, z: number, y = "hello") { },
22 func3: function (x, z, y) {
H A DimplicitAnyDeclareFunctionWithoutFormalType.js6 function func3(...args) { }; // error at "args" function
22 function func3() {
H A DinferStringLiteralUnionForBindingElement.js18 function func3() { function
37 function func3() {
H A DnarrowingDestructuring.js28 function func3<T extends { kind: "a", a: string } | { kind: "b", b: number }>(t: T) {
75 function func3(t) { function
H A DoptionalParameterInDestructuringWithInitializer.js16 function func3( {a, b}: {a: number, b?: number} = {a: 1} ) { function
74 function func3(_a) {
H A DdiscriminantPropertyCheck.js165 function func3(value: Partial<UnionOfBar>) { function
321 function func3(value) {
/third_party/node/test/fixtures/wpt/wasm/jsapi/function/
H A Dtable.tentative.any.js12 var func3 = new WebAssembly.Function({parameters: ["i64"], results: []}, testfunc)
13 table.set(2, func3)
27 assert_equals(third, func3)
28 assert_equals(third.type().parameters[0], func3.type().parameters[0])
/third_party/node/test/js-native-api/test_function/
H A Dtest.js21 function func3(input) { function
24 assert.strictEqual(test_function.TestCall(func3, 1), 2);
27 return func3(input);
/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-name.js69 var func3 = (function () {}).prototype.constructor;
70 assert(typeof func3 === 'function');
71 assertNameNotExists(func3);
99 func3: function bar() {},
125 assertMethodName(o.func3, 'bar');
155 set func3(a) {}
186 assertSetterName(A.prototype, 'func3');
217 set func3(a) {}
248 assertSetterName(B.prototype, 'func3');
/third_party/jerryscript/tests/jerry/
H A Darray-prototype-map.js108 var func3 = function(value, idx, thisobj) { function
111 assert(array_example.map(func3).equals(["0CT", "2CT"]));
/third_party/musl/libc-test/src/gwp_asan/
H A Dunwind_test.c40 __attribute__((noinline)) int func3(size_t *frame_buf, size_t max_record_stack, size_t *nums_frame) in func3() function
54 int res = func3((size_t *)frame_buf, max_record_stack, &nums_frames); in main()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dconstify-module-enums-types.hpp77 foo func3(Thing<foo> arg1);
/third_party/python/Modules/_decimal/tests/
H A Dranddec.py293 for func3 in close_funcs:
295 func3(prec, emax, emin))
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dconstify-module-enums-types.rs294 pub fn func3(arg1: Thing<foo::Type>) -> foo::Type; in func3() functions
/third_party/spirv-tools/test/opt/
H A Dspread_volatile_semantics_test.cpp1156 OpName %func3 "func3" in TEST_F()
1189 %22 = OpFunctionCall %void %func3 %param_var_count in TEST_F()
1196 %func3 = OpFunction %void DontInline %25 in TEST_F()
/third_party/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc982 MOCK_METHOD(void, func3, (), (noexcept(false)));
994 EXPECT_FALSE(noexcept(std::declval<MockMethodNoexceptSpecifier>().func3())); in TEST()
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp4094 , func3 (func3_) in GenFuncs()
4100 const GenFunc<Sig, 3>& func3; member
5252 group->addChild(createFuncCase(ctx, "vec3", m_funcs.func3)); in createCase()
/third_party/python/Lib/test/
H A Dtest_typing.py1267 def func3(*args: *CustomVariadic[int, str]): pass function
1268 self.assertEqual(gth(func3), {'args': Unpack[CustomVariadic[int, str]]})
1282 def func3(*args: '*CustomVariadic[int, str]'): pass function
1283 self.assertEqual(gth(func3, localns={'CustomVariadic': CustomVariadic}),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp5536 , func3 (func3_) in GenFuncs()
5542 const GenFunc<Sig, 3>& func3; member
6867 group->addChild(createFuncCase(ctx, "vec3", m_funcs.func3, m_modularOp));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp5525 , func3 (func3_) in GenFuncs()
5531 const GenFunc<Sig, 3>& func3; member
6856 group->addChild(createFuncCase(ctx, "vec3", m_funcs.func3, m_modularOp));

Completed in 52 milliseconds