HomeSort by relevance Sort by last modified time
    Searched defs:decorators (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/utils/emacs/
tablegen-mode.el 15 (defvar td-decorators-face 'td-decorators-face
16 "Face method decorators.")
17 (make-face 'td-decorators-face)
40 '("^[ \t]*\\(@.+\\)" 1 'td-decorators-face)
  /external/swiftshader/third_party/LLVM/utils/emacs/
tablegen-mode.el 10 (defvar td-decorators-face 'td-decorators-face
11 "Face method decorators.")
12 (make-face 'td-decorators-face)
35 '("^[ \t]*\\(@.+\\)" 1 'td-decorators-face)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
graminit.h 7 #define decorators 260 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
graminit.h 7 #define decorators 260 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symbol.py 17 decorators = 260 variable
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
_ast_util.py 411 def decorators(self, node): member in class:SourceGenerator
454 self.decorators(node)
471 self.decorators(node)
  /external/python/cpython2/Include/
graminit.h 7 #define decorators 260 macro
  /external/python/cpython2/Lib/
symbol.py 17 decorators = 260 variable
  /external/python/cpython3/Include/
graminit.h 7 #define decorators 260 macro
  /external/python/cpython3/Lib/
symbol.py 17 decorators = 260 variable
  /external/tensorflow/tensorflow/tools/docs/
parser.py 790 'short_name', 'full_name', 'obj', 'doc', 'signature', 'decorators'
872 def decorators(self): member in class:_FunctionPageInfo
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 7 #define decorators 260 macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 17 decorators = 260 variable
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 7 #define decorators 260 macro
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 17 decorators = 260 variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 7 #define decorators 260 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 17 decorators = 260 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 7 #define decorators 260 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 17 decorators = 260 variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
transformer.py 227 def decorators(self, nodelist): member in class:Transformer
228 # decorators: decorator ([NEWLINE] decorator)* NEWLINE
233 return Decorators(items)
236 assert nodelist[0][0] == symbol.decorators
241 decorators = self.decorators(nodelist[0][1:])
243 cls.decorators = decorators
249 # funcdef: [decorators] 'def' NAME parameters ':' suite
253 assert nodelist[0][0] == symbol.decorators
    [all...]
  /external/python/cpython2/Lib/compiler/
transformer.py 227 def decorators(self, nodelist): member in class:Transformer
228 # decorators: decorator ([NEWLINE] decorator)* NEWLINE
233 return Decorators(items)
236 assert nodelist[0][0] == symbol.decorators
241 decorators = self.decorators(nodelist[0][1:])
243 cls.decorators = decorators
249 # funcdef: [decorators] 'def' NAME parameters ':' suite
253 assert nodelist[0][0] == symbol.decorators
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py 227 def decorators(self, nodelist): member in class:Transformer
228 # decorators: decorator ([NEWLINE] decorator)* NEWLINE
233 return Decorators(items)
236 assert nodelist[0][0] == symbol.decorators
241 decorators = self.decorators(nodelist[0][1:])
243 cls.decorators = decorators
249 # funcdef: [decorators] 'def' NAME parameters ':' suite
253 assert nodelist[0][0] == symbol.decorators
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py 227 def decorators(self, nodelist): member in class:Transformer
228 # decorators: decorator ([NEWLINE] decorator)* NEWLINE
233 return Decorators(items)
236 assert nodelist[0][0] == symbol.decorators
241 decorators = self.decorators(nodelist[0][1:])
243 cls.decorators = decorators
249 # funcdef: [decorators] 'def' NAME parameters ':' suite
253 assert nodelist[0][0] == symbol.decorators
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 227 def decorators(self, nodelist): member in class:Transformer
228 # decorators: decorator ([NEWLINE] decorator)* NEWLINE
233 return Decorators(items)
236 assert nodelist[0][0] == symbol.decorators
241 decorators = self.decorators(nodelist[0][1:])
243 cls.decorators = decorators
249 # funcdef: [decorators] 'def' NAME parameters ':' suite
253 assert nodelist[0][0] == symbol.decorators
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 227 def decorators(self, nodelist): member in class:Transformer
228 # decorators: decorator ([NEWLINE] decorator)* NEWLINE
233 return Decorators(items)
236 assert nodelist[0][0] == symbol.decorators
241 decorators = self.decorators(nodelist[0][1:])
243 cls.decorators = decorators
249 # funcdef: [decorators] 'def' NAME parameters ':' suite
253 assert nodelist[0][0] == symbol.decorators
    [all...]

Completed in 339 milliseconds

1 2