| /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-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/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/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/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/webui-vue/docs/guide/components/status-icon/ |
| H A D | readme.md | 28  36  44  52  60  64  68 
|
| /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/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/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/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"
|
| H A D | rust-c-lib-example_git.bb | 1 DESCRIPTION = "A simple example for rust C 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 \
|
| /openbmc/gpioplus/example/ |
| H A D | meson.build | 3 foreach example : examples 5 example, 6 example + '.cpp',
|
| /openbmc/sdeventplus/example/ |
| H A D | meson.build | 3 foreach example : examples 5 example, 6 example + '.cpp',
|
| /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/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/boost-dbus/test/ |
| H A D | proxy_sample.py | 14 example = dbus.Interface(example_remote, bus_name+'.Iface') variable 16 example.StringifyVariant(123) 17 print example.GetLastInput()
|
| /openbmc/phosphor-fan-presence/ |
| H A D | README.md | 63 file(s) used are the examples found within each application's example directory. 118 - Default = ['control/example/fans.yaml'](control/example/fans.yaml) 120 - Default = ['control/example/zones.yaml'](control/example/zones.yaml) 122 - Default = ['control/example/events.yaml'](control/example/events.yaml) 125 ['control/example/zone_conditions.yaml'](control/example/zone_conditions.yaml) 127 [Example](control/example/) 150 - Default = ['presence/example/example.yaml'](presence/example/example.yaml) 152 Example: [example.yaml](presence/example/example.yaml) 184 - Default = ['monitor/example/monitor.yaml'](monitor/example/monitor.yaml) 186 Example: [monitor.yaml](monitor/example/monitor.yaml)
|
| /openbmc/openbmc/meta-raspberrypi/recipes-devtools/bcm2835/ |
| H A D | bcm2835_1.73.bb | 23 example="$file" 27 example="spiram_test" 31 …${CC} ${LDFLAGS} ${S}/examples/${file}/${example}.c -o ${B}/examples/${example} -Bstatic -L${B}/sr… 37 for example in $(find ${B}/examples -type f -maxdepth 1) 39 install -m 0755 ${example} ${D}/${libdir}/${BPN}
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/occ/ |
| H A D | openpower-occ-control-config-example-native_git.bb | 1 SUMMARY = "OpenPower OCC Control with example occ sensor IDs" 13 # Copies example occ sensor ID yaml file 17 install -D ${SRC}/example/occ_sensor.yaml ${YAML_DEST}/occ_sensor.yaml
|