Searched refs:lost (Results 26 - 50 of 86) sorted by relevance

1234

/external/chromium_org/cc/layers/
H A Dtexture_layer_impl_unittest.cc16 bool lost,
15 IgnoreCallback(uint32 sync_point, bool lost, BlockingTaskRunner* main_thread_task_runner) argument
H A Ddelegated_frame_resource_collection.cc53 returned.lost = true;
H A Ddelegated_frame_resource_collection_unittest.cc151 EXPECT_TRUE(returned_resources_[0].lost);
H A Dtexture_layer.cc157 static void IgnoreReleaseCallback(uint32 sync_point, bool lost) {} argument
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java209 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/android_webview/tools/
H A Dfind_copyrights.pl61 return ($license =~ /(All changes made in this file will be lost' .
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTestStereo.h48 void set_lost_packet(bool lost);
H A Dinsert_packet_with_timing.cc174 bool lost = false; local
179 lost = true;
187 if (!lost) {
266 // some complication to account for lost and reordered packets.
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_quality_test.cc80 // lost only if all |units| drawings within the duration of the packet result in
180 // packet state (lost or received).
257 bool lost = false; local
260 // The packet will be lost if any of the drawings indicates a loss, but
263 lost = true;
266 return lost;
/external/chromium_org/mojo/services/public/cpp/surfaces/tests/
H A Dsurface_unittest.cc438 bool lost = false; local
443 resource.lost = lost;
449 EXPECT_EQ(lost, mojo_resource->lost);
456 EXPECT_EQ(lost, round_trip_resource.lost);
/external/valgrind/main/memcheck/tests/
H A Dleak-segv-jmp.stderr.exp6 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
[all...]
/external/chromium_org/net/quic/congestion_control/
H A Dsend_algorithm_simulator.cc167 // Determine if the next ack is lost only once, to ensure determinism.
188 // Remove any packets that are simulated as lost.
199 if (it->lost) {
232 if (it->lost) {
236 // being lost and cause acks to be sent immediately.
275 if (it->lost) {
280 // This packet has been acked or lost, remove it from sent_packets_.
342 if (!sent_packets_.empty() && sent_packets_.back().lost &&
350 // no buffering delay. Bytes lost from the buffer are not counted.
/external/e2fsprogs/po/
H A Dat-expand.pl88 $msg =~ s/\@l/lost+found/g;
/external/libpcap/msdos/
H A Dpktdrvr.h80 DWORD lost; /* # of packets lost (RX) */ member in struct:__anon24595
H A Dpkt_rx1.s122 adc word [_pktDrop+2], 0 ; increment packets lost
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devent.h49 u64 lost; member in struct:lost_event
178 struct lost_event lost; member in union:perf_event
/external/chromium_org/third_party/opus/src/src/
H A Dopus_demo.c250 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/libopus/src/
H A Dopus_demo.c250 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/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dnormal_async_test.cc344 int lost = DoPacketLoss(); local
345 if (lost == 2)
353 int ret = Decode(lost);
/external/chromium_org/cc/resources/
H A Dresource_provider.cc221 lost(false),
267 lost(false),
310 lost(false),
354 lost(false),
422 resource->lost;
427 return resource->lost;
629 bool lost_resource = resource->lost;
903 DCHECK(!resource->lost);
915 !resource->lost && ReadLockFenceHasPassed(resource);
1307 // Resource was already lost (
[all...]
H A Dresource_provider_unittest.cc770 EXPECT_FALSE(returned_to_child[0].lost);
771 EXPECT_FALSE(returned_to_child[1].lost);
772 EXPECT_FALSE(returned_to_child[2].lost);
773 EXPECT_FALSE(returned_to_child[3].lost);
854 EXPECT_FALSE(returned_to_child[0].lost);
855 EXPECT_FALSE(returned_to_child[1].lost);
856 EXPECT_FALSE(returned_to_child[2].lost);
857 EXPECT_FALSE(returned_to_child[3].lost);
1078 EXPECT_FALSE(returned_to_child[0].lost);
1079 EXPECT_FALSE(returned_to_child[1].lost);
[all...]
/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager_test.cc449 // Since 1 has been retransmitted, it has already been lost, and so the
492 // Ensure packet 2 is lost when 4 is sent and 3 and 4 are acked.
536 // Ack the 4th packet and expect the 1st to be considered lost.
552 // Ack 2, 3, and 4, and expect the 1st to be considered lost.
557 QuicPacketSequenceNumber lost[] = { 1 }; local
558 ExpectAcksAndLosses(true, acked, arraysize(acked), lost, arraysize(lost));
585 // Truncated ack with 4 NACKs, so the first packet is lost.
594 QuicPacketSequenceNumber lost[] = { 1 }; local
595 ExpectAcksAndLosses(true, NULL, 0, lost, arraysiz
851 QuicPacketSequenceNumber lost[] = { 1, 2 }; local
[all...]
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/
H A Dsurfaces_type_converters.cc512 returned->lost = input.lost;
524 returned.lost = input->lost;
/external/kernel-headers/original/uapi/linux/
H A Daudit.h382 __u32 lost; /* messages lost */ member in struct:audit_status
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-mem.c195 .lost = perf_event__process_lost,

Completed in 648 milliseconds

1234