HomeSort by relevance Sort by last modified time
    Searched refs:braces (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
badsyntax_future9.py 3 from __future__ import nested_scopes, braces
  /external/python/cpython2/Lib/test/
badsyntax_future9.py 3 from __future__ import nested_scopes, braces
  /external/python/cpython3/Lib/test/
badsyntax_future9.py 3 from __future__ import nested_scopes, braces
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
badsyntax_future9.py 3 from __future__ import nested_scopes, braces
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
badsyntax_future9.py 3 from __future__ import nested_scopes, braces
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
badsyntax_future9.py 3 from __future__ import nested_scopes, braces
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
badsyntax_future9.py 3 from __future__ import nested_scopes, braces
  /external/tinyxml/
Android.mk 18 -Wno-missing-braces \
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
file.d 16 0+ l[ ]*df \*ABS\*[ ]+0+ \{braces\}
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/elf/
file.d 16 0+ l[ ]*df \*ABS\*[ ]+0+ \{braces\}
  /cts/hostsidetests/security/securityPatch/CVE-2016-8460/
Android.mk 30 LOCAL_CFLAGS += -Wno-missing-braces -Wno-missing-field-initializers -Wno-pointer-arith -Wno-pointer-sign -Wno-unused-variable
  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/src/
Android.mk 7 -Wno-error=missing-braces \
  /hardware/qcom/gps/msm8998/utils/
Android.mk 38 -Wno-missing-braces \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texcheck.py 7 * Unbalanced or mismatched parenthesis, brackets, and braces.
101 braces = re.compile(r'({)|(})')
106 bracestack = [] # Stack of pending open braces
135 # Balance opening and closing braces
136 for open, close in braces.findall(line):
  /external/adhd/defs/
c.mk 57 -Wmissing-braces \
  /external/python/cpython2/Tools/scripts/
texcheck.py 7 * Unbalanced or mismatched parenthesis, brackets, and braces.
101 braces = re.compile(r'({)|(})')
106 bracestack = [] # Stack of pending open braces
135 # Balance opening and closing braces
136 for open, close in braces.findall(line):
  /packages/services/BuiltInPrintService/jni/
Android.mk 29 -Wno-implicit-function-declaration -Wno-format -Wno-missing-braces
  /prebuilts/go/darwin-x86/src/go/printer/
example_test.go 47 // Remove braces {} enclosing the function body, unindent,
  /prebuilts/go/linux-x86/src/go/printer/
example_test.go 47 // Remove braces {} enclosing the function body, unindent,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
printer.go 877 func (p *printer) printStmtList(list []Stmt, braces bool) {
882 } else if braces {
917 func (p *printer) printCaseClause(c *CaseClause, braces bool) {
926 p.printStmtList(c.Body, braces)
931 func (p *printer) printCommClause(c *CommClause, braces bool) {
941 p.printStmtList(c.Body, braces)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
printer.go 877 func (p *printer) printStmtList(list []Stmt, braces bool) {
882 } else if braces {
917 func (p *printer) printCaseClause(c *CaseClause, braces bool) {
926 p.printStmtList(c.Body, braces)
931 func (p *printer) printCommClause(c *CommClause, braces bool) {
941 p.printStmtList(c.Body, braces)
  /frameworks/rs/script_api/
rs_value_types.spec 37 between curly braces, e.g. <code>(float3){1.0f, 2.0f, 3.0f}</code>.
  /external/vixl/tools/test_generator/
parser.py 283 // operand is represented, in braces.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Utility.java 809 boolean braces = false;
834 braces = true;
865 if (braces) {
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 1227 UBool braces = FALSE; local
    [all...]

Completed in 1237 milliseconds

1 2 3 4