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

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/core/fpdfdoc/
cpvt_arraytemplate.h 16 bool IsEmpty() { return CFX_ArrayTemplate<TYPE>::GetSize() <= 0; }
19 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize())
25 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize())
clines.cpp 17 int32_t CLines::GetSize() const {
18 return m_Lines.GetSize();
30 for (int32_t i = 0, sz = GetSize(); i < sz; i++)
37 if (m_nTotal >= GetSize()) {
48 for (int32_t i = GetSize() - 1; i >= m_nTotal; i--) {
clines.h 22 int32_t GetSize() const;
cpdf_metadata.cpp 25 m_pXmlElement = CXML_Element::Parse(acc.GetData(), acc.GetSize());
  /external/pdfium/core/fxcrt/
fxcrt_stream.cpp 10 return WriteBlock(pData, GetSize(), size);
26 return WriteBlock(buffer, GetSize(), size);
  /external/pdfium/xfa/fxfa/parser/
cxfa_valuearray.cpp 15 for (int32_t i = 0; i < GetSize(); i++)
20 for (int32_t i = 0; i < GetSize(); i++)
cxfa_arraynodelist.cpp 15 if (srcArray.GetSize() > 0) {
21 return m_array.GetSize();
33 int32_t iSize = m_array.GetSize();
45 int32_t iSize = m_array.GetSize();
56 int32_t iSize = m_array.GetSize();
  /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/pdfium/xfa/fxbarcode/common/reedsolomon/
BC_ReedSolomon.cpp 38 if (degree >= m_cachedGenerators.GetSize()) {
40 m_cachedGenerators[m_cachedGenerators.GetSize() - 1];
41 for (int32_t d = m_cachedGenerators.GetSize(); d <= degree; d++) {
66 int32_t dataBytes = toEncode->GetSize() - ecBytes;
93 int32_t numZeroCoefficients = ecBytes - coefficients->GetSize();
97 for (int32_t y = 0; y < coefficients->GetSize(); y++) {
101 for (int32_t k = 0; k < temp->GetSize(); k++) {
106 for (int32_t i = 0; i < m_cachedGenerators.GetSize(); i++)
BC_ReedSolomonGF256Poly.cpp 43 if (!coefficients || coefficients->GetSize() == 0) {
48 int32_t coefficientsLength = coefficients->GetSize();
71 return m_coefficients.GetSize() - 1;
77 return m_coefficients[m_coefficients.GetSize() - 1 - degree];
83 int32_t size = m_coefficients.GetSize();
117 if (smallerCoefficients.GetSize() > largerCoefficients.GetSize()) {
124 sumDiff.SetSize(largerCoefficients.GetSize());
126 largerCoefficients.GetSize() - smallerCoefficients.GetSize();
    [all...]
  /external/bsdiff/
file_interface.h 40 virtual bool GetSize(uint64_t* size) = 0;
sink_file.cc 29 bool SinkFile::GetSize(uint64_t* size) {
  /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/xfa/fxbarcode/common/
BC_CommonBitArray.cpp 27 m_size = array->GetSize();
41 int32_t CBC_CommonBitArray::GetSize() {
63 FXSYS_memset(&m_bits[0], 0x00, m_bits.GetSize() * sizeof(int32_t));
102 int32_t* newBits = FX_Alloc(int32_t, m_bits.GetSize());
103 FXSYS_memset(newBits, 0x00, m_bits.GetSize() * sizeof(int32_t));
111 FXSYS_memcpy(&m_bits[0], newBits, m_bits.GetSize() * sizeof(int32_t));
  /external/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417BarcodeRow.cpp 48 m_output.SetSize(m_row.GetSize() * scale);
49 for (int32_t i = 0; i < m_output.GetSize(); i++) {
  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderECBlocks.cpp 41 for (int32_t i = 0; i < m_ecBlocksArray.GetSize(); i++)
51 for (int32_t i = 0; i < m_ecBlocksArray.GetSize(); i++)
  /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(); }
  /system/chre/host/common/test/
chre_test_client.cc 123 LOGI("Sending hub info request (%u bytes)", builder.GetSize());
124 if (!client.sendMessage(builder.GetBufferPointer(), builder.GetSize())) {
133 LOGI("Sending app list request (%u bytes)", builder.GetSize());
134 if (!client.sendMessage(builder.GetBufferPointer(), builder.GetSize())) {
147 builder.GetSize(), sizeof(messageData));
148 if (!client.sendMessage(builder.GetBufferPointer(), builder.GetSize())) {
173 builder.GetSize(), buffer.size());
174 if (!client.sendMessage(builder.GetBufferPointer(), builder.GetSize())) {
  /external/libmojo/mojo/public/cpp/bindings/
string_traits_standard.h 18 static size_t GetSize(const String& input) { return input.size(); }
  /external/opencv/
WLNonFileByteStream.h 38 int GetSize();
  /external/pdfium/xfa/fde/
fde_iterator.cpp 33 if (m_CanvasStack.GetSize() == 0)
36 while (m_CanvasStack.GetSize() > 1)
56 while (m_CanvasStack.GetSize() > 0) {
61 if (m_CanvasStack.GetSize() == 1)
  /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));

Completed in 1482 milliseconds

1 2 3 4 5 6 7 8 91011>>