Home
last modified time | relevance | path

Searched refs:ft1 (Results 1 - 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DvariadicTuples2.js45 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 DtemplateLiteralTypes2.js2 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 DtemplateLiteralTypes3.js187 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 DvariadicTuples1.js68 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 DMyWindows.cpp135 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 DMyWindows.h275 EXTERN_C LONG CompareFileTime(const FILETIME* ft1, const FILETIME* ft2);
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dreglist-riscv64.h45 const DoubleRegList kCallerSavedFPU = {ft0, ft1, ft2, ft3, ft4, ft5, ft6,
H A Dregister-riscv64.h45 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 Dliftoff-assembler-defs.h109 ft1, ft2, ft3, ft4, ft5, ft6, ft7, fa0, fa1, fa2,
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp1180 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 Dpolicydb.c829 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 Dsimulator-riscv64.h274 ft1, enumerator
/third_party/elfutils/tests/
H A Drun-allregs.sh2875 33: ft1 (ft1), float 64 bits

Completed in 20 milliseconds