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

1 2

  /external/llvm/unittests/MC/
StringTableBuilderTest.cpp 52 uint32_t ExpectedSize = 4 + 19 + 12;
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/clang/include/clang/Serialization/
ModuleManager.h 194 /// \param ExpectedSize The expected size of the module file, used for
217 off_t ExpectedSize, time_t ExpectedModTime,
265 /// \param ExpectedSize The size that the module file is expected to have.
279 off_t ExpectedSize,
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ModuleManager.h 206 /// \param ExpectedSize The expected size of the module file, used for
229 off_t ExpectedSize, time_t ExpectedModTime,
277 /// \param ExpectedSize The size that the module file is expected to have.
291 off_t ExpectedSize,
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ModuleManager.h 206 /// \param ExpectedSize The expected size of the module file, used for
229 off_t ExpectedSize, time_t ExpectedModTime,
277 /// \param ExpectedSize The size that the module file is expected to have.
291 off_t ExpectedSize,
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ModuleManager.h 206 /// \param ExpectedSize The expected size of the module file, used for
229 off_t ExpectedSize, time_t ExpectedModTime,
277 /// \param ExpectedSize The size that the module file is expected to have.
291 off_t ExpectedSize,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ModuleManager.h 214 /// \param ExpectedSize The expected size of the module file, used for
237 off_t ExpectedSize, time_t ExpectedModTime,
285 /// \param ExpectedSize The size that the module file is expected to have.
299 off_t ExpectedSize,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ModuleManager.h 214 /// \param ExpectedSize The expected size of the module file, used for
237 off_t ExpectedSize, time_t ExpectedModTime,
285 /// \param ExpectedSize The size that the module file is expected to have.
299 off_t ExpectedSize,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ModuleManager.h 214 /// \param ExpectedSize The expected size of the module file, used for
237 off_t ExpectedSize, time_t ExpectedModTime,
285 /// \param ExpectedSize The size that the module file is expected to have.
299 off_t ExpectedSize,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ModuleManager.h 214 /// \param ExpectedSize The expected size of the module file, used for
237 off_t ExpectedSize, time_t ExpectedModTime,
285 /// \param ExpectedSize The size that the module file is expected to have.
299 off_t ExpectedSize,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ModuleManager.h 206 /// \param ExpectedSize The expected size of the module file, used for
229 off_t ExpectedSize, time_t ExpectedModTime,
277 /// \param ExpectedSize The size that the module file is expected to have.
291 off_t ExpectedSize,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ModuleManager.h 206 /// \param ExpectedSize The expected size of the module file, used for
229 off_t ExpectedSize, time_t ExpectedModTime,
277 /// \param ExpectedSize The size that the module file is expected to have.
291 off_t ExpectedSize,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ModuleManager.h 206 /// \param ExpectedSize The expected size of the module file, used for
229 off_t ExpectedSize, time_t ExpectedModTime,
277 /// \param ExpectedSize The size that the module file is expected to have.
291 off_t ExpectedSize,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ModuleManager.h 214 /// \param ExpectedSize The expected size of the module file, used for
237 off_t ExpectedSize, time_t ExpectedModTime,
285 /// \param ExpectedSize The size that the module file is expected to have.
299 off_t ExpectedSize,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
ModuleManager.h 214 /// \param ExpectedSize The expected size of the module file, used for
237 off_t ExpectedSize, time_t ExpectedModTime,
285 /// \param ExpectedSize The size that the module file is expected to have.
299 off_t ExpectedSize,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ModuleManager.h 214 /// \param ExpectedSize The expected size of the module file, used for
237 off_t ExpectedSize, time_t ExpectedModTime,
285 /// \param ExpectedSize The size that the module file is expected to have.
299 off_t ExpectedSize,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ModuleManager.h 214 /// \param ExpectedSize The expected size of the module file, used for
237 off_t ExpectedSize, time_t ExpectedModTime,
285 /// \param ExpectedSize The size that the module file is expected to have.
299 off_t ExpectedSize,
  /external/webrtc/webrtc/common_video/
i420_video_frame_unittest.cc 27 int ExpectedSize(int plane_stride, int image_height, PlaneType type);
63 EXPECT_EQ(ExpectedSize(stride_y, height, kYPlane),
65 EXPECT_EQ(ExpectedSize(stride_u, height, kUPlane),
67 EXPECT_EQ(ExpectedSize(stride_v, height, kVPlane),
video_frame.cc 36 int ExpectedSize(int plane_stride, int image_height, PlaneType type) {
  /external/clang/lib/Serialization/
ModuleManager.cpp 60 off_t ExpectedSize, time_t ExpectedModTime,
77 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) {
413 off_t ExpectedSize,
424 if ((ExpectedSize && ExpectedSize != File->getSize()) ||
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h 68 UInt64 ExpectedSize; // the size from props request. 0 if unknown
ExtractCallback.cpp 878 file.ExpectedSize = 0;
880 file.ExpectedSize = size;
970 b = file.ExpectedSize;
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp 748 /// 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,
799 StrBuf << " " << ExpectedSize << " argument";
800 if (ExpectedSize > 1)
    [all...]

Completed in 833 milliseconds

1 2