Home
last modified time | relevance | path

Searched refs:skip (Results 101 – 125 of 1278) sorted by relevance

12345678910>>...52

/openbmc/linux/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh40 skip() function
49 [ $(id -u) -eq 0 ] || skip "must be run as root"
52 [ -d "$DEBUGFS" ] || skip "debugfs is not mounted"
360 [ "$full_test" -a -e "/dev/gpiochip0" ] && skip "full tests conflict with gpiochip0"
H A Dgpio-mockup-sysfs.sh7 [ -d "$SYSFS" ] || skip "sysfs is not mounted"
10 [ -d "$GPIO_SYSFS" ] || skip "CONFIG_GPIO_SYSFS is not selected"
/openbmc/linux/arch/powerpc/kernel/
H A Dreloc_32.S58 b skip
63 b skip
66 bne skip
68 skip: label
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dmy.cnf16 skip-external-locking
17 skip-networking
/openbmc/linux/tools/perf/bench/
H A Dfind-bit-bench.c63 unsigned int set_bits, skip; in do_for_each_set_bit() local
70 skip = num_bits / set_bits; in do_for_each_set_bit()
71 for (i = 0; i < num_bits; i += skip) in do_for_each_set_bit()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_ldsx_insn.c17 if (skel->rodata->skip) { in test_map_val_and_probed_memory()
61 if (skel->rodata->skip) { in test_ctx_member_sign_ext()
110 if (skel->rodata->skip) { in test_ctx_member_narrow_sign_ext()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c254 size_t skip; in jpeg_parse_scan_header() local
295 skip = 3; /* skip Ss, Se, Ah, and Al */ in jpeg_parse_scan_header()
297 skip = len - 2; in jpeg_parse_scan_header()
300 return jpeg_skip(stream, skip); in jpeg_parse_scan_header()
454 int skip; in jpeg_parse_app14_data() local
477 skip = lp - 2 - 11 - 1; in jpeg_parse_app14_data()
478 return jpeg_skip(stream, skip); in jpeg_parse_app14_data()
/openbmc/u-boot/test/py/tests/test_fs/
H A Dconftest.py123 pytest.skip('.config feature "CMD_%s" not enabled' % fs_type.upper())
125 pytest.skip('.config feature "%s_WRITE" not enabled'
331 pytest.skip('Setup failed for filesystem: ' + fs_type)
418 pytest.skip('Setup failed for filesystem: ' + fs_type)
454 pytest.skip('Setup failed for filesystem: ' + fs_type)
517 pytest.skip('Setup failed for filesystem: ' + fs_type)
/openbmc/qemu/tests/tcg/multiarch/
H A DMakefile.target49 $(call skip-test, $<, "flaky on CI?")
51 $(call skip-test, $<, "flaky on CI?")
132 …$(call skip-test, "gdbstub test $*", "need working gdb with $(patsubst -%,,$(TARGET_NAME)) support…
165 $(call skip-test, $<, "MANUAL ONLY")
168 $(call skip-test, $<, "MANUAL ONLY")
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
H A Dtest_firmware_sub_menu.robot41 Redfish Power Off stack_mode=skip
51 Redfish Power Off stack_mode=skip quiet=1
64 Redfish Power On stack_mode=skip quiet=1
77 Redfish Power On stack_mode=skip
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py520 def sparse_copy(src_fname, dst_fname, skip=0, seek=0, argument
542 dst_size = os.path.getsize(src_fname) + seek - skip
550 if skip >= end:
553 if start < skip < end:
554 start = skip
558 written += start - skip - written
564 dst_file.seek(seek + start - skip, os.SEEK_SET)
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_enumval.c15 bool skip; member
68 data.skip = true; in test_core_enumval()
H A Dtest_core_reloc_enum64val.c15 bool skip; member
66 data.skip = true; in test_core_enum64val()
H A Dtest_ldsx_insn.c10 const volatile int skip = 0; variable
12 const volatile int skip = 1; variable
/openbmc/openbmc/poky/meta/classes/
H A Dyocto-check-layer.bbclass18 skip = set((d.getVar('INSANE_SKIP') or "").split() +
20 if 'installed-vs-shipped' in skip:
/openbmc/linux/kernel/sched/
H A Dcpupri.c71 int skip = 0; in __cpupri_find() local
74 skip = 1; in __cpupri_find()
96 if (skip) in __cpupri_find()
/openbmc/u-boot/test/fs/
H A Dfs-test.sh384 dd if="${MB1}" bs=1M skip=0 count=1 2> /dev/null | md5sum > "$2"
388 dd if="${GB2p5}" bs=1M skip=0 count=1 \
392 dd if="${GB2p5}" bs=1M skip=2499 count=1 \
396 dd if="${GB2p5}" bs=1M skip=2047 count=1 \
400 dd if="${GB2p5}" bs=1M skip=2048 count=1 \
404 dd if="${GB2p5}" bs=512K skip=4095 count=2 \
/openbmc/qemu/tests/qemu-iotests/
H A D29465 dd if=$TEST_IMG_FILE of=${TEST_IMG_FILE}.bk bs=4K skip=0 count=1
77 dd if=${TEST_IMG_FILE}.bk of=${TEST_IMG_FILE} bs=4K skip=0 count=1 conv=notrunc
/openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/btrfs-tools/
H A D0001-Add-a-possibility-to-specify-where-python-modules-ar.patch21 - $(PYTHON) setup.py install --skip-build $(if $(DESTDIR),--root $(DESTDIR)) --prefix $(prefix)
22 + $(PYTHON) setup.py install --skip-build $(if $(DESTDIR),--root $(DESTDIR)) --prefix $(prefix) --…
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp172 std::optional<size_t> skip = std::nullopt; member
238 if (query.skip && queryCapabilities.canDelegateSkip) in delegate()
240 delegated.skip = query.skip; in delegate()
241 query.skip = 0; in delegate()
323 return getNumericParam(value, query.skip.emplace()); in getSkipParam()
904 if (!query.skip && !query.top) in processTopAndSkip()
939 if (query.skip) in processTopAndSkip()
943 size_t skip = std::min(arr->size(), *query.skip); in processTopAndSkip() local
944 arr->erase(arr->begin(), arr->begin() + static_cast<ssize_t>(skip)); in processTopAndSkip()
1045 if (query.top || query.skip) in processAllParams()
/openbmc/linux/drivers/crypto/
H A Ds5p-sss.c368 unsigned int skip; member
1048 ctx->skip = 0; in s5p_hash_copy_sgs()
1071 unsigned int skip = ctx->skip, n = sg_nents(sg); in s5p_hash_copy_sg_lists() local
1097 skip -= sg->length; in s5p_hash_copy_sg_lists()
1108 skip = 0; in s5p_hash_copy_sg_lists()
1142 unsigned int skip = ctx->skip, nbytes = new_len, n = 0; in s5p_hash_prepare_sgs() local
1149 if (skip || !final) in s5p_hash_prepare_sgs()
1172 skip = 0; in s5p_hash_prepare_sgs()
1239 ctx->skip = len; in s5p_hash_prepare_request()
1241 ctx->skip = 0; in s5p_hash_prepare_request()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tslib/
H A Dtslib_1.22.bb25 PACKAGECONFIG ??= "debounce dejitter evthres iir linear median pthres skip lowpass invert variance …
33 PACKAGECONFIG[skip] = "--enable-skip,--disable-skip"
/openbmc/linux/include/net/
H A Dtc_wrapper.h50 goto skip; in tc_act()
133 skip: in tc_act()
161 goto skip; in tc_classify()
200 skip: in tc_classify()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-attrs/
H A D0001-test_funcs-skip-test_unknown-for-pytest-8.patch4 Subject: [PATCH] test_funcs: skip test_unknown for pytest 8
24 + @pytest.mark.skip('Broken with pytest 8. See https://github.com/python-attrs/attrs/issues/1233…
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-alsa-pcm.c98 size_t skip, in cobalt_alsa_announce_pcm_data() argument
149 pcm_data + i * skip, in cobalt_alsa_announce_pcm_data()
153 pcm_data + i * skip, stride, is_s32); in cobalt_alsa_announce_pcm_data()
159 pcm_data + i * skip, in cobalt_alsa_announce_pcm_data()
298 size_t skip, in cobalt_alsa_pb_pcm_data() argument
343 pb_sample_cpy(pcm_data + i * skip, in cobalt_alsa_pb_pcm_data()

12345678910>>...52