HomeSort by relevance Sort by last modified time
    Searched full:__set__ (Results 1 - 25 of 42) sorted by null

1 2

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_config_compat_post.h 41 # define __set__ set macro
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_config_compat_post.h 41 # define __set__ set macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
descriptors.py 81 def __set__(self, obj, value): member in class:CriteriaDescriptor
97 def __set__(self, obj, value): member in class:CriteriaSetDescriptor
140 def __set__(self, obj, value): member in class:NetworkXGraphEdgeDescriptor
151 def __set__(self, obj, value): member in class:EdgeAttrDict
169 def __set__(self, obj, value): member in class:EdgeAttrIntMax
182 def __set__(self, obj, value): member in class:EdgeAttrList
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
descriptors.py 47 def __set__(self, obj, value): member in class:DiffResultDescriptor
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
property.py 61 def __set__(self, obj, value): member in class:Property
226 def __set__(self, obj, value): member in class:PasswordProperty
231 super(PasswordProperty, self).__set__(obj, value)
249 def __set__(self, obj, value): member in class:BlobProperty
258 super(BlobProperty, self).__set__(obj, value)
331 def __set__(self, obj, value): member in class:IntegerProperty
334 return super(IntegerProperty, self).__set__(obj, value)
502 def __set__(self, obj, value): member in class:ReferenceProperty
507 return super(ReferenceProperty, self).__set__(obj, value)
570 def __set__(self, model_instance, value) member in class:_ReverseReferenceProperty
596 def __set__(self, obj, value): member in class:CalculatedProperty
652 def __set__(self, obj, value): member in class:ListProperty
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
cachecontrol.py 79 def __set__(self, obj, value): member in class:exists_property
93 self.__set__(obj, False)
120 def __set__(self, obj, value): member in class:value_property
descriptors.py 120 attr.__set__(self, val)
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
stubout.py 59 __get__ and __set__ will be called when stubbing (TODO: A better
  /external/chromium-trace/catapult/third_party/mox3/mox3/
stubout.py 59 __get__ and __set__ will be called when stubbing (TODO: A better
  /external/protobuf/python/
stubout.py 56 and __set__ will be called when stubbing (TODO: A better idea would
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 84 An object passing this test has a __get__ attribute but not a __set__
93 and not hasattr(object, "__set__") # else it's a data descriptor
101 Data descriptors have both a __get__ and a __set__ attribute. Examples are
106 return (hasattr(object, "__set__") and hasattr(object, "__get__"))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 84 An object passing this test has a __get__ attribute but not a __set__
93 and not hasattr(object, "__set__") # else it's a data descriptor
101 Data descriptors have both a __get__ and a __set__ attribute. Examples are
106 return (hasattr(object, "__set__") and hasattr(object, "__get__"))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 84 An object passing this test has a __get__ attribute but not a __set__
93 and not hasattr(object, "__set__") # else it's a data descriptor
101 Data descriptors have both a __get__ and a __set__ attribute. Examples are
106 return (hasattr(object, "__set__") and hasattr(object, "__get__"))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 84 An object passing this test has a __get__ attribute but not a __set__
93 and not hasattr(object, "__set__") # else it's a data descriptor
101 Data descriptors have both a __get__ and a __set__ attribute. Examples are
106 return (hasattr(object, "__set__") and hasattr(object, "__get__"))
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 244 * set<T> with those compilers, but you'll have to use __set__<T, less<T>>
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descrtut.py 326 ... def __set__(self, inst, value):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descrtut.py 326 ... def __set__(self, inst, value):
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 244 * set<T> with those compilers, but you'll have to use __set__<T, less<T>>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descrtut.py 326 ... def __set__(self, inst, value):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descrtut.py 326 ... def __set__(self, inst, value):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages.py 1250 def __set__(self, message_instance, value): member in class:Field
1580 def __set__(self, message_instance, value): member in class:MessageField
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
wsgiwrappers.py 45 # @@: Also __set__? Should setting be allowed?
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
six.py 88 setattr(obj, self.name, result) # Invokes __set__.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/six/
six.py 91 setattr(obj, self.name, result) # Invokes __set__.
  /external/chromium-trace/catapult/third_party/six/
six.py 93 setattr(obj, self.name, result) # Invokes __set__.

Completed in 1016 milliseconds

1 2