/third_party/node/test/parallel/ |
H A D | test-trace-events-api.js | 10 common.skip('missing trace events');
|
/third_party/node/test/async-hooks/ |
H A D | test-enable-disable.js | 92 common.skip('Worker bootstrapping works differently -> different timing');
|
H A D | test-tcpwrap.js | 6 common.skip('IPv6 support required');
|
/third_party/node/deps/v8/src/date/ |
H A D | date.h | 202 // equal to the given 'skip' segment. 203 DST* LeastRecentlyUsedDST(DST* skip);
|
H A D | date.cc | 447 DateCache::DST* DateCache::LeastRecentlyUsedDST(DST* skip) { in LeastRecentlyUsedDST() argument 450 if (&dst_[i] == skip) continue; in LeastRecentlyUsedDST()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_local.h | 103 int skip; /* don't use us. */ member
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | template.rs | 232 args.chain(canonical_args.skip(arg_count)) in from_ty()
|
/third_party/rust/crates/libc/ci/ |
H A D | style.rs | 46 let arg = env::args().skip(1).next().unwrap_or(".".to_string()); in main()
|
/third_party/skia/src/codec/ |
H A D | SkWbmpCodec.cpp | 70 if (!read_byte(stream, &data) || (data & 0x9F)) { // skip fixed header in read_header() 177 return this->stream()->skip(bytesToSkip) == bytesToSkip; in onSkipScanlines()
|
H A D | SkBmpCodec.cpp | 150 // Bmps embedded in Icos skip the first Bmp header in ReadHeader() 519 if (stream->skip(offset - bytesRead) != offset - bytesRead) { in ReadHeader() 520 SkCodecPrintf("Error: unable to skip to image data.\n"); in ReadHeader() 569 // Icos skip the header that contains totalBytes. in ReadHeader() 573 // RLE inputs may skip pixels, leaving them as transparent. This in ReadHeader() 648 return this->stream()->skip(bytesToSkip) == bytesToSkip; in skipRows()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_local.h | 103 int skip; /* don't use us. */ member
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | buffer_decoder.js | 276 skip(skipAmount) {
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_keeprefs.py | 97 @unittest.skip('test disabled')
|
/third_party/rust/crates/os_str_bytes/src/ |
H A D | lib.rs | 147 //! for file in env::args_os().skip(1) { 212 #[rustfmt::skip]
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | mod.rs | 7 #[rustfmt::skip]
|
/third_party/ffmpeg/libavcodec/ |
H A D | fic.c | 147 /* Is it a skip block? */ in fic_decode_block() 296 /* Is it a skip frame? */ in fic_decode_frame() 302 goto skip; in fic_decode_frame() 437 skip: in fic_decode_frame() 476 { "skip_cursor", "skip the cursor", offsetof(FICContext, skip_cursor), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM },
|
/third_party/libwebsockets/lib/system/async-dns/ |
H A D | async-dns-parse.c | 269 goto skip; in lws_adns_iterate() 275 * We can skip RRs we don't understand. But we need to deal in lws_adns_iterate() 368 skip: in lws_adns_iterate()
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | __tz.c | 286 size_t skip = zi_dotprod(zi+20, VEC(1, 1, 8, 5, 6, 1), 6); in do_tzset() local 287 trans = zi+skip+44+44; in do_tzset()
|
/third_party/musl/src/time/ |
H A D | __tz.c | 360 size_t skip = zi_dotprod(zi+20, VEC(1,1,8,5,6,1), 6); in do_tzset() local 361 trans = zi+skip+44+44; in do_tzset()
|
/third_party/musl/scripts/ |
H A D | runtest_linux.sh | 178 skip=$[$all - $run] 181 echo All: ${all} | Run: ${run} | Skip: ${skip}
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_mod_props.c | 331 I->skip = tex->skip; in bi_optimizer_var_tex()
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | value_enum.rs | 402 #[value(skip)] in skip_variant() 433 #[value(skip)] in skip_non_unit_variant()
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | mustpass.py | 53 def __init__ (self, name, filters, glconfig = None, rotation = "unspecified", surfacetype = None, surfacewidth = None, surfaceheight = None, baseseed = None, fboconfig = None, required = False, runtime = None, os = "any", skip = "none"): 66 self.skipPlatform = skip
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ValidateLimitations.cpp | 497 bool skip = (mShaderType == GL_VERTEX_SHADER) && in validateIndexing() local 499 if (!skip && !isConstIndexExpr(index)) { in validateIndexing()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | iterator_enc.c | 356 void VP8SetSkip(const VP8EncIterator* const it, int skip) { in VP8SetSkip() argument 357 it->mb_->skip_ = skip; in VP8SetSkip()
|