HomeSort by relevance Sort by last modified time
    Searched defs:aIndex (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test8.c 64 ** echo.vtab.aIndex is an array of booleans. The nth entry is true if
83 int *aIndex; /* Array of size nCol. True if column has an index */
232 ** See comments associated with the member variable aIndex above
242 int *aIndex = 0;
247 aIndex = (int *)sqlite3MallocZero(sizeof(int) * nCol);
248 if( !aIndex ){
263 ** corresponding entry in aIndex[] to 1.
278 aIndex[cid] = 1;
297 sqlite3_free(aIndex);
298 aIndex = 0
    [all...]
wal.c 463 int iNext; /* Next slot in aIndex[] not yet returned */
464 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
466 int nEntry; /* Nr. of entries in aPgno[] and aIndex[] */
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 246 int aIndex = 0;
253 if (a == null && aIndex < aSection.size) {
255 a = read(inA, aIndexMap, aIndex);
277 updateIndex(aOffset, aIndexMap, aIndex++, outCount);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 1005 milliseconds