Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 2608) sorted by relevance

12345678910>>...105

/third_party/skia/infra/bots/gen_tasks_logic/
Ddm_flags.go112 skip := func(quad ...string) {
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("gltestthreading gm _ persp_shaders_bw")
265 skip("gltestthreading gm _ dftext_blob_persp")
[all …]
/third_party/mesa3d/src/gallium/drivers/d3d12/ci/
Dd3d12-quick_shader.txt1 spec/amd_shader_trinary_minmax/execution/built-in-functions/cs-max3-float-float-float: skip
2 spec/amd_shader_trinary_minmax/execution/built-in-functions/cs-max3-int-int-int: skip
3 spec/amd_shader_trinary_minmax/execution/built-in-functions/cs-max3-ivec2-ivec2-ivec2: skip
4 spec/amd_shader_trinary_minmax/execution/built-in-functions/cs-max3-ivec3-ivec3-ivec3: skip
5 spec/amd_shader_trinary_minmax/execution/built-in-functions/cs-max3-ivec4-ivec4-ivec4: skip
6 spec/amd_shader_trinary_minmax/execution/built-in-functions/cs-max3-uint-uint-uint: skip
7 spec/amd_shader_trinary_minmax/execution/built-in-functions/cs-max3-uvec2-uvec2-uvec2: skip
8 spec/amd_shader_trinary_minmax/execution/built-in-functions/cs-max3-uvec3-uvec3-uvec3: skip
9 spec/amd_shader_trinary_minmax/execution/built-in-functions/cs-max3-uvec4-uvec4-uvec4: skip
10 spec/amd_shader_trinary_minmax/execution/built-in-functions/cs-max3-vec2-vec2-vec2: skip
[all …]
Dd3d12-quick_gl.txt1 fast_color_clear/fcc-clear-tex: skip
2 fast_color_clear/fcc-write-after-clear: skip
3 hiz/hiz-depth-read-fbo-d24-s8: skip
4 hiz/hiz-depth-stencil-test-fbo-d24-s8: skip
5 hiz/hiz-depth-test-fbo-d24-s8: skip
6 hiz/hiz-stencil-read-fbo-d24-s8: skip
7 hiz/hiz-stencil-test-fbo-d24-s8: skip
8 object namespace pollution/buffer with glcleartexsubimage: skip
9 object namespace pollution/buffer with glcopyimagesubdata: skip
10 object namespace pollution/framebuffer with glcleartexsubimage: skip
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dllvmpipe-cl.txt2 api/clcompileprogram: skip
3 api/clenqueuefillbuffer: skip
4 api/clenqueuefillimage: skip
5 api/clenqueuemigratememobjects: skip
6 api/clgetextensionfunctionaddressforplatform: skip
7 api/clgetkernelarginfo: skip
8 api/cllinkprogram: skip
9 interop/egl_khr_cl_event2: skip
12 program/build/printf: skip
13 …predefined preprocessor macros/__opencl_c_version__ must be consistent with host (if defined): skip
[all …]
/third_party/openssl/test/recipes/
D80-test_ssl_old.t126 skip 'failure', 16 unless
132 skip 'failure', 15 unless
139 skip 'failure', 14 unless
145 skip 'failure', 13 unless
151 skip 'failure', 12 unless
156 skip 'failure', 11 unless
160 skip 'failure', 10 unless
166 skip 'failure', 9 unless
175 skip 'failure', 8 unless
181 skip 'failure', 7 unless
[all …]
D80-test_ssl_new.t92 my %skip = (
128 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
132 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
136 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
142 my ($conf, $check_source, $skip, $provider) = @_;
151 skip 'failure', 2 unless
159 skip "Skipping generated source test for $conf", 1
167 skip "No tests available; skipping tests", 1 if $skip;
168 skip "Stale sources; skipping tests", 1 if !$run_test;
D25-test_verify_store.t41 skip 'failure', 8 unless
50 skip 'failure', 7 unless
57 skip 'failure', 6 unless
63 skip 'failure', 5 unless
69 skip 'failure', 4 unless
74 skip 'failure', 3 unless
82 skip 'failure', 2 unless
95 skip 'failure', 0 unless
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstadapter.c147 gsize skip; member
270 adapter->skip = 0; in gst_adapter_clear()
322 copy_into_unchecked (GstAdapter * adapter, guint8 * dest, gsize skip, in copy_into_unchecked() argument
331 if (adapter->scan_entry_idx != G_MAXUINT && (adapter->scan_offset <= skip)) { in copy_into_unchecked()
333 skip -= adapter->scan_offset; in copy_into_unchecked()
339 while (G_UNLIKELY (skip >= bsize)) { in copy_into_unchecked()
340 skip -= bsize; in copy_into_unchecked()
345 csize = MIN (bsize - skip, size); in copy_into_unchecked()
347 G_GSIZE_FORMAT, bsize, skip, csize); in copy_into_unchecked()
350 gst_buffer_extract (buf, skip, dest, csize); in copy_into_unchecked()
[all …]
/third_party/python/Lib/
Dsre_compile.py111 skip = _len(code); emit(0)
118 code[skip] = _len(code) - skip
129 skip = _len(code); emit(0)
131 code[skip] = _len(code) - skip
145 skip = _len(code); emit(0)
150 code[skip] = _len(code) - skip
153 skip = _len(code); emit(0)
157 code[skip] = _len(code) - skip
176 skip = _len(code); emit(0)
186 code[skip] = _len(code) - skip
[all …]
/third_party/rust/crates/clap/tests/derive/
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 = "key")] in skip_val()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c85 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()
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()
107 LLVMBuildCondBr(skip->gallivm->builder, cond, skip->block, new_block); in lp_build_flow_skip_cond_break()
109 LLVMPositionBuilderAtEnd(skip->gallivm->builder, new_block); in lp_build_flow_skip_cond_break()
114 lp_build_flow_skip_end(struct lp_build_skip_context *skip) in lp_build_flow_skip_end() argument
117 LLVMBuildBr(skip->gallivm->builder, skip->block); in lp_build_flow_skip_end()
118 LLVMPositionBuilderAtEnd(skip->gallivm->builder, skip->block); in lp_build_flow_skip_end()
[all …]
/third_party/protobuf/objectivec/DevTools/
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-xcode-ios )
122 --skip-xcode-osx | --skip-xcode-macos)
[all …]
/third_party/ffmpeg/libavformat/
Dwebpenc.c56 int skip = 0; in is_animated_webp_packet() local
62 skip = 12; in is_animated_webp_packet()
64 if (pkt->size < skip + 4) in is_animated_webp_packet()
66 if (AV_RL32(pkt->data + skip) == AV_RL32("VP8X")) { in is_animated_webp_packet()
67 flags |= pkt->data[skip + 4 + 4]; in is_animated_webp_packet()
81 int skip = 0; in flush() local
86 skip = 12; in flush()
88 if (AV_RL32(w->last_pkt.data + skip) == AV_RL32("VP8X")) { in flush()
89 flags |= w->last_pkt.data[skip + 4 + 4]; in flush()
91 skip += AV_RL32(w->last_pkt.data + skip + 4) + 8; in flush()
[all …]
/third_party/ffmpeg/libavcodec/
Dagm.c106 int len = 0, skip = 0, max; in read_code() local
116 skip = 3; in read_code()
120 skip = 4; in read_code()
124 skip = 4; in read_code()
129 skip = 3; in read_code()
133 skip = 4; in read_code()
137 skip = 4; in read_code()
141 skip = 4; in read_code()
145 skip = 4; in read_code()
149 skip = 4; in read_code()
[all …]
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()
117 if (next != END_NOT_FOUND && pnmctx.bytestream_start != buf + skip) in pnm_parse()
Dmidivid.c42 uint8_t *skip; member
55 uint8_t *skip; in decode_mvdv() local
81 skip = s->skip; in decode_mvdv()
87 skip[(y*2) *skip_linesize + x*2 ] = flag; in decode_mvdv()
88 skip[(y*2) *skip_linesize + x*2+1] = flag; in decode_mvdv()
89 skip[(y*2+1)*skip_linesize + x*2 ] = flag; in decode_mvdv()
90 skip[(y*2+1)*skip_linesize + x*2+1] = flag; in decode_mvdv()
107 skip = s->skip; in decode_mvdv()
117 if (!intra_flag && *skip++) in decode_mvdv()
255 s->skip = av_calloc(avctx->width >> 1, avctx->height >> 1); in decode_init()
[all …]
Davuienc.c55 int i, j, skip, ret, size, interlaced; in avui_encode_frame() local
60 skip = 10; in avui_encode_frame()
62 skip = 16; in avui_encode_frame()
64 size = 2 * avctx->width * (avctx->height + skip) + 8 * interlaced; in avui_encode_frame()
69 memset(dst, 0, avctx->width * skip); in avui_encode_frame()
70 dst += avctx->width * skip; in avui_encode_frame()
80 memset(dst, 0, avctx->width * skip + 4 * i); in avui_encode_frame()
81 dst += avctx->width * skip + 4 * i; in avui_encode_frame()
/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/
Dnative-instruments-audio8dj.conf71 skip-probe = yes
78 skip-probe = yes
85 skip-probe = yes
92 skip-probe = yes
99 skip-probe = yes
106 skip-probe = yes
113 skip-probe = yes
119 skip-probe = yes
125 skip-probe = yes
131 skip-probe = yes
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_photosensitivity.c44 int skip; member
66 …{ "skip", "set pixels to skip when sampling frames", OFFSET(skip), …
90 int skip; member
106 …nt width = td->in->width, height = td->in->height, linesize = td->in->linesize[0], skip = td->skip; in convert_frame_partial() local
121 for (y = y0; y < y1; y += skip) { in convert_frame_partial()
123 for (x = x0; x < x1; x += skip) { in convert_frame_partial()
128 p += NUM_CHANNELS * skip; in convert_frame_partial()
133 area = ((x1 - x0 + skip - 1) / skip) * ((y1 - y0 + skip - 1) / skip); in convert_frame_partial()
143 static void convert_frame(AVFilterContext *ctx, AVFrame *in, PhotosensitivityFrame *out, int skip) in convert_frame() argument
148 td.skip = skip; in convert_frame()
[all …]
/third_party/flutter/skia/src/utils/win/
DSkIStream.cpp136 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); in Seek() local
137 size_t skipped = this->fSkStream->skip(skip); in Seek()
139 if (skipped != skip) { in Seek()
146 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); in Seek() local
147 size_t skipped = this->fSkStream->skip(skip); in Seek()
149 if (skipped != skip) { in Seek()
160 size_t skip = static_cast<size_t>(this->fSkStream->getLength() + in Seek() local
162 size_t skipped = this->fSkStream->skip(skip); in Seek()
164 if (skipped != skip) { in Seek()
/third_party/skia/src/utils/win/
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(skip); in Seek()
157 if (skipped != skip) { in Seek()
/third_party/protobuf/objectivec/Tests/CocoaPods/
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/typescript/tests/baselines/reference/
DgeneratorTransformFinalLabel.types2 async function test(skip: boolean) {
3 >test : (skip: boolean) => Promise<void>
4 >skip : boolean
6 if (!skip) {
7 >!skip : boolean
8 >skip : boolean
DgeneratorTransformFinalLabel.symbols2 async function test(skip: boolean) {
4 >skip : Symbol(skip, Decl(generatorTransformFinalLabel.ts, 0, 20))
6 if (!skip) {
7 >skip : Symbol(skip, Decl(generatorTransformFinalLabel.ts, 0, 20))
/third_party/openssl/
DConfigure2098 my @skip = ();
2112 if (! @skip || $skip[$#skip] > 0) {
2113 push @skip, !! $expand_variables->($+{COND});
2115 push @skip, -1;
2119 => sub { die "ELSIF out of scope" if ! @skip;
2120 die "ELSIF following ELSE" if abs($skip[$#skip]) == 2;
2121 $skip[$#skip] = -1 if $skip[$#skip] != 0;
2122 $skip[$#skip] = !! $expand_variables->($+{COND})
2123 if $skip[$#skip] == 0; },
2125 => sub { die "ELSE out of scope" if ! @skip;
[all …]

12345678910>>...105