/third_party/skia/tests/sksl/errors/ |
D | MismatchedNumbers.glsl | 3 error: 28: type mismatch: '=' cannot operate on 'int', 'float' 4 error: 29: type mismatch: '=' cannot operate on 'uint', 'float' 5 error: 30: type mismatch: '=' cannot operate on 'int', 'uint' 6 error: 31: type mismatch: '=' cannot operate on 'int', 'float' 7 error: 32: type mismatch: '=' cannot operate on 'float', 'int' 9 error: 33: type mismatch: '=' cannot operate on 'float', 'uint' 11 error: 34: type mismatch: '=' cannot operate on 'uint', 'int' 12 error: 35: type mismatch: '=' cannot operate on 'uint', 'float' 13 error: 36: type mismatch: '+' cannot operate on 'int', 'float' 14 error: 37: type mismatch: '-' cannot operate on 'int', 'float' [all …]
|
D | BooleanArithmetic.glsl | 3 error: 1: type mismatch: '+' cannot operate on 'bool', 'bool' 4 error: 2: type mismatch: '-' cannot operate on 'bool', 'bool' 5 error: 3: type mismatch: '*' cannot operate on 'bool', 'bool' 6 error: 4: type mismatch: '/' cannot operate on 'bool', 'bool' 7 error: 5: type mismatch: '%' cannot operate on 'bool', 'bool' 8 error: 6: type mismatch: '<<' cannot operate on 'bool', 'bool' 9 error: 7: type mismatch: '>>' cannot operate on 'bool', 'bool' 10 error: 8: '-' cannot operate on 'bool' 11 error: 9: '~' cannot operate on 'bool' 12 error: 10: type mismatch: '&' cannot operate on 'bool', 'bool' [all …]
|
D | BinaryTypeCoercion.glsl | 3 error: 11: type mismatch: '=' cannot operate on 'half', 'float' 4 error: 12: type mismatch: '=' cannot operate on 'half', 'float' 5 error: 13: type mismatch: '*=' cannot operate on 'half', 'float' 6 error: 18: type mismatch: '=' cannot operate on 'half4', 'float4' 7 error: 19: type mismatch: '=' cannot operate on 'half4', 'float4' 8 error: 20: type mismatch: '*=' cannot operate on 'half4', 'float4' 9 error: 24: type mismatch: '=' cannot operate on 'half4', 'float4' 10 error: 25: type mismatch: '=' cannot operate on 'half4', 'float4' 11 error: 30: type mismatch: '=' cannot operate on 'half4', 'float4' 12 error: 31: type mismatch: '=' cannot operate on 'half4', 'float4' [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | moduleExportAssignment.types | 3 >npmlog : { on(s: string): void; x: number; y: 2; } 4 >require('./npmlog') : { on(s: string): void; x: number; y: 2; } 10 >npmlog : { on(s: string): void; x: number; y: 2; } 13 npmlog.on 14 >npmlog.on : (s: string) => void 15 >npmlog : { on(s: string): void; x: number; y: 2; } 16 >on : (s: string) => void 23 on(s) { } 24 >on : (s: string) => void 28 >npmlog : { on(s: string): void; x: number; y: 2; } [all …]
|
D | destructuringUnspreadableIntoRest.errors.txt | 1 …ableIntoRest.ts(22,15): error TS2339: Property 'publicProp' does not exist on type 'Omit<this, "pu… 2 …ingUnspreadableIntoRest.ts(23,15): error TS2339: Property 'publicProp' does not exist on type '{}'. 3 …bleIntoRest.ts(25,15): error TS2339: Property 'privateProp' does not exist on type 'Omit<this, "ge… 4 …bleIntoRest.ts(26,15): error TS2339: Property 'privateProp' does not exist on type '{ publicProp: … 5 …bleIntoRest.ts(27,15): error TS2339: Property 'privateProp' does not exist on type 'Omit<this, "pu… 6 …ngUnspreadableIntoRest.ts(28,15): error TS2339: Property 'privateProp' does not exist on type '{}'. 7 …eIntoRest.ts(30,15): error TS2339: Property 'protectedProp' does not exist on type 'Omit<this, "ge… 8 …eIntoRest.ts(31,15): error TS2339: Property 'protectedProp' does not exist on type '{ publicProp: … 9 …eIntoRest.ts(32,15): error TS2339: Property 'protectedProp' does not exist on type 'Omit<this, "pu… 10 …UnspreadableIntoRest.ts(33,15): error TS2339: Property 'protectedProp' does not exist on type '{}'. [all …]
|
D | unionPropertyExistence.errors.txt | 1 …onPropertyExistence.ts(27,3): error TS2339: Property 'nope' does not exist on type '"foo" | "bar"'. 2 Property 'nope' does not exist on type '"foo"'. 3 …ionPropertyExistence.ts(28,6): error TS2339: Property 'onlyInB' does not exist on type 'B | "foo"'. 4 Property 'onlyInB' does not exist on type '"foo"'. 5 …nionPropertyExistence.ts(30,6): error TS2339: Property 'length' does not exist on type 'B | "foo"'. 6 Property 'length' does not exist on type 'B'. 7 …iler/unionPropertyExistence.ts(32,4): error TS2339: Property 'onlyInB' does not exist on type 'AB'. 8 Property 'onlyInB' does not exist on type 'A'. 9 …iler/unionPropertyExistence.ts(35,5): error TS2339: Property 'notInC' does not exist on type 'ABC'. 10 Property 'notInC' does not exist on type 'C'. [all …]
|
D | invalidModuleWithStatementsOfEveryKind.errors.txt | 1 …atementsOfEveryKind.ts(4,5): error TS1044: 'public' modifier cannot appear on a module or namespac… 2 …atementsOfEveryKind.ts(6,5): error TS1044: 'public' modifier cannot appear on a module or namespac… 3 …tementsOfEveryKind.ts(12,5): error TS1044: 'public' modifier cannot appear on a module or namespac… 4 …tementsOfEveryKind.ts(13,5): error TS1044: 'public' modifier cannot appear on a module or namespac… 5 …tementsOfEveryKind.ts(15,5): error TS1044: 'public' modifier cannot appear on a module or namespac… 6 …tementsOfEveryKind.ts(19,5): error TS1044: 'public' modifier cannot appear on a module or namespac… 7 …tementsOfEveryKind.ts(25,5): error TS1044: 'public' modifier cannot appear on a module or namespac… 8 …ementsOfEveryKind.ts(29,5): error TS1044: 'private' modifier cannot appear on a module or namespac… 9 …ementsOfEveryKind.ts(31,5): error TS1044: 'private' modifier cannot appear on a module or namespac… 10 …ementsOfEveryKind.ts(37,5): error TS1044: 'private' modifier cannot appear on a module or namespac… [all …]
|
/third_party/node/test/parallel/ |
D | test-wrap-js-stream-destroy.js | 15 socket.on('error', common.mustNotCall()); 16 socket.on('end', common.mustNotCall()); 17 socket.on('close', common.mustCall()); 31 socket.on('error', common.mustNotCall()); 32 socket.on('end', common.mustCall()); 33 socket.on('close', common.mustCall()); 35 streamWrap.on('error', common.mustNotCall()); 39 streamWrap.on('end', common.mustCall()); 42 streamWrap.on('close', common.mustCall(() => { 54 socket.on('error', common.mustNotCall()); [all …]
|
D | test-stream-transform-destroy.js | 14 transform.on('end', common.mustNotCall()); 15 transform.on('close', common.mustCall()); 16 transform.on('finish', common.mustNotCall()); 29 transform.on('end', common.mustNotCall()); 30 transform.on('finish', common.mustNotCall()); 31 transform.on('close', common.mustCall()); 32 transform.on('error', common.mustCall((err) => { 51 transform.on('finish', common.mustNotCall('no finish event')); 52 transform.on('close', common.mustCall()); 53 transform.on('error', common.mustCall((err) => { [all …]
|
D | test-http2-client-destroy.js | 27 client.on('connect', common.mustCall(() => { 42 client.on('close', common.mustCall(() => { 58 socket.on('close', common.mustCall(() => { 63 req.on('error', common.expectsError({ 71 req.on('response', common.mustNotCall()); 100 req.on('end', common.mustNotCall()); 101 req.on('close', common.mustCall(() => server.close())); 108 server.on('stream', common.mustCall((stream) => { 115 client.on('close', () => { 128 server.on('stream', common.mustNotCall()); [all …]
|
D | test-stream-readable-destroy.js | 13 read.on('close', common.mustCall()); 28 read.on('end', common.mustNotCall('no end event')); 29 read.on('close', common.mustCall()); 30 read.on('error', common.mustCall((err) => { 51 read.on('end', common.mustNotCall('no end event')); 52 read.on('close', common.mustCall()); 53 read.on('error', common.mustCall((err) => { 72 read.on('end', common.mustNotCall('no end event')); 75 read.on('error', common.mustNotCall('no error event')); 76 read.on('close', common.mustCall()); [all …]
|
D | test-webstreams-compose.js | 35 d.on('data', common.mustCall((chunk) => { 39 d.on('end', common.mustCall(() => { 62 .on('data', common.mustCall((buf) => { 65 .on('end', common.mustCall(() => { 86 .on('data', common.mustCall((buf) => { 89 .on('end', common.mustCall(() => { 115 .on('data', common.mustCall((buf) => { 118 .on('end', common.mustCall(() => { 144 .on('data', common.mustCall((buf) => { 147 .on('end', common.mustCall(() => { [all …]
|
D | test-fs-read-stream.js | 43 file.on('open', common.mustCall(function(fd) { 56 file.on('data', function(data) { 75 file.on('end', common.mustCall(function(chunk) { 81 file.on('close', common.mustCall(function() { 86 process.on('exit', function() { 103 file.on('data', function(data) { 113 file.on('close', common.mustCall()); 115 process.on('exit', function() { 124 file.on('data', function(data) { 127 file.on('end', common.mustCall(function(data) { [all …]
|
D | test-stream-duplex-destroy.js | 15 duplex.on('end', common.mustNotCall()); 16 duplex.on('finish', common.mustNotCall()); 17 duplex.on('close', common.mustCall()); 32 duplex.on('end', common.mustNotCall()); 33 duplex.on('finish', common.mustNotCall()); 34 duplex.on('error', common.mustCall((err) => { 55 duplex.on('finish', common.mustNotCall('no finish event')); 56 duplex.on('error', common.mustCall((err) => { 76 duplex.on('end', common.mustNotCall('no end event')); 77 duplex.on('finish', common.mustNotCall('no finish event')); [all …]
|
D | test-fs-read-stream-inherit.js | 17 file.on('open', common.mustCall(function(fd) { 29 file.on('data', common.mustCallAtLeast(function(data) { 44 file.on('end', common.mustCall()); 47 file.on('close', common.mustCall(function() { 55 file.on('data', function(data) { 65 file.on('close', common.mustCall(function() { 76 file.on('data', function(data) { 79 file.on('end', common.mustCall(function() { 89 file.on('data', function(data) { 92 file.on('end', common.mustCall(function() { [all …]
|
D | test-stream-writable-write-writev-finish.js | 17 writable.on('finish', common.mustNotCall()); 18 writable.on('prefinish', common.mustNotCall()); 19 writable.on('error', common.mustCall((er) => { 33 writable.on('finish', common.mustNotCall()); 34 writable.on('prefinish', common.mustNotCall()); 35 writable.on('error', common.mustCall((er) => { 53 writable.on('finish', common.mustNotCall()); 54 writable.on('prefinish', common.mustNotCall()); 55 writable.on('error', common.mustCall((er) => { 78 writable.on('finish', common.mustNotCall()); [all …]
|
D | test-stream-destroy.js | 16 r.on('error', common.mustCall((err) => { 19 r.on('close', common.mustCall()); 26 r.on('error', common.mustCall((err) => { 29 r.on('close', common.mustCall()); 36 w.on('error', common.mustCall((err) => { 39 w.on('close', common.mustCall()); 46 w.on('error', common.mustCall((err) => { 49 w.on('close', common.mustCall()); 55 req.on('error', common.mustCall((err) => { 58 req.on('close', common.mustCall(() => { [all …]
|
D | test-http2-compat-write-early-hints.js | 17 server.on('request', common.mustCall((req, res) => { 29 server.on('listening', common.mustCall(() => { 35 req.on('headers', common.mustCall((headers) => { 41 req.on('response', common.mustCall((headers) => { 46 req.on('data', common.mustCallAtLeast((d) => data += d)); 48 req.on('end', common.mustCall(() => { 62 server.on('request', common.mustCall((req, res) => { 77 server.on('listening', common.mustCall(() => { 83 req.on('headers', common.mustCall((headers) => { 92 req.on('response', common.mustCall((headers) => { [all …]
|
/third_party/typescript/tests/baselines/reference/user/ |
D | acorn.log | 3 node_modules/acorn/acorn/dist/acorn.mjs(4893,51): error TS2339: Property 'pos' does not exist on ty… 4 node_modules/acorn/acorn/dist/acorn.mjs(4893,22): error TS2339: Property 'input' does not exist on … 5 node_modules/acorn/acorn/dist/acorn.mjs(4887,25): error TS2339: Property 'pos' does not exist on ty… 6 …acorn.mjs(4885,16): error TS2339: Property 'invalidStringToken' does not exist on type 'readWord1'. 7 …dist/acorn.mjs(4883,22): error TS2339: Property 'readCodePoint' does not exist on type 'readWord1'. 8 node_modules/acorn/acorn/dist/acorn.mjs(4882,14): error TS2339: Property 'pos' does not exist on ty… 9 node_modules/acorn/acorn/dist/acorn.mjs(4881,40): error TS2339: Property 'pos' does not exist on ty… 10 …acorn.mjs(4881,16): error TS2339: Property 'invalidStringToken' does not exist on type 'readWord1'. 11 node_modules/acorn/acorn/dist/acorn.mjs(4880,40): error TS2339: Property 'pos' does not exist on ty… 12 node_modules/acorn/acorn/dist/acorn.mjs(4880,16): error TS2339: Property 'input' does not exist on … [all …]
|
D | follow-redirects.log | 5 node_modules/follow-redirects/index.js(51,10): error TS2339: Property 'on' does not exist on type '… 6 node_modules/follow-redirects/index.js(67,8): error TS2339: Property 'emit' does not exist on type … 7 node_modules/follow-redirects/index.js(102,10): error TS2339: Property 'emit' does not exist on typ… 8 node_modules/follow-redirects/index.js(160,14): error TS2339: Property '_timeout' does not exist on… 9 node_modules/follow-redirects/index.js(161,25): error TS2339: Property '_timeout' does not exist on… 10 node_modules/follow-redirects/index.js(163,10): error TS2339: Property '_timeout' does not exist on… 11 node_modules/follow-redirects/index.js(164,12): error TS2339: Property 'emit' does not exist on typ… 12 node_modules/follow-redirects/index.js(173,14): error TS2339: Property '_timeout' does not exist on… 13 node_modules/follow-redirects/index.js(174,25): error TS2339: Property '_timeout' does not exist on… 14 node_modules/follow-redirects/index.js(175,12): error TS2339: Property '_timeout' does not exist on… [all …]
|
D | bluebird.log | 3 …/js/release/assert.js(11,30): error TS2339: Property 'constructor$' does not exist on type 'Error'. 5 …ase/bluebird.js(10,10): error TS2339: Property 'noConflict' does not exist on type 'typeof Promise… 7 …s/release/debuggability.js(232,26): error TS2339: Property 'detail' does not exist on type 'Event'. 13 …uggability.js(456,14): error TS2339: Property '_setBoundTo' does not exist on type 'cancellationPr… 14 …ggability.js(482,42): error TS2339: Property '_peekContext' does not exist on type 'longStackTrace… 18 …se/debuggability.js(825,30): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'. 19 …se/debuggability.js(831,37): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'. 20 …se/debuggability.js(870,38): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'. 25 …release/finally.js(50,24): error TS2339: Property 'promise' does not exist on type 'finallyHandler… 26 …release/finally.js(51,24): error TS2339: Property 'handler' does not exist on type 'finallyHandler… [all …]
|
D | grunt.log | 4 lib/grunt.js(91,13): error TS2551: Property 'task' does not exist on type 'typeof import("/grunt/gr… 5 lib/grunt.js(96,34): error TS2551: Property 'task' does not exist on type 'typeof import("/grunt/gr… 6 lib/grunt.js(101,25): error TS2339: Property 'cli' does not exist on type 'typeof import("/grunt/gr… 7 lib/grunt.js(102,23): error TS2339: Property 'cli' does not exist on type 'typeof import("/grunt/gr… 8 lib/grunt/config.js(66,18): error TS2339: Property 'template' does not exist on type 'typeof import… 9 lib/grunt/fail.js(22,14): error TS2339: Property 'option' does not exist on type 'typeof import("/g… 10 lib/grunt/fail.js(25,19): error TS2339: Property 'option' does not exist on type 'typeof import("/g… 11 lib/grunt/fail.js(25,65): error TS2339: Property 'underline' does not exist on type '"Used --force,… 12 lib/grunt/fail.js(26,15): error TS2339: Property 'yellow' does not exist on type 'string'. 13 lib/grunt/fail.js(28,35): error TS2339: Property 'red' does not exist on type 'string'. [all …]
|
/third_party/jerryscript/tools/ |
D | check-sonarqube.sh | 23 ./tools/build.py --error-messages=on \ 24 --jerry-cmdline-snapshot=on \ 25 --jerry-debugger=on \ 26 --line-info=on \ 27 --mem-stats=on \ 29 --snapshot-save=on \ 30 --snapshot-exec=on \ 31 --valgrind=on \ 32 --vm-exec-stop=on 37 ./tools/build.py --error-messages=on \ [all …]
|
/third_party/curl/docs/ |
D | THANKS | 7 0xee on github 8 0xflotus on github 9 12932 on github 10 1337vt on github 11 1ocalhost on github 12 3dyd on github 13 3eka on github 14 8U61ife on github 15 a1346054 on github 20 aasivov on github [all …]
|
/third_party/skia/third_party/externals/libpng/contrib/conftest/ |
D | pngcp.dfa | 17 # generated pnglibconf.h which turns on the (not portable) timing option for 22 # Because of the everything off above the option must also be turned on. This 24 # in user .dfa files to error out if an unrecognized option is turned on. 25 option PNGCP_TIMING on 27 # Options to turn on png_read_png and png_write_png: 28 option INFO_IMAGE on 29 option SEQUENTIAL_READ on 30 option EASY_ACCESS on 31 option WRITE on 32 option WRITE_16BIT on [all …]
|