Home
last modified time | relevance | path

Searched refs:iFirst (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/
DHelpers.java221 boolean iFirst = true; in appendParameterList()
223 if (iFirst) { in appendParameterList()
225 iFirst = false; in appendParameterList()
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp201 int32_t iFirst = pLayoutItem->GetFirst()->GetPage()->GetPageIndex(); in pageSpan() local
202 int32_t iPageSpan = iLast - iFirst + 1; in pageSpan()
/external/sqlite/dist/orig/
Dsqlite3.c58899 u32 iFirst = 0; /* First frame that may be overwritten */
58918 iFirst = pLive->mxFrame+1;
58990 if( iFirst && (p->pDirty || isCommit==0) ){
58994 if( iWrite>=iFirst ){
67147 int iFirst, /* Index of first cell to add */
67154 int iEnd = iFirst + nCell;
67156 for(i=iFirst; i<iEnd; i++){
67190 int iFirst, /* First cell to delete */
67199 int iEnd = iFirst + nCell;
67203 for(i=iFirst; i<iEnd; i++){
[all …]
/external/sqlite/dist/
Dsqlite3.c58915 u32 iFirst = 0; /* First frame that may be overwritten */
58934 iFirst = pLive->mxFrame+1;
59006 if( iFirst && (p->pDirty || isCommit==0) ){
59010 if( iWrite>=iFirst ){
67163 int iFirst, /* Index of first cell to add */
67170 int iEnd = iFirst + nCell;
67172 for(i=iFirst; i<iEnd; i++){
67206 int iFirst, /* First cell to delete */
67215 int iEnd = iFirst + nCell;
67219 for(i=iFirst; i<iEnd; i++){
[all …]
/external/syzkaller/sys/windows/
Dwindows.txt977 GetCharWidthA(hdc ptr[inout, intptr], iFirst int32, iLast int32, lpBuffer ptr[inout, int32])
978 GetCharWidth32A(hdc ptr[inout, intptr], iFirst int32, iLast int32, lpBuffer ptr[inout, int32])
979 GetCharWidthFloatA(hdc ptr[inout, intptr], iFirst int32, iLast int32, lpBuffer ptr[inout, intptr])
981 GetCharABCWidthsFloatA(hdc ptr[inout, intptr], iFirst int32, iLast int32, lpABC ptr[inout, intptr])