Home
last modified time | relevance | path

Searched refs:on_flush (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/tracing/test/
Dmock_consumer.cc84 auto on_flush = task_runner_->CreateCheckpoint(checkpoint_name); in Flush() local
86 service_endpoint_->Flush(timeout_ms, [result, on_flush](bool success) { in Flush()
88 on_flush(); in Flush()
/external/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source_unittest.cc84 auto on_flush = task_runner_.CreateCheckpoint("on_flush"); in StartAndSimulateLogd() local
85 data_source_->Flush(1, on_flush); in StartAndSimulateLogd()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c408 nv50_bufctx_fence(struct nouveau_bufctx *bufctx, bool on_flush) in nv50_bufctx_fence() argument
410 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; in nv50_bufctx_fence()
Dnv50_context.h217 void nv50_bufctx_fence(struct nouveau_bufctx *, bool on_flush);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c527 bool on_flush) in nvc0_bufctx_fence() argument
529 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; in nvc0_bufctx_fence()
Dnvc0_context.h316 bool on_flush);
/external/python/cpython2/Lib/test/
Dtest_io.py497 self.on_flush = 3
510 record.append(self.on_flush)
/external/python/cpython3/Lib/test/
Dtest_io.py676 self.on_flush = 3
689 record.append(self.on_flush)