/third_party/rust/crates/nix/test/common/ |
H A D | mod.rs | 4 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/ffmpeg/libavfilter/ |
H A D | vf_photosensitivity.c | 44 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/libinput/tools/ |
H A D | libinput-measure-touchpad-size.py | 310 # If both x/y are within some acceptable deviation, we skip the axis 315 skip = between(xorig.minimum, touchpad.x.minimum, deviation) 316 skip = skip and between(xorig.maximum, touchpad.x.maximum, deviation) 318 skip = skip and between(yorig.minimum, touchpad.y.minimum, deviation) 319 skip = skip and between(yorig.maximum, touchpad.y.maximum, deviation) 321 if skip: 354 touchpad.x.minimum if not skip els [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | YAMLParser.h | 95 void skip(); 99 skip(); in validate() 170 virtual void skip() {} in skip() function in llvm::yaml::Node 300 void skip() override { 302 Key->skip(); 304 Val->skip(); 388 template <class CollectionType> void skip(CollectionType &C) { in skip() function 390 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!"); in skip() 394 i->skip(); in skip() 423 template <class T> friend void yaml::skip( 429 void skip() override { yaml::skip(*this); } global() member in llvm::yaml::final::yaml 486 void skip() override { yaml::skip(*this); } global() member in llvm::yaml::final::yaml [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | YAMLParser.h | 88 void skip(); 91 skip(); in validate() 145 virtual void skip() {} in skip() function in llvm::yaml::Node 288 void skip() override { 289 getKey()->skip(); 291 Val->skip(); 374 template <class CollectionType> void skip(CollectionType &C) { in skip() function 376 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!"); in skip() 380 i->skip(); in skip() 408 template <class T> friend void yaml::skip( 414 void skip() override { yaml::skip(*this); } global() member in llvm::yaml::final::yaml 472 void skip() override { yaml::skip(*this); } global() member in llvm::yaml::final::yaml [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | agm.c | 107 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 in read_code() 197 decode_intra_blocks(AGMContext *s, GetBitContext *gb, const int *quant_matrix, int *skip, int *dc_level) decode_intra_blocks() argument 238 decode_inter_blocks(AGMContext *s, GetBitContext *gb, const int *quant_matrix, int *skip, int *map) decode_inter_blocks() argument 274 decode_intra_block(AGMContext *s, GetBitContext *gb, const int *quant_matrix, int *skip, int *dc_level) decode_intra_block() argument 318 int ret, skip = 0, dc_level = 0; decode_intra_plane() local 363 decode_inter_block(AGMContext *s, GetBitContext *gb, const int *quant_matrix, int *skip, int *map) decode_inter_block() argument 397 int ret, skip = 0; decode_inter_plane() local 837 int ret, skip = 0, value, map; decode_motion_vectors() local 1105 long skip; decode_frame() local [all...] |
H A D | webvttdec.c | 48 int i, again = 0, skip = 0; in webvtt_event_to_ass() local 67 skip = 0; in webvtt_event_to_ass() 71 skip = 1; in webvtt_event_to_ass() 73 skip = 0; in webvtt_event_to_ass() 76 else if (!skip && *p != '\r') in webvtt_event_to_ass()
|
H A D | wcmv.c | 49 int skip, blocks, zret, ret, intra = 0, flags = 0, bpp = s->bpp; in decode_frame() local 78 skip = bytestream2_tell(&gb); in decode_frame() 79 if (size > avpkt->size - skip) in decode_frame() 82 zstream->next_in = avpkt->data + skip; in decode_frame() 121 skip = bytestream2_tell(&gb); in decode_frame() 123 zstream->next_in = avpkt->data + skip; in decode_frame() 124 zstream->avail_in = avpkt->size - skip; in decode_frame() 150 skip = bytestream2_tell(&gb); in decode_frame() 152 zstream->next_in = avpkt->data + skip; in decode_frame() 153 zstream->avail_in = avpkt->size - skip; in decode_frame() [all...] |
H A D | cpia.c | 61 uint8_t skip; in cpia_decode_frame() local 152 skip = src[j] >> 1; in cpia_decode_frame() 153 y += skip; in cpia_decode_frame() 170 skip = src[j] >> 1; in cpia_decode_frame() 171 y += skip; in cpia_decode_frame() 172 u += skip >> 1; in cpia_decode_frame() 173 v += skip >> 1; in cpia_decode_frame() 202 * Set some reasonable time_base to skip this. in cpia_decode_init()
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise02.c | 66 int skip; member 95 tc->skip = 0; in tcases_filter() 101 * skip EINVAL test for MADV_MERGEABLE. */ in tcases_filter() 103 tc->skip = 1; in tcases_filter() 110 tc->skip = 1; in tcases_filter() 114 tc->skip = 1; in tcases_filter() 118 tc->skip = 1; in tcases_filter() 163 if (tc->skip == 1) { in advice_test()
|
/third_party/toybox/toys/posix/ |
H A D | rm.c | 35 if (dir && !(toys.optflags & (FLAG_r|FLAG_R))) goto skip; in do_rm() 42 if (or && errno == ENOENT) goto skip; in do_rm() 59 else goto skip; in do_rm() 62 if (try->symlink) goto skip; in do_rm() 74 skip: in do_rm()
|
/third_party/node/test/parallel/ |
H A D | test-tls-connect-address-family.js | 4 common.skip('missing crypto'); 7 common.skip('no IPv6 support'); 40 common.skip('localhost does not resolve to ::1'); 48 common.skip('localhost does not resolve to ::1');
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_result_report.py | 78 skip = [1 for filt in CONFIG_FILTER if filt.match(name)] 79 if skip: 89 skip = [1 for filt in TESTSET_FILTER if filt.match(imageSet)] 90 if skip: 94 skip = [1 for filt in QUALITY_FILTER if filt.match(quality)] 95 if skip: 104 skip = [1 for filt in BLOCKSIZE_FILTER if filt.match(result.blkSz)] 105 if not skip:
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
H A D | CompatibilityTest.java | 49 boolean skip; field in CompatibilityTest.FileHolder 65 this.skip = skipFile(this.icuVersion, this.className); in FileHolder() 69 for (int skip = 0; skip < SKIP_CASES.length; skip++) { in skipFile() 70 if (icuVersion.equals(SKIP_CASES[skip][0]) && className.equals(SKIP_CASES[skip][1])) { in skipFile() 86 if (holder.skip) { in testCompatibility()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
H A D | CompatibilityTest.java | 46 boolean skip; field in CompatibilityTest.FileHolder 62 this.skip = skipFile(this.icuVersion, this.className); in FileHolder() 66 for (int skip = 0; skip < SKIP_CASES.length; skip++) { in skipFile() 67 if (icuVersion.equals(SKIP_CASES[skip][0]) && className.equals(SKIP_CASES[skip][1])) { in skipFile() 83 if (holder.skip) { in testCompatibility()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | cffdump.c | 105 "\t it only for the first tile and skip the remainder,\n" in print_usage() 262 bool skip = false; in handle_file() local 326 skip = false; in handle_file() 328 skip |= (strstr(buf, exename) != buf); in handle_file() 330 skip |= (strstr(buf, "fdperf") == buf); in handle_file() 331 skip |= (strstr(buf, "chrome") == buf); in handle_file() 332 skip |= (strstr(buf, "surfaceflinger") == buf); in handle_file() 333 skip |= ((char *)buf)[0] == 'X'; in handle_file() 360 if (!skip) { in handle_file()
|
/third_party/python/Tools/msi/ |
H A D | buildrelease.bat | 55 if "%1" EQU "--skip-doc" (set SKIPDOC=1) && shift && goto CheckOpts
57 if "%1" EQU "--skip-build" (set SKIPBUILD=1) && shift && goto CheckOpts
67 if "%1" EQU "--skip-pgo" (set PGO=) && shift && goto CheckOpts
68 if "%1" EQU "--skip-nuget" (set BUILDNUGET=) && shift && goto CheckOpts
69 if "%1" EQU "--skip-zip" (set BUILDZIP=) && shift && goto CheckOpts
70 if "%1" EQU "--skip-msi" (set BUILDMSI=) && shift && goto CheckOpts
227 echo [--skip-build] [--skip-doc] [--skip-nuget] [--skip [all...] |
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_execute_unit.cpp | 61 int cancel_ret = ffrt::skip(h2); in HWTEST_F() 73 int cancel_ret = ffrt::skip(h2); in HWTEST_F() 78 cancel_ret = ffrt::skip(h1); in HWTEST_F() 81 cancel_ret = ffrt::skip(h3); in HWTEST_F()
|
/third_party/node/test/pummel/ |
H A D | test-fs-watch-system-limit.js | 9 common.skip('The fs watch limit is OS-dependent'); 13 common.skip('Too slow for Raspberry Pi devices'); 22 common.skip('inotify limit is quite large'); 25 common.skip('the inotify /proc subsystem does not exist');
|
/third_party/curl/src/ |
H A D | tool_setopt.c | 267 bool skip = FALSE; in tool_setopt_enum() local 271 skip = TRUE; in tool_setopt_enum() 273 if(config->libcurl && !skip && !ret) { in tool_setopt_enum() 306 bool skip = FALSE; in tool_setopt_bitmask() local 310 skip = TRUE; in tool_setopt_bitmask() 312 if(config->libcurl && !skip && !ret) { in tool_setopt_bitmask() 562 bool skip = FALSE; in tool_setopt() local 585 skip = TRUE; in tool_setopt() 598 skip = TRUE; in tool_setopt() 610 skip in tool_setopt() [all...] |
/third_party/libfuse/test/ |
H A D | util.py | 114 a `pytest.mark.skip` object with more details. If FUSE is 118 skip = lambda x: pytest.mark.skip(reason=x) 128 return skip("Can't find fusermount executable") 131 return skip("FUSE kernel module does not seem to be loaded") 138 return skip('fusermount executable not setuid, and we are not root.') 143 return skip('Unable to open /dev/fuse: %s' % exc.strerror)
|
/third_party/node/test/common/ |
H A D | sea.js | 11 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 support`.'); 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`.');
|
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/ |
H A D | slide_recognizer.cpp | 88 ffrt::skip(listFlingEndTask_); in HandleSlideOFFEvent() 91 ffrt::skip(listFlingTimeOutTask_); in HandleSlideOFFEvent() 103 ffrt::skip(listFlingEndTask_); in HandleSlideDetecting() 106 ffrt::skip(listFlingTimeOutTask_); in HandleSlideDetecting() 135 ffrt::skip(listFlingEndTask_); in HandleListFlingStart() 141 ffrt::skip(listFlingTimeOutTask_); in HandleListFlingStart() 165 ffrt::skip(listFlingEndTask_); in HandleSendFrameEvent()
|
/third_party/ffmpeg/libavformat/ |
H A D | oggparseopus.c | 167 int64_t skip = priv->cur_dts - os->granule + priv->pre_skip; in opus_packet() local 168 skip = FFMIN(skip, os->pduration); in opus_packet() 169 if (skip > 0) { in opus_packet() 170 os->pduration = skip < os->pduration ? os->pduration - skip : 1; in opus_packet() 171 os->end_trimming = skip; in opus_packet()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | proplist-util.c | 120 size_t kl, skip; in pa_init_proplist() local 125 skip = 20; in pa_init_proplist() 128 skip = 11; in pa_init_proplist() 132 kl = strcspn(*e+skip, "="); in pa_init_proplist() 134 if ((*e)[skip+kl] != '=') in pa_init_proplist() 137 k = pa_xstrndup(*e+skip, kl); in pa_init_proplist() 141 pa_proplist_sets(p, k, *e+skip+kl+1); in pa_init_proplist()
|