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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
stringbuffertest.cpp 23 EXPECT_EQ(0u, buffer.GetSize());
31 EXPECT_EQ(1u, buffer.GetSize());
42 EXPECT_EQ(0u, buffer.GetSize());
50 EXPECT_EQ(5u, buffer.GetSize());
54 EXPECT_EQ(5u + 65536u, buffer.GetSize());
66 EXPECT_EQ(2u, buffer.GetSize());
116 EXPECT_EQ(4u, x.GetSize());
121 EXPECT_EQ(0u, x.GetSize());
122 EXPECT_EQ(4u, y.GetSize());
127 EXPECT_EQ(0u, y.GetSize());
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
memory_region.h 56 virtual uint32_t GetSize() const = 0;
  /external/lzma/CPP/7zip/Archive/Common/
DummyOutStream.h 22 UInt64 GetSize() const { return _size; }
  /external/pdfium/core/fpdfapi/edit/
cpdf_encryptor.h 22 uint32_t GetSize() const { return m_dwSize; }
cpdf_flateencoder.h 25 uint32_t GetSize() const { return m_dwSize; }
cpdf_flateencoder.cpp 24 m_dwSize = pDestAcc->GetSize();
32 m_dwSize = m_pAcc->GetSize();
39 ::FlateEncode(m_pAcc->GetData(), m_pAcc->GetSize(), &buffer, &m_dwSize);
  /external/pdfium/core/fxcrt/
cfx_seekablemultistream.cpp 25 FX_FILESIZE CFX_SeekableMultiStream::GetSize() {
28 dwSize += acc->GetSize();
39 FX_FILESIZE dwSize = acc->GetSize();
48 uint32_t dwSize = acc->GetSize();
  /external/puffin/src/include/puffin/
stream.h 21 virtual bool GetSize(uint64_t* size) const = 0;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTSkipGraph.h 57 return (unsigned int)m_apDependencies.GetSize();
68 _ASSERT(ui32Id >= 0 && ui32Id < (unsigned int)m_apDependencies.GetSize());
92 for(ui = 0; ui < (unsigned int)m_apDependencies.GetSize(); ++ui)
137 for(ui = 0; ui < (unsigned int)m_apDependents.GetSize(); ++ui)
320 return (unsigned int)m_aHashTable.GetSize();
336 _ASSERT(ui32NodeID >= 0 && ui32NodeID < (unsigned int)m_aHashTable.GetSize());
397 _ASSERT(ui32NodeID >= 0 && ui32NodeID < (unsigned int)m_aHashTable.GetSize());
411 int i32HashTableSize(m_aHashTable.GetSize());
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorybuffer.h 54 size_t GetSize() const { return stack_.GetSize(); }
  /external/bsdiff/include/bsdiff/
file_interface.h 48 virtual bool GetSize(uint64_t* size) = 0;
  /external/bsdiff/
sink_file.cc 29 bool SinkFile::GetSize(uint64_t* size) {
buffer_file.h 31 bool GetSize(uint64_t* size) override;
file.h 27 bool GetSize(uint64_t* size) override;
memory_file.h 28 bool GetSize(uint64_t* size) override;
sink_file.h 22 // Read, Seek and GetSize are not supported.
32 bool GetSize(uint64_t* size) override;
  /external/opencv/
WLNonFileByteStream.h 38 int GetSize();
  /external/pdfium/core/fpdfdoc/
cpdf_metadata.cpp 25 m_pXmlElement = CXML_Element::Parse(pAcc->GetData(), pAcc->GetSize());
  /external/webrtc/talk/media/base/
audioframe.h 48 size_t GetSize() const { return length_; }
  /external/libmojo/mojo/public/cpp/bindings/lib/
string_serialization.h 32 CallWithContext(Traits::GetSize, input, custom_context));
47 CallWithContext(Traits::GetSize, input, custom_context), buffer);
51 CallWithContext(Traits::GetSize, input, custom_context));
  /external/libbrillo/brillo/streams/
memory_stream_unittest.cc 38 MOCK_CONST_METHOD0(GetSize, size_t());
95 TEST_F(MemoryStreamTest, GetSize) {
96 EXPECT_CALL(container_mock(), GetSize())
101 EXPECT_EQ(0, stream_->GetSize());
102 EXPECT_EQ(1234, stream_->GetSize());
103 EXPECT_EQ(kSizeMax, stream_->GetSize());
122 EXPECT_CALL(container_mock(), GetSize()).WillRepeatedly(Return(200));
138 EXPECT_CALL(container_mock(), GetSize()).WillOnce(Return(kSizeMax));
208 EXPECT_EQ(3, stream->GetSize());
222 EXPECT_EQ(3, stream->GetSize());
    [all...]
memory_containers_unittest.cc 30 MOCK_CONST_METHOD0(GetSize, size_t());
69 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
85 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
97 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
110 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
127 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
143 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
158 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
177 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
198 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100))
    [all...]
  /system/chre/host/common/test/
chre_test_client.cc 129 LOGI("Sending hub info request (%" PRIu32 " bytes)", builder.GetSize());
130 if (!client.sendMessage(builder.GetBufferPointer(), builder.GetSize())) {
139 LOGI("Sending app list request (%" PRIu32 " bytes)", builder.GetSize());
140 if (!client.sendMessage(builder.GetBufferPointer(), builder.GetSize())) {
153 builder.GetSize(), sizeof(messageData));
154 if (!client.sendMessage(builder.GetBufferPointer(), builder.GetSize())) {
184 "payload)", builder.GetSize(), buffer.size());
185 if (!client.sendMessage(builder.GetBufferPointer(), builder.GetSize())) {
197 appId, builder.GetSize());
198 if (!client.sendMessage(builder.GetBufferPointer(), builder.GetSize())) {
    [all...]
  /external/webrtc/webrtc/base/
multipart_unittest.cc 41 EXPECT_TRUE(multipart.GetSize(&size));
50 EXPECT_TRUE(multipart.GetSize(&size));
61 EXPECT_TRUE(multipart.GetSize(&size));
67 EXPECT_TRUE(stream->GetSize(&stream_size));
76 EXPECT_TRUE(multipart.GetSize(&size));
89 EXPECT_TRUE(multipart.GetSize(&size));
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h 105 Resize(GetSize());
123 RAPIDJSON_ASSERT(GetSize() >= count * sizeof(T));
130 RAPIDJSON_ASSERT(GetSize() >= sizeof(T));
146 size_t GetSize() const { return static_cast<size_t>(stackTop_ - stack_); }
162 size_t newSize = GetSize() + sizeof(T) * count;
170 const size_t size = GetSize(); // Backup the current size

Completed in 697 milliseconds

1 2 3 4 5 6 7 8 91011>>