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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Eiffel.py 64 from Meta import MetaClass, MetaHelper, MetaMethodWrapper
94 class EiffelMetaClass(MetaClass):
Meta.py 1 """Generic metaclass.
40 class MetaClass:
42 """A generic metaclass.
93 Meta = MetaClass('Meta', (), {})
Synch.py 1 """Synchronization metaclass.
3 This metaclass makes it possible to declare synchronized methods.
142 # Now, the Locking metaclass is a piece of cake.
146 from Meta import MetaClass, MetaHelper, MetaMethodWrapper
164 class LockingMetaClass(MetaClass):
  /external/python/cpython2/Demo/metaclasses/
Eiffel.py 64 from Meta import MetaClass, MetaHelper, MetaMethodWrapper
94 class EiffelMetaClass(MetaClass):
Meta.py 1 """Generic metaclass.
40 class MetaClass:
42 """A generic metaclass.
93 Meta = MetaClass('Meta', (), {})
Synch.py 1 """Synchronization metaclass.
3 This metaclass makes it possible to declare synchronized methods.
142 # Now, the Locking metaclass is a piece of cake.
146 from Meta import MetaClass, MetaHelper, MetaMethodWrapper
164 class LockingMetaClass(MetaClass):
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 307 /// Placeholder for the metaclass. Lots of things refer to the class before
309 /// replace / it with a pointer to the metaclass structure before finally
438 llvm::Constant *MetaClass,
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 108 milliseconds