Searched refs:iLimit (Results 1 - 14 of 14) sorted by relevance

/external/emma/core/java12/com/vladium/emma/filter/
H A DIInclExclFilter.java75 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 DInnerClassesAttribute_info.java35 for (int i = 0, iLimit = size (); i < iLimit; ++ i)
/external/emma/core/java12/com/vladium/util/
H A DStrings.java39 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 DIItemAttribute.java154 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 DClassDef.java313 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 DStackBounds.cpp142 m_bound = (void*)info.iLimit;
/external/sqlite/dist/orig/
H A Dsqlite3.h6251 ** 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 Dsqlite3.c6801 ** 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 Dsqlite3.h6251 ** 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 Dsqlite3.c6801 ** 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 Dsqlite3.h5135 ** to the value of the iLimit parameter passed to xTruncate(). If any
5156 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
/external/emma/lib/
H A Demma.jarMETA-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 DInstrVisitor.java300 for (int i = 0, iLimit = interfaces.size (); i < iLimit; ++ i)
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 1190 milliseconds