Home
last modified time | relevance | path

Searched full:foo* (Results 1626 - 1650 of 28725) sorted by relevance

1...<<61626364656667686970>>...1149

/third_party/NuttX/
H A DReleaseNotes1521 - Replace all occurrences of CONFIG_EXAMPLE=foobar with
1522 CONFIG_APP_DIR=examples/foobar in all of the configuration
5084 see how small we can get the NuttX footprint and still support NSH.
5703 Can be conditionally compiled out to reduce footprint.
5876 CONFIG_DISABLE_PSEUDOFS_OPERATIONS in order to keep the footprint
5962 want a smaller footprint or more features. This is not very useful
5988 in order to keep the footprint small.
8990 lib_vsprintf(). On very tiny platforms, this reduces the footprint
[all...]
H A DREADME.md50 standards compliance and small footprint. Scalable from 8-bit to 64-bit
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c98 char* nameunit; /**< name+unit e.g. foodev0 */
1250 * (e.g. @c "foo2").
H A Ddevice_if.h72 * foo_probe(device_t dev)
74 * if (pci_get_vendor(dev) == FOOVENDOR &&
75 * pci_get_device(dev) == FOODEVICE) {
76 * device_set_desc(dev, "Foo device");
87 * KOBJMETHOD(device_probe, foo_probe)
134 * KOBJMETHOD(device_identify, foo_identify)
164 * KOBJMETHOD(device_attach, foo_attach)
198 * KOBJMETHOD(device_detach, foo_detach)
232 * KOBJMETHOD(device_shutdown, foo_shutdown)
259 * KOBJMETHOD(device_suspend, foo_suspend)
[all...]
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h137 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
H A Dkobj.h123 * DEFINE_CLASS_0(foo, foo_class, foo_methods, sizeof(foo_softc));
134 * DEFINE_CLASS_1(foo, foo_class, foo_methods, sizeof(foo_softc),
149 * DEFINE_CLASS_2(foo, foo_class, foo_method
[all...]
/third_party/NuttX/include/nuttx/fs/
H A Ddirent_fs.h173 * minimal RAM footprint.
/third_party/PyYAML/examples/yaml-highlight/
H A Dyaml_hl.py7 def __init__(self, header=None, footer=None,
10 self.footer = footer
97 if self.style.footer:
98 self.output.write(self.style.footer)
H A Dyaml_hl.cfg8 footer: "\e[0m"
108 footer: |
/third_party/PyYAML/examples/pygments-lexer/
H A Dexample.yaml301 foo = bar
/third_party/PyYAML/tests/data/
H A Dconstruct-custom.code9 YAMLObject1(my_parameter='foo', my_another_parameter=[1,2,3])
H A Dconstruct-custom.data24 - !foo
25 my-parameter: foo
H A Dconstruct-python-object.data1 - !!python/object:test_constructor.AnObject { foo: 1, bar: two, baz: [3,3,3] }
2 - !!python/object:test_constructor.AnInstance { foo: 1, bar: two, baz: [3,3,3] }
19 - !!python/object/new:test_constructor.Slots { state: !!python/tuple [null, { foo: 1, bar: 'two', baz: [3,3,3] } ] }
H A Ddocuments.events8 - !DocumentStart { version: [1,1], tags: { '!': '!foo', '!yaml!': 'tag:yaml.org,2002:', '!ugly!': '!!!!!!!' } }
H A Dduplicate-key.former-loader-error.data2 foo: bar
3 foo: baz
H A Dduplicate-key.former-loader-error.code0 { 'foo': 'baz' }
H A Dduplicate-anchor-2.loader-error1 &foo [1, 2, 3, &foo 4]
H A Dduplicate-anchor-1.loader-error1 - &foo bar
3 - &foo bar
H A Demit-block-scalar-in-simple-key-context-bug.canonical4 ? !!str "foo"
H A Dduplicate-mapping-key.former-loader-error.data2 &anchor foo:
3 foo: bar
H A Dduplicate-merge-key.former-loader-error.code1 { 'x': 1, 'y': 2, 'foo': 'bar', 'z': 3, 't': 4 }
H A Dduplicate-merge-key.former-loader-error.data3 foo: bar
H A Dduplicate-mapping-key.former-loader-error.code0 { 'foo': { 'baz': 'bat', 'foo': 'duplicate key' } }
H A Dduplicate-value-key.former-loader-error.data3 foo: bar
H A Dduplicate-value-key.former-loader-error.code0 { 'foo': 'bar', '=': 2 }

Completed in 49 milliseconds

1...<<61626364656667686970>>...1149