/external/valgrind/gdbserver_tests/ |
D | mcleak.stderrB.exp | 3 10 bytes in 1 blocks are still reachable in loss record ... of ... 7 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ... 11 21 (+21) bytes in 1 (+1) blocks are still reachable in loss record ... of ... 15 65 (+65) bytes in 2 (+2) blocks are still reachable in loss record ... of ... 19 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ... 23 0 (-10) bytes in 0 (-1) blocks are still reachable 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 ... 35 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ... 39 32 (+32) bytes in 1 (+1) blocks are definitely lost in loss record ... of ... [all …]
|
D | mcblocklistsearch.stderrB.exp | 15 16 bytes in 1 blocks are still reachable in loss record ... of ... 20 16 bytes in 1 blocks are still reachable in loss record ... of ... 25 16 bytes in 1 blocks are still reachable in loss record ... of ... 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 ... 64 0x........[16] indirect loss record 4 [all …]
|
D | mcleak.stderr.exp | 3 10 bytes in 1 blocks are still reachable in loss record ... of ... 20 10 bytes in 1 blocks are still reachable in loss record ... of ... 24 21 bytes in 1 blocks are still reachable in loss record ... of ... 28 32 bytes in 1 blocks are definitely lost in loss record ... of ... 32 33 bytes in 1 blocks are still reachable in loss record ... of ...
|
/external/valgrind/memcheck/tests/ |
D | leak-delta.stderr.exp | 2 10 bytes in 1 blocks are still reachable in loss record ... of ... 9 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ... 14 21 (+21) bytes in 1 (+1) blocks are still reachable in loss record ... of ... 20 65 (+65) bytes in 2 (+2) blocks are still reachable in loss record ... of ... 27 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ... 33 0 (-10) bytes in 0 (-1) blocks are still reachable in loss record ... of ... 38 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ... 44 0 (-10) bytes in 0 (-1) blocks are definitely lost in loss record ... of ... 49 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ... 55 32 (+32) bytes in 1 (+1) blocks are definitely lost in loss record ... of ... [all …]
|
D | leak-cases-full.stderr.exp | 5 16 bytes in 1 blocks are possibly lost in loss record ... of ... 11 16 bytes in 1 blocks are possibly lost in loss record ... of ... 17 16 bytes in 1 blocks are possibly lost in loss record ... of ... 23 16 bytes in 1 blocks are possibly lost in loss record ... of ... 29 16 bytes in 1 blocks are possibly lost in loss record ... of ... 35 16 bytes in 1 blocks are possibly lost in loss record ... of ... 41 16 bytes in 1 blocks are definitely lost in loss record ... of ... 47 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 53 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
D | leak-cycle.stderr.exp | 5 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 17 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 23 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
D | lks.stderr.exp | 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 ...
|
D | leak-cases-possible.stderr.exp | 5 16 bytes in 1 blocks are definitely lost in loss record ... of ... 11 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 17 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
D | 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 ...
|
D | leak-segv-jmp.stderr.exp | 15 1,000 bytes in 1 blocks are definitely lost in loss record ... of ... 31 1,000 bytes in 1 blocks are definitely lost in loss record ... of ... 47 1,000 bytes in 1 blocks are definitely lost in loss record ... of ... 63 1,000 bytes in 1 blocks are definitely lost in loss record ... of ... 68 40,000 bytes in 1 blocks are possibly lost in loss record ... of ...
|
D | leak-tree.stderr.exp | 5 16 bytes in 1 blocks are definitely lost in loss record ... of ... 11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
/external/autotest/client/common_lib/cros/network/ |
D | ping_runner.py | 107 loss = _regex_float_from_string('([0-9]+\.[0-9]+)% packet loss', 109 if None in (sent, received, loss): 115 return PingResult(sent, received, loss, 123 return PingResult(sent, received, loss) 201 loss = _regex_int_from_string('([0-9]+)% packet loss', loss_line) 202 if None in (sent, received, loss): 208 return PingResult(sent, received, loss, 216 return PingResult(sent, received, loss) 246 def __init__(self, sent, received, loss, argument 263 self.loss = loss [all …]
|
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/ |
D | test_packet_masks_metrics.cc | 332 for (int loss = 1; loss <= num_fec_packets; loss++) { in ComputeResidualLossPerGap() local 333 int index = gap_number * (2 * kMaxMediaPacketsTest) + loss; in ComputeResidualLossPerGap() 352 for (int loss = 1; loss <= num_media_packets + num_fec_packets; loss++) { in ComputeRecoveryRatePerLoss() local 353 metrics->recovery_rate_per_loss[loss] = 0.0; in ComputeRecoveryRatePerLoss() 357 int index = gap * (2 * kMaxMediaPacketsTest) + loss; in ComputeRecoveryRatePerLoss() 368 double scaled_loss = static_cast<double>(loss * num_media_packets) / in ComputeRecoveryRatePerLoss() 370 metrics->recovery_rate_per_loss[loss] = 1.0 - arl / scaled_loss; in ComputeRecoveryRatePerLoss() 574 for (int loss = 1; loss <= num_media_packets + num_fec_packets; in WriteOutMetricsAllFecCodes() local 575 loss ++) { in WriteOutMetricsAllFecCodes() 577 loss, in WriteOutMetricsAllFecCodes() [all …]
|
/external/netperf/ |
D | README.windows | 64 …t_bsd.c(846) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data 66 …_bsd.c(1303) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data 68 …_bsd.c(2020) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data 70 …_bsd.c(5080) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data 72 …_bsd.c(5715) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data 74 …_bsd.c(6591) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data 76 …_bsd.c(8013) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data 78 …bsd.c(11123) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data 84 …erver.c(457) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data 88 …tlib.c(2470) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data [all …]
|
/external/autotest/client/site_tests/cellular_DeferredRegistration/ |
D | control | 10 - Shill destroys a service due to temporary registration loss 11 - Shill never destroys a service after permanent registration loss 19 Tests that shill can handle temporary registration loss without destroying 22 still destroys a service that has suffered a registration loss for an
|
/external/autotest/server/site_tests/network_WiFi_PTK/ |
D | network_WiFi_PTK.py | 56 logging.info('Ping loss percentage: %d.', ping_result.loss) 58 value=ping_result.loss, units='percent', higher_is_better=False) 59 if ping_result.loss > self.PING_LOSS_THRESHOLD: 61 ping_result.loss)
|
/external/autotest/server/cros/network/ |
D | arping_runner.py | 117 self.loss = 100.0 * float(num_sent - len(latencies)) / num_sent 145 if max_loss is not None and self.loss > max_loss: 153 (self.__class__.__name__, self.loss, self.average_latency,
|
/external/valgrind/tests/ |
D | outer_inner.supp | 5 #==4649== 16 bytes in 1 blocks are definitely lost in loss record 6 of 131 23 #==4649== 344 bytes in 1 blocks are definitely lost in loss record 75 of 131 41 #==14848== 368 bytes in 1 blocks are definitely lost in loss record 69 of 122
|
/external/valgrind/perf/ |
D | Makefile.am | 14 many-loss-records.vgperf \ 22 bigcode bz2 fbench ffbench heap many-loss-records many-xpts \
|
/external/webrtc/resources/audio_coding/ |
D | READ.ME | 16 *.OUT20 - output files 20 ms mode (on a channel without packet loss) 18 *.OUT30 - output files 30 ms mode (on a channel without packet loss)
|
/external/ltp/testcases/network/dctcp/ |
D | dctcp01.sh | 44 tc qdisc del dev $(tst_iface) root netem loss 0.03% ecn 56 tc qdisc add dev $(tst_iface) root netem loss 0.03% ecn > /dev/null 2>&1
|
/external/valgrind/ |
D | README_DEVELOPERS | 270 --vg=../inner_tchain --vg=../inner_trunk perf/many-loss-records 273 callgrind.out.inner_tchain.no.many-loss-records.18465 274 callgrind.outer.log.inner_tchain.no.many-loss-records.18465 275 callgrind.out.inner_tchain.me.many-loss-records.21899 276 callgrind.outer.log.inner_tchain.me.many-loss-records.21899 277 callgrind.out.inner_trunk.no.many-loss-records.21224 278 callgrind.outer.log.inner_trunk.no.many-loss-records.21224 279 callgrind.out.inner_trunk.me.many-loss-records.22916 280 callgrind.outer.log.inner_trunk.me.many-loss-records.22916
|
/external/iproute2/tc/ |
D | q_netem.c | 227 if (opt.loss > 0 || loss_type != NETEM_LOSS_UNSPEC) { in netem_parse_opt() 240 if (get_percent(&opt.loss, *argv)) { in netem_parse_opt() 459 if (opt.loss <= 0 && loss_type == NETEM_LOSS_UNSPEC) { in netem_parse_opt() 617 if (qopt.loss) { in netem_print_opt() 618 fprintf(f, " loss %s", sprint_percent(qopt.loss, b1)); in netem_print_opt()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | audio_encoder_opus_unittest.cc | 122 for (double loss : losses) { in TestSetPacketLossRate() local 123 encoder->SetProjectedPacketLossRate(loss); in TestSetPacketLossRate()
|
/external/valgrind/memcheck/ |
D | mc_errors.c | 230 const HChar *loss = "?"; in str_leak_lossmode() local 232 case Unreached: loss = "definitely lost"; break; in str_leak_lossmode() 233 case IndirectLeak: loss = "indirectly lost"; break; in str_leak_lossmode() 234 case Possible: loss = "possibly lost"; break; in str_leak_lossmode() 235 case Reachable: loss = "still reachable"; break; in str_leak_lossmode() 237 return loss; in str_leak_lossmode() 242 const HChar *loss = "?"; in xml_leak_kind() local 244 case Unreached: loss = "Leak_DefinitelyLost"; break; in xml_leak_kind() 245 case IndirectLeak: loss = "Leak_IndirectlyLost"; break; in xml_leak_kind() 246 case Possible: loss = "Leak_PossiblyLost"; break; in xml_leak_kind() [all …]
|