HomeSort by relevance Sort by last modified time
    Searched refs:GetSize (Results 26 - 50 of 529) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ScanningDecoder.cpp 159 for (int32_t row = 0; row < barcodeMatrix->GetSize(); row++) {
162 for (; l < ((CFX_PtrArray*)barcodeMatrix->GetAt(row))->GetSize(); l++) {
166 if (barcodeValue->getValue()->GetSize() == 0) {
223 for (int32_t i = 0; i < rowHeights->GetSize(); i++) {
236 for (int32_t row1 = rowHeights->GetSize() - 1; row1 >= 0; row1--) {
242 for (int32_t row2 = codewords->GetSize() - 1;
254 for (int32_t i = 0; i < values.GetSize(); i++) {
334 if (numberOfCodewords->GetSize() == 0) {
356 for (int32_t i = 0; i < barcodeMatrix->GetSize(); i++) {
358 for (int32_t j = 0; j < temp->GetSize(); j++) {
    [all...]
BC_PDF417BarcodeMatrix.cpp 28 for (int32_t i = 0, matrixLength = m_matrix.GetSize(); i < matrixLength;
39 for (int32_t i = 0; i < m_matrix.GetSize(); i++) {
74 int32_t xMax = bytearray.GetSize();
BC_PDF417DetectionResultColumn.cpp 35 for (int32_t i = 0; i < m_codewords->GetSize(); i++) {
55 if (nearImageRow < m_codewords->GetSize()) {
87 for (int32_t i = 0; i < m_codewords->GetSize(); i++) {
BC_PDF417DetectionResultRowIndicatorColumn.cpp 41 for (int32_t i = 0; i < m_codewords->GetSize(); i++) {
118 for (int32_t i = 0; i < getCodewords()->GetSize(); i++) {
174 for (int32_t i = 0; i < codewords->GetSize(); i++) {
198 if ((barcodeColumnCount.getValue()->GetSize() == 0) ||
199 (barcodeRowCountUpperPart.getValue()->GetSize() == 0) ||
200 (barcodeRowCountLowerPart.getValue()->GetSize() == 0) ||
201 (barcodeECLevel.getValue()->GetSize() == 0) ||
229 for (int32_t codewordRow = 0; codewordRow < codewords->GetSize();
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_resolveprocessor.cpp 73 if (rnd.m_Nodes.GetSize() > 0) {
76 return rnd.m_Nodes.GetSize();
82 return rnd.m_Nodes.GetSize();
102 return rnd.m_Nodes.GetSize();
107 return rnd.m_Nodes.GetSize();
132 if (rnd.m_Nodes.GetSize() > 0) {
135 return rnd.m_Nodes.GetSize();
157 if (rndFind.m_Nodes.GetSize() > 0) {
161 return rnd.m_Nodes.GetSize();
183 if (rndFind.m_Nodes.GetSize() > 0) {
    [all...]
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderDecoder.cpp 82 for (int32_t i = 0; i < dataBlocks->GetSize(); i++) {
86 for (int32_t j = 0; j < dataBlocks->GetSize(); j++) {
92 for (int32_t k = 0; k < dataBlocks->GetSize(); k++) {
104 for (int32_t k = 0; k < dataBlocks->GetSize(); k++) {
118 int32_t numCodewords = codewordBytes->GetSize();
124 int32_t numECCodewords = codewordBytes->GetSize() - numDataCodewords;
  /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
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedEAN8Reader.cpp 40 int32_t end = row->GetSize();
49 for (int32_t i = 0; i < counters.GetSize(); i++) {
79 for (int32_t i = 0; i < counters.GetSize(); i++) {
  /external/bsdiff/
memory_file.h 31 bool GetSize(uint64_t* size) override;
  /external/lzma/CPP/7zip/Archive/7z/
7zSpecStream.h 26 UInt64 GetSize() const { return _size; }
  /external/lzma/CPP/7zip/Archive/Common/
OutStreamWithCRC.h 33 UInt64 GetSize() const { return _size; }
InStreamWithCRC.h 35 UInt64 GetSize() const { return _size; }
63 UInt64 GetSize() const { return _size; }
  /external/pdfium/xfa/src/fdp/src/fde/
fde_iterator.cpp 29 if (m_CanvasStack.GetSize() == 0) {
32 while (m_CanvasStack.GetSize() > 1) {
50 while (m_CanvasStack.GetSize() > 0) {
54 if (m_CanvasStack.GetSize() == 1) {
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonBitArray.h 15 int32_t GetSize();
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_script.h 36 for (int32_t i = 0; i < GetSize(); i++) {
41 for (int32_t i = 0; i < GetSize(); i++) {
55 for (int32_t i = 0; i < nodes.GetSize(); i++) {
62 return hValueArray.GetSize();
  /external/pdfium/core/src/fxcrt/
extension.h 22 virtual FX_FILESIZE GetSize() const = 0;
78 FX_FILESIZE GetSize() override;
119 for (int32_t i = 0; i < m_Blocks.GetSize(); i++) {
138 FX_FILESIZE GetSize() override { return (FX_FILESIZE)m_nCurSize; }
139 FX_BOOL IsEOF() override { return m_nCurPos >= (size_t)GetSize(); }
199 if (m_Blocks.GetSize() < 1) {
248 if (m_Blocks.GetSize() < 1) {
254 } else if (m_Blocks.GetSize() < 1) {
259 return m_Blocks.GetSize() ? m_Blocks[0] : nullptr;
298 int32_t iCount = m_Blocks.GetSize();
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 43 for (i = 0; i < m_BaseLines.GetSize(); i++) {
46 for (i = 0; i < m_TextColumns.GetSize(); i++) {
173 for (i = 0; i < m_BaseLines.GetSize(); i++) {
211 for (i = 0; i < m_BaseLines.GetSize(); i++) {
223 for (i = 0; i < m_BaseLines.GetSize(); i++) {
226 for (i = 1; i < m_BaseLines.GetSize(); i++) {
237 int* widths = FX_Alloc(int, m_BaseLines.GetSize());
238 for (i = 0; i < m_BaseLines.GetSize(); i++) {
257 for (i = 0; i < m_BaseLines.GetSize(); i++)
264 for (i = 0; i < m_BaseLines.GetSize(); i++
    [all...]
  /build/tools/ijar/
zip.h 91 virtual size_t GetSize() = 0;
154 virtual size_t GetSize() = 0;
  /external/pdfium/xfa/src/fdp/src/css/
fde_csscache.h 47 int32_t CountHashClass() const { return dwClassHashs.GetSize(); }
50 return iClassIndex < dwClassHashs.GetSize()
  /external/pdfium/xfa/src/fxbarcode/
BC_Utils.cpp 28 for (int32_t i = 0; i < ba.GetSize(); i++) {
33 int32_t nLength = src.GetSize();
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
stringbuffer.h 71 size_t GetSize() const { return stack_.GetSize(); }
  /external/pdfium/core/include/fxcrt/
fx_stream.h 59 return WriteBlock(pData, GetSize(), size);
62 virtual FX_FILESIZE GetSize() = 0;
88 virtual FX_FILESIZE GetSize() = 0;
104 FX_FILESIZE GetSize() override = 0;
111 return WriteBlock(buffer, GetSize(), size);
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixVersion.cpp 30 for (int32_t i = 0; i < VERSIONS->GetSize(); i++) {
51 for (int32_t i = 0; i < ecbArray.GetSize(); i++) {
85 for (int32_t i = 0; i < VERSIONS->GetSize(); i++) {
98 if (VERSIONS->GetSize() == 0) {
161 int32_t numVersions = VERSIONS->GetSize();
  /external/libbrillo/brillo/streams/
memory_containers.h 56 virtual size_t GetSize() const = 0;
139 size_t GetSize() const override { return size_; }
162 size_t GetSize() const override { return vector_ptr_->size(); }
193 size_t GetSize() const override { return vector_ref_.size(); }
220 size_t GetSize() const override { return vector_copy_.size(); }
246 size_t GetSize() const override { return string_ptr_->size(); }
263 size_t GetSize() const override { return string_ref_.size(); }

Completed in 774 milliseconds

12 3 4 5 6 7 8 91011>>