Home
last modified time | relevance | path

Searched refs:indentation (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-cmake-Disable-Wno-misleading-indentation-with-clang-.patch4 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/include/block/
H A Dqapi.h50 int indentation);
51 void bdrv_node_info_dump(BlockNodeInfo *info, int indentation, bool protocol);
/openbmc/qemu/block/
H A Dqapi.c785 static void dump_qdict(int indentation, QDict *dict);
786 static void dump_qlist(int indentation, QList *list);
823 static void dump_qlist(int indentation, QList *list) in dump_qlist() argument
831 qemu_printf("%*s[%i]:%c", indentation * 4, "", i, in dump_qlist()
833 dump_qobject(indentation + 1, entry->value); in dump_qlist()
840 static void dump_qdict(int indentation, QDict *dict) in dump_qdict() argument
857 dump_qobject(indentation + 1, entry->value); in dump_qdict()
894 int indentation) in bdrv_image_info_specific_dump() argument
906 dump_qobject(indentation + 1, data); in bdrv_image_info_specific_dump()
935 if (indentation == 0) { in bdrv_node_info_dump()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/
H A D.yamllint29 comments-indentation: disable
40 indentation:
H A Dwriting-schema.rst114 Use YAML coding style (two-space indentation). For DTS examples in the schema,
115 preferred is four-space indentation.
H A Dexample-schema.yaml25 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/qemu/tests/qapi-schema/
H A Ddoc-bad-indent.json1 # Multiline doc comments should have consistent indentation
/openbmc/qemu/tests/decode/
H A Derr_pattern_group_ident1.decode6 # Make sure that indentation is enforced
H A Derr_pattern_group_ident2.decode6 # Make sure that indentation is enforced
/openbmc/openbmc/poky/bitbake/lib/
H A Dcodegen.py91 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-support/canonical-multitouch/
H A Dgeis_2.2.17.bb23 file://fix-indentation-for-gcc6.patch \
/openbmc/s2600wf-misc/hsbp-manager/
H A DCMakeLists.txt23 -Wmisleading-indentation \
/openbmc/linux/drivers/staging/qlge/
H A DTODO32 * fix weird indentation (all over, ex. the for loops in qlge_get_stats())
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/
H A Dupm_git.bb17 file://0001-cmake-Disable-Wno-misleading-indentation-with-clang-.patch \
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.3.rst60 All Python functions must now use four spaces for indentation.
67 four-space indentation.
H A Dmigration-2.7.rst18 indentation. If found, BitBake produces a warning.
/openbmc/linux/drivers/staging/vc04_services/interface/
H A DTODO46 indentation deep making it very unpleasant to read. This is specially relevant
/openbmc/linux/Documentation/process/
H A Dcoding-style.rst26 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 Dcpp-style-and-conventions.md165 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/openbmc/poky/bitbake/contrib/vim/indent/
H A Dbitbake.vim272 " 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 Dktap.rst195 indentation is two spaces: " ". The indentation should begin at the version
/openbmc/openbmc/poky/scripts/pybootchartgui/
H A DNEWS21 + Fix indentation for python3.2 (Riccardo)
/openbmc/obmc-console/
H A D.clang-tidy187 readability-misleading-indentation,
/openbmc/libpldm/
H A D.clang-tidy187 readability-misleading-indentation,
/openbmc/u-boot/Licenses/
H A DREADME31 indentation, line wrapping and/or white space, with obsolete address

123