| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | prettywriter.h | 35 //! 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 | .yamllint | 24 comments-indentation: disable 35 indentation:
|
| /OK3568_Linux_fs/kernel/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 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 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
|
| /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 D | gcc-rich-location.h | 74 line, using the indentation of INDENT. 78 point and using "INDENT;" for indentation:
|
| H A D | graphviz.h | 27 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 D | gcc-rich-location.h | 74 line, using the indentation of INDENT. 78 point and using "INDENT;" for indentation:
|
| H A D | graphviz.h | 27 indentation to show nesting. */
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | func_test.py | 49 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__.py | 7 deeper indentation.
|
| /OK3568_Linux_fs/buildroot/package/python-iniparse/ |
| H A D | Config.in | 8 indentation, comments, and blank lines are preserved when
|
| /OK3568_Linux_fs/yocto/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.
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | Build | 238 … 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 D | 0002-fix-bad-indentation.patch | 4 Subject: [PATCH] fix bad indentation
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/cmake/ |
| H A D | CompileOptions.cmake | 23 …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 D | CompileOptions.cmake | 23 …set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-reorder -Wno-unused -Wno-misleading-indentation -Wno-…
|
| /OK3568_Linux_fs/buildroot/package/rt-tests/ |
| H A D | 0002-Makefile-drop-explicit-undefine-PYLIB-for-compatibil.patch | 11 Dropping the indentation also doesn't work:
|
| /OK3568_Linux_fs/buildroot/package/norm/ |
| H A D | 0003-Fix-mixed-tabs-spaces-in-protolib-wscript.patch | 7 TabError: inconsistent use of tabs and spaces in indentation
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/ |
| H A D | geis_2.2.17.bb | 23 file://fix-indentation-for-gcc6.patch \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_gem_ttm_helper.c | 17 * @indent: Tab indentation level
|
| /OK3568_Linux_fs/yocto/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.
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | btf.h | 159 /* 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 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…
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/ |
| H A D | CMakeLists.txt | 16 -Wno-misleading-indentation
|