Home
last modified time | relevance | path

Searched refs:ExpectedSize (Results 1 – 9 of 9) 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.cpp3723 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument
3730 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.h1125 off_t ExpectedSize, time_t ExpectedModTime,
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp741 file.ExpectedSize = 0; in GetStream7()
743 file.ExpectedSize = size; in GetStream7()
833 b = file.ExpectedSize; in Write()
DExtractCallback.h68 UInt64 ExpectedSize; // the size from props request. 0 if unknown member