Searched defs:ExpectedSize (Results 1 - 6 of 6) 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.cpp3726 off_t ExpectedSize, time_t ExpectedModTime,
3733 getGeneration(), ExpectedSize, ExpectedModTime,
3721 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
/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp748 /// Generates a record size error. ExpectedSize is the number of elements
751 /// describe how ExpectedSize should be interpreted.
752 void reportRecordSizeError(size_t ExpectedSize, const char *RecordName,
788 void BlockParserBaseClass::reportRecordSizeError(size_t ExpectedSize, argument
799 StrBuf << " " << ExpectedSize << " argument"; local
800 if (ExpectedSize > 1)

Completed in 633 milliseconds