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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 200 with gzip.GzipFile(self.filename) as fRead:
201 dataRead = fRead.read()
203 self.assertTrue(hasattr(fRead, 'mtime'))
204 self.assertEqual(fRead.mtime, mtime)
212 with open(self.filename, 'rb') as fRead:
215 idBytes = fRead.read(2)
218 cmByte = fRead.read(1)
221 flagsByte = fRead.read(1)
224 mtimeBytes = fRead.read(4)
227 xflByte = fRead.read(1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 200 with gzip.GzipFile(self.filename) as fRead:
201 dataRead = fRead.read()
203 self.assertTrue(hasattr(fRead, 'mtime'))
204 self.assertEqual(fRead.mtime, mtime)
212 with open(self.filename, 'rb') as fRead:
215 idBytes = fRead.read(2)
218 cmByte = fRead.read(1)
221 flagsByte = fRead.read(1)
224 mtimeBytes = fRead.read(4)
227 xflByte = fRead.read(1
    [all...]
  /external/chromium_org/third_party/skia/bench/
MemoryBench.cpp 72 bool fRead;
79 , fRead(read)
105 if (fRead) {
  /external/skia/bench/
MemoryBench.cpp 72 bool fRead;
79 , fRead(read)
105 if (fRead) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 141 milliseconds