Searched refs:iFirst (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_script_layoutpseudomodel.cpp | 195 int32_t iFirst = pLayoutItem->GetFirst()->GetPage()->GetPageIndex(); in Script_LayoutPseudoModel_PageSpan() local 196 int32_t iPageSpan = iLast - iFirst + 1; in Script_LayoutPseudoModel_PageSpan()
|
/external/robolectric/v3/ |
D | robolectric-processor-3.1-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
org/
... |
/external/sqlite/dist/ |
D | sqlite3.c | 61005 int iFirst, /* Index of first cell to add */ 61012 int iEnd = iFirst + nCell; 61014 for(i=iFirst; i<iEnd; i++){ 61048 int iFirst, /* First cell to delete */ 61057 int iEnd = iFirst + nCell; 61061 for(i=iFirst; i<iEnd; i++){ 63398 int iFirst = iPage; 63405 N+1, expected, iFirst); 108413 int iFirst, mx; 108416 iFirst = 8; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 60987 int iFirst, /* Index of first cell to add */ 60994 int iEnd = iFirst + nCell; 60996 for(i=iFirst; i<iEnd; i++){ 61030 int iFirst, /* First cell to delete */ 61039 int iEnd = iFirst + nCell; 61043 for(i=iFirst; i<iEnd; i++){ 63380 int iFirst = iPage; 63387 N+1, expected, iFirst); 108395 int iFirst, mx; 108398 iFirst = 8; [all …]
|