/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | 0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch | 22 example/archie | 2 +- 23 example/autoexpect | 2 +- 24 example/autopasswd | 2 +- 25 example/chess.exp | 2 +- 26 example/cryptdir | 2 +- 27 example/decryptdir | 2 +- 28 example/dislocate | 2 +- 29 example/dvorak | 2 +- 30 example/ftp-inband | 2 +- 31 example/ftp-rfc | 2 +- [all …]
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/ |
H A D | CMakeLists.txt | 9 project(cmake-example 23 # Linking a small library makes the example more useful for testing. 27 add_library(cmake-example-lib cpp-example-lib.cpp cpp-example-lib.hpp) 28 set_target_properties(cmake-example-lib PROPERTIES 32 target_link_libraries(cmake-example-lib PRIVATE json-c::json-c) 34 install(TARGETS cmake-example-lib 41 add_executable(cmake-example cpp-example.cpp) 42 target_link_libraries(cmake-example PRIVATE cmake-example-lib) 44 install(TARGETS cmake-example 49 add_executable(test-cmake-example test-cpp-example.cpp) [all …]
|
H A D | meson.build | 7 project('meson-example', 'cpp', 19 'cpp-example-lib.cpp', 'cpp-example-lib.hpp', 27 'cpp-example.cpp', 33 'test-cpp-example.cpp', 38 test('meson example test', test_mesonex)
|
/openbmc/phosphor-logging/ |
H A D | logging_test.cpp | 95 elog<example::xyz::openbmc_project::example::elog::TestErrorOne>( in elog_test() 96 example::xyz::openbmc_project::example::elog::TestErrorOne::ERRNUM( in elog_test() 98 example::xyz::openbmc_project::example::elog::TestErrorOne:: in elog_test() 100 example::xyz::openbmc_project::example::elog::TestErrorOne:: in elog_test() 102 example::xyz::openbmc_project::example::elog::TestErrorTwo:: in elog_test() 104 example::xyz::openbmc_project::example::elog::TestErrorTwo::DEV_ID( in elog_test() 106 example::xyz::openbmc_project::example::elog::TestErrorTwo:: in elog_test() 109 catch (const example::xyz::openbmc_project::example::elog::TestErrorOne& e) in elog_test() 115 using namespace example::xyz::openbmc_project::example::elog; in elog_test() 211 elog<example::xyz::openbmc_project::example::elog::AutoTestSimple>( in commitError() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cmocka/ |
H A D | cmocka_1.1.7.bb | 25 install -d ${D}${libdir}/${BPN}/example 26 install -d ${D}${libdir}/${BPN}/example/mock/chef_wrap 27 install -d ${D}${libdir}/${BPN}/example/mock/uptime 29 install -m 0755 ${B}/example/*_test ${D}/${libdir}/${BPN}/example 30 …install -m 0755 ${B}/example/mock/chef_wrap/waiter_test_wrap ${D}/${libdir}/${BPN}/example/mock/ch… 31 install -m 0755 ${B}/example/mock/uptime/uptime ${D}/${libdir}/${BPN}/example/mock/uptime 32 install -m 0755 ${B}/example/mock/uptime/test_uptime ${D}/${libdir}/${BPN}/example/mock/uptime 33 …install -m 0644 ${B}/example/mock/uptime/libproc_uptime.so ${D}/${libdir}/${BPN}/example/mock/libp… 43 FILES:${PN}-examples = "${libdir}/${BPN}/example"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/ |
H A D | Makefile.am.patch | 15 …example.conf example-pgpow.conf example-dhs.conf example-dyndns.conf example-ods.conf example-tzo.…
|
/openbmc/phosphor-misc/http-redirect/ |
H A D | tests | 27 GET http://somewhere.example.com/over/the/rainbow HTTP/1.1 28 Host: elsewhere.example 45 GET http://somewhere.example HTTP/1.1 46 Host: elsewhere.example 65 Host: elsewhere.example 85 not-host: elsewhere.example 86 x-host: elsewhere.example.com 89 host2: else.where.example.com
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/ |
H A D | 0001-Skip-TODO-test-cases-that-fail.patch | 63 is(URI->new("http://www.example.org/D%C3%BCrst")->as_iri, "http://www.example.org/D\xFCrst"); 64 is(URI->new("http://www.example.org/D%FCrst")->as_iri, "http://www.example.org/D%FCrst"); 67 -is(URI->new("http://xn--99zt52a.example.org/%e2%80%ae")->as_iri, "http://\x{7D0D}\x{8C46}.example.… 71 +#is(URI->new("http://xn--99zt52a.example.org/%e2%80%ae")->as_iri, "http://\x{7D0D}\x{8C46}.example… 91 @@ -48,12 +48,12 @@ $u = URI->new('mailto:user+detail@example.com'); 92 is $u->to, 'user+detail@example.com', 'subaddress with `+` parsed correctly'; 93 is $u, 'mailto:user+detail@example.com', '... and stringification works'; 97 - $u = URI->new('mailto:"foo bar+baz"@example.com'); 98 - is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is p… 99 - is $u, 'mailto:%22foo%20bar+baz%22@example.com', '... and stringification works'; [all …]
|
/openbmc/linux/samples/ |
H A D | Kconfig | 17 This builds the trace event example module. 20 tristate "Build custom trace event example -- loadable modules only" 23 This builds the custom trace event example module. 33 tristate "Build register_ftrace_direct() example" 37 This builds an ftrace direct function example 41 tristate "Build register_ftrace_direct() on multiple ips example" 45 This builds an ftrace direct function example 50 tristate "Build custom ftrace ops example" 53 This builds an ftrace ops example that hooks two functions and 76 This build several kprobes example modules. [all …]
|
/openbmc/linux/tools/testing/kunit/test_data/ |
H A D | test_is_test_passed-all_passed_nested.log | 7 # Subtest: example 16 kunit example: all tests passed 17 ok 2 - example 24 # Subtest: example 33 kunit example: all tests passed 34 ok 2 - example
|
/openbmc/openbmc/meta-google/recipes-extended/libconfig/files/ |
H A D | 0001-makefile-Add-missing-LDFLAGS.patch | 16 @@ -6,7 +6,7 @@ all: example checker 27 EG_OBJ=example.o parser.o argtable3.o 28 example: $(EG_OBJ) 29 - $(CC) $(CFLAGS) -o example $(EG_OBJ) -lconfig 30 + $(CC) $(CFLAGS) -o example $(EG_OBJ) $(LDFLAGS) -lconfig 32 example.c: eg_conf.cfg
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | event_log_test.cpp | 25 std::string example = "2000-01-02T03:04:05"; in TEST() local 26 success = getUniqueEntryID(example, entryID); in TEST() 39 std::string example = "2000-08-02T03:04:05"; in TEST() local 41 success = getUniqueEntryID(example, entryID1); in TEST() 43 success = getUniqueEntryID(example, entryID2); in TEST() 59 std::string example = "2000-08-02T03:04:05"; in TEST() local 61 getUniqueEntryID(example, entryID1); in TEST() 62 getUniqueEntryID(example, entryID2); in TEST() 63 getUniqueEntryID(example, entryID3); in TEST()
|
/openbmc/webui-vue/docs/guide/components/status-icon/ |
H A D | readme.md | 28  36  44  52  60  64  68 
|
/openbmc/linux/samples/kfifo/ |
H A D | Makefile | 2 obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o
|
/openbmc/linux/samples/user_events/ |
H A D | Makefile | 4 example: example.o target 5 example.o: example.c
|
/openbmc/phosphor-fan-presence/ |
H A D | README.md | 68 file(s) used are the examples found within each application's example directory. 123 - Default = ['control/example/fans.yaml'](control/example/fans.yaml) 125 - Default = ['control/example/zones.yaml'](control/example/zones.yaml) 127 - Default = ['control/example/events.yaml'](control/example/events.yaml) 130 ['control/example/zone_conditions.yaml'](control/example/zone_conditions.yaml) 132 [Example](control/example/) 155 - Default = ['presence/example/example.yaml'](presence/example/example.yaml) 157 Example: [example.yaml](presence/example/example.yaml) 189 - Default = ['monitor/example/monitor.yaml'](monitor/example/monitor.yaml) 191 Example: [monitor.yaml](monitor/example/monitor.yaml)
|
/openbmc/openbmc/poky/meta/recipes-extended/go-examples/ |
H A D | go-helloworld_0.1.bb | 1 SUMMARY = "This is a simple example recipe that cross-compiles a Go program." 8 SRC_URI = "git://go.googlesource.com/example;branch=master;protocol=https;destsuffix=${GO_SRCURI_DE… 12 GO_IMPORT = "golang.org/x/example" 19 # This is just to make clear where this example is 24 # /usr/lib/go/src/golang.org/x/example/ragserver/tests/weaviate-show-all.sh is requiring bash
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq/ |
H A D | 0001-example-Use-lm-for-the-fst-module.patch | 4 Subject: [PATCH] example: Use -lm for the fst module 15 example/Makefile.am | 1 + 18 diff --git a/example/Makefile.am b/example/Makefile.am 20 --- a/example/Makefile.am 21 +++ b/example/Makefile.am
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/ |
H A D | cpp-example.inc | 15 file://cpp-example.cpp \ 16 file://cpp-example-lib.hpp \ 17 file://cpp-example-lib.cpp \ 18 file://test-cpp-example.cpp \
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | submitting-patches.rst | 344 Signed-off-by: Random J Developer <random@developer.example.org> 359 Signed-off-by: Random J Developer <random@developer.example.org> 360 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h] 361 Signed-off-by: Lucky K Maintainer <lucky@maintainer.example.org> 420 Co-developed-by: First Co-Author <first@coauthor.example.org> 421 Signed-off-by: First Co-Author <first@coauthor.example.org> 422 Co-developed-by: Second Co-Author <second@coauthor.example.org> 423 Signed-off-by: Second Co-Author <second@coauthor.example.org> 424 Signed-off-by: From Author <from@author.example.org> 428 From: From Author <from@author.example.org> [all …]
|
/openbmc/openbmc/poky/meta-selftest/recipes-devtools/rust/ |
H A D | rust-c-lib-example-bin_git.bb | 1 DESCRIPTION = "A simple example for C wrapper around a rust library" 2 HOMEPAGE = "https://gitlab.com/fmartinsonsHome/rust-c-lib-example" 7 git://gitlab.com/fmartinsonsHome/rust-c-lib-example.git;branch=main;protocol=https \ 13 DEPENDS = "rust-c-lib-example"
|
/openbmc/openbmc/meta-fii/meta-mori/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton/ |
H A D | fw_env.config | 8 # NOR example 12 # MTD SPI-dataflash example 17 # NAND example 20 # Block device example 23 # VFAT example
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton/ |
H A D | fw_env.config | 8 # NOR example 12 # MTD SPI-dataflash example 17 # NAND example 20 # Block device example 23 # VFAT example
|
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton/ |
H A D | fw_env.config | 8 # NOR example 12 # MTD SPI-dataflash example 17 # NAND example 20 # Block device example 23 # VFAT example
|
/openbmc/linux/tools/testing/ktest/examples/ |
H A D | README | 1 This directory contains example configs to use ktest for various tasks. 10 crosstests.conf - this config shows an example of testing a git repo against 16 test.conf - A generic example of a config. This is based on an actual config 19 kvm.conf - A example of a config that is used to test a virtual guest running 22 snowball.conf - An example config that was used to demo ktest.pl against 26 included into other configs. This is a real use example that shows how
|