| /third_party/typescript/tests/baselines/reference/ |
| D | functionExpressionContextualTyping1.js | 43 var b7: ((s: string, w: boolean) => void) | ((s: string, w: number) => string); variable 49 b7 = (j, m) => { }; // Per spec, no contextual signature can be extracted in this case. (Otherwise… function 106 var b7; variable
|
| D | optionalChainingInference.js | 27 const b7 = { value: osu?.prop["length"] }; variable 48 var b7 = { value: osu === null || osu === void 0 ? void 0 : osu.prop["length"] }; variable
|
| D | objectLiteralExcessProperties.js | 22 var b7: Book & number = { foreword: "hi", price: 10.99 }; variable 61 var b7 = { foreword: "hi", price: 10.99 }; variable
|
| D | destructuringArrayBindingPatternAndAssignment1ES6.js | 38 var [b6, b7] = foo(); variable
|
| D | tsxStatelessFunctionComponentOverload6.js | 50 const b7 = <MainButton {...{onClick: () => { console.log("hi") }}} />; constant
|
| D | assignmentCompatWithConstructSignatures3.js | 64 var b7: new <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; variable 181 var b7; variable
|
| D | assignmentCompatWithCallSignatures3.js | 64 var b7: <T extends Base, U extends Derived>(x: (arg: T) => U) => (r: T) => U; variable 181 var b7; variable
|
| D | tsxStatelessFunctionComponentOverload5.js | 56 const b7 = <MainButton {...{ onClick(e: any){} }} children="hello" className />; // incorrect type… constant
|
| /third_party/lzma/CPP/Common/ |
| D | MyGuidDef.h | 57 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument 61 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
|
| /third_party/typescript/tests/cases/conformance/expressions/contextualTyping/ |
| D | functionExpressionContextualTyping1.ts | 42 var b7: ((s: string, w: boolean) => void) | ((s: string, w: number) => string); variable
|
| /third_party/typescript/tests/cases/conformance/expressions/optionalChaining/ |
| D | optionalChainingInference.ts | 26 const b7 = { value: osu?.prop["length"] }; constant
|
| /third_party/typescript/tests/cases/compiler/ |
| D | objectLiteralExcessProperties.ts | 21 var b7: Book & number = { foreword: "hi", price: 10.99 }; variable
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-sendable-generic-types/ |
| D | arkts-sendable-generic-types.ts | 38 let b7 = new B<T, D>(); variable
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
| D | assignmentCompatWithConstructSignatures4.ts | 47 …var b7: new <T extends Base, U extends Derived, V extends Derived2>(x: (arg: T) => U) => (r: T) =>… variable
|
| D | assignmentCompatWithCallSignatures4.ts | 47 … var b7: <T extends Base, U extends Derived, V extends Derived2>(x: (arg: T) => U) => (r: T) => V; variable
|
| /third_party/typescript/tests/cases/conformance/es6/destructuring/ |
| D | destructuringArrayBindingPatternAndAssignment1ES5.ts | 37 var [b6, b7] = foo(); variable
|
| D | destructuringArrayBindingPatternAndAssignment1ES6.ts | 39 var [b6, b7] = foo(); variable
|
| D | destructuringArrayBindingPatternAndAssignment1ES5iterable.ts | 38 var [b6, b7] = foo(); variable
|
| D | destructuringVariableDeclaration1ES5.ts | 11 var [b5 = 3, b6 = true, b7 = temp] = [undefined, undefined, undefined]; variable
|
| D | destructuringVariableDeclaration1ES5iterable.ts | 12 var [b5 = 3, b6 = true, b7 = temp] = [undefined, undefined, undefined]; variable
|
| D | destructuringVariableDeclaration1ES6.ts | 12 var [b5 = 3, b6 = true, b7 = temp] = [undefined, undefined, undefined]; variable
|
| D | destructuringParameterDeclaration1ES6.ts | 31 function b7([[a], b, [[c, d]]] = [[undefined], undefined, [[undefined, undefined]]]) { } function
|
| D | destructuringParameterDeclaration1ES5.ts | 27 function b7([[a], b, [[c, d]]] = [[undefined], undefined, [[undefined, undefined]]]) { } function
|
| D | destructuringParameterDeclaration1ES5iterable.ts | 28 function b7([[a], b, [[c, d]]] = [[undefined], undefined, [[undefined, undefined]]]) { } function
|
| /third_party/ffmpeg/libavcodec/ppc/ |
| D | fdctdsp.c | 80 #define FDCTROW(b0, b1, b2, b3, b4, b5, b6, b7) /* {{{ */ \ argument 137 #define FDCTCOL(b0, b1, b2, b3, b4, b5, b6, b7) /* {{{ */ \ argument
|