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

  /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).
external_mount_points_unittest.cc 484 "nosync",
487 base::FilePath(DRIVE FPL("/nosync")));
499 base::FilePath(FPL("nosync/file")), &name, &type, &path, &option));
  /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 99 milliseconds