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

/external/chromium_org/third_party/webrtc/common_video/
H A Di420_video_frame_unittest.cc26 int ExpectedSize(int plane_stride, int image_height, PlaneType type);
68 EXPECT_EQ(ExpectedSize(stride_y, height, kYPlane),
70 EXPECT_EQ(ExpectedSize(stride_u, height, kUPlane),
72 EXPECT_EQ(ExpectedSize(stride_v, height, kVPlane),
290 int ExpectedSize(int plane_stride, int image_height, PlaneType type) { function in namespace:webrtc
/external/clang/lib/Serialization/
H A DModuleManager.cpp58 off_t ExpectedSize, time_t ExpectedModTime,
66 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) {
400 off_t ExpectedSize,
411 if ((ExpectedSize && ExpectedSize != File->getSize()) ||
55 addModule(StringRef FileName, ModuleKind Type, SourceLocation ImportLoc, ModuleFile *ImportedBy, unsigned Generation, off_t ExpectedSize, time_t ExpectedModTime, ModuleFile *&Module, std::string &ErrorStr) argument
399 lookupModuleFile(StringRef FileName, off_t ExpectedSize, time_t ExpectedModTime, const FileEntry *&File) argument
H A DASTReader.cpp3631 off_t ExpectedSize, time_t ExpectedModTime,
3637 getGeneration(), ExpectedSize, ExpectedModTime,
3626 ReadASTCore(StringRef FileName, ModuleKind Type, SourceLocation ImportLoc, ModuleFile *ImportedBy, SmallVectorImpl<ImportedModule> &Loaded, off_t ExpectedSize, time_t ExpectedModTime, unsigned ClientLoadCapabilities) argument

Completed in 167 milliseconds