| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/ |
| H A D | 0001-Fix-implicit-fallthrough-warning.patch | 158 + int foo( void ) { return 0; } 159 + int bar( void ) __attribute__(($1("foo"))); 162 + int foo( void ) __attribute__(($1(32))); 165 + void *foo(int a) __attribute__(($1(1))); 168 + inline __attribute__(($1)) int foo( void ) { return 0; } 171 + inline __attribute__(($1)) int foo( void ) { return 0; } 174 + int foo( void ) __attribute__(($1)); 177 + int foo( void ) __attribute__(($1)); 180 + int foo( void ) __attribute__((__constructor__(65535/2))); 183 + int foo( void ) __attribute__(($1)); [all …]
|
| /openbmc/u-boot/doc/uImage.FIT/ |
| H A D | overlay-fdt-boot.txt | 18 Take a hypothetical board named 'foo' where there are different supported 36 data = /incbin/("./foo-reva.dtb"); 41 data = /incbin/("./foo-revb.dtb"); 46 data = /incbin/("./foo-reva-bar.dtb"); 51 data = /incbin/("./foo-revb-bar.dtb"); 56 data = /incbin/("./foo-revb-baz.dtb"); 61 data = /incbin/("./foo-revb-bar-baz.dtb"); 68 default = "foo-reva.dtb; 69 foo-reva.dtb { 73 foo-revb.dtb { [all …]
|
| /openbmc/boost-dbus/test/ |
| H A D | dbusPropertiesServer.cpp | 24 dbus::DbusObjectServer foo(system_bus); in TEST() local 26 EXPECT_EQ(foo.get_xml_for_path("/"), dbus_boilerplate + "<node></node>"); in TEST() 27 EXPECT_EQ(foo.get_xml_for_path(""), dbus_boilerplate + "<node></node>"); in TEST() 35 dbus::DbusObjectServer foo(system_bus); in TEST() local 37 foo.register_object(std::make_shared<dbus::DbusObject>( in TEST() 40 EXPECT_EQ(foo.get_xml_for_path("/"), dbus_boilerplate + in TEST() 43 EXPECT_EQ(foo.get_xml_for_path(""), dbus_boilerplate + in TEST() 47 EXPECT_EQ(foo.get_xml_for_path("/org"), in TEST() 51 EXPECT_EQ(foo.get_xml_for_path("/org/freedesktop"), in TEST() 65 dbus::DbusObjectServer foo(system_bus); in TEST() local [all …]
|
| H A D | message.cpp | 52 double foo = 1.0; in TEST() local 53 m.pack(foo, foo, foo); in TEST()
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 083.out | 4 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 8 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 12 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 16 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 20 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 24 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 28 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 32 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 36 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 40 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo [all …]
|
| H A D | 029 | 59 $QEMU_IMG snapshot -c foo "$TEST_IMG" 61 $QEMU_IMG snapshot -a foo "$TEST_IMG" 66 $QEMU_IMG snapshot -c foo "$TEST_IMG" 68 $QEMU_IMG snapshot -a foo "$TEST_IMG" 79 { $QEMU_IMG snapshot -c foo $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir 80 { $QEMU_IMG snapshot -a foo $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir 91 { $QEMU_IMG snapshot -c foo $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir 94 { $QEMU_IMG convert -l foo $TEST_IMG $TEST_IMG.snap; } 2>&1 | _filter_qemu_io | _filter_testdir
|
| H A D | 162.out | 9 qemu-img: Could not open 'json:{"driver": "ssh", "host": "localhost", "port": "0", "path": "/foo"}'… 10 qemu-img: Could not open 'driver=ssh,host=localhost,port=0,path=/foo': Failed to connect to 'localh… 11 qemu-img: Could not open 'json:{"driver": "ssh", "host": "localhost", "port": 0.42, "path": "/foo"}… 12 qemu-img: Could not open 'driver=ssh,host=localhost,port=0.42,path=/foo': Parameter 'port' expects …
|
| H A D | 061 | 124 $QEMU_IMG snapshot -c foo "$TEST_IMG" 208 $QEMU_IMG snapshot -c foo "$TEST_IMG" 213 $QEMU_IMG snapshot -a foo "$TEST_IMG" 222 $QEMU_IMG snapshot -c foo "$TEST_IMG" 226 $QEMU_IMG snapshot -a foo "$TEST_IMG" 248 $QEMU_IMG snapshot -c foo "$TEST_IMG" 253 $QEMU_IMG snapshot -a foo "$TEST_IMG" 264 $QEMU_IMG snapshot -c foo "$TEST_IMG" 268 $QEMU_IMG snapshot -a foo "$TEST_IMG" 302 $QEMU_IMG snapshot -c foo "$TEST_IMG"
|
| /openbmc/qemu/tests/decode/ |
| H A D | succ_named_field.decode | 11 %foo 0:16 alpha:4 12 @foo 00000001 ........ ........ ........ &imm_a imm=%foo 13 i1 ........ 00000000 ........ ........ @foo alpha=1 14 i2 ........ 00000001 ........ ........ @foo alpha=2 19 i3 ........ 00000000 ........ ........ @bar imm=%foo
|
| H A D | succ_function.decode | 5 %foo !function=foo 6 foo 00000000000000000000000000000000 %foo
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0001-testsuite-use-www.example.org-for-wget-test-cases.patch | 26 mkdir foo 27 -busybox wget -q -O index.html -P foo http://www.google.com/ 28 +busybox wget -q -O index.html -P foo http://www.example.org/ 46 -busybox wget -q -O foo http://www.google.com/ 47 +busybox wget -q -O foo http://www.example.org/ 48 test -s foo 56 mkdir foo 57 -busybox wget -q -P foo http://www.google.com/ 58 +busybox wget -q -P foo http://www.example.org/ 59 test -s foo/index.html
|
| /openbmc/openbmc-tools/netboot/ |
| H A D | README.md | 7 [foo] 13 [foo.console] 17 [foo.u-boot] 27 ./netboot foo
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | features-duplicate-name.json | 2 'data': { 'foo': 'int' }, 3 'features': [ 'foo', 'bar', 'foo' ] }
|
| H A D | redefined-command.err | 1 redefined-command.json: In command 'foo': 2 redefined-command.json:3: 'foo' is already defined 3 redefined-command.json: In command 'foo':
|
| H A D | doc-invalid-return2.json | 4 # @foo: 7 { 'command': 'foo' }
|
| H A D | unknown-escape.json | 2 # { 'command': 'foo', 'data': {} } 3 { 'command': 'foo', 'dat\x61':{} }
|
| H A D | doc-no-symbol.json | 4 # foo: 6 { 'command': 'foo', 'data': {'a': 'int'} }
|
| H A D | bad-if-list.json | 2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' }, 3 'if': { 'all': ['foo', ' '] } }
|
| H A D | doc-duplicate-features.json | 4 # @foo: 11 { 'command': 'foo', 'features': ['feat'] }
|
| H A D | enum-if-invalid.json | 3 'data': [ 'foo', { 'name' : 'bar', 'if': { 'val': 'foo' } } ] }
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/ |
| H A D | 0001-Skip-TODO-test-cases-that-fail.patch | 26 - my $str = "http://foo/\xE9"; 32 - # http://foo/%C3%A9 33 - is("$uri", 'http://foo/%E9', 'correctly created a URI from a utf8-upgraded string'); 36 +# my $str = "http://foo/\xE9"; 42 +# # http://foo/%C3%A9 43 +# is("$uri", 'http://foo/%E9', 'correctly created a URI from a utf8-upgraded string'); 47 my $str = "http://foo/\xE9"; 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-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/ |
| H A D | entity-encoding.patch | 53 + xml.Parse("<foo>foo&#xa+bar</foo>"); 56 + XmlTest( "Entity escaping", "<foo>foo&#xa+bar</foo>", str.c_str() );
|
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | hello-s390x-asm.S | 10 larl %r3,foo 19 foo: .asciz "Hello, World!\n" label 22 foo_len: .quad foo_end-foo
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | bin_package.bbclass | 17 # SRC_URI = "http://foo.com/foo-1.0-r1.i586.rpm;subdir=foo-1.0" 19 # Then the files would be unpacked to ${WORKDIR}/foo-1.0, otherwise
|
| /openbmc/bmcweb/test/redfish-core/include/ |
| H A D | filter_expr_parser_test.cpp | 116 parse("foo eq ' '", R"(unquoted_string("foo") Equals quoted_string(" "))"); in TEST() 120 R"(unquoted_string("foo") Equals quoted_string(""))"); in TEST() 124 R"(unquoted_string("foo") Equals quoted_string(""))"); in TEST() 127 R"(not(unquoted_string("foo") Equals quoted_string("")))"); in TEST()
|