/external/clang/test/CodeGenCXX/ |
H A D | debug-info-vtable-optzn.cpp | 8 // CHECK: !DIDerivedType(tag: DW_TAG_member, name: "lost" 12 int lost; member in class:A
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
H A D | 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/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
H A D | neteq_performance_test.cc | 80 bool lost = false; local 82 lost = ((rtp_header.header.sequenceNumber - 1) % lossrate) == 0; 84 if (!lost) {
|
H A D | neteq_quality_test.cc | 169 // lost only if all |units| drawings within the duration of the packet result in 283 // packet state (lost or received). 358 bool lost = false; local 361 // The packet will be lost if any of the drawings indicates a loss, but 364 lost = true; 367 return lost; 389 Log() << "was lost.";
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
H A D | 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.
|
H A D | TestStereo.cc | 106 void TestPackStereo::set_lost_packet(bool lost) { argument 107 lost_packet_ = lost; 818 // Reset in case we ended with a lost packet
|
/external/libpcap/msdos/ |
H A D | pktdrvr.h | 80 DWORD lost; /* # of packets lost (RX) */
member in struct:__anon10819
|
/external/libopus/src/ |
H A D | opus_demo.c | 250 int lost = 0, lost_prev = 1; local 770 lost = len[toggle]==0 || (packet_loss_perc>0 && rand()%100 < packet_loss_perc); 771 if (lost) 781 output_samples = opus_decode(dec, lost ? NULL : data[toggle], len[toggle], out, output_samples, 1); 788 output_samples = opus_decode(dec, lost ? NULL : data[toggle], len[toggle], out, output_samples, 0); 826 && !lost && !lost_prev 839 lost_prev = lost;
|
/external/avahi/avahi-core/ |
H A D | server.c | 198 int ours = 0, won = 0, lost = 0; local 222 lost = 1; 232 else if (lost) { 233 avahi_log_debug("Received conflicting probe [%s]. Local host lost. Withdrawing.", t);
|
/external/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1422 bool lost = false; local 1423 Val.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &lost); 1598 bool lost = false; local 1600 Ty->getFltSemantics(), APFloat::rmNearestTiesToEven, &lost); 1604 assert(status == APFloat::opOK && !lost && 1605 "Precision lost during fp16 constfolding");
|
/external/kernel-headers/original/uapi/linux/ |
H A D | audit.h | 419 __u32 lost; /* messages lost */ member in struct:audit_status
|
H A D | i2o-dev.h | 114 int lost; member in struct:i2o_evt_get
|
/external/iproute2/misc/ |
H A D | ss.c | 778 unsigned int lost; member in struct:tcpstat 1775 if (s->lost) 1776 printf(" lost:%u", s->lost); 1989 s.lost = info->tcpi_lost;
|
/external/kernel-headers/original/uapi/sound/ |
H A D | asound.h | 746 unsigned int lost; /* counter of master tick lost */ member in struct:snd_timer_status
|
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |