| /third_party/typescript/tests/baselines/reference/ |
| D | assignmentCompatWithCallSignatures5.js | 54 var b15: <U, V>(x: { a: U; b: V; }) => U[]; variable 143 var b15; variable
|
| D | assignmentCompatWithConstructSignatures5.js | 54 var b15: new <U, V>(x: { a: U; b: V; }) => U[]; variable 143 var b15; variable
|
| D | assignmentCompatWithConstructSignatures3.js | 88 var b15: new <T>(x: T) => T[]; variable 205 var b15; variable
|
| D | assignmentCompatWithCallSignatures3.js | 88 var b15: <T>(x: T) => T[]; variable 205 var b15; variable
|
| D | assignmentCompatWithConstructSignatures4.js | 69 var b15: new <T>(x: { a: T; b: T }) => T; variable
|
| D | assignmentCompatWithCallSignatures4.js | 69 var b15: <T>(x: { a: T; b: T }) => T; variable
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
| D | assignmentCompatWithConstructSignatures5.ts | 53 var b15: new <U, V>(x: { a: U; b: V; }) => U[]; variable
|
| D | assignmentCompatWithCallSignatures5.ts | 53 var b15: <U, V>(x: { a: U; b: V; }) => U[]; variable
|
| D | assignmentCompatWithConstructSignatures4.ts | 68 var b15: new <T>(x: { a: T; b: T }) => T; variable
|
| D | assignmentCompatWithCallSignatures4.ts | 68 var b15: <T>(x: { a: T; b: T }) => T; variable
|
| D | assignmentCompatWithConstructSignatures3.ts | 87 var b15: new <T>(x: T) => T[]; variable
|
| D | assignmentCompatWithCallSignatures3.ts | 87 var b15: <T>(x: T) => T[]; variable
|
| /third_party/mbedtls/library/ |
| D | sha3.c | 75 #define H(b63, b31, b15) (b63 << 6 | b31 << 5 | b15 << 4) argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| D | randen_hwaes.cc | 490 Vector128 b15 = Vector128Load(state + 15); in Absorb() local
|