HomeSort by relevance Sort by last modified time
    Searched refs:mtime (Results 26 - 50 of 201) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 197 mtime = 123456789
198 with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite:
203 self.assertTrue(hasattr(fRead, 'mtime'))
204 self.assertEqual(fRead.mtime, mtime)
207 mtime = 123456789
209 with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite:
225 self.assertEqual(mtimeBytes, struct.pack('<i', mtime)) # little-endia
    [all...]
test_compileall.py 30 mtime = int(os.stat(self.source_path).st_mtime)
31 compare = struct.pack('<4sl', imp.get_magic(), mtime)
51 # Test a change in mtime leads to a new .pyc.
55 # Test a change in mtime leads to a new .pyc.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 197 mtime = 123456789
198 with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite:
203 self.assertTrue(hasattr(fRead, 'mtime'))
204 self.assertEqual(fRead.mtime, mtime)
207 mtime = 123456789
209 with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite:
225 self.assertEqual(mtimeBytes, struct.pack('<i', mtime)) # little-endia
    [all...]
test_compileall.py 30 mtime = int(os.stat(self.source_path).st_mtime)
31 compare = struct.pack('<4sl', imp.get_magic(), mtime)
51 # Test a change in mtime leads to a new .pyc.
55 # Test a change in mtime leads to a new .pyc.
  /external/chromium_org/sync/test/engine/
single_type_mock_server.cc 56 base::Time mtime = ctime + base::TimeDelta::FromSeconds(version); local
58 entity.set_mtime(TimeToProtoTime(mtime));
84 base::Time mtime = ctime + base::TimeDelta::FromSeconds(version); local
86 entity.set_mtime(TimeToProtoTime(mtime));
121 entryresponse->set_mtime(it->mtime());
mock_model_type_sync_worker.cc 94 data.mtime = data.ctime + base::TimeDelta::FromSeconds(version);
120 data.mtime = data.ctime + base::TimeDelta::FromSeconds(version);
  /external/oprofile/daemon/
opd_events.c 153 int spu_samples, uint64_t embed_offset, time_t mtime)
167 header->mtime = mtime;
  /external/chromium_org/native_client_sdk/src/tools/
ncval.py 80 mtime = 0
81 os.utime(nexe, (statinfo.st_atime, mtime))
  /external/chromium_org/sync/test/fake_server/
bookmark_entity.cc 53 client_entity.mtime());
82 client_entity.mtime());
unique_client_entity.cc 39 client_entity.mtime());
  /external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
libyuv_tests.sh 85 # -mtime +1 <- only print files modified more than 24h ago,
90 \) -mtime +1 -print0 | xargs -0 rm -rf
  /external/chromium_org/tools/valgrind/
chrome_tests.sh 70 # -mtime +1 <- only print files modified more than 24h ago,
75 \) -mtime +1 -print0 | xargs -0 rm -rf
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 84 * the mode nor the mtime values will be applied to the restored file.
85 * @param mtime A timestamp in the standard Unix epoch that will be imposed as the
93 long size, int type, long mode, long mtime, File outFile) throws IOException {
154 outFile.setLastModified(mtime);
BackupAgent.java 502 * @param mtime The modification time of the file when it was backed up, suitable to
507 File destination, int type, long mode, long mtime)
509 FullBackup.restoreFile(data, size, type, mode, mtime, destination);
518 int type, String domain, String path, long mode, long mtime)
524 + " mtime=" + mtime);
560 onRestoreFile(data, size, outFile, type, mode, mtime);
574 FullBackup.restoreFile(data, size, type, mode, mtime, null);
718 int type, String domain, String path, long mode, long mtime
    [all...]
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 66 int type, String domain, String relpath, long mode, long mtime)
93 FullBackup.restoreFile(data, size, type, -1, mtime, outFile);
ObbBackupService.java 106 long fileSize, int type, String path, long mode, long mtime,
117 FullBackup.restoreFile(data, fileSize, type, -1, mtime, outFile);
  /external/oprofile/libabi/
op_abi.c 52 { "offsetof_header_mtime", offsetof(struct opd_header, mtime) },
  /external/oprofile/libabi/tests/
abi_test.cpp 82 header->mtime = 1034790063;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 46 compresslevel=9, fileobj=None, mtime=None):
74 The mtime argument is an optional numeric timestamp to be written
133 self.mtime = mtime
174 mtime = self.mtime
175 if mtime is None:
176 mtime = time.time()
177 write32u(self.fileobj, long(mtime))
195 self.mtime = read32(self.fileobj
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 46 compresslevel=9, fileobj=None, mtime=None):
74 The mtime argument is an optional numeric timestamp to be written
133 self.mtime = mtime
174 mtime = self.mtime
175 if mtime is None:
176 mtime = time.time()
177 write32u(self.fileobj, long(mtime))
195 self.mtime = read32(self.fileobj
    [all...]
  /external/elfutils/0.153/libdw/
dwarf_getsrclines.c 248 .mtime = 0,
305 get_uleb128 (new_file->info.mtime, linep);
488 Dwarf_Word mtime; local
489 get_uleb128 (mtime, linep);
515 new_file->info.mtime = mtime;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mac_unittest.py 98 port.host.filesystem.mtime = lambda f: 5 if '/out/' in f else 4
101 port.host.filesystem.mtime = lambda f: 5 if '/xcodebuild/' in f else 4
win_unittest.py 117 port.host.filesystem.mtime = lambda f: 5 if '/out/' in f else 4
120 port.host.filesystem.mtime = lambda f: 5 if '/build/' in f else 4
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 63 private long mtime; field in class:FileUtils.FileStatus
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 74 public long mtime; field in class:FileUtils.FileStatus

Completed in 1168 milliseconds

12 3 4 5 6 7 8 9