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

1 2 3 45 6 7 8 91011>>

  /external/opencv3/modules/python/test/
goodfeatures.py 10 size = cv.GetSize(arr)
  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.h 25 FX_FILESIZE GetSize() const override;
fx_basic_maps.cpp 228 int size = m_Buffer.GetSize();
235 int size = m_Buffer.GetSize();
255 int size = m_Buffer.GetSize();
274 int size = m_Buffer.GetSize();
303 int size = m_Buffer.GetSize();
334 int size = m_Buffer.GetSize();
347 int size = m_Buffer.GetSize();
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_util.cpp 53 int32_t iCount = CXFA_FWLAdapterTimerMgr::ms_timerArray.GetSize();
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 88 if (sWords.GetSize() > 0) {
115 if (sWords.GetSize() > 0) {
153 if (sWords.GetSize() > 0) {
160 if (sEditStream.GetSize() > 0) {
  /external/pdfium/fpdfsdk/src/javascript/
JS_GlobalData.h 76 int32_t GetSize() const;
  /external/pdfium/xfa/src/fxbarcode/
BC_UtilCodingConvert.cpp 31 for (int32_t i = 0; i < src.GetSize(); i++) {
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonBitSource.cpp 67 return 8 * (m_bytes.GetSize() - m_byteOffset) - m_bitOffset;
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixVersion.h 39 for (int32_t i = 0; i < m_ecBlocks.GetSize(); i++) {
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedCode128Reader.cpp 87 int32_t width = row->GetSize();
100 int32_t patternLength = counters.GetSize();
231 for (int32_t i = 0; i < counters.GetSize(); i++) {
338 int32_t width = row->GetSize();
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffapp.h 14 virtual FX_FILESIZE GetSize();
  /external/webrtc/webrtc/base/
multipart.h 63 bool GetSize(size_t* size) const override;
stream.h 119 // be tempted to use GetSize() and GetPosition() to deduce the result of
176 virtual bool GetSize(size_t* size) const;
288 bool GetSize(size_t* size) const override;
396 bool GetSize(size_t* size) const override;
410 static bool GetSize(const std::string& filename, size_t* size);
442 bool GetSize(size_t* size) const override;
614 bool GetSize(size_t* size) const override;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
prettywriter.h 95 RAPIDJSON_ASSERT(Base::level_stack_.GetSize() >= sizeof(typename Base::Level));
119 RAPIDJSON_ASSERT(Base::level_stack_.GetSize() >= sizeof(typename Base::Level));
148 if (Base::level_stack_.GetSize() != 0) { // this value is not at root
188 size_t count = (Base::level_stack_.GetSize() / sizeof(typename Base::Level)) * indentCharCount_;
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
namespacetest.cpp 58 EXPECT_EQ(sizeof(json)-1, buffer.GetSize());
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 403 int32_t i, iCount = attributes.GetSize();
420 iCount = targetdata.GetSize();
437 int32_t iCount = attributes.GetSize();
527 return m_Attributes.GetSize() / 2;
532 int32_t iCount = m_Attributes.GetSize();
545 int32_t iCount = m_Attributes.GetSize();
556 int32_t iCount = m_Attributes.GetSize();
568 int32_t iCount = m_Attributes.GetSize();
581 int32_t iCount = m_Attributes.GetSize();
597 int32_t iCount = m_Attributes.GetSize();
    [all...]
  /external/pdfium/xfa/src/fwl/src/lightwidget/
listbox.cpp 45 if (nIndex < 0 || nIndex >= m_ListBoxDP.m_arrItem.GetSize()) {
112 for (int32_t i = 0; i < m_ListBoxDP.m_arrItem.GetSize(); i++) {
131 return m_ListBoxDP.m_arrItem.GetSize();
134 int32_t nCount = m_ListBoxDP.m_arrItem.GetSize();
199 int32_t nCount = m_arrItem.GetSize();
211 return m_arrItem.GetSize();
215 if (nIndex >= m_arrItem.GetSize() || nIndex < 0) {
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 285 FX_DWORD streamSize = acc.GetSize();
319 PDF_DecodeText(stream.GetData(), stream.GetSize(), pCharMap);
430 int size = m_Objects.GetSize();
439 if (!IsArray() || m_Objects.GetSize() != 4)
450 if (!IsArray() || m_Objects.GetSize() != 6)
458 if (i >= (FX_DWORD)m_Objects.GetSize())
463 if (i >= (FX_DWORD)m_Objects.GetSize())
468 if (i >= (FX_DWORD)m_Objects.GetSize())
473 if (i >= (FX_DWORD)m_Objects.GetSize())
478 if (i >= (FX_DWORD)m_Objects.GetSize())
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 109 for (int32_t i = 0, sz = m_aMousePath.GetSize(); i < sz; i++) {
124 for (int32_t i = 0, sz = m_aKeyboardPath.GetSize(); i < sz; i++) {
150 if (m_aKeyboardPath.GetSize() > 0)
256 for (int32_t i = m_aChildren.GetSize() - 1; i >= 0; i--) {
334 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
371 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
413 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) { \
430 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) { \
440 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) { \
475 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++)
    [all...]
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderEncoder.cpp 95 for (int32_t i = 0; i < splitResult.GetSize(); i++) {
112 AppendLengthInfo(bytes.GetSize(), qrCode->GetVersion(), tempMode,
261 for (i = 0; ((i < result.GetSize()) && (i + 1 < result.GetSize())); i++) {
360 for (int32_t i = 0; i < splitResult.GetSize(); i++) {
364 for (int32_t y = 0; y < splitResult.GetSize(); y++) {
376 for (int32_t k = 0; k < splitResult.GetSize(); k++) {
385 for (int32_t k = 0; k < splitResult.GetSize(); k++) {
394 for (int32_t k = 0; k < splitResult.GetSize(); k++) {
400 for (int32_t j = 0; j < splitResult.GetSize(); j++) {
    [all...]
BC_QRFinderPatternFinder.cpp 40 for (int32_t i = 0; i < m_possibleCenters.GetSize(); i++) {
371 int32_t max = m_possibleCenters.GetSize();
391 int32_t max = m_possibleCenters.GetSize();
414 int32_t max = m_possibleCenters.GetSize();
439 int32_t startSize = m_possibleCenters.GetSize();
440 if (m_possibleCenters.GetSize() < 3) {
453 j < m_possibleCenters.GetSize() && m_possibleCenters.GetSize() > 3;
463 if (m_possibleCenters.GetSize() > 3) {
  /external/libchrome/base/json/
json_value_converter.h 263 field->reserve(list->GetSize());
264 for (size_t i = 0; i < list->GetSize(); ++i) {
297 field->reserve(list->GetSize());
298 for (size_t i = 0; i < list->GetSize(); ++i) {
334 field->reserve(list->GetSize());
335 for (size_t i = 0; i < list->GetSize(); ++i) {
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstylesheet.cpp 81 for (int32_t i = m_RuleArray.GetSize() - 1; i >= 0; --i) {
117 return m_RuleArray.GetSize();
227 m_Selectors.RemoveAt(0, m_Selectors.GetSize());
269 if (pStyleRule == NULL && m_Selectors.GetSize() > 0) {
362 m_iSelectors = list.GetSize();
370 for (int32_t i = m_RuleArray.GetSize() - 1; i >= 0; --i) {
  /build/tools/ijar/
ijar.cc 121 size_t in_length = in->GetSize();
122 size_t out_length = out->GetSize();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 58 uptr GetSize() const { return atomic_load(&max_size_, memory_order_acquire); }
71 if (cache_.Size() > GetSize() && recycle_mutex_.TryLock())

Completed in 920 milliseconds

1 2 3 45 6 7 8 91011>>