HomeSort by relevance Sort by last modified time
    Searched refs:lost (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/chromium_org/cc/resources/
returned_resource.h 16 ReturnedResource() : id(0), sync_point(0), count(0), lost(false) {}
20 bool lost; member in struct:cc::ReturnedResource
  /external/clang/test/CodeGenCXX/
debug-info-vtable-optzn.cpp 8 // CHECK: [ DW_TAG_member ] [lost]
12 int lost; member in class:A
  /external/chromium_org/net/quic/congestion_control/
tcp_loss_algorithm_test.cc 69 QuicPacketSequenceNumber lost[] = { 1 }; local
70 VerifyLosses(4, lost, arraysize(lost));
88 QuicPacketSequenceNumber lost[] = { 1 }; local
89 VerifyLosses(4, lost, arraysize(lost));
106 QuicPacketSequenceNumber lost[] = { 1 }; local
107 VerifyLosses(4, lost, arraysize(lost));
125 QuicPacketSequenceNumber lost[] = { 1 } local
147 QuicPacketSequenceNumber lost[] = { 1, 2 }; local
    [all...]
time_loss_algorithm_test.cc 76 // The packet should not be lost until 1.25 RTTs pass.
86 QuicPacketSequenceNumber lost[] = { 1 }; local
87 VerifyLosses(2, lost, arraysize(lost));
100 // The packet should not be lost without a nack.
122 // The packet should not be lost until 1.25 RTTs pass.
132 QuicPacketSequenceNumber lost[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; local
133 VerifyLosses(10, lost, arraysize(lost));
send_algorithm_simulator.h 96 lost(false),
101 bool lost,
106 lost(lost),
112 bool lost; member in struct:net::SendAlgorithmSimulator::SentPacket
197 // next_acked have been lost.
211 // Whether the next ack should be lost.
213 // The times acks are expected, assuming acks are not lost and every packet
220 float loss_correlation_; // Likelihood the subsequent packet is lost.
send_algorithm_simulator.cc 167 // Determine if the next ack is lost only once, to ensure determinism.
188 // Remove any packets that are simulated as lost.
198 // Lost packets don't trigger an ack.
199 if (it->lost) {
231 // Lost packets don't trigger an ack.
232 if (it->lost) {
236 // being lost and cause acks to be sent immediately.
270 DVLOG(1) << "Lost packet:" << sender->last_acked
275 if (it->lost) {
280 // This packet has been acked or lost, remove it from sent_packets_
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
PLC.h 51 opus_int lost /* I Loss flag */
  /external/libopus/silk/
PLC.h 51 opus_int lost /* I Loss flag */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
rtcp.cc 63 // packets that were actually received. The cumulative number of lost packets
68 // No packets received, assume none lost.
79 // Fraction lost since last report.
86 int32_t lost = expected_since_last - received_since_last; local
87 if (expected_since_last == 0 || lost <= 0 || received_packets_ == 0) {
90 stats->fraction_lost = std::min(0xFFU, (lost << 8) / expected_since_last);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
neteq_performance_test.cc 78 bool lost = false; local
80 lost = ((rtp_header.header.sequenceNumber - 1) % lossrate) == 0;
82 if (!lost) {
neteq_quality_test.cc 80 // lost only if all |units| drawings within the duration of the packet result in
157 bool NoLoss::Lost() {
165 bool UniformLoss::Lost() {
177 bool GilbertElliotLoss::Lost() {
180 // packet state (lost or received).
184 return lost_last_ = uniform_loss_model_->Lost();
187 return lost_last_ = uniform_loss_model_->Lost();
257 bool lost = false; local
259 if (loss_model_->Lost()) {
260 // The packet will be lost if any of the drawings indicates a loss, bu
    [all...]
  /bootable/recovery/tools/ota/
Android.mk 28 LOCAL_MODULE := check-lost+found
31 LOCAL_SRC_FILES := check-lost+found.c
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
tool.h 36 lost, member in struct:perf_tool
  /external/chromium_org/third_party/speex/libspeex/
ltp.h 94 int lost,
137 int lost,
  /external/chromium_org/cc/layers/
texture_layer_impl_unittest.cc 16 bool lost,
delegated_frame_resource_collection.cc 53 returned.lost = true;
delegated_frame_resource_collection_unittest.cc 151 EXPECT_TRUE(returned_resources_[0].lost);
  /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
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestStereo.h 48 void set_lost_packet(bool lost);
insert_packet_with_timing.cc 174 bool lost = false; local
179 lost = true;
187 if (!lost) {
266 // some complication to account for lost and reordered packets.
  /external/chromium_org/mojo/services/public/cpp/surfaces/tests/
surface_unittest.cc 438 bool lost = false; local
443 resource.lost = lost;
449 EXPECT_EQ(lost, mojo_resource->lost);
456 EXPECT_EQ(lost, round_trip_resource.lost);
  /external/chromium_org/android_webview/tools/
find_copyrights.pl 55 if (index($license, 'ALL CHANGES MADE IN THIS FILE WILL BE LOST') != -1) {
61 return ($license =~ /(All changes made in this file will be lost' .
  /external/e2fsprogs/po/
at-expand.pl 88 $msg =~ s/\@l/lost+found/g;
  /external/libpcap/msdos/
pktdrvr.h 80 DWORD lost; /* # of packets lost (RX) */ member in struct:__anon4147
  /external/chromium_org/third_party/webrtc/tools/rtcbot/bot/
api.js 27 // of casts to the arguments (types are lost in dnode).

Completed in 638 milliseconds

1 2 3 4