Home
last modified time | relevance | path

Searched refs:testError (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DpartiallyAnnotatedFunctionInferenceError.types17 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 …]
DpartiallyAnnotatedFunctionInferenceError.symbols17 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))
DpartiallyAnnotatedFunctionInferenceError.js10 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) { });
DpartiallyAnnotatedFunctionInferenceError.errors.txt15 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/
Dtestautomation_platform.c283 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/
DpartiallyAnnotatedFunctionInferenceError.ts9 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/
Dtest-child-process-send-after-close.js14 const testError = common.expectsError({ constant
20 child.on('error', testError);
28 const result = child.send('pong', testError);
Dtest-tls-dhe.js102 test(2048, 'DHE-RSA-AES128-SHA256', testError);
106 function testError() { function
Dtest-repl-underscore.js13 testError();
157 function testError() { function
/third_party/libxml2/
Dcheck-xml-test-suite.py184 def testError(filename, id): function
332 res = testError(URI, id)
/third_party/chromium/patch/
D0001-cve.patch98885 @@ -190,26 +189,26 @@ def testError(filename, id):
99075 - res = testError(URI, id)
99076 + res = testError(URI, id)