Home
last modified time | relevance | path

Searched refs:AllowShortFunctionsOnASingleLine (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/unittests/Format/
DFormatTestJS.cpp517 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
532 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
543 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
565 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()
DFormatTest.cpp6740 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
6798 DoNotMergeNoColumnLimit.AllowShortFunctionsOnASingleLine = in TEST_F()
6831 MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
10282 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
10284 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
10286 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline); in TEST_F()
10288 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Empty); in TEST_F()
10290 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
10293 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
10295 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
[all …]
/external/google-fruit/
D.clang-format4 AllowShortFunctionsOnASingleLine: Empty
/external/drm_hwcomposer/
D.clang-format5 AllowShortFunctionsOnASingleLine: None
/external/clang/include/clang/Format/
DFormat.h146 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member
646 AllowShortFunctionsOnASingleLine ==
647 R.AllowShortFunctionsOnASingleLine &&
/external/minijail/
D.clang-format6 AllowShortFunctionsOnASingleLine: false
/external/nos/host/android/
D.clang-format3 AllowShortFunctionsOnASingleLine: Inline
/external/conscrypt/
D.clang-format5 AllowShortFunctionsOnASingleLine: Empty
/external/minijail/test/
D.clang-format2 AllowShortFunctionsOnASingleLine: Inline
/external/syzkaller/
D.clang-format10 AllowShortFunctionsOnASingleLine: false
/external/dnsmasq/src/
D.clang-format5 AllowShortFunctionsOnASingleLine: Inline
/external/minigbm/
D.clang-format6 AllowShortFunctionsOnASingleLine: None
/external/Microsoft-GSL/
D.clang-format25 AllowShortFunctionsOnASingleLine: All
/external/skqp/
D.clang-format25 AllowShortFunctionsOnASingleLine: All
116 AllowShortFunctionsOnASingleLine: All
/external/skia/
D.clang-format25 AllowShortFunctionsOnASingleLine: All
116 AllowShortFunctionsOnASingleLine: All
/external/avb/
D.clang-format18 AllowShortFunctionsOnASingleLine: Empty
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format13 AllowShortFunctionsOnASingleLine: All
/external/v4l2_codec2/
D.clang-format3 AllowShortFunctionsOnASingleLine: Inline
/external/syzkaller/pkg/csource/
Dbuild.go97 AllowShortFunctionsOnASingleLine: false,
/external/libaom/libaom/
D.clang-format15 AllowShortFunctionsOnASingleLine: All
/external/libvpx/libvpx/
D.clang-format15 AllowShortFunctionsOnASingleLine: All
/external/clang/lib/Format/
DFormat.cpp259 Style.AllowShortFunctionsOnASingleLine); in mapping()
498 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()
602 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
612 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getGoogleStyle()
622 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getGoogleStyle()
638 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()
651 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()
DUnwrappedLineFormatter.cpp191 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All || in tryFitMultipleLinesInOne()
192 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
194 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline && in tryFitMultipleLinesInOne()
/external/parameter-framework/upstream/
D.clang-format43 AllowShortFunctionsOnASingleLine: 'Inline'
/external/deqp/external/openglcts/
D.clang-format29 AllowShortFunctionsOnASingleLine: None

12