Home
last modified time | relevance | path

Searched refs:ExpectedSize (Results 1 – 10 of 10) sorted by relevance

/external/llvm/unittests/MC/
DStringTableBuilderTest.cpp52 uint32_t ExpectedSize = 4 + 19 + 12; in TEST() local
53 EXPECT_EQ(ExpectedSize, B.data().size()); in TEST()
57 ExpectedSize = in TEST()
58 support::endian::byte_swap<uint32_t, support::little>(ExpectedSize); in TEST()
59 Expected.append((const char*)&ExpectedSize, 4); in TEST()
/external/clang/lib/Serialization/
DModuleManager.cpp60 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument
77 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule()
413 off_t ExpectedSize, in lookupModuleFile() argument
424 if ((ExpectedSize && ExpectedSize != File->getSize()) || in lookupModuleFile()
DASTReader.cpp3726 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument
3733 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
/external/webrtc/webrtc/common_video/
Di420_video_frame_unittest.cc27 int ExpectedSize(int plane_stride, int image_height, PlaneType type);
63 EXPECT_EQ(ExpectedSize(stride_y, height, kYPlane), in TEST()
65 EXPECT_EQ(ExpectedSize(stride_u, height, kUPlane), in TEST()
67 EXPECT_EQ(ExpectedSize(stride_v, height, kVPlane), in TEST()
Dvideo_frame.cc36 int ExpectedSize(int plane_stride, int image_height, PlaneType type) { in ExpectedSize() function
/external/clang/include/clang/Serialization/
DModuleManager.h217 off_t ExpectedSize, time_t ExpectedModTime,
279 off_t ExpectedSize,
DASTReader.h1127 off_t ExpectedSize, time_t ExpectedModTime,
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp878 file.ExpectedSize = 0; in GetStream7()
880 file.ExpectedSize = size; in GetStream7()
970 b = file.ExpectedSize; in Write()
DExtractCallback.h68 UInt64 ExpectedSize; // the size from props request. 0 if unknown member
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp752 void reportRecordSizeError(size_t ExpectedSize, const char *RecordName,
788 void BlockParserBaseClass::reportRecordSizeError(size_t ExpectedSize, in reportRecordSizeError() argument
799 StrBuf << " " << ExpectedSize << " argument"; in reportRecordSizeError()
800 if (ExpectedSize > 1) in reportRecordSizeError()