Searched refs:lost (Results 51 - 75 of 86) sorted by relevance

1234

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpython.c210 static char pyrf_lost_event__doc[] = PyDoc_STR("perf lost event object.");
215 member_def(lost_event, lost, T_ULONGLONG, "number of lost events"),
224 if (asprintf(&s, "{ type: lost, id: %#" PRIx64 ", "
225 "lost: %#" PRIx64 " }",
226 pevent->event.lost.id, pevent->event.lost.lost) < 0) {
H A Dsession.c267 if (tool->lost == NULL)
268 tool->lost = perf_event__process_lost;
1016 if (tool->lost == perf_event__process_lost)
1017 session->stats.total_lost += event->lost.lost;
1018 return tool->lost(tool, event, sample, machine);
1131 if (tool->lost == perf_event__process_lost &&
1133 ui__warning("Processed %d events and lost %d chunks!\n\n"
H A Dmachine.c337 dump_printf(": id:%" PRIu64 ": lost:%" PRIu64 "\n",
338 event->lost.id, event->lost.lost);
/external/chromium_org/third_party/opus/src/silk/
H A DPLC.c68 opus_int lost /* I Loss flag */
77 if( lost ) {
385 /* Calculate residual in decoded signal if last frame was lost */
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dplot_neteq_delay.m42 % find lost frames that were covered by one-descriptor decoding
/external/libopus/silk/
H A DPLC.c68 opus_int lost /* I Loss flag */
77 if( lost ) {
385 /* Calculate residual in decoded signal if last frame was lost */
/external/valgrind/main/memcheck/tests/
H A Dleak_cpp_interior.stderr.exp4 4 bytes in 1 blocks are definitely lost in loss record ... of ...
9 definitely lost: 4 bytes in 1 blocks
10 indirectly lost: 0 bytes in 0 blocks
11 possibly lost: 0 bytes in 0 blocks
23 definitely lost: 4 (+0) bytes in 1 (+0) blocks
24 indirectly lost: 0 (+0) bytes in 0 (+0) blocks
25 possibly lost: 63 (+63) bytes in 3 (+3) blocks
36 definitely lost: 4 (+0) bytes in 1 (+0) blocks
37 indirectly lost: 0 (+0) bytes in 0 (+0) blocks
38 possibly lost
[all...]
H A Dxml1.stderr.exp357 <text>396 bytes in 1 blocks are definitely lost in loss record ... of ...</text>
/external/chromium_org/content/common/
H A Dcc_messages.h261 IPC_STRUCT_TRAITS_MEMBER(lost)
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dcontext_lost.py156 'Test didn\'t complete (no context lost event?)')
/external/kernel-headers/original/uapi/linux/
H A Di2o-dev.h114 int lost; member in struct:i2o_evt_get
/external/libselinux/src/
H A Davc.c561 int lost = missed;
565 if (lost) {
568 lost);
/external/qemu/distrib/libselinux/src/
H A Davc.c561 int lost = missed;
565 if (lost) {
568 lost);
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1418 bool lost = false; local
1419 Val.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &lost);
1559 bool lost = false; local
1561 Val.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &lost);
1565 assert(status == APFloat::opOK && !lost &&
1566 "Precision lost during fp16 constfolding");
/external/chromium_org/cc/resources/
H A Dresource_provider.h419 bool lost : 1; member in struct:cc::ResourceProvider::Resource
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-inject.c409 .lost = perf_event__repipe,
H A Dbuiltin-trace.c483 "LOST %" PRIu64 " events!\n", event->lost.lost);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.cc318 static void IgnoreReleaseCallback(uint32 sync_point, bool lost) { argument
323 bool lost) {
321 ReleaseSharedMemory(scoped_ptr<base::SharedMemory> bitmap, uint32 sync_point, bool lost) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTestStereo.cc106 void TestPackStereo::set_lost_packet(bool lost) { argument
107 lost_packet_ = lost;
889 // Reset in case we ended with a lost packet
/external/libpcap/msdos/
H A Dpkt_rx0.asm162 adc _pktDrop[2], 0 ; increment packets lost
H A Dpktdrvr.c617 pktStat.lost -= initialStat.lost;
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli66 most significant bit may be lost). See the field
/external/kernel-headers/original/uapi/sound/
H A Dasound.h705 unsigned int lost; /* counter of master tick lost */ member in struct:snd_timer_status
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp149 // If the device is lost, reset it first to prevent leaving the driver in an unstable state
206 // inclined to report a lost context, for example when the user switches
365 // NOTE: this is also needed after a device lost/reset
475 // lost at unexpected times.
485 // EndScene can fail if the device was lost, for example due
514 // some drivers seem to return S_FALSE even if the device is lost
1173 return false; // Context must be lost
1217 return false; // Context must be lost
2160 bool lost = testDeviceLost(false); local
2166 for (int attempts = 3; lost
[all...]
/external/sepolicy/
H A Dfile_contexts19 /lost\+found u:object_r:rootfs:s0

Completed in 599 milliseconds

1234