Home
last modified time | relevance | path

Searched refs:skip (Results 501 - 525 of 1160) sorted by relevance

1...<<21222324252627282930>>...47

/third_party/node/test/parallel/
H A Dtest-vm-sigint.js5 common.skip('platform not supported');
H A Dtest-worker-http2-stream-terminate.js4 common.skip('missing crypto');
H A Dtest-worker-memory.js4 common.skip('On IBMi, the rss memory always returns zero');
/third_party/node/test/pummel/
H A Dtest-https-large-response.js25 common.skip('missing crypto');
H A Dtest-tls-throttle.js28 common.skip('missing crypto');
/third_party/node/test/sequential/
H A Dtest-child-process-pass-fd.js13 common.skip('Too slow for Raspberry Pi devices');
/third_party/node/test/tick-processor/
H A Dtest-tick-processor-polyfill-brokenfile.js8 common.skip('C++ symbols are not mapped for this OS.');
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Dcrossover_mutator.js76 path.skip();
H A Dmutator.js24 // Transparently skip nodes that are marked.
27 path.skip();
58 // Mark a node to skip further mutations of the same kind.
/third_party/node/test/async-hooks/
H A Dtest-fsreqcallback-readFile.js11 common.skip('Worker bootstrapping works differently -> different async IDs');
H A Dtest-promise.js10 common.skip('Worker bootstrapping works differently -> different async IDs');
H A Dtest-ttywrap.readstream.js15 return common.skip('no valid readable TTY available');
/third_party/rust/crates/libc/ci/
H A Druntest-android.rs7 .skip(1) in main()
/third_party/skia/experimental/skrive/src/reader/
H A DStreamReader.cpp26 reader->skip(kBinaryPrefixSize); in Make()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp755 const GLsizei skip = 6; in verifyClampToEdge() local
771 for (h = 0; h < red_h - skip / 2; h++) in verifyClampToEdge()
773 for (i = 0; i < red_w - skip / 2; i++) in verifyClampToEdge()
775 /* skip over corner pixel to avoid issues with mipmap selection */ in verifyClampToEdge()
782 /* skip over border pixels to avoid issues with rounding */ in verifyClampToEdge()
783 i += skip; in verifyClampToEdge()
784 buf += skip * size; in verifyClampToEdge()
788 /* skip over corner pixel to avoid issues with mipmap selection */ in verifyClampToEdge()
796 /* skip over border pixels to avoid issues with rounding */ in verifyClampToEdge()
797 h += skip; in verifyClampToEdge()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpc7.c185 int off, ret, last_frame, skip; in mpc7_decode_frame() local
201 skip = buf[0]; in mpc7_decode_frame()
218 skip_bits_long(&gb, skip); in mpc7_decode_frame()
/third_party/ffmpeg/libavformat/
H A Dr3d.c352 goto skip; in r3d_read_packet()
360 goto skip; in r3d_read_packet()
365 skip: in r3d_read_packet()
H A Daaxdec.c312 int skip = 0; in aax_read_packet() local
326 skip = (end - start) - ((end - start) / size) * size; in aax_read_packet()
331 if (pkt->pos >= a->segments[a->current_segment].end - skip) { in aax_read_packet()
H A Doggparsevorbis.c327 const uint8_t *p = os->buf + os->pstart + 7; /* skip "\001vorbis" tag */ in vorbis_header()
346 p += 4; // skip maximum bitrate in vorbis_header()
348 p += 4; // skip minimum bitrate in vorbis_header()
494 int64_t skip = priv->final_pts + priv->final_duration + os->pduration - os->granule; in vorbis_packet() local
495 if (skip > 0) in vorbis_packet()
496 os->end_trimming = skip; in vorbis_packet()
H A Dsga.c199 int skip = 2046; in sga_read_header() local
213 skip -= 8; in sga_read_header()
222 avio_skip(pb, skip); in sga_read_header()
/third_party/lame/libmp3lame/i386/
H A Dnasm.h219 times (1 & ge4(($$-%%here) & 15) & ~ge%1(($$-%%here) & 15)) jmp short %%skip
221 %%skip:
241 %%skip:
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dminiunz.c362 int skip=0; local
402 skip = 1;
408 if ((skip==0) && (err==UNZ_OK))
/third_party/node/deps/v8/third_party/zlib/
H A Dgzread.c265 /* skip over len bytes or reach end-of-file, whichever comes first */
267 /* skip over whatever is in output buffer */
281 /* need more data to skip -- load up output buffer */
306 /* process a skip request */
309 if (gz_skip(state, state->skip) == -1)
467 /* try output buffer (no need to check for skip request) */
501 /* process a skip request */
504 if (gz_skip(state, state->skip) == -1)
565 /* process a skip request */
568 if (gz_skip(state, state->skip)
[all...]
H A Dgzlib.c394 offset += state->skip;
413 /* calculate skip amount, rewinding if needed for back seek when reading */
420 if (gzrewind(file) == -1) /* rewind, then skip to offset */
424 /* if reading, skip what's in output buffer (one less gzgetc() check) */
434 /* request skip (if not zero) */
437 state->skip = offset;
468 return state->x.pos + (state->seek ? state->skip : 0);
/third_party/node/deps/zlib/
H A Dgzlib.c366 offset += state->skip; in gzseek64()
385 /* calculate skip amount, rewinding if needed for back seek when reading */ in gzseek64()
392 if (gzrewind(file) == -1) /* rewind, then skip to offset */ in gzseek64()
396 /* if reading, skip what's in output buffer (one less gzgetc() check) */ in gzseek64()
406 /* request skip (if not zero) */ in gzseek64()
409 state->skip = offset; in gzseek64()
434 return state->x.pos + (state->seek ? state->skip : 0); in gztell64()

Completed in 14 milliseconds

1...<<21222324252627282930>>...47