HomeSort by relevance Sort by last modified time
    Searched refs:lost (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /frameworks/av/media/libnbaio/
NBLog.cpp 293 size_t lost = 0; local
295 lost = avail - mSize;
296 mFront += lost;
344 lost += i;
345 if (lost > 0) {
346 body.appendFormat("warning: lost %zu bytes worth of events", lost);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 204 final boolean lost = issuedConnections.remove(ref);
205 if (lost) {
222 * Handles cleaning up for a lost pool entry with the given route.
223 * A lost pool entry corresponds to a connection that was
226 * @param route the route of the pool entry that was lost
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestStereo.h 47 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/valgrind/main/memcheck/tests/
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/chromium_org/android_webview/tools/
find_copyrights.pl 72 if (index($license, 'ALL CHANGES MADE IN THIS FILE WILL BE LOST') != -1) {
78 return ($license =~ /(All changes made in this file will be lost' .
  /external/chromium_org/cc/layers/
delegated_frame_resource_collection.cc 54 returned.lost = true;
delegated_frame_resource_collection_unittest.cc 146 EXPECT_TRUE(returned_resources_[0].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:__anon28397
  /external/chromium_org/v8/test/webkit/
dfg-inline-unused-this-method-check.js 25 "This tests that inlining a function that does not use this does not result in this being lost entirely, if we succeed in doing method check optimizations."
dfg-intrinsic-unused-this-method-check.js 25 "This tests that doing intrinsic function optimization does not result in this being lost entirely, if method check optimizations succeed."
dfg-inline-unused-this.js 25 "This tests that inlining a function that does not use this does not result in this being lost entirely."
dfg-intrinsic-unused-this.js 25 "This tests that doing intrinsic function optimization does not result in this being lost entirely."
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.h 49 u64 lost; member in struct:lost_event
178 struct lost_event lost; member in union:perf_event
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 743 EXPECT_FALSE(returned_to_child[0].lost);
744 EXPECT_FALSE(returned_to_child[1].lost);
745 EXPECT_FALSE(returned_to_child[2].lost);
746 EXPECT_FALSE(returned_to_child[3].lost);
    [all...]
resource_provider.cc 230 lost(false),
275 lost(false),
318 lost(false),
362 lost(false),
623 resource->lost;
628 return resource->lost;
830 bool lost_resource = resource->lost;
    [all...]
  /external/chromium_org/third_party/opus/src/src/
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
    [all...]
  /external/libopus/src/
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
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
normal_async_test.cc 344 int lost = DoPacketLoss(); local
345 if (lost == 2)
347 // Lost the whole frame, continue
353 int ret = Decode(lost);
  /external/chromium_org/content/test/gpu/gpu_tests/
context_lost.py 100 'Test didn\'t complete (no context lost event?)')
  /external/chromium_org/v8/test/intl/break-iterator/
en-break.js 32 var textToSegment = 'Jack and Jill, went over hill, and got lost. Alert!';
  /system/extras/tests/fstest/
perm_checker.conf 5 /cache/lost+found/ 700 770 root root root root
21 /data/lost+found/ 700 770 root root root root
152 /system/lost+found/ 700 770 root root root root
  /external/chromium_org/net/quic/
quic_sent_packet_manager_test.cc 420 // Since 1 has been retransmitted, it has already been lost, and so the
462 // Ensure packet 2 is lost when 4 is sent and 3 and 4 are acked.
506 // Ack the 4th packet and expect the 1st to be considered lost.
522 // Ack 2, 3, and 4, and expect the 1st to be considered lost.
527 QuicPacketSequenceNumber lost[] = { 1 }; local
528 ExpectAcksAndLosses(true, acked, arraysize(acked), lost, arraysize(lost));
555 // Truncated ack with 4 NACKs, so the first packet is lost.
564 QuicPacketSequenceNumber lost[] = { 1 }; local
565 ExpectAcksAndLosses(true, NULL, 0, lost, arraysize(lost))
822 QuicPacketSequenceNumber lost[] = { 1, 2 }; local
    [all...]
  /build/tools/releasetools/
blockimgdiff.py 430 lost = 0
449 lost = size - xf.src_ranges.size()
450 lost_source += lost

Completed in 3407 milliseconds

12 3 4 5 6