Searched refs:__get__ (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dmemoized.py51 # Use python "descriptor" protocol __get__ to appear
53 def __get__(self, instance, owner): member in class:memoized
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dbytecode.pxi45 def __get__(self): return self.bc.len function in function:Bytecode.__dealloc__
48 def __get__(self): return self.bc.mult_int function in function:Bytecode.__dealloc__
51 def __get__(self): return self.bc.line function in function:Bytecode.__dealloc__
54 def __get__(self): return self.bc.offset function in function:Bytecode.__dealloc__
57 def __get__(self): return self.bc.bc_index function in function:Bytecode.__dealloc__
62 def __get__(self): function in function:Bytecode.__dealloc__
H A Dsymrec.pxi39 def __get__(self): return yasm_symrec_get_name(self.sym) function in function:Symbol.__cinit__
42 def __get__(self): function in function:Symbol.__cinit__
52 def __get__(self): function in function:Symbol.__cinit__
57 def __get__(self): function in function:Symbol.__cinit__
68 def __get__(self): function in function:Symbol.__cinit__
76 def __get__(self): function in function:Symbol.__cinit__
84 def __get__(self): return bool(yasm_symrec_is_special(self.sym)) function in function:Symbol.__cinit__
87 def __get__(self): return bool(yasm_symrec_is_curpos(self.sym)) function in function:Symbol.__cinit__
/external/llvm/bindings/python/llvm/
H A Dcommon.py85 def __get__(self, instance, instance_type=None): member in class:CachedProperty
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DMemoryView.pyx217 def __get__(self): function in function:array.__dealloc__
501 def __get__(self): function in function:memoryview.__getbuffer__
508 def __get__(self): function in function:memoryview.__getbuffer__
513 def __get__(self): function in function:memoryview.__getbuffer__
518 def __get__(self): function in function:memoryview.__getbuffer__
527 def __get__(self): function in function:memoryview.__getbuffer__
535 def __get__(self): function in function:memoryview.__getbuffer__
540 def __get__(self): function in function:memoryview.__getbuffer__
545 def __get__(self): function in function:memoryview.__getbuffer__
550 def __get__(sel function in function:memoryview.__getbuffer__
950 def __get__(self): function in function:_memoryviewslice.assign_item_from_object
[all...]
/external/chromium_org/tools/cr/cr/
H A Dplugin.py54 def __get__(self, instance, owner): member in class:classproperty
106 def __get__(self, instance, owner): member in class:Plugin.activemethod
/external/chromium_org/third_party/pymock/
H A Dmock.py1930 def __get__(self, obj, _type=None): member in class:MagicProxy
2355 `PropertyMock` provides `__get__` and `__set__` methods so you can specify
2364 def __get__(self, obj, obj_type): member in class:PropertyMock
/external/chromium_org/third_party/cython/src/Cython/Tempita/
H A D_tempita.py541 def __get__(self, obj, type=None): member in class:TemplateDef
/external/clang/bindings/python/clang/
H A Dcindex.py137 def __get__(self, instance, instance_type=None): member in class:CachedProperty

Completed in 363 milliseconds