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

1 2 34 5 6 7 8 91011>>

  /external/libweave/src/
access_api_handler_unittest.cc 40 MOCK_CONST_METHOD0(GetSize, size_t());
72 EXPECT_CALL(access_manager_, GetSize()).WillRepeatedly(Return(0));
189 EXPECT_CALL(access_manager_, GetSize()).WillRepeatedly(Return(1));
213 EXPECT_CALL(access_manager_, GetSize()).WillRepeatedly(Return(4));
238 EXPECT_CALL(access_manager_, GetSize()).WillRepeatedly(Return(4));
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 39 for (int i = 0; i < m_pageObjects.GetSize(); ++i) {
141 size += pContentArray[i]->GetSize() + 1;
147 pContentArray[i]->GetSize());
148 pos += pContentArray[i]->GetSize() + 1;
158 ProcessForm(buf, contentStream.GetData(), contentStream.GetSize(), matrix);
  /external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.h 27 int32_t CountChars() const { return m_pLineChars->GetSize(); }
29 FXSYS_assert(index > -1 && index < m_pLineChars->GetSize());
32 int32_t CountPieces() const { return m_pLinePieces->GetSize(); }
34 FXSYS_assert(index > -1 && index < m_pLinePieces->GetSize());
38 int32_t iCount = m_pLineChars->GetSize();
  /external/pdfium/core/src/fxcrt/
fx_arabic.cpp 333 FXSYS_assert(iStart > -1 && iStart <= values.GetSize());
349 FXSYS_assert(wsText.GetLength() == classes.GetSize());
380 FXSYS_assert(classes.GetSize() == levels.GetSize());
381 FXSYS_assert(iStart >= 0 && iStart < classes.GetSize());
382 FXSYS_assert(iCount >= 0 && iStart + iCount <= classes.GetSize());
389 int32_t iSize = classes.GetSize();
545 FXSYS_assert(classes.GetSize() == levels.GetSize());
546 int32_t iSize = classes.GetSize();
    [all...]
