Home
last modified time | relevance | path

Searched refs:skip (Results 1 - 25 of 1153) sorted by relevance

12345678910>>...47

/third_party/skia/infra/bots/gen_tasks_logic/
H A Ddm_flags.go112 skip := func(quad ...string) {
117 log.Fatalf("Invalid value for --skip: %+v", quad)
203 skip("pdf gm _ lattice2")
204 skip("pdf gm _ hairmodes")
205 skip("pdf gm _ longpathdash")
259 skip("gltestthreading gm _ lcdblendmodes")
260 skip("gltestthreading gm _ lcdoverlap")
261 skip("gltestthreading gm _ textbloblooper")
263 skip("gltestthreading gm _ savelayer_with_backdrop")
264 skip("gltestthreadin
[all...]
/third_party/python/Lib/re/
H A D_compiler.py77 skip = _len(code); emit(0)
84 code[skip] = _len(code) - skip
95 skip = _len(code); emit(0)
97 code[skip] = _len(code) - skip
108 skip = _len(code); emit(0)
113 code[skip] = _len(code) - skip
116 skip
[all...]
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs22 macro_rules! skip { macros
932 skip!(node.extern_token); in visit_abi()
946 skip!(node.colon2_token); in visit_angle_bracketed_generic_arguments()
947 skip!(node.lt_token); in visit_angle_bracketed_generic_arguments()
952 skip!(node.gt_token); in visit_angle_bracketed_generic_arguments()
965 skip!((it).0); in visit_arm()
968 skip!(node.fat_arrow_token); in visit_arm()
970 skip!(node.comma); in visit_arm()
982 skip!(node.eq_token); in visit_assoc_const()
995 skip!(nod in visit_assoc_type()
[all...]
H A Dvisit_mut.rs22 macro_rules! skip { macros
933 skip!(node.extern_token); in visit_abi_mut()
947 skip!(node.colon2_token); in visit_angle_bracketed_generic_arguments_mut()
948 skip!(node.lt_token); in visit_angle_bracketed_generic_arguments_mut()
953 skip!(node.gt_token); in visit_angle_bracketed_generic_arguments_mut()
966 skip!((it).0); in visit_arm_mut()
969 skip!(node.fat_arrow_token); in visit_arm_mut()
971 skip!(node.comma); in visit_arm_mut()
983 skip!(node.eq_token); in visit_assoc_const_mut()
996 skip!(nod in visit_assoc_type_mut()
[all...]
/third_party/rust/crates/clap/tests/derive/
H A Dskip.rs17 #[arg(skip)] in skip_1()
44 #[arg(skip)] in skip_2()
46 #[arg(skip)] in skip_2()
50 #[arg(skip)] in skip_2()
88 #[arg(skip)] in skip_enum()
90 #[arg(skip)] in skip_enum()
108 #[arg(skip, help = "internal_stuff")] in skip_help_doc_comments()
111 #[arg(skip, long_help = "internal_stuff\ndo not touch")] in skip_help_doc_comments()
117 #[arg(skip)] in skip_help_doc_comments()
142 #[arg(skip in skip_val()
[all...]
/third_party/ffmpeg/libavformat/
H A Dwebpenc.c59 int skip = 0; in is_animated_webp_packet() local
65 skip = 12; in is_animated_webp_packet()
67 if (pkt->size < skip + 4) in is_animated_webp_packet()
69 if (AV_RL32(pkt->data + skip) == AV_RL32("VP8X")) { in is_animated_webp_packet()
70 flags |= pkt->data[skip + 4 + 4]; in is_animated_webp_packet()
84 int skip = 0; in flush() local
89 skip = 12; in flush()
91 if (AV_RL32(w->last_pkt->data + skip) == AV_RL32("VP8X")) { in flush()
92 flags |= w->last_pkt->data[skip + 4 + 4]; in flush()
94 skip in flush()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dpnm_parser.c42 int skip = 0; in pnm_parse() local
53 skip += inc; in pnm_parse()
57 next = skip; in pnm_parse()
68 pnmctx.bytestream = (uint8_t *) buf + skip; /* casts avoid warnings */ in pnm_parse()
69 pnmctx.bytestream_end = (uint8_t *) buf + buf_size - skip; in pnm_parse()
79 skip += step; in pnm_parse()
104 next = bs - pnmctx.bytestream_start + skip - 1; in pnm_parse()
110 pnmpc->ascii_scan = sync - pnmctx.bytestream + skip; in pnm_parse()
113 next = pnmctx.bytestream - pnmctx.bytestream_start + skip; in pnm_parse()
119 if (next != END_NOT_FOUND && pnmctx.bytestream_start != buf + skip) in pnm_parse()
[all...]
H A Dmidivid.c43 uint8_t *skip; member
56 uint8_t *skip; in decode_mvdv() local
82 skip = s->skip; in decode_mvdv()
88 skip[(y*2) *skip_linesize + x*2 ] = flag; in decode_mvdv()
89 skip[(y*2) *skip_linesize + x*2+1] = flag; in decode_mvdv()
90 skip[(y*2+1)*skip_linesize + x*2 ] = flag; in decode_mvdv()
91 skip[(y*2+1)*skip_linesize + x*2+1] = flag; in decode_mvdv()
108 skip = s->skip; in decode_mvdv()
[all...]
H A Davuidec.c41 int transparent, interlaced = 1, skip, opaque_length, i, j, k; in avui_decode_frame() local
58 skip = 10; in avui_decode_frame()
60 skip = 16; in avui_decode_frame()
62 opaque_length = 2 * avctx->width * (avctx->height + skip) + 4 * interlaced; in avui_decode_frame()
78 src += avctx->width * skip; in avui_decode_frame()
79 srca += avctx->width * skip; in avui_decode_frame()
83 src += avctx->width * skip; in avui_decode_frame()
84 srca += avctx->width * skip; in avui_decode_frame()
H A Davuienc.c56 int i, j, skip, ret, size, interlaced; in avui_encode_frame() local
61 skip = 10; in avui_encode_frame()
63 skip = 16; in avui_encode_frame()
65 size = 2 * avctx->width * (avctx->height + skip) + 8 * interlaced; in avui_encode_frame()
70 memset(dst, 0, avctx->width * skip); in avui_encode_frame()
71 dst += avctx->width * skip; in avui_encode_frame()
81 memset(dst, 0, avctx->width * skip + 4 * i); in avui_encode_frame()
82 dst += avctx->width * skip + 4 * i; in avui_encode_frame()
/third_party/protobuf/objectivec/DevTools/
H A Dfull_mac_build.sh36 --skip-xcode
38 --skip-xcode-ios
40 --skip-xcode-debug
42 --skip-xcode-release
44 --skip-xcode-osx | --skip-xcode-macos
46 --skip-xcode-tvos
48 --skip-objc-conformance
114 --skip-xcode )
119 --skip
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c81 * Begin a "skip" block. Inside this block we can test a condition and
82 * skip to the end of the block if the condition is false.
85 lp_build_flow_skip_begin(struct lp_build_skip_context *skip, in lp_build_flow_skip_begin() argument
88 skip->gallivm = gallivm; in lp_build_flow_skip_begin()
90 skip->block = lp_build_insert_new_block(gallivm, "skip"); in lp_build_flow_skip_begin()
96 * skip block if the condition is true.
99 lp_build_flow_skip_cond_break(struct lp_build_skip_context *skip, in lp_build_flow_skip_cond_break() argument
104 new_block = lp_build_insert_new_block(skip->gallivm, ""); in lp_build_flow_skip_cond_break()
106 /* if cond is true, goto skip in lp_build_flow_skip_cond_break()
114 lp_build_flow_skip_end(struct lp_build_skip_context *skip) lp_build_flow_skip_end() argument
[all...]
/third_party/skia/src/utils/win/
H A DSkIStream.cpp131 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); in Seek() local
132 size_t skipped = this->fSkStream->skip(skip); in Seek()
134 if (skipped != skip) { in Seek()
141 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); in Seek() local
142 size_t skipped = this->fSkStream->skip(skip); in Seek()
144 if (skipped != skip) { in Seek()
153 size_t skip = static_cast<size_t>(this->fSkStream->getLength() + in Seek() local
155 size_t skipped = this->fSkStream->skip(ski in Seek()
[all...]
/third_party/ffmpeg/libavcodec/tests/
H A Dimgconvert.c29 int skip = 0; in main() local
34 skip ++; in main()
37 if (skip) { in main()
38 av_log(NULL, AV_LOG_INFO, "%3d unused pixel format values\n", skip); in main()
39 skip = 0; in main()
/third_party/ffmpeg/libavutil/tests/
H A Dpixdesc.c27 int skip = 0; in main() local
32 skip ++; in main()
35 if (skip) { in main()
36 av_log(NULL, AV_LOG_INFO, "%3d unused pixel format values\n", skip); in main()
37 skip = 0; in main()
/third_party/protobuf/objectivec/Tests/CocoaPods/
H A Drun_tests.sh22 --skip-static
24 --skip-framework
26 --skip-ios
28 --skip-osx
42 --skip-static )
45 --skip-framework )
48 --skip-ios )
51 --skip-osx )
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_oct.c167 size_t field_len, i, skip; in ossl_ec_GFp_simple_point2oct() local
225 skip = field_len - BN_num_bytes(x); in ossl_ec_GFp_simple_point2oct()
226 if (skip > field_len) { in ossl_ec_GFp_simple_point2oct()
230 while (skip > 0) { in ossl_ec_GFp_simple_point2oct()
232 skip--; in ossl_ec_GFp_simple_point2oct()
234 skip = BN_bn2bin(x, buf + i); in ossl_ec_GFp_simple_point2oct()
235 i += skip; in ossl_ec_GFp_simple_point2oct()
243 skip = field_len - BN_num_bytes(y); in ossl_ec_GFp_simple_point2oct()
244 if (skip > field_len) { in ossl_ec_GFp_simple_point2oct()
248 while (skip > in ossl_ec_GFp_simple_point2oct()
[all...]
H A Dec2_oct.c133 size_t field_len, i, skip; in ossl_ec_GF2m_simple_point2oct() local
199 skip = field_len - BN_num_bytes(x); in ossl_ec_GF2m_simple_point2oct()
200 if (skip > field_len) { in ossl_ec_GF2m_simple_point2oct()
204 while (skip > 0) { in ossl_ec_GF2m_simple_point2oct()
206 skip--; in ossl_ec_GF2m_simple_point2oct()
208 skip = BN_bn2bin(x, buf + i); in ossl_ec_GF2m_simple_point2oct()
209 i += skip; in ossl_ec_GF2m_simple_point2oct()
217 skip = field_len - BN_num_bytes(y); in ossl_ec_GF2m_simple_point2oct()
218 if (skip > field_len) { in ossl_ec_GF2m_simple_point2oct()
222 while (skip > in ossl_ec_GF2m_simple_point2oct()
[all...]
/third_party/openssl/crypto/ec/
H A Dec2_oct.c133 size_t field_len, i, skip; in ossl_ec_GF2m_simple_point2oct() local
199 skip = field_len - BN_num_bytes(x); in ossl_ec_GF2m_simple_point2oct()
200 if (skip > field_len) { in ossl_ec_GF2m_simple_point2oct()
204 while (skip > 0) { in ossl_ec_GF2m_simple_point2oct()
206 skip--; in ossl_ec_GF2m_simple_point2oct()
208 skip = BN_bn2bin(x, buf + i); in ossl_ec_GF2m_simple_point2oct()
209 i += skip; in ossl_ec_GF2m_simple_point2oct()
217 skip = field_len - BN_num_bytes(y); in ossl_ec_GF2m_simple_point2oct()
218 if (skip > field_len) { in ossl_ec_GF2m_simple_point2oct()
222 while (skip > in ossl_ec_GF2m_simple_point2oct()
[all...]
H A Decp_oct.c167 size_t field_len, i, skip; in ossl_ec_GFp_simple_point2oct() local
225 skip = field_len - BN_num_bytes(x); in ossl_ec_GFp_simple_point2oct()
226 if (skip > field_len) { in ossl_ec_GFp_simple_point2oct()
230 while (skip > 0) { in ossl_ec_GFp_simple_point2oct()
232 skip--; in ossl_ec_GFp_simple_point2oct()
234 skip = BN_bn2bin(x, buf + i); in ossl_ec_GFp_simple_point2oct()
235 i += skip; in ossl_ec_GFp_simple_point2oct()
243 skip = field_len - BN_num_bytes(y); in ossl_ec_GFp_simple_point2oct()
244 if (skip > field_len) { in ossl_ec_GFp_simple_point2oct()
248 while (skip > in ossl_ec_GFp_simple_point2oct()
[all...]
/third_party/zlib/examples/
H A Dgzjoin.c156 /* skip bytes in file */
157 local void bskip(bin *in, unsigned skip) in bskip() argument
163 /* easy case -- skip bytes in buffer */ in bskip()
164 if (skip <= in->left) { in bskip()
165 in->left -= skip; in bskip()
166 in->next += skip; in bskip()
170 /* skip what's in buffer, discard buffer contents */ in bskip()
171 skip -= in->left; in bskip()
175 if (skip > CHUNK) { in bskip()
178 left = skip in bskip()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_photosensitivity.c44 int skip; member
66 { "skip", "set pixels to skip when sampling frames", OFFSET(skip), AV_OPT_TYPE_INT, {.i64=1}, 1, 1024, FLAGS },
77 int skip; member
93 int width = td->in->width, height = td->in->height, linesize = td->in->linesize[0], skip = td->skip; in convert_frame_partial() local
108 for (y = y0; y < y1; y += skip) { in convert_frame_partial()
110 for (x = x0; x < x1; x += skip) { in convert_frame_partial()
115 p += NUM_CHANNELS * skip; in convert_frame_partial()
130 convert_frame(AVFilterContext *ctx, AVFrame *in, PhotosensitivityFrame *out, int skip) convert_frame() argument
[all...]
/third_party/rust/crates/nix/test/common/
H A Dmod.rs4 macro_rules! skip { macros
24 skip!("{} requires capability {}. Skipping test.", $name, Capability::$capname);
46 skip!(
59 skip!("{}", $reason);
72 skip!("{} cannot run in a jail. Skipping test.", $name);
84 skip!("{} requires root privileges. Skipping test.", $name);
99 skip!("{} cannot be run in Seccomp mode. Skipping test.",
143 skip!("Skip {} because kernel version `{}` doesn't match the requirement `{}`",
/third_party/node/src/api/
H A Dencoding.cc25 const size_t skip = encoding[3] == '-' ? 4 : 3; in ParseEncoding() local
26 if (encoding[skip] == '8' && encoding[skip + 1] == '\0') in ParseEncoding()
28 if (strncmp(encoding + skip, "16le", 5) == 0) in ParseEncoding()
32 const size_t skip = encoding[3] == '-' ? 4 : 3; in ParseEncoding() local
33 if (encoding[skip] == '2' && encoding[skip + 1] == '\0') in ParseEncoding()
/third_party/rust/crates/syn/tests/
H A Dtest_item.rs65 #[rustfmt::skip] in test_negative_impl()
108 #[rustfmt::skip] in test_negative_impl()
164 #[rustfmt::skip] in test_supertraits()
176 #[rustfmt::skip] in test_supertraits()
189 #[rustfmt::skip] in test_supertraits()
213 #[rustfmt::skip] in test_supertraits()
241 #[rustfmt::skip] in test_type_empty_bounds()

Completed in 13 milliseconds

12345678910>>...47