HomeSort by relevance Sort by last modified time
    Searched refs:nosync (Results 1 - 5 of 5) 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/webkit/browser/fileapi/
native_file_util_unittest.cc 218 const NativeFileUtil::CopyOrMoveMode nosync = NativeFileUtil::COPY_NOSYNC; local
233 from_file, to_file1, FileSystemOperation::OPTION_NONE, nosync));
254 FileSystemOperation::OPTION_NONE, nosync));
263 FileSystemOperation::OPTION_NONE, nosync));
268 dir, Path("file"), FileSystemOperation::OPTION_NONE, nosync));
272 from_file, dir, FileSystemOperation::OPTION_NONE, nosync));
277 FileSystemOperation::OPTION_NONE, nosync));
282 FileSystemOperation::OPTION_NONE, nosync));
374 // Test for copy (nosync).

Completed in 3647 milliseconds