Home
last modified time | relevance | path

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

1234567

/external/perfetto/src/trace_processor/
Djson_trace_tokenizer.cc39 int braces = 0; in ReadOneJsonDict() local
60 if (braces == 0) in ReadOneJsonDict()
62 braces++; in ReadOneJsonDict()
66 if (braces <= 0) in ReadOneJsonDict()
68 if (--braces > 0) in ReadOneJsonDict()
/external/python/cpython3/Misc/
Dindent.pro3 --braces-after-func-def-line
4 --braces-on-if-line
5 --braces-on-struct-decl-line
/external/python/cpython2/Misc/
Dindent.pro3 --braces-after-func-def-line
4 --braces-on-if-line
5 --braces-on-struct-decl-line
/external/tensorflow/tensorflow/compiler/aot/
Dbenchmark_main.template18 #include "{{TFCOMPILE_HEADER}}" // NOLINT(whitespace/braces)
26 #define CPP_CLASS {{TFCOMPILE_CPP_CLASS}} // NOLINT(whitespace/braces)
/external/python/cpython2/Lib/test/
Dbadsyntax_future9.py3 from __future__ import nested_scopes, braces
/external/python/cpython3/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/wayland/doc/
DContributing123 - opening braces are on the same line as the if statement;
124 - no braces in an if-body with just one statement;
125 - if one of the branches of an if-else condition has braces, then the
126 other branch should also have braces;
/external/libutf/
DMake.SunOS-sun4u-gcc2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c
DMake.Linux-power2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I.
DMake.Linux-3862 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I.
DMake.Linux-x86_642 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -fPIC -O2 -g -c -I.
DMake.OpenBSD-3862 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I$(PREFIX)/include
DMake.NetBSD-3862 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I$(PREFIX)/include
DMake.FreeBSD-3862 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I$(PREFIX)/include
DMake.Darwin-3862 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I${PREFIX}/include
DMake.Darwin-PowerMacintosh2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I${PREFIX}/include
DAndroid.bp29 "-Wno-missing-braces",
/external/tinyxml/
DAndroid.bp25 "-Wno-missing-braces",
/external/Microsoft-GSL/tests/
DCMakeLists.txt46 -Wno-missing-braces
68 -Wno-missing-braces
/external/arm-optimized-routines/
Dconfig.mk.dist12 CFLAGS += -Wall -Wno-missing-braces
/external/pdfium/third_party/
Dpdfiumlcms2.bp6 "-Wno-missing-braces",
/external/dexmaker/dexmaker-mockito-inline/
DCMakeLists.txt31 …hift-count-overflow -Wno-error=non-virtual-dtor -Wno-sign-compare -Wno-switch -Wno-missing-braces")
/external/vixl/
DCPPLINT.cfg11 filter=+readability/braces
/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

1234567