/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/include/block/ |
H A D | qapi.h | 50 int indentation); 51 void bdrv_node_info_dump(BlockNodeInfo *info, int indentation, bool protocol);
|
/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.
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | doc-bad-indent.json | 1 # Multiline doc comments should have consistent 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/openbmc/poky/bitbake/lib/ |
H A D | codegen.py | 91 self.indentation = 0 98 self.result.append(self.indent_with * self.indentation) 110 self.indentation += 1 113 self.indentation -= 1
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/files/ |
H A D | 0001-Ignore-Compiler-Warnings.patch | 37 add_cxx_flag_if_supported(-Wmisleading-indentation)
|
/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/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-extended/upm/ |
H A D | upm_git.bb | 17 file://0001-cmake-Disable-Wno-misleading-indentation-with-clang-.patch \
|
/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.
|
H A D | migration-2.7.rst | 18 indentation. If found, BitBake produces a warning.
|
/openbmc/linux/Documentation/process/ |
H A D | coding-style.rst | 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 1103 includes markers for indentation and mode configuration. People may use their [all …]
|
/openbmc/docs/ |
H A D | cpp-style-and-conventions.md | 165 indentation level as the statement that creates the scope. 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/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/poky/bitbake/contrib/vim/indent/ |
H A D | bitbake.vim | 272 " TODO: support different styles of indentation for assignments. For now, 298 " the previous line, to avoid misleading indentation.
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | ktap.rst | 195 indentation is two spaces: " ". The indentation should begin at the version
|
/openbmc/libpldm/ |
H A D | .clang-tidy | 188 readability-misleading-indentation,
|
/openbmc/obmc-console/ |
H A D | .clang-tidy | 187 readability-misleading-indentation,
|
/openbmc/openbmc/poky/scripts/pybootchartgui/ |
H A D | NEWS | 21 + Fix indentation for python3.2 (Riccardo)
|
/openbmc/libcper/ |
H A D | .clang-tidy | 187 readability-misleading-indentation,
|