/third_party/typescript/tests/baselines/reference/ |
H A D | functionLiterals.js | 7 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 D | noImplicitThisBigThis.js | 12 func3() { 26 func3() { 61 func3: function () {
74 func3: function () {
103 func3(): any;
108 func3(): any;
|
H A D | conditionalTypeBasedContextualTypeReturnTypeWidening.js | 11 const func3 = useState1(() => () => 0); 18 var func3 = useState1(function () { return function () { return 0; }; });
variable
|
H A D | emitDefaultParametersFunctionProperty.js | 5 func3(x: string, z: number, y = "hello") { }, 22 func3: function (x, z, y) {
|
H A D | implicitAnyDeclareFunctionWithoutFormalType.js | 6 function func3(...args) { }; // error at "args" function 22 function func3() {
|
H A D | inferStringLiteralUnionForBindingElement.js | 18 function func3() { function 37 function func3() {
|
H A D | narrowingDestructuring.js | 28 function func3<T extends { kind: "a", a: string } | { kind: "b", b: number }>(t: T) { 75 function func3(t) {
function
|
H A D | optionalParameterInDestructuringWithInitializer.js | 16 function func3( {a, b}: {a: number, b?: number} = {a: 1} ) { function 74 function func3(_a) {
|
H A D | discriminantPropertyCheck.js | 165 function func3(value: Partial<UnionOfBar>) { function 321 function func3(value) {
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/function/ |
H A D | table.tentative.any.js | 12 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 D | test.js | 21 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 D | function-name.js | 69 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 D | array-prototype-map.js | 108 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 D | unwind_test.c | 40 __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 D | constify-module-enums-types.hpp | 77 foo func3(Thing<foo> arg1);
|
/third_party/python/Modules/_decimal/tests/ |
H A D | randdec.py | 293 for func3 in close_funcs: 295 func3(prec, emax, emin))
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | constify-module-enums-types.rs | 294 pub fn func3(arg1: Thing<foo::Type>) -> foo::Type; in func3() functions
|
/third_party/spirv-tools/test/opt/ |
H A D | spread_volatile_semantics_test.cpp | 1156 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 D | gmock-function-mocker_test.cc | 982 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 D | glsBuiltinPrecisionTests.cpp | 4094 , 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 D | test_typing.py | 1267 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 D | vktShaderBuiltinPrecisionTests.cpp | 5536 , 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 D | vktShaderBuiltinPrecisionTests.cpp | 5525 , func3 (func3_) in GenFuncs() 5531 const GenFunc<Sig, 3>& func3; member 6856 group->addChild(createFuncCase(ctx, "vec3", m_funcs.func3, m_modularOp));
|