Home
last modified time | relevance | path

Searched refs:Lost (Results 1 – 25 of 30) sorted by relevance

12

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.h39 virtual bool Lost(int now_ms) = 0;
44 bool Lost(int now_ms) override;
50 bool Lost(int now_ms) override;
61 bool Lost(int now_ms) override;
90 bool Lost(int now_ms) override;
Dneteq_quality_test.cc252 bool NoLoss::Lost(int now_ms) { in Lost() function in webrtc::test::NoLoss
258 bool UniformLoss::Lost(int now_ms) { in Lost() function in webrtc::test::UniformLoss
271 bool GilbertElliotLoss::Lost(int now_ms) { in Lost() function in webrtc::test::GilbertElliotLoss
278 return lost_last_ = uniform_loss_model_->Lost(now_ms); in Lost()
281 return lost_last_ = uniform_loss_model_->Lost(now_ms); in Lost()
293 bool FixedLossModel::Lost(int now_ms) { in Lost() function in webrtc::test::FixedLossModel
391 if (loss_model_->Lost(decoded_time_ms_)) { in PacketLost()
/external/clang/test/Analysis/
Dblocks.m175 static const char str[] = "Lost connection to sharingd";
183 static const char str[] = "Lost connection to sharingd";
191 static const char str[] = "Lost connection to sharingd";
199 static const char str[] = "Lost connection to sharingd";
207 static const char str[] = "Lost connection to sharingd";
/external/llvm-project/clang/test/Analysis/
Dblocks.m179 static const char str[] = "Lost connection to sharingd";
187 static const char str[] = "Lost connection to sharingd";
195 static const char str[] = "Lost connection to sharingd";
203 static const char str[] = "Lost connection to sharingd";
211 static const char str[] = "Lost connection to sharingd";
/external/webrtc/modules/audio_coding/neteq/
Dneteq_stereo_unittest.cc150 virtual bool Lost() { return false; } in Lost() function in webrtc::NetEqStereoTest
160 } while (Lost()); // If lost, immediately read the next packet. in RunTest()
180 } while (Lost()); // If lost, immediately read the next packet. in RunTest()
310 virtual bool Lost() { return (++frame_index_) % kLossInterval == 0; } in Lost() function in webrtc::NetEqStereoTestLosses
Dneteq_network_stats_unittest.cc177 bool Lost(uint32_t send_time) { in Lost() function in webrtc::test::NetEqNetworkStatsTest
242 if (!Lost(next_send_time)) { in RunTest()
/external/python/httplib2/
DREADME.md46 ### Lost update support
50 Detecting the Lost Update Problem Using Unreserved Checkout.
Dlibhttplib2.tex81 \item[Lost update support]
82 …rces we have already cached. This implements Section 3.2 of Detecting the Lost Update Problem Usin…
/external/pdfium/testing/resources/javascript/
Dbug_735912.in65 % Lost Focus AAction MyField
/external/mesa3d/src/egl/main/
Deglsurface.h80 EGLBoolean Lost; member
Deglsurface.c381 surf->Lost = EGL_FALSE; in _eglInitSurface()
Deglapi.c890 if (draw_surf && draw_surf->Lost) in eglMakeCurrent()
892 if (read_surf && read_surf->Lost) in eglMakeCurrent()
1338 if (surf->Lost) in eglSwapBuffers()
/external/ppp/pppd/plugins/radius/etc/
Ddictionary196 VALUE Acct-Terminate-Cause Lost-Carrier 2
197 VALUE Acct-Terminate-Cause Lost-Service 3
/external/bcc/tools/
Dtrace_example.txt221 buffer. This shows as "Lost N samples":
229 Lost 764896 samples
230 Lost 764896 samples
231 Lost 764896 samples
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c516 dri2_surf->base.Lost = EGL_TRUE; in droid_window_cancel_buffer()
725 if (dri2_surf->base.Lost) in update_buffers()
734 dri2_surf->base.Lost = EGL_TRUE; in update_buffers()
1342 dri2_surf->base.Lost = true; in droid_display_shared_buffer()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp413 bool Lost = false; in lowerPrintfForGpu() local
415 &Lost); in lowerPrintfForGpu()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp418 bool Lost = false; in lowerPrintfForGpu() local
420 &Lost); in lowerPrintfForGpu()
/external/python/httplib2/doc/html/_sources/
Dlibhttplib2.txt98 .. describe:: Lost update support
101 cached. This implements Section 3.2 of Detecting the Lost Update Problem Using
/external/python/httplib2/doc/
Dlibhttplib2.rst98 .. describe:: Lost update support
101 cached. This implements Section 3.2 of Detecting the Lost Update Problem Using
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1978 BlockFrequency Lost = FallThrough2Top + FallThrough2Exit + in FallThroughGains() local
1980 if (Gains > Lost) in FallThroughGains()
1981 Result = Gains - Lost; in FallThroughGains()
/external/llvm-project/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp2011 BlockFrequency Lost = FallThrough2Top + FallThrough2Exit + in FallThroughGains() local
2013 if (Gains > Lost) in FallThroughGains()
2014 Result = Gains - Lost; in FallThroughGains()
/external/angle/third_party/vulkan_memory_allocator/
DREADME.md55 - Lost allocations: Allocate memory with appropriate flags and let the library remove allocations t…
/external/mdnsresponder/mDNSPosix/
DReadMe.txt239 *** Lost name = 'Foo', type = '_afpovertcp._tcp.', domain = 'local.'
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1506 bool Lost; in canLosslesslyConvertToFPType() local
1511 &Lost); in canLosslesslyConvertToFPType()
1514 Lost && in canLosslesslyConvertToFPType()
1857 bool Lost; in addKImmFPOperands() local
1860 APFloat::rmNearestTiesToEven, &Lost); in addKImmFPOperands()
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1607 bool Lost; in canLosslesslyConvertToFPType() local
1612 &Lost); in canLosslesslyConvertToFPType()
1615 Lost && in canLosslesslyConvertToFPType()
1979 bool Lost; in addKImmFPOperands() local
1982 APFloat::rmNearestTiesToEven, &Lost); in addKImmFPOperands()

12