Home
last modified time | relevance | path

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

12345678910>>...104

/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/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/syn/src/gen/
Dvisit_mut.rs22 macro_rules! skip { macro
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!(node.eq_token); in visit_assoc_type_mut()
[all …]
Dvisit.rs22 macro_rules! skip { macro
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!(node.eq_token); in visit_assoc_type()
[all …]
/third_party/node/test/fixtures/test-runner/output/
Donly_tests.js8 test('only = undefined, skip = string', { skip: 'skip message' }); property
9 test('only = undefined, skip = true', { skip: true }); property
10 test('only = undefined, skip = false', { skip: false }); property
12 test('only = false, skip = string', { only: false, skip: 'skip message' }); property
13 test('only = false, skip = true', { only: false, skip: true }); property
14 test('only = false, skip = false', { only: false, skip: false }); property
17 test('only = true, skip = string', { only: true, skip: 'skip message' }); property
18 test('only = true, skip = true', { only: true, skip: true }); property
47 await t.test('skipped subtest 4', { skip: true }); property
67 it.skip('`it` subtest 3 skip', () => {
[all …]
Donly_tests.snapshot7 # Subtest: only = undefined, skip = string
8 ok 2 - only = undefined, skip = string # SKIP 'only' option not set
12 # Subtest: only = undefined, skip = true
13 ok 3 - only = undefined, skip = true # SKIP 'only' option not set
17 # Subtest: only = undefined, skip = false
18 ok 4 - only = undefined, skip = false # SKIP 'only' option not set
27 # Subtest: only = false, skip = string
28 ok 6 - only = false, skip = string # SKIP 'only' option not set
32 # Subtest: only = false, skip = true
33 ok 7 - only = false, skip = true # SKIP 'only' option not set
[all …]
/third_party/node/test/parallel/
Dtest-single-executable-application.js14 common.skip('Single Executable Application support has been disabled.');
17 common.skip(`Unsupported platform ${process.platform}.`);
21 common.skip('Running the resultant binary fails because of a memory leak ASAN error.');
25 common.skip('Running the resultant binary fails with `Couldn\'t read target executable"`.');
28 common.skip('Running the resultant binary fails with ' +
33 common.skip('Running the resultant binary fails with ' +
38 …common.skip('Running the resultant binary fails with `Node.js is not compiled with OpenSSL crypto …
41 common.skip('Running the resultant binary fails with `Segmentation fault (core dumped)`.');
46 if (isAlpine) common.skip('Alpine Linux is not supported.');
49 common.skip('On s390x, postject fails with `memory access out of bounds`.');
[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/ffmpeg/libavformat/
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 += AV_RL32(w->last_pkt->data + skip + 4) + 8; in flush()
[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/node/test/common/
Dsea.js11 common.skip('Single Executable Application support has been disabled.');
14 common.skip(`Unsupported platform ${process.platform}.`);
17 common.skip('Running the resultant binary fails with `Couldn\'t read target executable"`.');
20 common.skip('Running the resultant binary fails with ' +
25 common.skip('Running the resultant binary fails with ' +
30 …common.skip('Running the resultant binary fails with `Node.js is not compiled with OpenSSL crypto …
33 common.skip('Running the resultant binary fails with `Segmentation fault (core dumped)`.');
38 if (isAlpine) common.skip('Alpine Linux is not supported.');
41 common.skip('On s390x, postject fails with `memory access out of bounds`.');
/third_party/ffmpeg/libavcodec/
Dagm.c107 int len = 0, skip = 0, max; in read_code() local
117 skip = 3; in read_code()
121 skip = 4; in read_code()
125 skip = 4; in read_code()
130 skip = 3; in read_code()
134 skip = 4; in read_code()
138 skip = 4; in read_code()
142 skip = 4; in read_code()
146 skip = 4; in read_code()
150 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()
119 if (next != END_NOT_FOUND && pnmctx.bytestream_start != buf + skip) in pnm_parse()
/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), …
77 int skip; member
93 …nt 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()
120 area = ((x1 - x0 + skip - 1) / skip) * ((y1 - y0 + skip - 1) / skip); in convert_frame_partial()
130 static void convert_frame(AVFilterContext *ctx, AVFrame *in, PhotosensitivityFrame *out, int skip) in convert_frame() argument
135 td.skip = skip; in convert_frame()
[all …]
/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

12345678910>>...104