Home
last modified time | relevance | path

Searched full:indentation (Results 1 – 25 of 117) sorted by relevance

12345

/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/block/
H A Dqapi.c775 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 Dcommon.py132 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.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/docs/
H A Dcpp-style-and-conventions.md131 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 Dqapi.h50 int indentation);
51 void bdrv_node_info_dump(BlockNodeInfo *info, int indentation, bool protocol);
/openbmc/qemu/tests/qemu-iotests/
H A D13898 # indentation), but keep the "-fixed" fields (by removing two spaces
99 # from their indentation))
/openbmc/openbmc/poky/bitbake/lib/
H A Dcodegen.py68 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 Dcoding-style.rst18 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 Ddoc-bad-indent.json1 # Multiline doc comments should have consistent indentation
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/
H A D__init__.py6 deeper 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/linux/scripts/kconfig/tests/auto_submenu/
H A D__init__.py7 deeper indentation.
/openbmc/libpldm/scripts/
H A Dabi-dump-formatter27 # Prevent key lengths from changing the indentation
/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.
/openbmc/u-boot/tools/buildman/
H A Dfunc_test.py47 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 DTODO32 * 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 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/vc04_services/interface/
H A DTODO46 indentation deep making it very unpleasant to read. This is specially relevant
/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/meta-openembedded/contrib/
H A Doe-stylize.py315 # 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…

12345