HomeSort by relevance Sort by last modified time
    Searched refs:GetSize (Results 251 - 275 of 527) sorted by null

<<11121314151617181920>>

  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 661 if (sBody.GetSize() > 0) {
672 sAppStream.GetSize(), FALSE, FALSE);
731 if (sWords.GetSize() > 0) {
756 if (sWords.GetSize() > 0) {
788 if (sWords.GetSize() > 0) {
    [all...]
doc_form.cpp 51 for (int i = 0; i < children.GetSize(); i++) {
64 for (int i = 0; i < children.GetSize(); i++) {
114 for (int i = 0; i < pNode->children.GetSize(); i++) {
125 for (int i = 0; i < pParent->children.GetSize(); i++) {
136 for (int i = 0; i < m_Root.children.GetSize(); i++) {
196 for (int i = 0; i < pLast->children.GetSize(); i++) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fmparse.cpp 162 size = pExpressions->GetSize();
614 int32_t iSize = pArray->GetSize();
673 int32_t iSize = pArray->GetSize();
890 int32_t size = expression->GetSize();
    [all...]
  /external/v8/src/compiler/
code-generator.cc 465 for (size_t i = 0; i < descriptor->GetSize(); i++) {
515 for (size_t index = 0; index < desc->GetSize(combine); index++) {
520 desc->GetSize(OutputFrameStateCombine::Ignore());
537 desc->GetSize(combine) - 1 - combine.GetOffsetToPokeAt();
580 static_cast<unsigned int>(descriptor->GetSize(state_combine) -
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 164 for (int32_t i = 0, sz = m_OldLineRects.GetSize(); i < sz; i++)
170 for (int32_t i = 0, sz = m_NewLineRects.GetSize(); i < sz; i++)
181 int32_t szMax = std::max(m_OldLineRects.GetSize(), m_NewLineRects.GetSize());
285 return m_nCurUndoPos < m_UndoItemStack.GetSize();
291 int32_t nStackSize = m_UndoItemStack.GetSize();
313 if (m_nCurUndoPos < m_UndoItemStack.GetSize())
316 if (m_UndoItemStack.GetSize() >= m_nBufSize) {
322 m_nCurUndoPos = m_UndoItemStack.GetSize();
332 if (nIndex >= 0 && nIndex < m_UndoItemStack.GetSize())
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 496 EXPECT_EQ(kMemorySize, region->GetSize());
666 total_normal_stack_size += memory->GetSize();
734 total_limit_stack_size += memory->GetSize();
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 390 EXPECT_EQ(kMemorySize, region->GetSize());
489 EXPECT_EQ(kMemorySize / 2, region->GetSize());
589 EXPECT_EQ(kPrefixSize + sizeof(instructions), region->GetSize());
  /external/libbrillo/brillo/streams/
fake_stream_unittest.cc 75 EXPECT_EQ(0, stream_->GetSize());
87 EXPECT_EQ(0, stream_->GetSize());
99 EXPECT_EQ(0, stream_->GetSize());
  /external/opencv/
cvjni.cpp 151 int imageSize = strm->GetSize();
270 imageSize = strm->GetSize();
765 imageSize = m_strm->GetSize();
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 303 FX_DWORD dwSize = (FX_DWORD)pFile->GetSize();
434 CFX_ByteString ProfileKey(key.GetBuffer(), key.GetSize());
499 CFX_ByteStringC TransformKey(key.GetBuffer(), key.GetSize());
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 87 if (pFont->m_OtfFontData.GetSize()) {
89 pFont->m_OtfFontData.GetSize());
189 stream1->size = (unsigned long)pFile->GetSize();
  /external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp 148 int32_t iCount = m_SubstFonts.GetSize();
544 int32_t i = m_SubstFonts.GetSize();
567 int32_t iCount = m_SubstFonts.GetSize();
  /external/webrtc/webrtc/p2p/base/
pseudotcp_unittest.cc 230 recv_stream_.GetSize(&received);
255 send_stream_.GetSize(&required);
367 send_stream_.GetSize(&desired);
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 84 FX_FILESIZE CFPDF_FileStream::GetSize() {
85 if (m_pFS && m_pFS->GetSize)
86 return (FX_FILESIZE)m_pFS->GetSize(m_pFS->clientData);
91 return m_nCurPos >= GetSize();
112 FX_FILESIZE nSize = GetSize();
374 FX_FILESIZE GetSize() override { return m_size; }
    [all...]
fpdf_transformpage.cpp 122 pStream->SetData(textBuf.GetBuffer(), textBuf.GetSize(), FALSE, FALSE);
296 pStream->SetData(strClip.GetBuffer(), strClip.GetSize(), FALSE, FALSE);
fsdk_baseform.cpp     [all...]
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 145 if (m_XFAPageList.GetSize()) {
177 int nSize = m_XFAPageList.GetSize();
621 fileWrite.WriteBlock((const FX_CHAR*)content, fileWrite.GetSize(),
671 fileWrite.WriteBlock((const FX_CHAR*)content, fileWrite.GetSize(),
678 fileWrite.WriteBlock(pAcc->GetData(), fileWrite.GetSize(),
679 pAcc->GetSize());
    [all...]
  /art/compiler/
image_test.cc 141 size_t text_size = oat_writer.GetSize() - rodata_size;
147 oat_writer.GetSize());
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 218 uint32_t GetSize() const;
796 uint64_t GetSize() const { return valid_ ? memory_info_.region_size : 0; }
    [all...]
  /external/google-breakpad/src/processor/
stackwalker_x86.cc 96 if (memory_ && memory_->GetBase() + memory_->GetSize() - 1 > 0xffffffff) {
101 HexString(memory_->GetSize());
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 84 ASSERT_EQ(1U, list->GetSize());
386 ASSERT_EQ(1U, list->GetSize());
  /external/libchrome/base/metrics/
statistics_recorder_unittest.cc 279 ASSERT_EQ(2u, histogram_list->GetSize());
302 ASSERT_EQ(1u, histogram_list->GetSize());
  /external/libchrome/base/
values.h 190 size_t GetSize() const { return size_; }
404 size_t GetSize() const { return list_.size(); }
  /external/libweave/third_party/chromium/base/
values.h 184 size_t GetSize() const { return size_; }
392 size_t GetSize() const { return list_.size(); }
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixBitMatrixParser.cpp 110 if (resultOffset < (*result).GetSize()) {
123 if (resultOffset < (*result).GetSize()) {

Completed in 628 milliseconds

<<11121314151617181920>>