Home
last modified time | relevance | path

Searched refs:AllowShortLoopsOnASingleLine (Results 1 – 16 of 16) sorted by relevance

/external/drm_hwcomposer/
D.clang-format3 AllowShortLoopsOnASingleLine: false
/external/boringssl/src/
D.clang-format4 AllowShortLoopsOnASingleLine: false
/external/minijail/test/
D.clang-format4 AllowShortLoopsOnASingleLine: false
/external/Microsoft-GSL/
D.clang-format15 AllowShortLoopsOnASingleLine: true
/external/clang/include/clang/Format/
DFormat.h153 bool AllowShortLoopsOnASingleLine; member
650 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
/external/autotest/client/site_tests/graphics_Gralloc/src/
D.clang-format8 AllowShortLoopsOnASingleLine: false
/external/jsoncpp/
D.clang-format9 AllowShortLoopsOnASingleLine: false
/external/avb/
D.clang-format20 AllowShortLoopsOnASingleLine: false
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format12 AllowShortLoopsOnASingleLine: false
/external/libvpx/libvpx/
D.clang-format17 AllowShortLoopsOnASingleLine: true
/external/skia/
D.clang-format24 AllowShortLoopsOnASingleLine: true
/external/parameter-framework/upstream/
D.clang-format49 AllowShortLoopsOnASingleLine: 'false'
/external/clang/lib/Format/
DFormat.cpp263 Style.AllowShortLoopsOnASingleLine); in mapping()
502 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()
580 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()
640 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
DUnwrappedLineFormatter.cpp232 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()
343 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
/external/clang/unittests/Format/
DFormatTest.cpp350 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()
376 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true; in TEST_F()
417 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = false; in TEST_F()
9818 BreakBeforeBraceShortIfs.AllowShortLoopsOnASingleLine = true; in TEST_F()
10160 CHECK_PARSE_BOOL(AllowShortLoopsOnASingleLine); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst266 **AllowShortLoopsOnASingleLine** (``bool``)