Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dprettywriter.h35 //! Writer with indentation and spacing.
60 //! Set custom indentation.
61 …/*! \param indentChar Character for indentation. Must be whitespace character (' ', '\\t', '…
62 \param indentCharCount Number of indent characters for each indentation level.
63 \note The default indentation is 4 spaces.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A D.yamllint24 comments-indentation: disable
35 indentation:
/OK3568_Linux_fs/kernel/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
76 used for indentation, and the above example is deliberately broken.
277 ``smart`` indentation will insert whitespace at the beginning of new lines as
435 complexity and indentation level of that function. So, if you have a
627 (c-label-minimum-indentation . 0)
692 the indentation is somewhat different. Lines under a ``config`` definition
[all …]
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgcc-rich-location.h74 line, using the indentation of INDENT.
78 point and using "INDENT;" for indentation:
H A Dgraphviz.h27 indentation to show nesting. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgcc-rich-location.h74 line, using the indentation of INDENT.
78 point and using "INDENT;" for indentation:
H A Dgraphviz.h27 indentation to show nesting. */
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dfunc_test.py49 1d097f9 patman: Fix indentation in terminal.py
92 patman: Fix indentation in terminal.py
94 This code came from a different project with 2-character indentation. Fix
98 - Add new patch to fix indentation in teminal.py
/OK3568_Linux_fs/kernel/scripts/kconfig/tests/auto_submenu/
H A D__init__.py7 deeper indentation.
/OK3568_Linux_fs/buildroot/package/python-iniparse/
H A DConfig.in8 indentation, comments, and blank lines are preserved when
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-1.3.rst60 All Python functions must now use four spaces for indentation.
67 four-space indentation.
/OK3568_Linux_fs/kernel/tools/perf/util/
H A DBuild238 … 0 }" | $(CC) -Werror -Wno-misleading-indentation -o /dev/null -xc - 2>&1 | grep -q -- -Wno-mislea…
240 flex_flags += -Wno-misleading-indentation
/OK3568_Linux_fs/buildroot/package/libuwsc/
H A D0002-fix-bad-indentation.patch4 Subject: [PATCH] fix bad indentation
/OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/cmake/
H A DCompileOptions.cmake23 …set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-reorder -Wno-unused -Wno-misleading-indentation -Wno-…
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/cmake/
H A DCompileOptions.cmake23 …set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-reorder -Wno-unused -Wno-misleading-indentation -Wno-…
/OK3568_Linux_fs/buildroot/package/rt-tests/
H A D0002-Makefile-drop-explicit-undefine-PYLIB-for-compatibil.patch11 Dropping the indentation also doesn't work:
/OK3568_Linux_fs/buildroot/package/norm/
H A D0003-Fix-mixed-tabs-spaces-in-protolib-wscript.patch7 TabError: inconsistent use of tabs and spaces in indentation
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/
H A Dgeis_2.2.17.bb23 file://fix-indentation-for-gcc6.patch \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_gem_ttm_helper.c17 * @indent: Tab indentation level
/OK3568_Linux_fs/yocto/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.
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.h159 /* extra indentation level (in number of tabs) to emit for multi-line
162 * necessary indentation already
/OK3568_Linux_fs/yocto/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…
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/
H A DCMakeLists.txt16 -Wno-misleading-indentation

1234567