/external/emma/core/java12/com/vladium/emma/filter/ |
H A D | IInclExclFilter.java | 75 for (int i = 0, iLimit = specs.length; i < iLimit; ++ i) 128 for (int i = 0, iLimit = inclusions.length; i < iLimit; ++ i)
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
H A D | InnerClassesAttribute_info.java | 35 for (int i = 0, iLimit = size (); i < iLimit; ++ i)
|
/external/emma/core/java12/com/vladium/util/ |
H A D | Strings.java | 39 for (int i = 0, iLimit = strings.length; i < iLimit; ++ i) 188 for (int i = 0, iLimit = s.length (); i < iLimit; ++ i) 229 for (int i = 0, iLimit = s.length (); i < iLimit; ++ i)
|
/external/emma/core/java12/com/vladium/emma/report/ |
H A D | IItemAttribute.java | 154 final int iLimit = Math.max (1, 5 - appendTo.length () + appendToStart); 155 for (int i = 0; i < iLimit; ++ i) appendTo.append (' ');
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
H A D | ClassDef.java | 313 final int iLimit = ifcs.length; 314 for (int i = 0; i < iLimit; ++ i) 321 for (int i = 0; i < iLimit; ++ i) 385 for (int i = 0, iLimit = cds.length; i < iLimit; ++ i)
|
/external/webkit/Source/JavaScriptCore/wtf/ |
H A D | StackBounds.cpp | 142 m_bound = (void*)info.iLimit;
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.h | 6251 ** to the value of the iLimit parameter passed to xTruncate(). If any 6281 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); 6302 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
|
H A D | sqlite3.c | 6801 ** to the value of the iLimit parameter passed to xTruncate(). If any 6831 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); 6852 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); 10948 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member in struct:Select 37752 pcache1Truncate(sqlite3_pcache *p, unsigned int iLimit) argument 39719 const i64 iLimit = pPager->journalSizeLimit; /* Local cache of jsl */ local 45097 sqlite3PagerJournalSizeLimit(Pager *pPager, i64 iLimit) argument 46245 int iLimit = 0; /* Zero values greater than this */ local 46653 sqlite3WalLimit(Wal *pWal, i64 iLimit) argument 59046 int iLimit; /* Maximum allowed string or blob size */ local 92686 i64 iLimit = -2; local 92765 int iLimit, addr; local 94944 int iLimit; local 95948 int iLimit = 0; local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.h | 6251 ** to the value of the iLimit parameter passed to xTruncate(). If any 6281 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); 6302 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
|
H A D | sqlite3.c | 6801 ** to the value of the iLimit parameter passed to xTruncate(). If any 6831 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); 6852 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); 10948 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member in struct:Select 37780 pcache1Truncate(sqlite3_pcache *p, unsigned int iLimit) argument 39747 const i64 iLimit = pPager->journalSizeLimit; /* Local cache of jsl */ local 45125 sqlite3PagerJournalSizeLimit(Pager *pPager, i64 iLimit) argument 46273 int iLimit = 0; /* Zero values greater than this */ local 46681 sqlite3WalLimit(Wal *pWal, i64 iLimit) argument 59074 int iLimit; /* Maximum allowed string or blob size */ local 92722 i64 iLimit = -2; local 92801 int iLimit, addr; local 94980 int iLimit; local 95984 int iLimit = 0; local [all...] |
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
H A D | sqlite3.h | 5135 ** to the value of the iLimit parameter passed to xTruncate(). If any 5156 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
|
/external/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/external/emma/core/java12/com/vladium/emma/instr/ |
H A D | InstrVisitor.java | 300 for (int i = 0, iLimit = interfaces.size (); i < iLimit; ++ i)
|
/external/zxing/core/ |
H A D | core.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ... |