Home
last modified time | relevance | path

Searched refs:getFileSize (Results 1 – 25 of 34) sorted by relevance

12

/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectLanguageServiceState.ts21 const originalGetFileSize = host.getFileSize;
22 host.getFileSize = (filePath: string) =>
/third_party/lz4/tests/
DroundTripTest.c148 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/
Dnv50_ir_target_nv50.h61 virtual unsigned int getFileSize(DataFile) const;
Dnv50_ir_target_nvc0.h68 virtual unsigned int getFileSize(DataFile) const;
Dnv50_ir_target.h240 virtual unsigned int getFileSize(DataFile) const = 0;
Dnv50_ir_target_nv50.cpp202 TargetNV50::getFileSize(DataFile file) const in getFileSize() function in nv50_ir::TargetNV50
Dnv50_ir_target_nvc0.cpp266 TargetNVC0::getFileSize(DataFile file) const in getFileSize() function in nv50_ir::TargetNVC0
Dnv50_ir_ra.cpp69 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()
Dnv50_ir_emit_nvc0.cpp3231 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/
DPDBFile.h68 uint32_t getFileSize() const;
/third_party/typescript/src/server/
DscriptInfo.ts213 … const fileSize = this.host.getFileSize ? this.host.getFileSize(fileName) : getText().length;
DeditorServices.ts1973 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/
DPDBFile.cpp102 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/
Dtelemetry.ts239 et.host.getFileSize = () => fileSize;
DconfiguredProjects.ts755 const originalGetFileSize = host.getFileSize;
756 host.getFileSize = (filePath: string) =>
809 const originalGetFileSize = host.getFileSize;
810 host.getFileSize = (filePath: string) =>
DexternalProjects.ts467 const originalGetFileSize = host.getFileSize;
468 host.getFileSize = (filePath: string) =>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp783 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/
DharnessIO.ts7 getFileSize(path: string): number; method
137 getFileSize: (path: string) => ts.sys.getFileSize!(path),
DfakesHosts.ts124 public getFileSize(path: string) {
DvfsUtil.ts1206 getFileSize(path: string): number; method
1222 return { mode: S_IFREG | 0o666, size: host.getFileSize(path) };
DvirtualFileSystemWithWatch.ts879 getFileSize(s: string) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h606 uint64_t getFileSize();
/third_party/typescript/src/compiler/
Dsys.ts1089 getFileSize?(path: string): number; method
1275 getFileSize(path) {
/third_party/typescript/lib/
DtypescriptServices.d.ts3944 getFileSize?(path: string): number;
Dtypescript.d.ts3944 getFileSize?(path: string): number;

12