HomeSort by relevance Sort by last modified time
    Searched refs:ExpectedSize (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Serialization/
ModuleManager.h 175 /// \param ExpectedSize The expected size of the module file, used for
192 off_t ExpectedSize, time_t ExpectedModTime,
261 /// \param ExpectedSize The size that the module file is expected to have.
275 off_t ExpectedSize,
ASTReader.h     [all...]
  /external/chromium_org/third_party/webrtc/common_video/
i420_video_frame_unittest.cc 26 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) {
  /external/clang/lib/Serialization/
ModuleManager.cpp 58 off_t ExpectedSize, time_t ExpectedModTime,
66 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) {
400 off_t ExpectedSize,
411 if ((ExpectedSize && ExpectedSize != File->getSize()) ||
ASTReader.cpp     [all...]

Completed in 1541 milliseconds