HomeSort by relevance Sort by last modified time
    Searched defs:aIndex (Results 1 - 15 of 15) 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/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1556 milliseconds