/third_party/node/test/parallel/ |
H A D | test-vm-sigint.js | 5 common.skip('platform not supported');
|
H A D | test-worker-http2-stream-terminate.js | 4 common.skip('missing crypto');
|
H A D | test-worker-memory.js | 4 common.skip('On IBMi, the rss memory always returns zero');
|
/third_party/node/test/pummel/ |
H A D | test-https-large-response.js | 25 common.skip('missing crypto');
|
H A D | test-tls-throttle.js | 28 common.skip('missing crypto');
|
/third_party/node/test/sequential/ |
H A D | test-child-process-pass-fd.js | 13 common.skip('Too slow for Raspberry Pi devices');
|
/third_party/node/test/tick-processor/ |
H A D | test-tick-processor-polyfill-brokenfile.js | 8 common.skip('C++ symbols are not mapped for this OS.');
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | crossover_mutator.js | 76 path.skip();
|
H A D | mutator.js | 24 // 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 D | test-fsreqcallback-readFile.js | 11 common.skip('Worker bootstrapping works differently -> different async IDs');
|
H A D | test-promise.js | 10 common.skip('Worker bootstrapping works differently -> different async IDs');
|
H A D | test-ttywrap.readstream.js | 15 return common.skip('no valid readable TTY available');
|
/third_party/rust/crates/libc/ci/ |
H A D | runtest-android.rs | 7 .skip(1) in main()
|
/third_party/skia/experimental/skrive/src/reader/ |
H A D | StreamReader.cpp | 26 reader->skip(kBinaryPrefixSize); in Make()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureRepeatModeTests.cpp | 755 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 D | mpc7.c | 185 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 D | r3d.c | 352 goto skip; in r3d_read_packet() 360 goto skip; in r3d_read_packet() 365 skip: in r3d_read_packet()
|
H A D | aaxdec.c | 312 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 D | oggparsevorbis.c | 327 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 D | sga.c | 199 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 D | nasm.h | 219 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 D | miniunz.c | 362 int skip=0; local 402 skip = 1; 408 if ((skip==0) && (err==UNZ_OK))
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzread.c | 265 /* 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 D | gzlib.c | 394 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 D | gzlib.c | 366 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()
|