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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_distributed_transactions.py 16 nosync=True variable in class:DBTxn_distributed
24 if self.nosync :
45 if self.nosync or (db.version()[:2] == (4,6)): # Known bug
129 nosync=False variable in class:DBTxn_distributedSYNC
135 nosync=False variable in class:DBTxn_distributedSYNC_must_open_db
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_distributed_transactions.py 16 nosync=True variable in class:DBTxn_distributed
24 if self.nosync :
45 if self.nosync or (db.version()[:2] == (4,6)): # Known bug
129 nosync=False variable in class:DBTxn_distributedSYNC
135 nosync=False variable in class:DBTxn_distributedSYNC_must_open_db
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest.tcl 56 puts [format $format {SQLite 2.4.8 (nosync):} $t]
64 puts [format $format {SQLite 2.4.12 (nosync):} $t]
91 set fd [open nosync-init.sql w]
97 exec ./sqlite248 sns.db <nosync-init.sql
98 exec ./sqlite2412 snsb.db <nosync-init.sql
speedtest2.tcl 56 puts [format $format {SQLite 2.4 (nosync):} $t]
83 set fd [open nosync-init.sql w]
89 exec ./sqlite240 sns.db <nosync-init.sql
  /external/chromium_org/third_party/sqlite/src/test/
savepoint6.test 236 set testname nosync
  /external/chromium_org/third_party/sqlite/src/src/
pager.c 616 u8 noSync; /* Do not sync the journal if true */
    [all...]

Completed in 300 milliseconds