/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-dbus-monitor/src/example/ |
H A D | example.yaml | 1 # Example PDM configuration file. 3 - name: example path group 28 - name: example property group 46 - name: example property watch 65 paths: example path group 66 properties: example property group 67 callback: example count condition 75 - name: example journal callback 91 paths: example path group 92 properties: example property group [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-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/webui-vue/docs/guide/components/status-icon/ |
H A D | readme.md | 28  36  44  52  60  62 ### Example of AppHeader with status icon 64  66 ### Example of Event logs with status icon 68 
|
/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/phosphor-misc/http-redirect/ |
H A D | tests | 25 expect='^location: https://somewhere.example.com/over/the/rainbow.$' 27 GET http://somewhere.example.com/over/the/rainbow HTTP/1.1 28 Host: elsewhere.example 43 expect='^location: https://somewhere.example/.$' 45 GET http://somewhere.example HTTP/1.1 46 Host: elsewhere.example 62 expect='^location: https://elsewhere.example/over/the/rainbow.$' 65 Host: elsewhere.example 85 not-host: elsewhere.example 86 x-host: elsewhere.example.com [all …]
|
/openbmc/sdbusplus/ |
H A D | README.md | 105 The path of your file will be the interface name. For example, for an interface 106 `org.freedesktop.Example`, you would create the files 107 `org/freedesktop/Example.interface.yaml` and 108 `org/freedesktop/Example.errors.yaml]` for interfaces and errors respectively. 112 sdbus++ interface server-header org.freedesktop.Example > \ 113 org/freedesktop/Example/server.hpp 114 sdbus++ interface server-cpp org.freedesktop.Example > \ 115 org/freedesktop/Example/server.cpp 116 sdbus++ error exception-header org.freedesktop.Example > \ 117 org/freedesktop/Example/error.hpp \ [all …]
|
/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/phosphor-fan-presence/presence/example/ |
H A D | example.yaml | 1 # Phosphor Fan Presence (PFP) example configuration file. 11 - name: Example Fan0 13 'Example fan with tach feedback detection method. 27 - name: Example Fan1 29 'Example fan with gpio detection method. 41 - name: Example Fan2 43 'Example fan with fallback redundancy policy. 66 - name: Example Fan3 68 'Example fan with anyof redundancy policy.
|
H A D | config.json | 4 "Example fan with tach feedback detection method. Fans without any", 13 "name": "Example Fan0", 25 "Example fan with gpio detection method. Fans with dedicated gpios can", 29 "name": "Example Fan1", 43 "Example fan with fallback redundancy policy. Multiple detection methods", 51 "name": "Example Fan2", 72 "Example fan with anyof redundancy policy. The anyof algorithm reports", 75 "name": "Example Fan3",
|
/openbmc/openbmc/poky/meta/lib/bblayers/ |
H A D | create.py | 66 # Create the example from templates/example.bb 67 example_template = read_template('example.bb') 68 example = os.path.join(layerdir, 'recipes-' + args.examplerecipe, args.examplerecipe) 69 bb.utils.mkdirhier(example) 70 with open(os.path.join(example, args.examplerecipe + '_%s.bb') % args.version, 'w') as fd: 88 …eate_layer.add_argument('--example-recipe-name', '-e', dest='examplerecipe', default='example', he… 89 …eate_layer.add_argument('--example-recipe-version', '-v', dest='version', default='0.1', help='Ver…
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/tests/ |
H A D | test.js | 9 "vcs_url":"git://example.com/example.git", 10 "detail":"[ git://example.com/example.git | master ]", 13 "name":"meta-example" 20 "vcs_url":"git://example.com/example.git", 21 "detail":"[ git://example.com/example.git | master ]", 24 "name":"meta-example-two" 29 "vcs_url":"git://example.com/example.git", 30 "detail":"[ git://example.com/example.git | master ]", 33 "name":"meta-example-three"
|
/openbmc/u-boot/doc/device-tree-bindings/misc/ |
H A D | fs_loader.txt | 9 32-bit array. For example phandlepart=<&mmc_0 1>, meaning use 16 Example of storage device and partition search set for mmc, usb, sata and 19 Example of storage type and device partition search set for mmc, usb, 21 Example for mmc: 28 Example for usb: 35 Example for sata: 42 Example for ubi:
|
/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/openbmc/meta-arm/documentation/ |
H A D | runfvp.md | 29 …pecifies. This can be controlled by using the `--terminals` option, for example `--terminals=none… 38 …e passed directly to the FVP by specifying them after a double dash, for example this will list al… 52 The name of the FVP binary itself, for example `fvp-base` uses `FVP_Base_RevC-2xAEMvA`. 56 The name of the recipe that provides the FVP executable set in `FVP_EXE`, for example `fvp-base` us… 58 …vial. For FVPs which are free to download `fvp-base-a-aem.bb` is a good example. Some FVPs must b… 64 Optional parameter to configure the path of the FVP binary. For example, `fvp-base` uses path from … 74 … These are expressed as variable flags so individual parameters can be altered easily. For example: 82 …s a space-separated list of parameters in the format `[INST=]FILE@[MEMSPACE:]ADDRESS`. For example: 91 …d as variable flags with the flag name being the instance and flag value the filename, for example: 101 Map hardware serial ports to abstract names. For example the `FVP_Base_RevC-2xAEMvA` FVP exposes fo… [all …]
|
/openbmc/openbmc-test-automation/ffdc/docs/ |
H A D | plugin.md | 28 Example: 38 ### Plugin Template Example 54 Example: 67 Example: 114 Example: 140 Example: (from the class example previously mentioned) 195 Example: 219 Example: 234 The above example states that, the plugin function is expecting a return data of
|
/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/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/qemu/tests/functional/qemu_test/ |
H A D | decorators.py | 16 Example: 34 Example 47 Example 66 Example: 81 Example: 95 Example: 109 Example: 120 Example: 140 Example:
|