fxcrt_posix.cpp 60 FX_FILESIZE CFXCRT_FileAccess_Posix::GetSize() const {
99 if (pos >= GetSize()) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 28 for (int i = 0; i < (int)m_PSFontList.GetSize(); i++) {
87 m_ClipBox = m_ClipBoxStack.GetAt(m_ClipBoxStack.GetSize() - 1);
89 m_ClipBoxStack.RemoveAt(m_ClipBoxStack.GetSize() - 1);
136 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize());
164 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize());
208 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize());
269 if (buf.GetSize()) {
270 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize());
405 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize());
492 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize());
    [all...]
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRGridSampler.cpp 40 for (offset = 0; offset < points->GetSize() && nudged; offset += 2) {
64 for (offset = (*points).GetSize() - 2; offset >= 0 && nudged; offset -= 2) {
118 int32_t max = points.GetSize();
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 283 int32_t iCount = m_Fonts.GetSize();
347 for (int32_t i = m_FontFaces.GetSize() - 1; i >= 0; i--) {
365 int32_t iCount = fonts.GetSize();
517 m_FolderQueue.GetSize() == 0
519 : m_FolderQueue.GetDataPtr(m_FolderQueue.GetSize() - 1)->pFileHandle;
521 if (m_FolderPaths.GetSize() < 1) {
524 pCurHandle = FX_OpenFolder(m_FolderPaths[m_FolderPaths.GetSize() - 1]);
527 hpp.bsParentPath = m_FolderPaths[m_FolderPaths.GetSize() - 1];
537 m_FolderQueue.RemoveAt(m_FolderQueue.GetSize() - 1);
538 if (m_FolderQueue.GetSize() == 0) {
    [all...]
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedCode39Reader.cpp 63 int32_t end = row->GetSize();
84 for (int32_t i = 0; i < counters.GetSize(); i++) {
93 for (int32_t j = 0; j < counters.GetSize(); j++) {
127 int32_t width = row->GetSize();
140 int32_t patternLength = counters.GetSize();
178 int32_t numCounters = counters->GetSize();
  /external/libbrillo/brillo/streams/
file_stream.h 45 virtual uint64_t GetSize() const = 0;
103 uint64_t GetSize() const override;
memory_containers.cc 38 size_t buf_size = GetSize();
64 if (GetSize() < new_size && !Resize(new_size, error))
memory_stream.cc 95 uint64_t MemoryStream::GetSize() const {
96 return IsOpen() ? container_->GetSize() : 0;
107 uint64_t size = GetSize();
122 stream_position_, GetSize(), &pos,
mock_stream.h 25 MOCK_CONST_METHOD0(GetSize, uint64_t());
  /external/pdfium/core/src/fpdfdoc/
tagged_int.h 20 int CountTopElements() const override { return m_Kids.GetSize(); }
52 int CountKids() const override { return m_Kids.GetSize(); }
  /external/pdfium/fpdfsdk/include/
fsdk_define.h 55 FX_FILESIZE GetSize() override { return m_FileAccess.m_FileLen; }
82 virtual FX_FILESIZE GetSize();
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417Detector.cpp 56 if (barcodeCoordinates->GetSize() == 0) {
60 if (barcodeCoordinates->GetSize() == 0) {
94 CBC_CommonBitArray* array = new CBC_CommonBitArray(result->GetSize());
96 int32_t size = input->GetSize();
121 for (int32_t i = 0; i < barcodeCoordinates->GetSize(); i++) {
258 for (int32_t i = 0; i < result->GetSize(); i++) {
272 for (int32_t i = 0; i < counters.GetSize(); i++) {
325 int32_t numCounters = counters.GetSize();
BC_PDF417ECErrorCorrection.cpp 77 for (int32_t i = 0; i < sigmaOmega->GetSize(); i++) {
88 for (int32_t i = 0; i < sigmaOmega->GetSize(); i++) {
95 for (int32_t i = 0; i < errorLocations->GetSize(); i++) {
99 int32_t position = received.GetSize() - 1 - log;
104 for (int32_t j = 0; j < sigmaOmega->GetSize(); j++) {
114 int32_t result = errorLocations->GetSize();
117 for (int32_t k = 0; k < sigmaOmega->GetSize(); k++) {
335 for (int32_t i = 1; i < m_field->getSize() && ee < numErrors; i++) {
367 int32_t s = errorLocations.GetSize();
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.cpp 43 FXSYS_assert(m_nCurChunk < m_pBuf->m_Chunks.GetSize());
65 FXSYS_assert(m_nCurChunk < m_pBuf->m_Chunks.GetSize());
71 int32_t nEnd = m_pBuf->m_Chunks.GetSize() - 1;
176 ((nTextLength - 1) / m_nChunkSize + 1) - m_Chunks.GetSize();
184 int32_t nTotalCount = m_Chunks.GetSize();
208 int32_t nCount = m_Chunks.GetSize();
226 int32_t nCount = m_Chunks.GetSize();
330 int32_t nCount = m_Chunks.GetSize();
351 int32_t nCount = m_Chunks.GetSize();
423 cp.nChunkIndex = m_Chunks.GetSize() - 1;
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 107 for (int32_t i = 0, sz = m_aListItems.GetSize(); i < sz; i++)
135 for (int32_t i = nItemIndex, sz = m_aListItems.GetSize(); i < sz; i++) {
155 return m_aListItems.GetSize();
176 for (int32_t i = 0, sz = m_aListItems.GetSize(); i < sz; i++) {
197 return m_aListItems.GetSize() - 1;
211 for (int32_t i = 0, sz = m_aListItems.GetSize(); i < sz; i++) {
221 for (int32_t i = m_aListItems.GetSize() - 1; i >= 0; i--) {
239 for (int32_t i = 0, sz = m_aListItems.GetSize(); i < sz; i++) {
293 return nItemIndex >= 0 && nItemIndex < m_aListItems.GetSize();
307 for (int32_t i = 0, sz = m_aItems.GetSize(); i < sz; i++
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 156 int nCount = m_charList.GetSize();
161 int indexSize = m_CharIndex.GetSize();
192 int indexSize = m_CharIndex.GetSize();
201 return m_TextBuf.GetSize();
203 return m_charList.GetSize();
206 int indexSize = m_CharIndex.GetSize();
218 int indexSize = m_CharIndex.GetSize();
249 if (nCount + start > m_charList.GetSize() || nCount == -1) {
250 nCount = m_charList.GetSize() - start;
330 while (pos < m_charList.GetSize()) {
    [all...]
  /art/runtime/lambda/
box_table.cc 113 mirror::ByteArray::Alloc(self, closure->GetSize());
145 Closure* closure_table_copy = ClosureAllocator::Allocate(closure->GetSize());
146 closure->CopyTo(closure_table_copy, closure->GetSize());
190 DCHECK_EQ(unboxed_closure->GetSize(), static_cast<size_t>(boxed_closure_as_array->GetLength()));
closure_builder.h 60 size_t GetSize() const;
69 // Memory must be at least 'GetSize' bytes large.
  /external/bsdiff/
extents_file.h 56 bool GetSize(uint64_t* size) override;
  /external/google-breakpad/src/google_breakpad/processor/
microdump.h 84 virtual uint32_t GetSize() const;
  /external/libchrome/base/files/
file_enumerator.h 55 int64_t GetSize() const;

Completed in 1101 milliseconds

1 2 34 5 6 7 8 91011>>