Home
last modified time | relevance | path

Searched refs:foobar (Results 1 – 20 of 20) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/neon/
H A Drun-ptest11 echo foobar > foobar.txt
/openbmc/u-boot/doc/
H A DREADME.standalone69 5. To export some additional function long foobar(int i,char c), the following steps
75 EXPORT_FUNC(foobar, long, foobar, int, char)
87 long foobar(int i, char c);
93 gd->jt->foobar = another_foobar;
95 The signature of another_foobar must then match the declaration of foobar.
103 EXPORT_FUNC(foobar, long, foobar, int, char)
105 EXPORT_FUNC(dummy, void, foobar, void)
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-interleaved-section.json15 # @foobar: catch this
21 'data': { 'integer': 'int', 'foobar': 'int' } }
H A Ddoc-interleaved-section.err1 doc-interleaved-section.json:15:1: description of '@foobar:' follows a section
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dcontributing.md52 foobar: Adjusted the foo setting in bar
54 When using foobar on systems with less than a gigabyte of RAM common
65 ensure we don't exhaust all system memory with foobar threads.
104 foobar: Adjusted the foo setting in bar
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp202 "json2": {"string": "foobar"} in TEST()
207 std::string foobar; in TEST() local
208 ASSERT_TRUE(readJson(jsonRequest, res, "json/json2/string", foobar)); in TEST()
209 EXPECT_EQ(foobar, "foobar"); in TEST()
221 "string": "foobar" in TEST()
228 std::string foobar; in TEST() local
231 "json/string", foobar, "string", bazbar)); in TEST()
233 EXPECT_EQ(foobar, "foobar"); in TEST()
H A Dquery_param_test.cpp554 "Foo" : {"@odata.id": "/foobar"}})"_json; in TEST()
582 "Foo" : {"@odata.id": "/foobar"}})"_json; in TEST()
599 "Links" : {"Sessions": {"@odata.id": "/foobar"}}})"_json; in TEST()
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer.conf.example55 # file_exclude = src/foobar/* : exclude everything under src/foobar
/openbmc/u-boot/test/overlay/
H A Dtest-fdt-overlay.dts25 test-str-property = "foobar";
/openbmc/qemu/tests/qemu-iotests/
H A D049.out116 qemu-img create -f qcow2 TEST_DIR/t.qcow2 -- foobar
117 qemu-img: Invalid image size specified: 'foobar'
119 qemu-img create -f qcow2 -o size=foobar TEST_DIR/t.qcow2
173 qemu-img create -f qcow2 -o compat=foobar TEST_DIR/t.qcow2 64M
174 …er_size=65536 extended_l2=off compression_type=zlib size=67108864 compat=foobar lazy_refcounts=off…
175 qemu-img: TEST_DIR/t.qcow2: Parameter 'version' does not accept value 'foobar'
H A D04977 sizes="-1024 -1k 1kilobyte foobar"
104 test_qemu_img create -f $IMGFMT -o compat=foobar "$TEST_IMG" 64M
/openbmc/openbmc/meta-arm/
H A DREADME.md60 > arm-toolchain/gcc: enable foobar v2
/openbmc/openbmc/poky/documentation/test-manual/
H A Druntime-testing.rst577 package "bar" and test "foobar" installing packages "foo" and "bar".
584 "foobar": [
/openbmc/openbmc/meta-security/meta-integrity/
H A DREADME.md197 echo "foobar" >>/usr/bin/rpm
/openbmc/entity-manager/test/entity_manager/
H A Dtest_entity-manager.cpp269 nlohmann::json j = R"("foobar")"_json; in TEST()
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst122 SRC_URI = "http://example.com/foobar.tar.bz2;md5sum=4a8e0f237e961fd7785d19d07fdb994d"
128 SRC_URI = "http://example.com/foobar.tar.bz2;name=foo"
/openbmc/openbmc/poky/bitbake/
H A DChangeLog210 - Make PREFERRED_PROVIDER_foobar defaults to foobar if available
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Drecipe-style-guide.rst363 ensure we don't exhaust all system memory with foobar threads.
/openbmc/bmcweb/docs/
H A DCOMMON_ERRORS.md250 in the form of `/myendpoint/foobar`, or `/myendpoint/#$*(%)&#%$)(\*&` in an
/openbmc/openbmc/poky/meta/classes/
H A Darchiver.bbclass196 # absolute paths (for example, destsuffix=${S}/foobar).