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

<<11121314151617181920>>

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 398 pNoteItem->ResetSubjectName(m_aChildren.GetSize() - 1);
413 return m_aChildren.GetSize() - 1;
419 if (nIndex > 0 && nIndex < m_aChildren.GetSize()) {
439 for (int32_t i = nIndex, sz = m_aChildren.GetSize(); i < sz; i++) {
454 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
480 for (int32_t i = nIndex + 1, sz = m_aChildren.GetSize(); i < sz; i++) {
512 for (int32_t i = 1, sz = m_aChildren.GetSize(); i < sz; i++) {
556 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
572 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
    [all...]
  /art/compiler/
elf_builder.h 175 Elf_Word GetSize() const {
367 DCHECK_LE(addr, section->GetAddress() + section->GetSize());
444 Elf_Word GetSize() const {
640 abiflags_size = abiflags_.GetSize();
719 CHECK_EQ(loaded_size_, RoundUp(dynamic_.GetAddress() + dynamic_.GetSize(), kPageSize));
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 993 m_Size = m_pSingleStream->GetSize();
1006 safeSize += stream->GetSize();
1017 FXSYS_memcpy(m_pData + pos, stream->GetData(), stream->GetSize());
1018 pos += stream->GetSize();
1024 m_Size = m_pSingleStream->GetSize();
  /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 534 for (size_t i = 0; i < descriptor->GetSize(); i++) {
584 for (size_t index = 0; index < desc->GetSize(combine); index++) {
589 desc->GetSize(OutputFrameStateCombine::Ignore());
606 desc->GetSize(combine) - 1 - combine.GetOffsetToPokeAt();
649 static_cast<unsigned int>(descriptor->GetSize(state_combine) -
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 201 unsigned int size = GetSize(descriptors[i], alignedw, alignedh);
245 unsigned int Allocator::GetSize(const BufferDescriptor &descriptor, unsigned int alignedw,
343 *size = GetSize(descriptor, *alignedw, *alignedh);
350 *size = GetSize(descriptor, *alignedw, *alignedh);
366 *size = GetSize(descriptor, *alignedw, *alignedh);
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_allocator.cpp 201 unsigned int size = GetSize(descriptors[i], alignedw, alignedh);
245 unsigned int Allocator::GetSize(const BufferDescriptor &descriptor, unsigned int alignedw,
343 *size = GetSize(descriptor, *alignedw, *alignedh);
350 *size = GetSize(descriptor, *alignedw, *alignedh);
366 *size = GetSize(descriptor, *alignedw, *alignedh);
  /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...]
  /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...]
  /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(); }

Completed in 1165 milliseconds

<<11121314151617181920>>