/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/ |
H A D | 0001-cmake-Disable-Wno-misleading-indentation-with-clang-.patch | 4 Subject: [PATCH] cmake: Disable -Wno-misleading-indentation with clang-10 onwards 20 list (APPEND C_CXX_WARNING_FLAGS -Wno-misleading-indentation) 23 +# clang-10 added -Wmisleading-indentation as well, skipp it too 25 + list (APPEND C_CXX_WARNING_FLAGS -Wno-misleading-indentation)
|
/openbmc/qemu/block/ |
H A D | qapi.c | 775 static void dump_qdict(int indentation, QDict *dict); 776 static void dump_qlist(int indentation, QList *list); 813 static void dump_qlist(int indentation, QList *list) in dump_qlist() argument 821 qemu_printf("%*s[%i]:%c", indentation * 4, "", i, in dump_qlist() 823 dump_qobject(indentation + 1, entry->value); in dump_qlist() 830 static void dump_qdict(int indentation, QDict *dict) in dump_qdict() argument 845 qemu_printf("%*s%s:%c", indentation * 4, "", key, in dump_qdict() 847 dump_qobject(indentation + 1, entry->value); in dump_qdict() 884 int indentation) in bdrv_image_info_specific_dump() argument 894 qemu_printf("%*s%s", indentation * 4, "", prefix); in bdrv_image_info_specific_dump() [all …]
|
/openbmc/qemu/scripts/qapi/ |
H A D | common.py | 132 class Indentation: class 134 Indentation level management. 145 """Return the current indentation as a string of spaces.""" 149 """Increase the indentation level by ``amount``, default 4.""" 153 """Decrease the indentation level by ``amount``, default 4.""" 159 indent = Indentation()
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | .yamllint | 29 comments-indentation: disable 40 indentation:
|
H A D | writing-schema.rst | 114 Use YAML coding style (two-space indentation). For DTS examples in the schema, 115 preferred is four-space indentation.
|
H A D | example-schema.yaml | 25 indentation less than the first line of the literal block. Lines also cannot 256 # Any includes used have to be explicitly included. Use 4-space indentation.
|
/openbmc/docs/ |
H A D | cpp-style-and-conventions.md | 131 Indentation, naming practices, etc. 136 - Indentation should be done with 4 space characters. 165 indentation level as the statement that creates the scope. 195 ### Indentation subsection 197 - Content within a namespace should be at the same indentation level as the 254 indentation, rather than flush to the left. (This is not to say that goto and
|
/openbmc/qemu/include/block/ |
H A D | qapi.h | 50 int indentation); 51 void bdrv_node_info_dump(BlockNodeInfo *info, int indentation, bool protocol);
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 138 | 98 # indentation), but keep the "-fixed" fields (by removing two spaces 99 # from their indentation))
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | codegen.py | 68 Each level of indentation is replaced with `indent_with`. Per default this 91 self.indentation = 0 98 self.result.append(self.indent_with * self.indentation) 110 self.indentation += 1 113 self.indentation -= 1
|
/openbmc/linux/Documentation/process/ |
H A D | coding-style.rst | 18 1) Indentation 26 Rationale: The whole idea behind indentation is to clearly define where 29 how the indentation works if you have large indentations. 34 more than 3 levels of indentation, you're screwed anyway, and should fix 41 The preferred way to ease multiple indentation levels in a switch statement is 93 used for indentation, and the above example is deliberately broken. 294 ``smart`` indentation will insert whitespace at the beginning of new lines as 451 complexity and indentation level of that function. So, if you have a 678 (c-label-minimum-indentation . 0) 743 the indentation is somewhat different. Lines under a ``config`` definition [all …]
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | doc-bad-indent.json | 1 # Multiline doc comments should have consistent indentation
|
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/ |
H A D | __init__.py | 6 deeper indentation.
|
/openbmc/qemu/tests/decode/ |
H A D | err_pattern_group_ident1.decode | 6 # Make sure that indentation is enforced
|
H A D | err_pattern_group_ident2.decode | 6 # Make sure that indentation is enforced
|
/openbmc/linux/scripts/kconfig/tests/auto_submenu/ |
H A D | __init__.py | 7 deeper indentation.
|
/openbmc/libpldm/scripts/ |
H A D | abi-dump-formatter | 27 # Prevent key lengths from changing the indentation
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-1.3.rst | 60 All Python functions must now use four spaces for indentation. 67 four-space indentation.
|
/openbmc/u-boot/tools/buildman/ |
H A D | func_test.py | 47 1d097f9 patman: Fix indentation in terminal.py 90 patman: Fix indentation in terminal.py 92 This code came from a different project with 2-character indentation. Fix 96 - Add new patch to fix indentation in teminal.py
|
/openbmc/linux/drivers/staging/qlge/ |
H A D | TODO | 32 * fix weird indentation (all over, ex. the for loops in qlge_get_stats())
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/ |
H A D | geis_2.2.17.bb | 23 file://fix-indentation-for-gcc6.patch \
|
/openbmc/s2600wf-misc/hsbp-manager/ |
H A D | CMakeLists.txt | 23 -Wmisleading-indentation \
|
/openbmc/linux/drivers/staging/vc04_services/interface/ |
H A D | TODO | 46 indentation deep making it very unpleasant to read. This is specially relevant
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/ |
H A D | upm_git.bb | 17 file://0001-cmake-Disable-Wno-misleading-indentation-with-clang-.patch \
|
/openbmc/openbmc/meta-openembedded/contrib/ |
H A D | oe-stylize.py | 315 # Indentation of multiline variables such as SRC_URI is desireable. 334 …(respect_rule7, conformTo_rule7, "Indentation of multiline variables such as SRC_URI is desireable…
|