Home
last modified time | relevance | path

Searched refs:finishFlush (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-zlib-flush-flags.js28 zlib.createGzip({ finishFlush: zlib.constants.Z_SYNC_FLUSH }); property
31 () => zlib.createGzip({ finishFlush: 'foobar' }), property
41 () => zlib.createGzip({ finishFlush: 10000 }), property
Dtest-zlib-brotli.js87 zlib.brotliCompressSync('', { finishFlush: zlib.constants.Z_FINISH }); property
Dtest-zlib-truncated.js51 const syncFlushOpt = { finishFlush: zlib.constants.Z_SYNC_FLUSH }; property
/third_party/node/deps/npm/node_modules/minizlib/
Dindex.js56 this[_finishFlushFlag] = opts.finishFlush
187 opts.finishFlush = opts.finishFlush || constants.Z_FINISH
283 opts.finishFlush = opts.finishFlush || constants.BROTLI_OPERATION_FINISH
/third_party/node/lib/
Dzlib.js246 function ZlibBase(opts, mode, handle, { flush, finishFlush, fullFlush }) { property
274 finishFlush = checkRangesOrGetDefault(
275 opts.finishFlush, 'options.finishFlush',
277 finishFlush);
303 this._finishFlushFlag = finishFlush;
621 finishFlush: Z_FINISH, property
809 finishFlush: BROTLI_OPERATION_FINISH, property
/third_party/flutter/skia/src/gpu/
DGrDrawingManager.cpp374 GrSemaphoresSubmitted result = gpu->finishFlush(proxies, numProxies, access, info, in flush()
445 flushState->gpu()->finishFlush(nullptr, 0, SkSurface::BackendSurfaceAccess::kNoAccess, in executeRenderTasks()
463 flushState->gpu()->finishFlush(nullptr, 0, SkSurface::BackendSurfaceAccess::kNoAccess, in executeRenderTasks()
DGrGpu.h328 GrSemaphoresSubmitted finishFlush(GrSurfaceProxy*[], int n,
DGrGpu.cpp576 GrSemaphoresSubmitted GrGpu::finishFlush(GrSurfaceProxy* proxies[], in finishFlush() function in GrGpu
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/
Dindex.js166 finishFlush: zlib.Z_SYNC_FLUSH property
/third_party/flutter/skia/tests/
DTransferPixelsTest.cpp349 gpu->finishFlush(nullptr, 0, SkSurface::BackendSurfaceAccess::kNoAccess, flushInfo, in basic_transfer_from_test()
392 gpu->finishFlush(nullptr, 0, SkSurface::BackendSurfaceAccess::kNoAccess, flushInfo, in basic_transfer_from_test()
/third_party/node/doc/api/
Dzlib.md241 { finishFlush: zlib.constants.Z_SYNC_FLUSH },
504 description: The `finishFlush` option is supported now.
515 * `finishFlush` {integer} **Default:** `zlib.constants.Z_FINISH`
544 * `finishFlush` {integer} **Default:** `zlib.constants.BROTLI_OPERATION_FINISH`
/third_party/node/deps/npm/node_modules/request/
Drequest.js1031 finishFlush: zlib.Z_SYNC_FLUSH property