/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 | 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/gallium/drivers/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 | 69 inline unsigned int getFileSize(DataFile f) const in getFileSize() function in nv50_ir::RegisterSet 126 last[rf] = targ->getFileSize(f) - 1; in init() 947 maxReg = regs.getFileSize(f); in init()
|
D | nv50_ir_emit_nvc0.cpp | 3231 int regs = targ->getFileSize(FILE_GPR) + 1; in visit()
|
/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/typescript/src/server/ |
D | scriptInfo.ts | 213 … const fileSize = this.host.getFileSize ? this.host.getFileSize(fileName) : getText().length;
|
D | editorServices.ts | 1973 if (options && options.disableSizeLimit || !this.host.getFileSize) { 1989 totalNonTsFileSize += this.host.getFileSize(fileName); 1994 .map(name => ({ name, size: this.host.getFileSize!(name) }))
|
/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 | telemetry.ts | 239 et.host.getFileSize = () => fileSize;
|
D | configuredProjects.ts | 755 const originalGetFileSize = host.getFileSize; 756 host.getFileSize = (filePath: string) => 809 const originalGetFileSize = host.getFileSize; 810 host.getFileSize = (filePath: string) =>
|
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 137 getFileSize: (path: string) => ts.sys.getFileSize!(path),
|
D | fakesHosts.ts | 124 public getFileSize(path: string) {
|
D | vfsUtil.ts | 1206 getFileSize(path: string): number; method 1222 return { mode: S_IFREG | 0o666, size: host.getFileSize(path) };
|
D | virtualFileSystemWithWatch.ts | 879 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 | 1089 getFileSize?(path: string): number; method 1275 getFileSize(path) {
|
/third_party/typescript/lib/ |
D | typescriptServices.d.ts | 3944 getFileSize?(path: string): number;
|
D | typescript.d.ts | 3944 getFileSize?(path: string): number;
|