Home
last modified time | relevance | path

Searched full:mark (Results 1 – 25 of 834) sorted by relevance

12345678910>>...34

/openbmc/u-boot/test/py/tests/
H A Dtest_fpga.py98 @pytest.mark.xfail
99 @pytest.mark.buildconfigspec('cmd_fpga')
107 @pytest.mark.buildconfigspec('cmd_fpga')
116 @pytest.mark.buildconfigspec('cmd_fpga')
120 @pytest.mark.buildconfigspec('cmd_fpga')
127 @pytest.mark.buildconfigspec('cmd_fpga')
138 @pytest.mark.buildconfigspec('cmd_fpga')
149 @pytest.mark.buildconfigspec('cmd_fpga')
156 @pytest.mark.buildconfigspec('cmd_fpga')
172 @pytest.mark.buildconfigspec('cmd_fpga')
[all …]
H A Dtest_gpt.py71 @pytest.mark.boardspec('sandbox')
72 @pytest.mark.buildconfigspec('cmd_gpt')
73 @pytest.mark.buildconfigspec('cmd_part')
74 @pytest.mark.requiredtool('sgdisk')
88 @pytest.mark.boardspec('sandbox')
89 @pytest.mark.buildconfigspec('cmd_gpt')
90 @pytest.mark.requiredtool('sgdisk')
98 @pytest.mark.boardspec('sandbox')
99 @pytest.mark.buildconfigspec('cmd_gpt')
100 @pytest.mark.requiredtool('sgdisk')
[all …]
H A Dtest_pinmux.py6 @pytest.mark.buildconfigspec('cmd_pinmux')
13 @pytest.mark.buildconfigspec('cmd_pinmux')
20 @pytest.mark.buildconfigspec('cmd_pinmux')
21 @pytest.mark.boardspec('sandbox')
31 @pytest.mark.buildconfigspec('cmd_pinmux')
32 @pytest.mark.boardspec('sandbox')
38 @pytest.mark.buildconfigspec('cmd_pinmux')
47 @pytest.mark.buildconfigspec('cmd_pinmux')
48 @pytest.mark.boardspec('sandbox')
56 @pytest.mark.buildconfigspec('cmd_pinmux')
[all …]
H A Dtest_sf.py167 @pytest.mark.buildconfigspec('cmd_sf')
168 @pytest.mark.buildconfigspec('cmd_crc32')
169 @pytest.mark.buildconfigspec('cmd_memory')
174 @pytest.mark.buildconfigspec('cmd_sf')
175 @pytest.mark.buildconfigspec('cmd_crc32')
176 @pytest.mark.buildconfigspec('cmd_memory')
186 @pytest.mark.buildconfigspec('cmd_sf')
187 @pytest.mark.buildconfigspec('cmd_crc32')
188 @pytest.mark.buildconfigspec('cmd_memory')
209 @pytest.mark.buildconfigspec('cmd_sf')
[all …]
H A Dtest_tpm2.py43 @pytest.mark.buildconfigspec('cmd_tpm_v2')
51 @pytest.mark.buildconfigspec('cmd_tpm_v2')
62 @pytest.mark.buildconfigspec('cmd_tpm_v2')
73 @pytest.mark.buildconfigspec('cmd_tpm_v2')
85 @pytest.mark.buildconfigspec('cmd_tpm_v2')
106 @pytest.mark.buildconfigspec('cmd_tpm_v2')
127 @pytest.mark.buildconfigspec('cmd_tpm_v2')
148 @pytest.mark.buildconfigspec('cmd_tpm_v2')
178 @pytest.mark.buildconfigspec('cmd_tpm_v2')
201 @pytest.mark.buildconfigspec('cmd_tpm_v2')
[all …]
H A Dtest_sandbox_exit.py8 @pytest.mark.boardspec('sandbox')
9 @pytest.mark.buildconfigspec('sysreset')
16 @pytest.mark.boardspec('sandbox')
H A Dtest_avb.py26 @pytest.mark.buildconfigspec('cmd_avb', 'cmd_mmc')
39 @pytest.mark.buildconfigspec('cmd_avb', 'cmd_mmc')
72 @pytest.mark.buildconfigspec('cmd_avb')
84 @pytest.mark.buildconfigspec('cmd_avb')
96 @pytest.mark.buildconfigspec('cmd_avb', 'cmd_mmc')
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A D50-gbmc-br-cn-redirect.rules4 iifname == "cn0" mark set 1 return
5 iifname == "cn1" mark set 2 return
15 tcp dport 10167-10168 mark set 0xff
16 mark 1 tcp dport 10166 tcp dport set 10167 notrack
17 mark 2 tcp dport 10166 tcp dport set 10168 notrack
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/
H A D03ee1f8aa0899268ec02b2f54849352df92a3a1d.patch10 …sshfs/build/test/util.py:99: PytestUnknownMarkWarning: Unknown pytest.mark.uses_fuse - is this a t…
11 …r custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
12 return pytest.mark.uses_fuse()
17 1. https://stackoverflow.com/questions/60806473/pytestunknownmarkwarning-unknown-pytest-mark-xxx-is…
18 1. https://docs.pytest.org/en/stable/mark.html
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py169 await normal_to_stream("gc-mark-stream")
300 async def gc_mark(self, mark, where): argument
302 Starts a new garbage collection operation identified by "mark". If
303 garbage collection is already in progress with "mark", the collection
308 command will be automatically marked with "mark"
310 return await self.invoke({"gc-mark": {"mark": mark, "where": where}})
312 async def gc_mark_stream(self, mark, rows): argument
314 Similar to `gc-mark`, but accepts a list of "where" key-value pair
315 conditions. It utilizes stream mode to mark hashes, which helps reduce
325 (json.dumps({"mark": mark, "where": row_to_dict(row)}) for row in rows),
[all …]
/openbmc/openbmc/poky/scripts/
H A Dclean-hashserver-database15 [--mark value] [--clean-db] [--threshold-age seconds]
23 -m | --mark) Marker string to mark database entries
36 -m | --mark) ALIVE_DB_MARK="$2"; shift ;;
68 # Mark all db sstate hashes
71 $BB_HASHCLIENT --address "$BB_HASHSERVER" gc-mark-stream "$ALIVE_DB_MARK"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/files/
H A D0001-Avoid-using-hard-coded-usr-include-paths.patch2 From: Mark Hatle <mark.hatle@amd.com>
11 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSoundex1 (c) Copyright 1998-2007 by Mark Mielke
9 - Mark Mielke <mark@mielke.cc>
H A Dpnmstitch1 Copyright (c) 2002 Mark Salyzyn
11 This software is provided `as is' by Mark Salyzyn and any express or implied
14 event shall Mark Salyzyn be liable for any direct, indirect, incidental,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/
H A Dusr-Makefile-apply-LDFLAGS-to-all-executables.patch2 From: Mark Asselstine <mark.asselstine@windriver.com>
6 Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/
H A D0001-fix-too-many-arguments-error-in-gcc15.patch2 From: "mark.yang" <mark.yang@lge.com>
15 Signed-off-by: mark.yang <mark.yang@lge.com>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte/
H A D0001-Fix-build-error-with-gcc-15.patch2 From: "mark.yang" <mark.yang@lge.com>
17 Signed-off-by: mark.yang <mark.yang@lge.com>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dhex/dhex/
H A D0001-Fix-function-declaration-conflict-error-with-empty-p.patch2 From: "mark.yang" <mark.yang@lge.com>
21 Signed-off-by: mark.yang <mark.yang@lge.com>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/
H A D0002-fix-incompatible-type-assignment-in-txring.c.patch2 From: "mark.yang" <mark.yang@lge.com>
14 Signed-off-by: mark.yang <mark.yang@lge.com>
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashclient215 if not result["mark"]:
219 print("Current Mark: %s" % result["mark"])
226 result = client.gc_mark(args.mark, where)
235 result = client.gc_mark_stream(args.mark, stdin)
239 "Server doesn't seem to support `gc-mark-stream`. Sending "
240 "hashes sequentially using `gc-mark` API."
245 result = client.gc_mark(args.mark, condition)
252 result = client.gc_sweep(args.mark)
384 …gc_mark_parser = subparsers.add_parser('gc-mark', help="Mark hashes to be kept for garbage collect…
385 gc_mark_parser.add_argument("mark", help="Mark for this garbage collection operation")
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch2 From: Mark Wielaard <mark@klomp.org>
15 Signed-off-by: Mark Wielaard <mark@klomp.org>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/
H A D0001-configure-prototypes.patch2 From: "mark.yang" <mark.yang@lge.com>
23 Signed-off-by: mark.yang <mark.yang@lge.com>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/files/
H A D0001-fix-build-failure-with-gcc-15-by-adding-cstdint-head.patch2 From: "mark.yang" <mark.yang@lge.com>
20 Signed-off-by: mark.yang <mark.yang@lge.com>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c/
H A D0001-Fix-build-error-due-to-bool-keyword-with-gcc-15.patch2 From: "mark.yang" <mark.yang@lge.com>
17 Signed-off-by: mark.yang <mark.yang@lge.com>
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-apic-fixup-fallthrough-to-PIC.patch2 From: Mark Asselstine <mark.asselstine@windriver.com>
24 Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>

12345678910>>...34