/external/tcpdump/tests/ |
D | arp-oobr.out | 1 …), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 192.168.1.104, leng… 2 …et (len 6), IPv4 (len 4), Request who-has 192.168.1.1 (00:55:00:00:00:00) tell 192.168.1.104, leng… 3 …et (len 6), IPv4 (len 4), Request who-has 192.168.0.1 (00:13:00:00:00:00) tell 192.168.0.37, lengt… 4 …), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 192.168.1.104, leng… 5 … length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.212.1 tell 192.168.1.104, leng… 6 …, length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.38 tell 192.168.0.31, lengt… 7 …), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 192.168.1.104, leng… 8 …), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 192.168.1.104, leng… 9 …), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 192.168.1.104, leng… 10 …), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.1 tell 192.168.0.30, lengt… [all …]
|
D | QinQpacket.out | 1 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 4 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 11 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 12 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 13 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 14 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 15 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 18 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 25 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 26 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_largefile.py | 60 self.assertEqual(f.tell(), 0) 62 self.assertEqual(f.tell(), 1) 64 self.assertEqual(f.tell(), 0) 66 self.assertEqual(f.tell(), 0) 68 self.assertEqual(f.tell(), 42) 70 self.assertEqual(f.tell(), 42) 72 self.assertEqual(f.tell(), 84) 74 self.assertEqual(f.tell(), 84) 76 self.assertEqual(f.tell(), size + 1 + 0) 78 self.assertEqual(f.tell(), size + 1 - 10) [all …]
|
D | test_fileio.py | 35 self.assertEqual(self.f.tell(), p.tell()) 42 self.assertEqual(self.f.tell(), 20) 44 self.assertEqual(self.f.tell(), 0) 46 self.assertEqual(self.f.tell(), 10) 48 self.assertEqual(self.f.tell(), 15) 50 self.assertEqual(self.f.tell(), 10) 52 self.assertEqual(self.f.tell(), 15) 221 f.tell() 402 self.assertEqual(f.tell(), 10) 404 self.assertEqual(f.tell(), 10) [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_largefile.py | 66 self.assertEqual(f.tell(), size + 1) 73 self.assertEqual(f.tell(), 0) 75 self.assertEqual(f.tell(), 1) 77 self.assertEqual(f.tell(), 0) 79 self.assertEqual(f.tell(), 0) 81 self.assertEqual(f.tell(), 42) 83 self.assertEqual(f.tell(), 42) 85 self.assertEqual(f.tell(), 84) 87 self.assertEqual(f.tell(), 84) 89 self.assertEqual(f.tell(), size + 1 + 0) [all …]
|
D | test_fileio.py | 35 self.assertEqual(self.f.tell(), p.tell()) 42 self.assertEqual(self.f.tell(), 20) 44 self.assertEqual(self.f.tell(), 0) 46 self.assertEqual(self.f.tell(), 10) 48 self.assertEqual(self.f.tell(), 15) 50 self.assertEqual(self.f.tell(), 10) 52 self.assertEqual(self.f.tell(), 15) 291 f.tell() 490 self.assertEqual(f.tell(), 10) 492 self.assertEqual(f.tell(), 10) [all …]
|
/external/libopus/celt/tests/ |
D | test_unit_entropy.c | 171 unsigned *tell; in main() local 178 tell=(unsigned *)malloc((sz+1)*sizeof(*tell)); in main() 181 tell[0]=ec_tell_frac(&enc); in main() 188 tell[j+1]=ec_tell_frac(&enc); in main() 207 if(ec_tell_frac(&dec)!=tell[0]){ in main() 210 0,ec_tell_frac(&dec),tell[0],seed); in main() 220 if(ec_tell_frac(&dec)!=tell[j+1]){ in main() 223 j+1,ec_tell_frac(&dec),tell[j+1],seed); in main() 226 free(tell); in main() 233 unsigned *tell; in main() local [all …]
|
/external/libaom/libaom/test/ |
D | ec_test.cc | 43 unsigned *tell; in TEST() local 50 tell = (unsigned *)malloc((sz + 1) * sizeof(*tell)); in TEST() 53 tell[0] = od_ec_enc_tell_frac(&enc); in TEST() 76 tell[j + 1] = od_ec_enc_tell_frac(&enc); in TEST() 85 EXPECT_EQ(od_ec_dec_tell_frac(&dec), tell[0]) in TEST() 88 << (unsigned)od_ec_dec_tell_frac(&dec) << " instead of " << tell[0] in TEST() 120 EXPECT_EQ(od_ec_dec_tell_frac(&dec), tell[j + 1]) in TEST() 124 << " instead of " << tell[j + 1] << " (Random seed: " << seed in TEST() 128 free(tell); in TEST()
|
D | boolcoder_test.cc | 114 uint32_t tell = aom_reader_tell(&br); in TEST() local 116 GTEST_ASSERT_GE(tell, last_tell) in TEST() 117 << "tell: " << tell << ", last_tell: " << last_tell; in TEST() 122 GTEST_ASSERT_EQ(tell, (tell_frac + 7) >> 3); in TEST() 123 last_tell = tell; in TEST()
|
/external/python/apitools/samples/storage_sample/ |
D | downloads_test.py | 80 self.assertEqual(0, self.__buffer.tell()) 91 self.assertEqual(15, self.__buffer.tell()) 100 self.assertEqual(15, self.__buffer.tell()) 109 self.assertEqual(6, self.__buffer.tell()) 117 self.assertEqual(3, self.__buffer.tell()) 125 self.assertEqual(13, self.__buffer.tell()) 136 self.assertEqual(15, self.__buffer.tell()) 155 self.assertEqual(0, self.__buffer.tell()) 157 self.assertEqual(50000, self.__buffer.tell()) 161 self.assertEqual(50000, self.__buffer.tell()) [all …]
|
/external/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 97 uint64_t OldPos = OS.tell(); in printWithSpacePadding() 99 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding() 141 uint64_t PosAfterHeader = Out.tell() + 60 + Name.size(); in printBSDMemberHeader() 149 assert(PosAfterHeader == Out.tell()); in printBSDMemberHeader() 209 StartOffset = Out.tell(); in writeStringTable() 211 StringMapIndexes.push_back(Out.tell() - StartOffset); in writeStringTable() 222 if (Out.tell() % 2) in writeStringTable() 224 int Pos = Out.tell(); in writeStringTable() 261 HeaderStartOffset = Out.tell(); in writeSymbolTable() 266 BodyStartOffset = Out.tell(); in writeSymbolTable() [all …]
|
/external/python/cpython2/Lib/ |
D | multifile.py | 50 self.start = self.fp.tell() 53 def tell(self): member in MultiFile 56 return self.fp.tell() - self.start 59 here = self.tell() 106 self.lastpos = self.tell() - len(line) 130 self.start = self.fp.tell() 139 self.start = self.fp.tell()
|
D | StringIO.py | 114 def tell(self): member in StringIO 292 length = f.tell() 298 print 'Position =', f.tell() 308 f.seek(f.tell() - len(line)) 313 print 'File length =', f.tell() 314 if f.tell() != length: 318 print 'Truncated length =', f.tell() 319 if f.tell() != length/2:
|
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/akka/ |
D | PingPongAkkaBenchmark.kt | 78 pingRef.tell(Start(), ActorRef.noSender()) in runPingPongs() 88 pongRef.tell(Ball(0), self) in onReceive() 91 pongRef.tell(Ball(count = msg.count + 1), self) in onReceive() 107 sender.tell(Stop(), self) in onReceive() 110 sender.tell(Ball(msg.count + 1), self) in onReceive()
|
D | StatefulActorAkkaBenchmark.kt | 102 requestor.tell(1L, ActorRef.noSender()) in run() 106 computations.forEach { it.tell(Stop(), ActorRef.noSender()) } in run() 137 .tell(ThreadLocalRandom.current().nextLong(), self) in onReceive() 157 sender.tell(result, self) in onReceive()
|
/external/libopus/celt/ |
D | quant_bands.c | 158 opus_int32 budget, opus_int32 tell, in quant_coarse_energy_impl() argument 168 if (tell+3 <= budget) in quant_coarse_energy_impl() 216 tell = ec_tell(enc); in quant_coarse_energy_impl() 217 bits_left = budget-tell-3*C*(end-i); in quant_coarse_energy_impl() 227 if (budget-tell >= 15) in quant_coarse_energy_impl() 234 else if(budget-tell >= 2) in quant_coarse_energy_impl() 239 else if(budget-tell >= 1) in quant_coarse_energy_impl() 271 opus_uint32 tell; in quant_coarse_energy() local 281 tell = ec_tell(enc); in quant_coarse_energy() 282 if (tell+3 > budget) in quant_coarse_energy() [all …]
|
/external/llvm-project/llvm/lib/Support/ |
D | ELFAttributeParser.cpp | 98 uint64_t end = cursor.tell() + length; in parseAttributeList() 99 while ((pos = cursor.tell()) < end) { in parseAttributeList() 125 uint64_t end = cursor.tell() - sizeof(length) + length; in parseSubsection() 137 while (cursor.tell() < end) { in parseSubsection() 152 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection() 174 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection() 218 if (sectionLength < 4 || cursor.tell() - 4 + sectionLength > section.size()) in parse() 222 utohexstr(cursor.tell() - 4)); in parse()
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_sendfile.py | 200 self.assertEqual(self.file.tell(), len(self.DATA)) 210 self.assertEqual(self.file.tell(), 3000) 222 self.assertEqual(self.file.tell(), 0) 236 self.assertEqual(self.file.tell(), len(self.DATA)) 296 self.assertEqual(0, self.file.tell()) 310 self.assertEqual(self.file.tell(), len(self.DATA)) 329 self.assertEqual(self.file.tell(), len(self.DATA)) 353 self.assertEqual(self.file.tell(), 0) 364 self.assertEqual(self.file.tell(), len(self.DATA)) 373 self.assertEqual(self.file.tell(), 0) [all …]
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | MinidumpEmitter.cpp | 31 size_t tell() const { return NextOffset; } in tell() function in __anon07c79d3d0111::BlobAllocator 108 size_t BeginOffset = OS.tell(); in writeTo() 111 assert(OS.tell() == BeginOffset + NextOffset && in writeTo() 124 size_t DataEnd = File.tell(); in layout() 162 size_t DataEnd = File.tell(); in layout() 165 DataEnd = File.tell(); in layout() 175 Result.Location.RVA = File.tell(); in layout() 208 DataEnd = File.tell(); in layout() 222 DataEnd.getValueOr(File.tell()) - Result.Location.RVA; in layout()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpEmitter.cpp | 31 size_t tell() const { return NextOffset; } in tell() function in __anonde2e19b10111::BlobAllocator 108 size_t BeginOffset = OS.tell(); in writeTo() 111 assert(OS.tell() == BeginOffset + NextOffset && in writeTo() 124 size_t DataEnd = File.tell(); in layout() 162 size_t DataEnd = File.tell(); in layout() 165 DataEnd = File.tell(); in layout() 175 Result.Location.RVA = File.tell(); in layout() 208 DataEnd = File.tell(); in layout() 222 DataEnd.getValueOr(File.tell()) - Result.Location.RVA; in layout()
|
/external/fonttools/Tests/ttLib/ |
D | sfnt_test.py | 35 assert reader2.file.tell() == reader.file.tell() 53 assert reader2.file.tell() == reader.file.tell()
|
/external/llvm-project/llvm/unittests/Support/ |
D | DataExtractorTest.cpp | 102 EXPECT_EQ(11U, C.tell()); in TEST() 104 EXPECT_EQ(11U, C.tell()); in TEST() 167 EXPECT_EQ(1u, C.tell()); in TEST() 171 EXPECT_EQ(1u, C.tell()); in TEST() 175 EXPECT_EQ(1u, C.tell()); in TEST() 288 EXPECT_EQ(3u, C.tell()); in TEST() 298 EXPECT_EQ(0u, C.tell()); in TEST() 302 EXPECT_EQ(2u, C.tell()); in TEST() 379 EXPECT_EQ(4u, C.tell()); in TEST()
|
/external/clang/tools/clang-format/ |
D | clang-format-bbedit.applescript | 11 tell application "BBEdit" 15 end tell 20 tell application "BBEdit" 27 end tell
|
/external/llvm-project/clang/tools/clang-format/ |
D | clang-format-bbedit.applescript | 11 tell application "BBEdit" 15 end tell 20 tell application "BBEdit" 27 end tell
|
/external/llvm-project/lld/wasm/ |
D | WriterUtils.cpp | 75 debugWrite(os.tell(), msg + "[" + utohexstr(number) + "]"); in writeUleb128() 80 debugWrite(os.tell(), msg + "[" + utohexstr(number) + "]"); in writeSleb128() 86 debugWrite(os.tell(), msg + " [data[" + Twine(count) + "]]"); in writeBytes() 91 debugWrite(os.tell(), in writeStr() 98 debugWrite(os.tell(), msg + " [0x" + utohexstr(byte) + "]"); in writeU8() 103 debugWrite(os.tell(), msg + "[0x" + utohexstr(number) + "]"); in writeU32() 108 debugWrite(os.tell(), msg + "[0x" + utohexstr(number) + "]"); in writeU64()
|