/external/python/cpython2/Misc/ |
D | indent.pro | 3 --braces-after-func-def-line 4 --braces-on-if-line 5 --braces-on-struct-decl-line
|
/external/Microsoft-GSL/tests/ |
D | CMakeLists.txt | 27 …CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing -std=c++14 -O3 -Wall -Wno-missing-braces") 29 …CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing -std=c++11 -O3 -Wall -Wno-missing-braces")
|
/external/python/cpython2/Lib/test/ |
D | badsyntax_future9.py | 3 from __future__ import nested_scopes, braces
|
/external/python/cpython2/Tools/scripts/ |
D | texcheck.py | 101 braces = re.compile(r'({)|(})') 136 for open, close in braces.findall(line):
|
/external/tinyxml/ |
D | Android.mk | 16 -Wno-missing-braces \
|
/external/bison/build-aux/ |
D | useless-if-before-free | 5 # Likewise "if (p != 0)", "if (0 != p)", or with NULL; and with braces. 177 # FIXME: do something like this as an option (doesn't do braces): 184 # Use the following to remove redundant uses of kfree inside braces.
|
/external/vixl/ |
D | CPPLINT.cfg | 11 filter=+readability/braces
|
/external/pdfium/third_party/ |
D | pdfiumlcms.bp | 9 "-Wno-missing-braces",
|
/external/libcxxabi/cmake/ |
D | config-ix.cmake | 23 check_cxx_compiler_flag(-Wmissing-braces LIBCXXABI_HAS_WMISSING_BRACES_FLAG)
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | FileCheck.pod | 193 double braces: B<{{yourregex}}>. Because we want to use fixed string 203 Because regular expressions are enclosed with double braces, they are 205 braces like you would in C. In the rare case that you want to match double 206 braces explicitly from the input, you can use something ugly like
|
/external/dtc/Documentation/ |
D | dts-format.txt | 14 braces marking the start and end of the node definition. They may be 75 or they may be '&' followed by a node's full path in braces:
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.switch.txt | 32 - Missing colons, opening or closing braces etc.
|
/external/clang/docs/ |
D | ClangFormatStyleOptions.rst | 349 * ``bool IndentBraces`` Indent the wrapped braces themselves. 377 Always attach braces to surrounding context. 380 Like ``Attach``, but break before braces on function, namespace and 384 Like ``Attach``, but break before braces on enum, function, and record 392 Always break before braces. 395 Always break before braces and add an extra level of indentation to 396 braces of control statements, not to those of class, function
|
/external/libunwind_llvm/cmake/ |
D | config-ix.cmake | 57 check_cxx_compiler_flag(-Wmissing-braces LIBUNWIND_HAS_WMISSING_BRACES_FLAG)
|
/external/webrtc/third_party/winsdk_samples/ |
D | winsdk_samples.gyp | 101 '-Wno-missing-braces',
|
/external/skia/site/dev/contrib/ |
D | style.md | 187 Open braces don’t get a newline. “else” and “else if” appear on same line as 188 opening and closing braces unless preprocessor conditional compilation 231 parentheses and braces:
|
/external/webrtc/webrtc/base/ |
D | base_tests.gyp | 143 '-Wno-missing-braces',
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DumbTextComponent.java | 596 int braces = line - (selection.clickAfter ? -1 : w); in drawSelection() local 597 g.fillRect(braces, caretPoint.y, w, 1); in drawSelection() 598 g.fillRect(braces, caretPoint.y + lineHeight - 1, w, 1); in drawSelection()
|
/external/python/cpython2/Doc/library/ |
D | uuid.rst | 31 braces, hyphens, and a URN prefix are all optional. For example, these 244 >>> # make a UUID from a string of hex digits (braces and hyphens ignored)
|
/external/curl/docs/ |
D | CODE_STYLE.md | 76 You may omit the braces if they would contain only a one-line statement: 90 When adding an `else` clause to a conditional expression using braces, we add
|
/external/icu/icu4c/source/common/ |
D | ustring.cpp | 1226 UBool braces = FALSE; in u_unescapeAt() local 1248 braces = TRUE; in u_unescapeAt() 1279 if (braces) { in u_unescapeAt()
|
/external/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 388 surrounded by double braces: ``{{yourregex}}``. Because we want to use fixed 400 Because regular expressions are enclosed with double braces, they are 402 braces like you would in C. In the rare case that you want to match double 403 braces explicitly from the input, you can use something ugly like
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture.gypi | 128 '-Wno-missing-braces',
|
/external/webrtc/talk/build/ |
D | common.gypi | 88 '-Wmissing-braces',
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Utility.java | 804 boolean braces = false; in unescapeAt() 829 braces = true; in unescapeAt() 860 if (braces) { in unescapeAt()
|