Searched refs:finishFlush (Results 1 – 12 of 12) sorted by relevance
/third_party/node/test/parallel/ |
D | test-zlib-flush-flags.js | 28 zlib.createGzip({ finishFlush: zlib.constants.Z_SYNC_FLUSH }); property 31 () => zlib.createGzip({ finishFlush: 'foobar' }), property 41 () => zlib.createGzip({ finishFlush: 10000 }), property
|
D | test-zlib-brotli.js | 87 zlib.brotliCompressSync('', { finishFlush: zlib.constants.Z_FINISH }); property
|
D | test-zlib-truncated.js | 51 const syncFlushOpt = { finishFlush: zlib.constants.Z_SYNC_FLUSH }; property
|
/third_party/node/deps/npm/node_modules/minizlib/ |
D | index.js | 56 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/ |
D | zlib.js | 246 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/ |
D | GrDrawingManager.cpp | 374 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()
|
D | GrGpu.h | 328 GrSemaphoresSubmitted finishFlush(GrSurfaceProxy*[], int n,
|
D | GrGpu.cpp | 576 GrSemaphoresSubmitted GrGpu::finishFlush(GrSurfaceProxy* proxies[], in finishFlush() function in GrGpu
|
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/ |
D | index.js | 166 finishFlush: zlib.Z_SYNC_FLUSH property
|
/third_party/flutter/skia/tests/ |
D | TransferPixelsTest.cpp | 349 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/ |
D | zlib.md | 241 { 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/ |
D | request.js | 1031 finishFlush: zlib.Z_SYNC_FLUSH property
|