HomeSort by relevance Sort by last modified time
    Searched refs:pTab (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/test/
TestHash.c 40 static void dumpForeach(HashTable* pTab)
45 dvmHashForeach(pTab, printFunc, &count);
55 static void dumpIterator(HashTable* pTab)
61 for (dvmHashIterBegin(pTab, &iter); !dvmHashIterDone(&iter);
80 HashTable* pTab;
88 pTab = dvmHashTableCreate(dvmHashSize(12), free);
89 if (pTab == NULL)
92 dvmHashTableLock(pTab);
98 dvmHashTableLookup(pTab, hash, strdup(tmpStr),
102 dvmHashTableUnlock(pTab);
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 169 milliseconds