/third_party/python/Lib/test/ |
H A D | test_largefile.py | 67 self.assertEqual(f.tell(), size + 1) 74 self.assertEqual(f.tell(), 0) 76 self.assertEqual(f.tell(), 1) 78 self.assertEqual(f.tell(), 0) 80 self.assertEqual(f.tell(), 0) 82 self.assertEqual(f.tell(), 42) 84 self.assertEqual(f.tell(), 42) 86 self.assertEqual(f.tell(), 84) 88 self.assertEqual(f.tell(), 84) 90 self.assertEqual(f.tell(), siz [all...] |
H A D | test_fileio.py | 40 self.assertEqual(self.f.tell(), p.tell()) 44 self.assertRaises(ReferenceError, getattr, p, 'tell') 48 self.assertEqual(self.f.tell(), 20) 50 self.assertEqual(self.f.tell(), 0) 52 self.assertEqual(self.f.tell(), 10) 54 self.assertEqual(self.f.tell(), 15) 56 self.assertEqual(self.f.tell(), 10) 58 self.assertEqual(self.f.tell(), 15) 209 'tell', 'truncat [all...] |
H A D | test_memoryio.py | 59 self.assertEqual(0, bytesIo.tell()) 61 self.assertEqual(5, bytesIo.tell()) 63 self.assertEqual(10000, bytesIo.tell()) 76 self.assertEqual(f.tell(), 6) 78 self.assertEqual(f.tell(), 5) 83 self.assertEqual(f.tell(), 1) 134 self.assertEqual(memio.tell(), 6) 138 pos = memio.tell() 140 self.assertEqual(memio.tell(), pos) 175 self.assertEqual(memio.tell(), 1 [all...] |
H A D | test_file.py | 31 self.assertEqual(self.f.tell(), p.tell()) 35 self.assertRaises(ReferenceError, getattr, p, 'tell') 108 ('tell', ()), 233 if f.tell() != 5: 234 self.fail("File pos after read wrong %d" % f.tell()) 237 if f.tell() != 5: 238 self.fail("File pos after ftruncate wrong %d" % f.tell())
|
H A D | test_imghdr.py | 30 def tell(self): member in UnseekableIO 74 pos = stream.tell() 79 self.assertEqual(stream.tell(), pos)
|
H A D | test_mmap.py | 97 self.assertEqual(m.tell(), 0) 99 self.assertEqual(m.tell(), 42) 101 self.assertEqual(m.tell(), len(m)) 131 self.assertEqual(f.tell(), 512) 546 self.assertEqual(f.tell(), halfsize + 512) 585 self.assertEqual(m.tell(), i) 587 self.assertEqual(m.tell(), i+1) 593 self.assertEqual(m.tell(), i) 595 self.assertEqual(m.tell(), i+1) 600 self.assertEqual(m.tell(), [all...] |
H A D | test_io.py | 113 def tell(self): member in MockRawIOWithoutRead 174 def tell(self): member in MisbehavedRawIO 249 def tell(self, *args): member in MockUnseekableIO 328 self.assertEqual(f.tell(), 5) 334 self.assertEqual(f.tell(), 6) 336 self.assertEqual(f.tell(), 5) 343 self.assertEqual(f.tell(), 13) 346 self.assertEqual(f.tell(), 13) 369 self.assertEqual(f.tell(), 10) 391 self.assertEqual(f.tell(), sel [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_sendfile.py | 210 self.assertEqual(self.file.tell(), len(self.DATA)) 220 self.assertEqual(self.file.tell(), 3000) 232 self.assertEqual(self.file.tell(), 0) 246 self.assertEqual(self.file.tell(), len(self.DATA)) 306 self.assertEqual(0, self.file.tell()) 320 self.assertEqual(self.file.tell(), len(self.DATA)) 339 self.assertEqual(self.file.tell(), len(self.DATA)) 363 self.assertEqual(self.file.tell(), 0) 374 self.assertEqual(self.file.tell(), len(self.DATA)) 383 self.assertEqual(self.file.tell(), [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MinidumpEmitter.cpp | 31 size_t tell() const { return NextOffset; } in tell() function in __anon24286::BlobAllocator 108 size_t BeginOffset = OS.tell(); 111 assert(OS.tell() == BeginOffset + NextOffset && 124 size_t DataEnd = File.tell(); 162 size_t DataEnd = File.tell(); 165 DataEnd = File.tell(); 175 Result.Location.RVA = File.tell(); 208 DataEnd = File.tell(); 222 DataEnd.getValueOr(File.tell()) - Result.Location.RVA;
|
/third_party/python/Lib/re/ |
H A D | _parser.py | 284 def tell(self): member in Tokenizer 293 return error(msg, self.string, self.tell() - offset) 303 (name, self.tell() - len(name) - offset), 453 start = source.tell() 546 here = source.tell() - 1 555 'Possible nested set at position %d' % source.tell(), 564 source.tell() - here) 578 source.tell() - 1), 587 source.tell() - here) 601 source.tell() [all...] |
/third_party/musl/libc-test/src/regression/ |
H A D | pthread_cond-smasher.c | 55 //#define tell(...) trace1(__LINE__, __VA_ARGS__) 56 #define tell(...) trace(__VA_ARGS__) macro 99 tell("thread %u in phase %u (%u), waiting\n", *number, i, phase); in client() 120 tell("start up of main, using %s, library %s\n", VERSION, LIBRARY); in main() 138 tell("main seeing %u threads in phase %u, %s\n", inside[phase], phase, errorstring(ret)); in main() 182 tell("shut down of main, using %s, library %s\n", VERSION, LIBRARY); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | FileWriter.cpp | 67 uint64_t FileWriter::tell() { 68 return OS.tell(); 72 off_t Offset = OS.tell();
|
H A D | FunctionInfo.cpp | 102 const uint64_t FuncInfoOffset = O.tell(); in encode() 114 const auto StartOffset = O.tell(); in encode() 118 const auto Length = O.tell() - StartOffset; in encode() 132 const auto StartOffset = O.tell(); in encode() 136 const auto Length = O.tell() - StartOffset; in encode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 145 uint64_t Start = W.OS.tell(); in writeHeader() 160 assert(W.OS.tell() - Start == (is64Bit() ? sizeof(MachO::mach_header_64) in writeHeader() 181 uint64_t Start = W.OS.tell(); in writeSegmentLoadCommand() 211 assert(W.OS.tell() - Start == SegmentLoadCommandSize); in writeSegmentLoadCommand() 231 uint64_t Start = W.OS.tell(); in writeSection() 255 assert(W.OS.tell() - Start == in writeSection() 265 uint64_t Start = W.OS.tell(); in writeSymtabLoadCommand() 275 assert(W.OS.tell() - Start == sizeof(MachO::symtab_command)); in writeSymtabLoadCommand() 288 uint64_t Start = W.OS.tell(); in writeDysymtabLoadCommand() 312 assert(W.OS.tell() in writeDysymtabLoadCommand() [all...] |
H A D | ELFObjectWriter.cpp | 340 uint64_t Padding = offsetToAlignment(W.OS.tell(), Align(Alignment)); in align() 622 uint64_t SecStart = W.OS.tell(); in computeSymbolTable() 758 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable() 768 SecStart = W.OS.tell(); in computeSymbolTable() 773 SecEnd = W.OS.tell(); in computeSymbolTable() 1070 uint64_t StartOffset = W.OS.tell(); in writeObject() 1099 uint64_t SecStart = W.OS.tell(); in writeObject() 1104 uint64_t SecEnd = W.OS.tell(); in writeObject() 1146 uint64_t SecStart = W.OS.tell(); in writeObject() 1156 uint64_t SecEnd = W.OS.tell(); in writeObject() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | SampleProfWriter.cpp | 87 uint64_t SectionStart = OutputStream->tell(); in markSectionStart() 126 OutputStream->tell() - SectionStart}); in addNewSection() 148 uint64_t Offset = OutputStream->tell(); in writeSample() 189 SecLBRProfileStart = OutputStream->tell(); in writeSections() 332 uint64_t FuncOffsetTableStart = OS.tell(); in writeFuncOffsetTable() 412 SecHdrTableOffset = OutputStream->tell(); in allocSecHdrTable() 423 uint64_t Saved = OutputStream->tell(); in writeSecHdrTable() 460 FileStart = OS.tell(); in writeHeader() 475 TableOffset = OutputStream->tell(); in writeHeader() 551 uint64_t Offset = OutputStream->tell(); in writeSample() [all...] |
H A D | InstrProfWriter.cpp | 55 uint64_t tell() { return OS.tell(); } in tell() function in llvm::ProfOStream 323 uint64_t HashTableStartFieldOffset = OS.tell(); in writeImpl() 331 uint64_t SummaryOffset = OS.tell(); in writeImpl() 337 CSSummaryOffset = OS.tell(); in writeImpl()
|
/third_party/python/Lib/ |
H A D | mailbox.py | 670 cur_len = self._file.tell() 684 new_start = new_file.tell() 687 stop - self._file.tell())) 691 new_toc[key] = (new_start, new_file.tell()) 693 self._file_length = new_file.tell() 752 before = self._file.tell() 767 self._file_length = self._file.tell() # Record current length of mailbox 782 string = self._file.read(stop - self._file.tell()) 798 string = self._file.read(stop - self._file.tell()) 807 return _PartialFile(self._file, self._file.tell(), sto 1965 def tell(self): global() member in _ProxyFile 2033 def tell(self): global() member in _PartialFile [all...] |
H A D | wave.py | 30 tell() -- return the current position 32 The position returned by tell() and the position given to setpos() 41 The open file pointer must have methods write(), tell(), seek(), and 54 tell() -- return current position in output file 123 self.offset = self.file.tell() 159 def tell(self): member in _Chunk 234 available through the tell() method, set through the 315 def tell(self): member in Wave_read 401 _file -- the open file with methods write(), close(), tell(), seek() 541 def tell(sel member in Wave_write [all...] |
H A D | _pyio.py | 388 def tell(self): member in IOBase 395 Size defaults to the current IO position as reported by tell(). Return 453 If False, seek(), tell() and truncate() will raise OSError. 815 def tell(self): member in _BufferedIOMixin 816 pos = self.raw.tell() 818 raise OSError("tell() returned an invalid position") 831 pos = self.tell() 1007 def tell(self): member in BytesIO 1009 raise ValueError("tell on closed file") 1226 def tell(sel member in BufferedReader 1318 def tell(self): global() member in BufferedWriter 1448 def tell(self): global() member in BufferedRandom 1742 def tell(self): global() member in FileIO 2338 def tell(self): global() member in TextIOWrapper [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFStreamer.h | 34 virtual uint64_t tell() const = 0; 99 uint64_t tell() const override { return Out.tell(); }
|
/third_party/vk-gl-cts/scripts/src_util/ |
H A D | check_encoding.py | 91 start = file.tell() 94 end = file.tell() 101 end = file.tell()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 117 uint64_t OldPos = OS.tell(); in printWithSpacePadding() 119 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding() 222 NamePos = StringTable.tell(); in printMemberHeader() 227 Insertion.first->second = StringTable.tell(); in printMemberHeader() 317 printBSDMemberHeader(Out, Out.tell(), Name, now(Deterministic), 0, 0, 0, in writeSymbolTable() 324 uint64_t Pos = Out.tell() + Size; in writeSymbolTable() 380 Ret.push_back(SymNames.tell()); in getSymbols() 503 if (HasObject && SymNames.tell() == 0) in computeMemberData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 23 size_t Pos = (size_t)OS.tell(); in printLine() 27 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 178 B.Off = Out.tell(); in Emit() 196 uint64_t KeyStart = Out.tell(); in Emit() 198 uint64_t DataStart = Out.tell(); in Emit() 200 uint64_t End = Out.tell(); in Emit() 210 offset_type TableOff = Out.tell(); in Emit()
|