Searched full:foo* (Results 1626 - 1650 of 28725) sorted by relevance
1...<<61626364656667686970>>...1149
/third_party/NuttX/ |
H A D | ReleaseNotes | 1521 - 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 D | README.md | 50 standards compliance and small footprint. Scalable from 8-bit to 64-bit
|
/third_party/FreeBSD/sys/kern/ |
H A D | subr_bus.c | 98 char* nameunit; /**< name+unit e.g. foodev0 */ 1250 * (e.g. @c "foo2").
|
H A D | device_if.h | 72 * 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 D | cdefs.h | 137 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
|
H A D | kobj.h | 123 * 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 D | dirent_fs.h | 173 * minimal RAM footprint.
|
/third_party/PyYAML/examples/yaml-highlight/ |
H A D | yaml_hl.py | 7 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 D | yaml_hl.cfg | 8 footer: "\e[0m" 108 footer: |
|
/third_party/PyYAML/examples/pygments-lexer/ |
H A D | example.yaml | 301 foo = bar
|
/third_party/PyYAML/tests/data/ |
H A D | construct-custom.code | 9 YAMLObject1(my_parameter='foo', my_another_parameter=[1,2,3])
|
H A D | construct-custom.data | 24 - !foo 25 my-parameter: foo
|
H A D | construct-python-object.data | 1 - !!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 D | documents.events | 8 - !DocumentStart { version: [1,1], tags: { '!': '!foo', '!yaml!': 'tag:yaml.org,2002:', '!ugly!': '!!!!!!!' } }
|
H A D | duplicate-key.former-loader-error.data | 2 foo: bar 3 foo: baz
|
H A D | duplicate-key.former-loader-error.code | 0 { 'foo': 'baz' }
|
H A D | duplicate-anchor-2.loader-error | 1 &foo [1, 2, 3, &foo 4]
|
H A D | duplicate-anchor-1.loader-error | 1 - &foo bar 3 - &foo bar
|
H A D | emit-block-scalar-in-simple-key-context-bug.canonical | 4 ? !!str "foo"
|
H A D | duplicate-mapping-key.former-loader-error.data | 2 &anchor foo: 3 foo: bar
|
H A D | duplicate-merge-key.former-loader-error.code | 1 { 'x': 1, 'y': 2, 'foo': 'bar', 'z': 3, 't': 4 }
|
H A D | duplicate-merge-key.former-loader-error.data | 3 foo: bar
|
H A D | duplicate-mapping-key.former-loader-error.code | 0 { 'foo': { 'baz': 'bat', 'foo': 'duplicate key' } }
|
H A D | duplicate-value-key.former-loader-error.data | 3 foo: bar
|
H A D | duplicate-value-key.former-loader-error.code | 0 { 'foo': 'bar', '=': 2 }
|
Completed in 49 milliseconds
1...<<61626364656667686970>>...1149