Home
last modified time | relevance | path

Searched refs:flushed (Results 1 – 25 of 258) sorted by relevance

1234567891011

/third_party/node/deps/npm/node_modules/flush-write-stream/
Dtest.js24 var flushed = false
33 t.ok(flushed, 'was flushed')
43 flushed = true
50 var flushed = false
59 t.ok(flushed, 'was flushed')
69 flushed = true
/third_party/node/test/parallel/
Dtest-net-write-slow.js29 let flushed = 0; variable
37 assert.fail(`flushed: ${flushed}, received: ${received}/${SIZE * N}`);
42 ++flushed;
43 if (flushed === N) {
/third_party/lwip/src/netif/ppp/
Dmppe.c284 u8_t flushed; in mppe_decompress() local
296 flushed = MPPE_BITS(pl) & MPPE_BIT_FLUSHED; in mppe_decompress()
309 if (!state->stateful && !flushed) { in mppe_decompress()
315 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { in mppe_decompress()
355 if (!flushed) { in mppe_decompress()
380 if (flushed) in mppe_decompress()
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2encstreamwriter.cc60 flushed += flush_upto; in WriteOutBufferUpto()
75 return flushed * 8ll; in BitCount()
/third_party/libinput/src/
Devdev-debounce.c489 bool flushed = false; in fallback_debounce_handle_state() local
511 flushed = true; in fallback_debounce_handle_state()
524 if (flushed && in fallback_debounce_handle_state()
530 flushed = false; in fallback_debounce_handle_state()
546 flushed = true; in fallback_debounce_handle_state()
/third_party/libunwind/doc/
Dunw_flush_cache.tex23 also flushed. For example, the address of the dynamic registration
25 flushed by a call to this routine. The address range specified by
32 information cached on behalf of address space \Var{as} is flushed.
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c69 bool flushed; member
104 if (!scrn->flushed) in vl_dri2_get_flush_reply()
107 scrn->flushed = false; in vl_dri2_get_flush_reply()
146 scrn->flushed = true; in vl_dri2_flush_frontbuffer()
511 if (scrn->flushed) { in vl_dri2_screen_destroy()
/third_party/python/Lib/test/
Dtest_print.py108 self.flushed = 0
114 self.flushed += 1
121 self.assertEqual(f.flushed, 2)
/third_party/libdrm/radeon/
Dradeon_cs_space.c193 int flushed = 0; in radeon_cs_check_space_internal() local
201 if (flushed) in radeon_cs_check_space_internal()
203 flushed = 1; in radeon_cs_check_space_internal()
/third_party/flutter/skia/src/gpu/
DGrDrawingManager.cpp316 bool flushed = false; in flush() local
349 flushed = true; in flush()
380 if (flushed) { in flush()
382 flushed = false; in flush()
387 flushed = true; in flush()
389 if (flushed) { in flush()
/third_party/mesa3d/src/mesa/main/
Duniform_query.cpp1528 bool flushed = false; in _mesa_uniform() local
1553 if (!flushed) { in _mesa_uniform()
1555 flushed = true; in _mesa_uniform()
1564 if (!flushed) { in _mesa_uniform()
1566 flushed = true; in _mesa_uniform()
1938 bool flushed = false; in _mesa_uniform_matrix() local
1954 basicType, !flushed)) in _mesa_uniform_matrix()
1955 flushed = true; in _mesa_uniform_matrix()
2082 bool flushed = false; in _mesa_uniform_handle() local
2092 if (!flushed) { in _mesa_uniform_handle()
[all …]
/third_party/ffmpeg/libswresample/
Dsoxr_resample.c103 if (s->flushed) in get_delay()
120 if (s->flushed) in get_out_samples()
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/
Dindex.js67 var flushed = this.__atomicStream.write(buffer, encoding)
68 if (flushed) return cb()
/third_party/glslang/Test/
DstringToDouble.vert26 …double e11 = 1e-307; // Was 1e-323, but that's flushed to zero sometimes. 1e-308 can be flushed to…
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.h96 bool flushed : 1; member
341 bool ret = !batch->flushed; in fd_batch_lock_submit()
Dfreedreno_query.h138 return !q->base.flushed; in fd_get_query_result_in_driver_thread()
/third_party/python/Modules/
D_bz2module.c100 int flushed; member
258 if (self->flushed) in _bz2_BZ2Compressor_compress_impl()
283 if (self->flushed) in _bz2_BZ2Compressor_flush_impl()
286 self->flushed = 1; in _bz2_BZ2Compressor_flush_impl()
/third_party/skia/src/gpu/
DGrDrawingManager.cpp233 bool flushed = !resourceAllocator.failedInstantiation() && in flush() local
240 if (flushed) { in flush()
242 flushed = false; in flush()
247 flushed = true; in flush()
249 if (flushed) { in flush()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_fence.c128 nouveau_fence_update(struct nouveau_screen *screen, bool flushed) in nouveau_fence_update() argument
160 if (flushed) { in nouveau_fence_update()
Dnouveau_fence.h38 void nouveau_fence_update(struct nouveau_screen *, bool flushed);
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_context_flush_control.txt160 be flushed. If the behavior is NONE, pending commands are not flushed.
190 The current context is flushed if any of the following conditions
238 commands to the previous context are flushed; if the release behavior is
265 commands to the previous context are flushed; if the release behavior is
/third_party/flutter/glfw/docs/
Dcompat.dox112 whether a context is flushed when it is released (made non-current). Where this
114 effect and the context will always be flushed when released.
154 whether a context is flushed when it is released (made non-current). Where this
156 effect and the context will always be flushed when released.
/third_party/flutter/engine/flutter/testing/scenario_app/lib/src/
Dscenario.dart21 /// flushed.
/third_party/openGLES/extensions/KHR/
DKHR_context_flush_control.txt170 be flushed. If the behavior is NONE, pending commands are not flushed.
200 The current context is flushed if any of the following conditions
248 commands to the previous context are flushed; if the release behavior is
275 commands to the previous context are flushed; if the release behavior is
/third_party/node/deps/npm/node_modules/tar/lib/
Dwrite-entry.js314 const flushed = this.write(writeBuf)
315 if (!flushed)

1234567891011