HomeSort by relevance Sort by last modified time
    Searched defs:iCount (Results 1 - 25 of 47) sorted by null

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
UsbMicrophoneTester.java 42 int iCount = usbDevice.getInterfaceCount();
43 for (int i = 0; i < iCount; i++) {
57 int iCount = usbDevice.getInterfaceCount();
58 for (int i = 0; i < iCount; i++) {
  /external/pdfium/xfa/fxfa/app/
xfa_rendercontext.cpp 51 int32_t iCount = 0;
61 iCount++;
62 if (iCount > kMaxCount && pPause && pPause->NeedToPauseNow())
xfa_ffapp.cpp 58 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Data);
60 while (index < iCount) {
69 while (index < iCount) {
cxfa_textparser.cpp 348 int32_t iCount = pStyle->CountFontFamilies();
349 if (iCount > 0)
350 wsFamily = pStyle->GetFontFamily(iCount - 1).AsStringC();
598 int32_t iCount = 0;
603 iCount++;
605 iCount--;
606 if (iCount == 0)
  /external/skia/tests/
VerticesTest.cpp 54 int iCount = 9; // odd value exercises padding logic in encode()
62 SkVertices::Builder builder(SkVertices::kTriangles_VertexMode, vCount, iCount, flags);
  /external/pdfium/xfa/fde/
fde_render.cpp 64 int32_t iCount = 0;
77 iCount += 5;
85 if (iCount >= 100 && pPause && pPause->NeedToPauseNow()) {
111 int32_t iCount = pTextSet->GetDisplayPos(*pText, nullptr, false);
112 if (iCount < 1)
118 if (m_CharPos.size() < static_cast<size_t>(iCount))
119 m_CharPos.resize(iCount, FXTEXT_CHARPOS());
121 iCount = pTextSet->GetDisplayPos(*pText, m_CharPos.data(), false);
125 m_pRenderDevice->DrawString(m_pBrush.get(), pFont, m_CharPos.data(), iCount,
cfde_path.cpp 81 int32_t iCount = points.size();
82 if (iCount < 4)
86 const CFX_PointF* pEnd = p + iCount;
96 int32_t iCount = pdfium::CollectionSize<int32_t>(points);
97 tangents->resize(iCount);
98 if (iCount < 3)
104 for (int32_t i = 0; i < iCount; ++i) {
107 if (r >= iCount)
108 r = bClosed ? (r - iCount) : (iCount - 1)
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodelist.cpp 28 int32_t iCount = GetLength();
29 for (int32_t i = 0; i < iCount; i++) {
cxfa_layoutitem.cpp 147 int32_t iCount = GetIndex() + 1;
152 iCount++;
154 return iCount;
xfa_locale.cpp 218 int32_t iCount = pElement->CountElements("", bsTag);
219 for (int32_t i = 0; i < iCount; i++) {
xfa_localevalue.cpp 115 int32_t iCount = pdfium::CollectionSize<int32_t>(wsPatterns);
117 for (; i < iCount && !bRet; i++) {
473 int32_t iCount = pdfium::CollectionSize<int32_t>(wsPatterns);
474 for (int32_t i = 0; i < iCount; i++) {
802 int32_t iCount = pdfium::CollectionSize<int32_t>(wsPatterns);
803 for (int32_t i = 0; i < iCount && !bRet; i++) {
  /libcore/ojluni/src/main/java/java/text/
CharacterIteratorFieldDelegate.java 114 int iCount = attributedStrings.size();
116 AttributedCharacterIterator[iCount];
118 for (int counter = 0; counter < iCount; counter++) {
  /external/pdfium/xfa/fde/css/
cfde_cssstyleselector.cpp 400 int32_t iCount = pList->CountValues();
401 if (iCount > 0) {
  /external/pdfium/core/fxcrt/
fx_arabic.cpp 347 int32_t iCount) {
349 ASSERT(iCount >= 0 && iStart + iCount <= wsText.GetLength());
353 FX_WCHAR* pEnd = pStart + iCount - 1;
403 int32_t iCount = i - iStart;
404 if (bReverse && iCount > 1) {
405 FX_BidiReverseString(wsText, iStart, iCount);
407 return iCount;
429 int32_t iCount) {
431 ASSERT(iCount >= 0 &
    [all...]
fx_extension.cpp 363 int32_t iCount = m_Blocks.GetSize();
368 m_Blocks.SetAt(iCount++, pBlock);
594 void FX_Random_GenerateMT(uint32_t* pBuffer, int32_t iCount) {
604 while (iCount-- > 0) {
609 void FX_Random_GenerateBase(uint32_t* pBuffer, int32_t iCount) {
630 while (iCount-- > 0) {
635 bool FX_GenerateCryptoRandom(uint32_t* pBuffer, int32_t iCount) {
641 ::CryptGenRandom(hCP, iCount * sizeof(uint32_t), (uint8_t*)pBuffer);
646 void FX_Random_GenerateCrypto(uint32_t* pBuffer, int32_t iCount) {
648 FX_GenerateCryptoRandom(pBuffer, iCount);
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.cpp 167 int iCount = CountControls();
168 if (iCount) {
172 for (int i = 0; i < iCount; i++)
175 for (int i = 0; i < iCount; i++)
673 int iCount = pdfium::base::checked_cast<int>(pOpt->GetCount());
674 if (index >= iCount) {
676 index = iCount;
721 int iCount = CountControls();
723 for (int i = 0; i < iCount; i++) {
768 int iCount = CountControls()
    [all...]
cpdf_interform.cpp 706 int iCount = csStr.GetLength();
710 while (m < iMinLen && m < iCount)
717 m = iCount;
732 if (m < iCount)
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.cpp 608 int iCount = docJS.CountJSActions();
609 if (iCount < 1)
611 for (int i = 0; i < iCount; i++) {
  /external/pdfium/xfa/fgas/crt/
fgas_stream.cpp 493 int32_t iCount = 0;
494 while (*pStr != L'\0' && iCount < iLen) {
495 pStr++, iCount++;
497 iPosition += iCount * 2;
502 return iCount;
864 int32_t iCount = 0;
865 while (*pSrc && iCount < iLen) {
867 iCount++;
869 m_iPosition += iCount * 2;
871 return iCount;
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_combobox.cpp 218 int32_t iCount = m_pListBox->CountItems(nullptr);
219 bool bClearSel = iSel < 0 || iSel >= iCount;
856 int32_t iCount = m_pListBox->CountItems(nullptr);
857 if (iCount < 1)
874 if ((bUp && iCurSel == 0) || (bDown && iCurSel == iCount - 1))
986 int32_t iCount = pComboList->CountItems(nullptr);
987 if (iCount < 1)
1003 if ((bUp && iCurSel == 0) || (bDown && iCurSel == iCount - 1))
cfwl_listbox.cpp 129 int32_t iCount = CountItems(this);
130 for (int32_t i = 0; i < iCount; i++) {
149 int32_t iCount = CountItems(this);
150 for (int32_t i = 0; i < iCount; i++) {
197 int32_t iCount = CountItems(this);
198 iDstItem = iCount - 1;
220 int32_t iCount = CountItems(this);
221 for (int32_t i = 0; i < iCount; i++) {
252 int32_t iCount = CountItems(this);
253 for (int32_t i = 0; i < iCount; i++)
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 675 int iCount = 0;
683 iCount = reader->readInt();
684 indices = (const uint16_t*)reader->skip(iCount * sizeof(uint16_t));
697 iCount, indices), bmode, *paint);
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 434 iCR, iLF, iNL, iLS, iPS, iCount
    [all...]
  /external/pdfium/core/fpdfapi/edit/
fpdf_edit_create.cpp 367 uint32_t iCount = 0;
369 iCount += pair.count;
371 return iCount >= PDF_XREFSTREAM_MAXSIZE;
561 uint32_t iCount = pdfium::CollectionSize<uint32_t>(m_Items);
562 if ((len = pFile->AppendDWord(iCount)) < 0) {
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.cpp     [all...]

Completed in 2494 milliseconds

1 2