/third_party/typescript/src/testRunner/unittests/tsserver/events/ |
D | projectLanguageServiceState.ts | 21 const originalGetFileSize = host.getFileSize; 22 host.getFileSize = (filePath: string) =>
|
/third_party/lz4/tests/ |
D | abiTest.c | 120 static size_t getFileSize(const char* infilename) in getFileSize() function 176 size_t const fileSize = getFileSize(fileName); in fileCheck()
|
D | roundTripTest.c | 148 static size_t getFileSize(const char* infilename) in getFileSize() function 204 size_t const fileSize = getFileSize(fileName); in fileCheck()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_nv50.h | 61 virtual unsigned int getFileSize(DataFile) const;
|
D | nv50_ir_target_nvc0.h | 68 virtual unsigned int getFileSize(DataFile) const;
|
D | nv50_ir_target.h | 240 virtual unsigned int getFileSize(DataFile) const = 0;
|
D | nv50_ir_target_nv50.cpp | 202 TargetNV50::getFileSize(DataFile file) const in getFileSize() function in nv50_ir::TargetNV50
|
D | nv50_ir_target_nvc0.cpp | 266 TargetNVC0::getFileSize(DataFile file) const in getFileSize() function in nv50_ir::TargetNVC0
|
D | nv50_ir_ra.cpp | 57 inline unsigned int getFileSize(DataFile f) const in getFileSize() function in nv50_ir::RegisterSet 114 last[rf] = targ->getFileSize(f) - 1; in init() 936 maxReg = regs.getFileSize(f); in init()
|
D | nv50_ir_emit_nvc0.cpp | 3231 int regs = targ->getFileSize(FILE_GPR) + 1; in visit()
|
/third_party/typescript/src/server/ |
D | scriptInfo.ts | 213 … const fileSize = this.host.getFileSize ? this.host.getFileSize(fileName) : getText().length;
|
D | editorServices.ts | 1972 if (options && options.disableSizeLimit || !this.host.getFileSize) { 1988 totalNonTsFileSize += this.host.getFileSize(fileName); 1993 .map(name => ({ name, size: this.host.getFileSize!(name) }))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBFile.h | 68 uint32_t getFileSize() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFile.cpp | 102 uint32_t PDBFile::getFileSize() const { return Buffer->getLength(); } in getFileSize() function in PDBFile 220 if (BlockEndOffset > getFileSize()) in parseStreamData()
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | configuredProjects.ts | 670 const originalGetFileSize = host.getFileSize; 671 host.getFileSize = (filePath: string) => 724 const originalGetFileSize = host.getFileSize; 725 host.getFileSize = (filePath: string) =>
|
D | telemetry.ts | 239 et.host.getFileSize = () => fileSize;
|
D | externalProjects.ts | 467 const originalGetFileSize = host.getFileSize; 468 host.getFileSize = (filePath: string) =>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 783 uint64_t SampleProfileReaderExtBinaryBase::getFileSize() { in getFileSize() function in SampleProfileReaderExtBinaryBase 804 assert(HeaderSize + TotalSecsSize == getFileSize() && in dumpSectionInfo() 809 OS << "File Size: " << getFileSize() << "\n"; in dumpSectionInfo()
|
/third_party/typescript/src/harness/ |
D | harnessIO.ts | 7 getFileSize(path: string): number; method 144 getFileSize: (path: string) => ts.sys.getFileSize!(path),
|
D | fakesHosts.ts | 128 public getFileSize(path: string) {
|
D | vfsUtil.ts | 1211 getFileSize(path: string): number; method 1227 return { mode: S_IFREG | 0o666, size: host.getFileSize(path) };
|
D | virtualFileSystemWithWatch.ts | 839 getFileSize(s: string) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | SampleProfReader.h | 606 uint64_t getFileSize();
|
/third_party/typescript/src/compiler/ |
D | sys.ts | 1338 getFileSize?(path: string): number; method 1531 getFileSize(path) {
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 4502 getFileSize?(path: string): number;
|