Searched defs:initSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbuild.c2979 ** the previously allocated size of the array. initSize is the
2992 int initSize, /* Suggested initial allocation, in elements */
3001 newSize = (*pnAlloc)*2 + initSize;
2988 sqlite3ArrayAllocate( sqlite3 *db, void *pArray, int szEntry, int initSize, int *pnEntry, int *pnAlloc, int *pIdx ) argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c79827 sqlite3ArrayAllocate( sqlite3 *db, void *pArray, int szEntry, int initSize, int *pnEntry, int *pnAlloc, int *pIdx ) argument
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 218 milliseconds