Searched defs:ExpectedSize (Results 1 - 5 of 5) sorted by relevance

/external/llvm/unittests/MC/
H A DStringTableBuilderTest.cpp52 uint32_t ExpectedSize = 4 + 19 + 12; local
53 EXPECT_EQ(ExpectedSize, B.data().size());
57 ExpectedSize =
58 support::endian::byte_swap<uint32_t, support::little>(ExpectedSize);
59 Expected.append((const char*)&ExpectedSize, 4);
/external/webrtc/webrtc/common_video/
H A Dvideo_frame.cc36 int ExpectedSize(int plane_stride, int image_height, PlaneType type) { function in namespace:webrtc
/external/clang/lib/Serialization/
H A DModuleManager.cpp60 off_t ExpectedSize, time_t ExpectedModTime,
77 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) {
413 off_t ExpectedSize,
424 if ((ExpectedSize && ExpectedSize != File->getSize()) ||
57 addModule(StringRef FileName, ModuleKind Type, SourceLocation ImportLoc, ModuleFile *ImportedBy, unsigned Generation, off_t ExpectedSize, time_t ExpectedModTime, ASTFileSignature ExpectedSignature, ASTFileSignatureReader ReadSignature, ModuleFile *&Module, std::string &ErrorStr) argument
412 lookupModuleFile(StringRef FileName, off_t ExpectedSize, time_t ExpectedModTime, const FileEntry *&File) argument
H A DASTReader.cpp3723 off_t ExpectedSize, time_t ExpectedModTime,
3730 getGeneration(), ExpectedSize, ExpectedModTime,
3718 ReadASTCore(StringRef FileName, ModuleKind Type, SourceLocation ImportLoc, ModuleFile *ImportedBy, SmallVectorImpl<ImportedModule> &Loaded, off_t ExpectedSize, time_t ExpectedModTime, ASTFileSignature ExpectedSignature, unsigned ClientLoadCapabilities) argument
/external/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.h68 UInt64 ExpectedSize; // the size from props request. 0 if unknown member in struct:CVirtFile

Completed in 134 milliseconds