HomeSort by relevance Sort by last modified time
    Searched refs:braced (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
string.py 107 {(?P<braced>%(id)s)} | # delimiter and a braced identifier
160 named = mo.group('named') or mo.group('braced')
193 braced = mo.group('braced')
194 if braced is not None:
196 return '%s' % (mapping[braced],)
198 return self.delimiter + '{' + braced + '}'
  /prebuilts/gdb/darwin-x86/lib/python2.7/
string.py 107 {(?P<braced>%(id)s)} | # delimiter and a braced identifier
160 named = mo.group('named') or mo.group('braced')
193 braced = mo.group('braced')
194 if braced is not None:
196 return '%s' % (mapping[braced],)
198 return self.delimiter + '{' + braced + '}'
  /prebuilts/gdb/linux-x86/lib/python2.7/
string.py 107 {(?P<braced>%(id)s)} | # delimiter and a braced identifier
160 named = mo.group('named') or mo.group('braced')
193 braced = mo.group('braced')
194 if braced is not None:
196 return '%s' % (mapping[braced],)
198 return self.delimiter + '{' + braced + '}'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 107 {(?P<braced>%(id)s)} | # delimiter and a braced identifier
160 named = mo.group('named') or mo.group('braced')
193 braced = mo.group('braced')
194 if braced is not None:
196 return '%s' % (mapping[braced],)
198 return self.delimiter + '{' + braced + '}'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 107 {(?P<braced>%(id)s)} | # delimiter and a braced identifier
160 named = mo.group('named') or mo.group('braced')
193 braced = mo.group('braced')
194 if braced is not None:
196 return '%s' % (mapping[braced],)
198 return self.delimiter + '{' + braced + '}'
  /external/ImageMagick/www/api/
property.php 250 <p>Single letter substitutions will only happen if the character before the percent is NOT a number. But braced substitutions will always be performed. This prevents the typical usage of percent in a interpreted geometry argument from being substituted when the percent is a geometry flag.</p>
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
printer.go 872 // an empty statement and we are in a braced block
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
printer.go 872 // an empty statement and we are in a braced block
  /external/pcre/dist2/src/
pcre2_compile.c 1873 BOOL braced, negated, overflow; local
    [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 637 // A BlockStmt node represents a braced statement list.
  /prebuilts/go/linux-x86/src/go/ast/
ast.go 637 // A BlockStmt node represents a braced statement list.
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]

Completed in 758 milliseconds