Home
last modified time | relevance | path

Searched refs:braces (Results 1 – 25 of 100) sorted by relevance

1234

/external/python/cpython2/Misc/
Dindent.pro3 --braces-after-func-def-line
4 --braces-on-if-line
5 --braces-on-struct-decl-line
/external/Microsoft-GSL/tests/
DCMakeLists.txt27 …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/
Dbadsyntax_future9.py3 from __future__ import nested_scopes, braces
/external/python/cpython2/Tools/scripts/
Dtexcheck.py101 braces = re.compile(r'({)|(})')
136 for open, close in braces.findall(line):
/external/tinyxml/
DAndroid.mk16 -Wno-missing-braces \
/external/bison/build-aux/
Duseless-if-before-free5 # 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/
DCPPLINT.cfg11 filter=+readability/braces
/external/pdfium/third_party/
Dpdfiumlcms.bp9 "-Wno-missing-braces",
/external/libcxxabi/cmake/
Dconfig-ix.cmake23 check_cxx_compiler_flag(-Wmissing-braces LIBCXXABI_HAS_WMISSING_BRACES_FLAG)
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
DFileCheck.pod193 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/
Ddts-format.txt14 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/
Dfunctional.shaders.switch.txt32 - Missing colons, opening or closing braces etc.
/external/clang/docs/
DClangFormatStyleOptions.rst349 * ``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/
Dconfig-ix.cmake57 check_cxx_compiler_flag(-Wmissing-braces LIBUNWIND_HAS_WMISSING_BRACES_FLAG)
/external/webrtc/third_party/winsdk_samples/
Dwinsdk_samples.gyp101 '-Wno-missing-braces',
/external/skia/site/dev/contrib/
Dstyle.md187 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/
Dbase_tests.gyp143 '-Wno-missing-braces',
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java596 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/
Duuid.rst31 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/
DCODE_STYLE.md76 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/
Dustring.cpp1226 UBool braces = FALSE; in u_unescapeAt() local
1248 braces = TRUE; in u_unescapeAt()
1279 if (braces) { in u_unescapeAt()
/external/llvm/docs/CommandGuide/
DFileCheck.rst388 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/
Dvideo_capture.gypi128 '-Wno-missing-braces',
/external/webrtc/talk/build/
Dcommon.gypi88 '-Wmissing-braces',
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUtility.java804 boolean braces = false; in unescapeAt()
829 braces = true; in unescapeAt()
860 if (braces) { in unescapeAt()

1234