Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/clang/unittests/Format/
H A 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()
H A 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 …]
/aosp_15_r20/external/clang/include/clang/Format/
H A DFormat.h146 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member
646 AllowShortFunctionsOnASingleLine ==
647 R.AllowShortFunctionsOnASingleLine &&
/aosp_15_r20/external/skia/
H A D.clang-format36 AllowShortFunctionsOnASingleLine: All
127 AllowShortFunctionsOnASingleLine: All
/aosp_15_r20/external/clang/lib/Format/
H A 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()
/aosp_15_r20/cts/hostsidetests/tagging/
H A D.clang-format4 AllowShortFunctionsOnASingleLine: Inline
/aosp_15_r20/external/jazzer-api/
H A D.clang-format7 AllowShortFunctionsOnASingleLine: Empty
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A D.clang-format4 AllowShortFunctionsOnASingleLine: Inline
/aosp_15_r20/external/google-fruit/
H A D.clang-format4 AllowShortFunctionsOnASingleLine: Empty
/aosp_15_r20/frameworks/minikin/
H A D.clang-format7 AllowShortFunctionsOnASingleLine: Inline
/aosp_15_r20/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
D.clang-format3 AllowShortFunctionsOnASingleLine: false
/aosp_15_r20/frameworks/native/libs/binder/ndk/
H A D.clang-format6 AllowShortFunctionsOnASingleLine: Inline
/aosp_15_r20/frameworks/base/libs/androidfw/
H A D.clang-format4 AllowShortFunctionsOnASingleLine: false
/aosp_15_r20/frameworks/base/cmds/idmap2/
H A D.clang-format4 AllowShortFunctionsOnASingleLine: false
/aosp_15_r20/frameworks/base/tools/aapt2/
H A D.clang-format4 AllowShortFunctionsOnASingleLine: false
/aosp_15_r20/external/minijail/
H A D.clang-format6 AllowShortFunctionsOnASingleLine: false
/aosp_15_r20/external/drm_hwcomposer/
H A D.clang-format5 AllowShortFunctionsOnASingleLine: None
/aosp_15_r20/system/server_configurable_flags/
H A D.clang-format2 AllowShortFunctionsOnASingleLine: Inline
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdrmresource/
D.clang-format4 AllowShortFunctionsOnASingleLine: Inline
/aosp_15_r20/frameworks/base/libs/hwui/
H A D.clang-format7 AllowShortFunctionsOnASingleLine: Inline
/aosp_15_r20/system/tools/sysprop/
D.clang-format3 AllowShortFunctionsOnASingleLine: false
/aosp_15_r20/system/teeui/
H A D.clang-format5 AllowShortFunctionsOnASingleLine: Inline
/aosp_15_r20/packages/modules/StatsD/tests/
D.clang-format5 AllowShortFunctionsOnASingleLine: Inline
/aosp_15_r20/hardware/google/gchips/gralloc4/
D.clang-format5 AllowShortFunctionsOnASingleLine: Inline
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/HAL/
H A D.clang-format5 AllowShortFunctionsOnASingleLine: Inline

123456789