/external/valgrind/memcheck/tests/ |
lks.stderr.exp | 5 definitely lost: 48 bytes in 3 blocks 6 indirectly lost: 32 bytes in 2 blocks 7 possibly lost: 0 bytes in 0 blocks 21 16 bytes in 1 blocks are indirectly lost in loss record ... of ... 27 16 bytes in 1 blocks are indirectly lost in loss record ... of ... 33 16 bytes in 1 blocks are definitely lost in loss record ... of ... 39 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 45 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 52 definitely lost: 48 bytes in 3 blocks 53 indirectly lost: 32 bytes in 2 block [all...] |
leak-autofreepool-0.stderr.exp | 7 320 bytes in 20 blocks are definitely lost in loss record ... of ... 10 definitely lost: 320 bytes in 20 blocks 11 indirectly lost: 0 bytes in 0 blocks 12 possibly lost: 0 bytes in 0 blocks
|
leak-autofreepool-1.stderr.exp | 7 320 bytes in 20 blocks are definitely lost in loss record ... of ... 10 definitely lost: 320 bytes in 20 blocks 11 indirectly lost: 0 bytes in 0 blocks 12 possibly lost: 0 bytes in 0 blocks
|
leak-autofreepool-4.stderr.exp | 7 320 bytes in 20 blocks are definitely lost in loss record ... of ... 10 definitely lost: 320 bytes in 20 blocks 11 indirectly lost: 0 bytes in 0 blocks 12 possibly lost: 4,096 bytes in 1 blocks
|
mempool.stderr.exp | 35 10 bytes in 1 blocks are definitely lost in loss record ... of ... 40 10 bytes in 1 blocks are definitely lost in loss record ... of ... 45 20 bytes in 1 blocks are definitely lost in loss record ... of ... 50 48 (32 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
leak-segv-jmp.stderr.exp | 6 definitely lost: 0 bytes in 0 blocks 7 indirectly lost: 0 bytes in 0 blocks 8 possibly lost: 0 bytes in 0 blocks 15 1,000 bytes in 1 blocks are definitely lost in loss record ... of ... 21 definitely lost: 1,000 bytes in 1 blocks 22 indirectly lost: 0 bytes in 0 blocks 23 possibly lost: 0 bytes in 0 blocks 31 1,000 bytes in 1 blocks are definitely lost in loss record ... of ... 37 definitely lost: 1,000 bytes in 1 blocks 38 indirectly lost: 0 bytes in 0 block [all...] |
/external/valgrind/gdbserver_tests/ |
mcleak.stderrB.exp | 7 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ... 27 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ... 31 0 (-10) bytes in 0 (-1) blocks are definitely lost in loss record ... of ... 39 32 (+32) bytes in 1 (+1) blocks are definitely lost in loss record ... of ... 55 32 bytes in 1 blocks are definitely lost in loss record ... of ... 63 32 bytes in 1 blocks are definitely lost in loss record ... of ... 75 32 bytes in 1 blocks are definitely lost in loss record ... of ...
|
mcblocklistsearch.stderrB.exp | 30 16 bytes in 1 blocks are indirectly lost in loss record ... of ... 35 16 bytes in 1 blocks are indirectly lost in loss record ... of ... 40 16 bytes in 1 blocks are definitely lost in loss record ... of ... 45 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 51 16 bytes in 1 blocks are definitely lost in loss record ... of ... 58 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue11987.go | 8 // lost bit 5 of the immediate so v>>32 was assembled as v>>0. SRADCC
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue11987.go | 8 // lost bit 5 of the immediate so v>>32 was assembled as v>>0. SRADCC
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
TestStereo.h | 49 void set_lost_packet(bool lost);
|
insert_packet_with_timing.cc | 170 bool lost = false; local 175 lost = true; 179 if (!lost) { 258 // some complication to account for lost and reordered packets.
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
AbstractConnPool.java | 209 final boolean lost = issuedConnections.remove(ref); 210 if (lost) { 227 * Handles cleaning up for a lost pool entry with the given route. 228 * A lost pool entry corresponds to a connection that was 231 * @param route the route of the pool entry that was lost
|
/frameworks/base/core/java/android/net/metrics/ |
NetworkMetrics.java | 100 public void addTcpStatsResult(int sent, int lost, int rttUs, int sentAckDiffMs) { 104 pendingSummary.tcpLossRate.count(lost, sent);
|
/prebuilts/go/darwin-x86/test/ |
live2.go | 12 // issue 8142: lost 'addrtaken' bit on inlined variables.
|
/prebuilts/go/linux-x86/test/ |
live2.go | 12 // issue 8142: lost 'addrtaken' bit on inlined variables.
|
/system/extras/simpleperf/ |
cmd_report_sample.cpp | 308 auto& lost = proto_record.lost(); local 311 lost.sample_count()); 313 lost.lost_count()); 414 lost_count_ += static_cast<const LostRecord*>(record.get())->lost; 533 proto::LostSituation* lost = proto_record.mutable_lost(); local 534 lost->set_sample_count(sample_count_); 535 lost->set_lost_count(lost_count_);
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/ |
libdso-1c.d | 9 # There was a bug such that GOT markups were lost, resulting in wrong
|
/external/syslinux/utils/ |
ppmtolss16 | 293 $lost++ if ( !defined($color_index{$rgb}) ); 296 if ( $lost ) { 298 "$0: Warning: color palette truncated (%d colors ignored)\n", $lost;
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
neteq_quality_test.cc | 169 // lost only if all |units| drawings within the duration of the packet result in 260 bool NoLoss::Lost() { 268 bool UniformLoss::Lost() { 280 bool GilbertElliotLoss::Lost() { 283 // packet state (lost or received). 287 return lost_last_ = uniform_loss_model_->Lost(); 290 return lost_last_ = uniform_loss_model_->Lost(); 358 bool lost = false; local 360 if (loss_model_->Lost()) { 361 // The packet will be lost if any of the drawings indicates a loss, bu [all...] |
/external/e2fsprogs/po/ |
at-expand.pl | 92 $msg =~ s/\@l/lost+found/g;
|
/external/libpcap/msdos/ |
pktdrvr.h | 80 DWORD lost; /* # of packets lost (RX) */ member in struct:__anon25658
|
/prebuilts/go/darwin-x86/src/runtime/ |
signal_solaris.go | 45 /* 37 */ {_SigNotify, "SIGLOST: resource lost (eg, record-lock lost)"},
|
/prebuilts/go/linux-x86/src/runtime/ |
signal_solaris.go | 45 /* 37 */ {_SigNotify, "SIGLOST: resource lost (eg, record-lock lost)"},
|
/external/perf_data_converter/src/quipper/ |
perf_serializer.cc | 619 const struct lost_event& lost = event.lost; local 620 sample->set_id(lost.id); 621 sample->set_lost(lost.lost); 628 struct lost_event& lost = event->lost; local 629 lost.id = sample.id(); 630 lost.lost = sample.lost() [all...] |