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

  /external/chromium_org/third_party/leveldatabase/src/db/
corruption_test.cc 230 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_); local
231 dbi->TEST_CompactMemTable();
232 dbi->TEST_CompactRange(0, NULL, NULL);
233 dbi->TEST_CompactRange(1, NULL, NULL);
241 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_); local
242 dbi->TEST_CompactMemTable();
279 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_); local
280 dbi->TEST_CompactMemTable();
281 dbi->TEST_CompactRange(0, NULL, NULL);
296 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_) local
314 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_); local
341 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_); local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv_test.cc 216 DBImpl* dbi = reinterpret_cast<DBImpl*>(db); local
217 ASSERT_OK(dbi->TEST_CompactMemTable());
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
ShaderUtils.java 266 DataBufferInt dbi = (DataBufferInt) db; local
267 int[] data = dbi.getData();

Completed in 2456 milliseconds