HomeSort by relevance Sort by last modified time
    Searched full:icount (Results 51 - 75 of 204) sorted by null

1 23 4 5 6 7 8 9

  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_monthcalendarimp.cpp 289 int32_t iCount = m_arrDates.GetSize();
290 for (int32_t j = 0; j < iCount; j++) {
423 int32_t iCount = m_arrDates.GetSize();
424 for (int32_t j = 0; j < iCount; j++) {
618 int32_t iCount = m_arrDates.GetSize();
619 for (int32_t i = 0; i < iCount; i++) {
757 int32_t iCount = m_arrDates.GetSize();
758 for (int32_t i = 0; i < iCount; i++) {
834 int32_t iCount = m_arrSelDays.GetSize();
836 for (int32_t i = 0; i < iCount; i++) {
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java 421 private long transferToDirectly(long position, int icount,
455 n = transferTo0(thisFDVal, position, icount, targetFDVal);
527 private long transferToArbitraryChannel(long position, int icount,
532 int c = Math.min(icount, TRANSFER_SIZE);
538 while (tw < icount) {
539 bb.limit(Math.min((int)(icount - tw), TRANSFER_SIZE));
580 int icount = (int)Math.min(count, Integer.MAX_VALUE); local
581 if ((sz - position) < icount)
582 icount = (int)(sz - position);
587 if ((n = transferToDirectly(position, icount, target)) >= 0
    [all...]
  /external/e2fsprogs/tests/progs/test_data/
test.icount 2 # This is the test script for the icount abstraction
  /external/pdfium/xfa/src/fdp/include/
fde_rdv.h 45 int32_t iCount,
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 351 int32_t iCount = nametree.GetCount();
352 for (int32_t i = 0; i < iCount; i++) {
364 int32_t iCount = nametree.GetCount();
365 for (int32_t i = 0; i < iCount; i++) {
xfa_fftext.cpp 159 int32_t iCount = pPieceLines->GetSize();
160 for (int32_t i = 0; i < iCount; i++) {
  /external/skia/tests/
DataRefTest.cpp 53 int icount = SK_ARRAY_COUNT(idata); local
56 icount));
57 REPORTER_ASSERT(reporter, itable->count() == icount);
58 for (int i = 0; i < icount; ++i) {
  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 114 int32_t iCount = m_eventTargets.GetCount();
115 if (iCount < 1) {
750 int32_t iCount = m_noteLoopQueue.GetSize();
751 for (int32_t i = 0; i < iCount; i++) {
758 iCount = m_forms.GetSize();
759 for (int32_t j = 0; j < iCount; j++) {
971 int32_t iCount = m_arrWidget.GetSize();
972 for (int32_t i = 0; i < iCount; i++) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 345 int32_t iCount = 0;
347 iCount += pXRef->m_IndexArray.ElementAt(i * 2 + 1);
348 return iCount >= PDF_XREFSTREAM_MAXSIZE;
546 int32_t iCount = m_ObjNumArray.GetSize();
547 for (int32_t i = 0; i < iCount; i++) {
561 if ((len = pFile->AppendDWord((FX_DWORD)iCount)) < 0) {
904 int32_t iCount = m_IndexArray.ElementAt(iSize - 1);
905 if (objnum == startobjnum + iCount) {
906 m_IndexArray[iSize - 1] = iCount + 1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xmltrnsf.h 267 virtual HRESULT WINAPI get_Count(__LONG32 *iCount) = 0;
283 HRESULT (WINAPI *get_Count)(ISWbemXMLDocumentSet *This,__LONG32 *iCount);
301 #define ISWbemXMLDocumentSet_get_Count(This,iCount) (This)->lpVtbl->get_Count(This,iCount)
310 HRESULT WINAPI ISWbemXMLDocumentSet_get_Count_Proxy(ISWbemXMLDocumentSet *This,__LONG32 *iCount);
wbemdisp.h     [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp 214 int32_t iCount = 0;
215 while (*pStr != L'\0' && iCount < iLen) {
216 pStr++, iCount++;
218 iPosition += iCount * 2;
223 return iCount;
585 int32_t iCount = 0;
586 while (*pSrc != L'\0' && iCount < iLen) {
587 *pStr++ = *pSrc++, iCount++;
589 m_iPosition += iCount * 2;
591 return iCount;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /external/opencv/cv/src/
cvsegmentation.cpp 460 double icount; local
518 icount = 1./count;
519 x1 = cvRound(sx*icount);
520 y1 = cvRound(sy*icount);
521 s0 = cvRound(s0*icount);
522 s1 = cvRound(s1*icount);
523 s2 = cvRound(s2*icount);
  /external/opencv3/modules/imgproc/src/
segmentation.cpp 463 double icount; local
522 icount = 1./count;
523 x1 = cvRound(sx*icount);
524 y1 = cvRound(sy*icount);
525 s0 = cvRound(s0*icount);
526 s1 = cvRound(s1*icount);
527 s2 = cvRound(s2*icount);
  /external/pdfium/xfa/include/fxfa/
fxfa_basic.h 988 const FX_WORD* XFA_GetElementChildren(XFA_ELEMENT eElement, int32_t& iCount);
989 const uint8_t* XFA_GetElementAttributes(XFA_ELEMENT eElement, int32_t& iCount);
1004 XFA_LPCPROPERTY XFA_GetElementProperties(XFA_ELEMENT eElement, int32_t& iCount);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
Android.mk 41 icount.c \
  /external/kernel-headers/original/uapi/linux/
mroute.h 109 unsigned long icount; /* In packets */ member in struct:sioc_vif_req
mroute6.h 109 unsigned long icount; /* In packets */ member in struct:sioc_mif_req6
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.h 45 int32_t iCount,
fde_gedevice.cpp 136 int32_t iCount,
140 iCount > 0);
150 for (int32_t i = 0; i < iCount; ++i) {
173 for (int32_t i = 0; i < iCount; ++i) {
  /external/pdfium/xfa/src/fdp/src/tto/
fde_textout.h 26 void RemoveLast(int32_t iCount);
  /external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp 148 int32_t iCount = m_SubstFonts.GetSize();
149 for (int32_t i = 0; i < iCount; i++) {
567 int32_t iCount = m_SubstFonts.GetSize();
568 for (int32_t i = 0; i < iCount; i++) {
  /external/skia/src/core/
SkPicturePlayback.cpp 442 int iCount = 0;
450 iCount = reader->readInt();
451 indices = (const uint16_t*)reader->skip(iCount * sizeof(uint16_t));
460 canvas->drawVertices(vmode, vCount, verts, texs, colors, xfer, indices, iCount, paint);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
mroute.h 103 unsigned long icount; /* In packets */ member in struct:sioc_vif_req

Completed in 1334 milliseconds

1 23 4 5 6 7 8 9