Home
last modified time | relevance | path

Searched refs:skip (Results 751 - 775 of 1153) sorted by relevance

1...<<31323334353637383940>>...47

/third_party/node/test/parallel/
H A Dtest-trace-events-api.js10 common.skip('missing trace events');
/third_party/node/test/async-hooks/
H A Dtest-enable-disable.js92 common.skip('Worker bootstrapping works differently -> different timing');
H A Dtest-tcpwrap.js6 common.skip('IPv6 support required');
/third_party/node/deps/v8/src/date/
H A Ddate.h202 // equal to the given 'skip' segment.
203 DST* LeastRecentlyUsedDST(DST* skip);
H A Ddate.cc447 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 Dx509_local.h103 int skip; /* don't use us. */ member
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtemplate.rs232 args.chain(canonical_args.skip(arg_count)) in from_ty()
/third_party/rust/crates/libc/ci/
H A Dstyle.rs46 let arg = env::args().skip(1).next().unwrap_or(".".to_string()); in main()
/third_party/skia/src/codec/
H A DSkWbmpCodec.cpp70 if (!read_byte(stream, &data) || (data & 0x9F)) { // skip fixed header in read_header()
177 return this->stream()->skip(bytesToSkip) == bytesToSkip; in onSkipScanlines()
H A DSkBmpCodec.cpp150 // 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 Dx509_local.h103 int skip; /* don't use us. */ member
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dbuffer_decoder.js276 skip(skipAmount) {
/third_party/python/Lib/ctypes/test/
H A Dtest_keeprefs.py97 @unittest.skip('test disabled')
/third_party/rust/crates/os_str_bytes/src/
H A Dlib.rs147 //! for file in env::args_os().skip(1) {
212 #[rustfmt::skip]
/third_party/rust/crates/syn/tests/debug/
H A Dmod.rs7 #[rustfmt::skip]
/third_party/ffmpeg/libavcodec/
H A Dfic.c147 /* 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 Dasync-dns-parse.c269 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.c286 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.c360 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 Druntest_linux.sh178 skip=$[$all - $run]
181 echo All: ${all} | Run: ${run} | Skip: ${skip}
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_mod_props.c331 I->skip = tex->skip; in bi_optimizer_var_tex()
/third_party/rust/crates/clap/tests/derive/
H A Dvalue_enum.rs402 #[value(skip)] in skip_variant()
433 #[value(skip)] in skip_non_unit_variant()
/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dmustpass.py53 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 DValidateLimitations.cpp497 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 Diterator_enc.c356 void VP8SetSkip(const VP8EncIterator* const it, int skip) { in VP8SetSkip() argument
357 it->mb_->skip_ = skip; in VP8SetSkip()

Completed in 17 milliseconds

1...<<31323334353637383940>>...47