/third_party/typescript/tests/baselines/reference/ |
H A D | variadicTuples2.js | 45 declare function ft1(...args: [...strs: string[], num: number]): void; 46 ft1(5); 47 ft1('abc', 5); 48 ft1('abc', 'def', 5); 49 ft1('abc', 'def', 5, 6); // Error 150 ft1(5);
151 ft1('abc', 5);
152 ft1('abc', 'def', 5);
153 ft1('abc', 'def', 5, 6); // Error
257 declare function ft1( [all...] |
H A D | templateLiteralTypes2.js | 2 function ft1<T extends string>(s: string, n: number, u: 'foo' | 'bar' | 'baz', t: T) { 124 function ft1(s, n, u, t) {
function 210 declare function ft1<T extends string>(s: string, n: number, u: 'foo' | 'bar' | 'baz', t: T): void;
|
H A D | templateLiteralTypes3.js | 187 function ft1<T extends string>(t: T, u: Uppercase<T>, u1: Uppercase<`1.${T}.3`>, u2: Uppercase<`1.${T}.4`>) { 283 function ft1(t, u, u1, u2) {
function 358 declare function ft1<T extends string>(t: T, u: Uppercase<T>, u1: Uppercase<`1.${T}.3`>, u2: Uppercase<`1.${T}.4`>): void;
|
H A D | variadicTuples1.js | 68 declare function ft1<T extends unknown[]>(t: T): T; 73 ft1(['hello', 42]); // (string | number)[] 447 ft1(['hello', 42]); // (string | number)[]
654 declare function ft1<T extends unknown[]>(t: T): T;
|
/third_party/lzma/CPP/Common/ |
H A D | MyWindows.cpp | 135 LONG CompareFileTime(const FILETIME* ft1, const FILETIME* ft2)
in CompareFileTime() argument 137 if (ft1->dwHighDateTime < ft2->dwHighDateTime) return -1;
in CompareFileTime() 138 if (ft1->dwHighDateTime > ft2->dwHighDateTime) return 1;
in CompareFileTime() 139 if (ft1->dwLowDateTime < ft2->dwLowDateTime) return -1;
in CompareFileTime() 140 if (ft1->dwLowDateTime > ft2->dwLowDateTime) return 1;
in CompareFileTime()
|
H A D | MyWindows.h | 275 EXTERN_C LONG CompareFileTime(const FILETIME* ft1, const FILETIME* ft2);
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | reglist-riscv64.h | 45 const DoubleRegList kCallerSavedFPU = {ft0, ft1, ft2, ft3, ft4, ft5, ft6,
|
H A D | register-riscv64.h | 45 V(ft0) V(ft1) V(ft2) V(ft3) V(ft4) V(ft5) V(ft6) V(ft7) \ 64 V(ft1) V(ft2) V(ft3) V(ft4) V(ft5) V(ft6) V(ft7) V(ft8) \
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler-defs.h | 109 ft1, ft2, ft3, ft4, ft5, ft6, ft7, fa0, fa1, fa2,
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.cpp | 1180 FILETIME ft1;
in CheckExistFile() local 1181 FiTime_To_FILETIME(fileInfo.MTime, ft1);
in CheckExistFile() 1185 fs2us(realFullProcessedPath), &ft1, &fileInfo.Size, _item.Path,
in CheckExistFile()
|
/third_party/selinux/libsepol/src/ |
H A D | policydb.c | 829 const filename_trans_key_t *ft1 = (const filename_trans_key_t *)k1; in filenametr_cmp() local 833 v = spaceship_cmp(ft1->ttype, ft2->ttype); in filenametr_cmp() 837 v = spaceship_cmp(ft1->tclass, ft2->tclass); in filenametr_cmp() 841 return strcmp(ft1->name, ft2->name); in filenametr_cmp()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.h | 274 ft1, enumerator
|
/third_party/elfutils/tests/ |
H A D | run-allregs.sh | 2875 33: ft1 (ft1), float 64 bits
|