/third_party/typescript/tests/baselines/reference/ |
D | partiallyAnnotatedFunctionInferenceError.types | 17 declare function testError<T extends C>(a: (t: T, t1: T) => void): T 18 >testError : <T extends C>(a: (t: T, t1: T) => void) => T 24 testError((t1: D, t2, t3) => {}) 25 >testError((t1: D, t2, t3) => {}) : C 26 >testError : <T extends C>(a: (t: T, t1: T) => void) => T 32 testError((t1, t2: D, t3) => {}) 33 >testError((t1, t2: D, t3) => {}) : C 34 >testError : <T extends C>(a: (t: T, t1: T) => void) => T 40 testError((t1, t2, t3: D) => {}) 41 >testError((t1, t2, t3: D) => {}) : C [all …]
|
D | partiallyAnnotatedFunctionInferenceError.symbols | 17 declare function testError<T extends C>(a: (t: T, t1: T) => void): T 18 >testError : Symbol(testError, Decl(partiallyAnnotatedFunctionInferenceError.ts, 6, 1)) 29 testError((t1: D, t2, t3) => {}) 30 >testError : Symbol(testError, Decl(partiallyAnnotatedFunctionInferenceError.ts, 6, 1)) 36 testError((t1, t2: D, t3) => {}) 37 >testError : Symbol(testError, Decl(partiallyAnnotatedFunctionInferenceError.ts, 6, 1)) 43 testError((t1, t2, t3: D) => {}) 44 >testError : Symbol(testError, Decl(partiallyAnnotatedFunctionInferenceError.ts, 6, 1))
|
D | partiallyAnnotatedFunctionInferenceError.js | 10 declare function testError<T extends C>(a: (t: T, t1: T) => void): T 13 testError((t1: D, t2, t3) => {}) 14 testError((t1, t2: D, t3) => {}) 15 testError((t1, t2, t3: D) => {}) 47 testError(function (t1, t2, t3) { }); 48 testError(function (t1, t2, t3) { }); 49 testError(function (t1, t2, t3) { });
|
D | partiallyAnnotatedFunctionInferenceError.errors.txt | 15 declare function testError<T extends C>(a: (t: T, t1: T) => void): T 18 testError((t1: D, t2, t3) => {}) 21 testError((t1, t2: D, t3) => {}) 24 testError((t1, t2, t3: D) => {})
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_platform.c | 283 const char *testError = "Testing"; in platform_testGetSetClearError() local 301 result = SDL_SetError("%s", testError); in platform_testGetSetClearError() 310 SDLTest_AssertCheck(len == SDL_strlen(testError), in platform_testGetSetClearError() 312 SDL_strlen(testError), in platform_testGetSetClearError() 314 SDLTest_AssertCheck(SDL_strcmp(lastError, testError) == 0, in platform_testGetSetClearError() 316 testError, in platform_testGetSetClearError() 335 const char *testError = ""; in platform_testSetErrorEmptyInput() local 339 result = SDL_SetError("%s", testError); in platform_testSetErrorEmptyInput() 348 SDLTest_AssertCheck(len == SDL_strlen(testError), in platform_testSetErrorEmptyInput() 350 SDL_strlen(testError), in platform_testSetErrorEmptyInput() [all …]
|
/third_party/typescript/tests/cases/conformance/types/contextualTypes/partiallyAnnotatedFunction/ |
D | partiallyAnnotatedFunctionInferenceError.ts | 9 declare function testError<T extends C>(a: (t: T, t1: T) => void): T function 12 testError((t1: D, t2, t3) => {}) 13 testError((t1, t2: D, t3) => {}) 14 testError((t1, t2, t3: D) => {})
|
/third_party/node/test/parallel/ |
D | test-child-process-send-after-close.js | 14 const testError = common.expectsError({ constant 20 child.on('error', testError); 28 const result = child.send('pong', testError);
|
D | test-tls-dhe.js | 102 test(2048, 'DHE-RSA-AES128-SHA256', testError); 106 function testError() { function
|
D | test-repl-underscore.js | 13 testError(); 157 function testError() { function
|
/third_party/libxml2/ |
D | check-xml-test-suite.py | 184 def testError(filename, id): function 332 res = testError(URI, id)
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 98885 @@ -190,26 +189,26 @@ def testError(filename, id): 99075 - res = testError(URI, id) 99076 + res = testError(URI, id)
|