HomeSort by relevance Sort by last modified time
    Searched refs:setattr (Results 51 - 75 of 292) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 38 setattr(self, m, getattr(self.frame, m))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 107 setattr(new, dict_attr, getattr(self, dict_attr).copy())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 110 setattr(klass, name, prop)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 38 setattr(self, m, getattr(self.frame, m))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 107 setattr(new, dict_attr, getattr(self, dict_attr).copy())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 110 setattr(klass, name, prop)
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 31 setattr(self, module_name, stubs[module_name]())
32 setattr(base_module, module_name, getattr(self, module_name))
42 setattr(self._base_module, module_name, original_module)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 144 setattr(self, attr, 0)
154 setattr(self, method_name, getattr(self.metadata, method_name))
261 setattr(self.metadata, key, val)
263 setattr(self, key, val)
413 setattr(self, alias, not strtobool(val))
415 setattr(self, opt, strtobool(val))
417 setattr(self, opt, val)
605 setattr(self.metadata, attr, value)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 144 setattr(self, attr, 0)
154 setattr(self, method_name, getattr(self.metadata, method_name))
261 setattr(self.metadata, key, val)
263 setattr(self, key, val)
413 setattr(self, alias, not strtobool(val))
415 setattr(self, opt, strtobool(val))
417 setattr(self, opt, val)
605 setattr(self.metadata, attr, value)
    [all...]
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 71 setattr
98 setattr
127 setattr
412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
small-base.conf 71 setattr
98 setattr
127 setattr
412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
  /external/libsepol/tests/policies/test-linker/
small-base.conf 71 setattr
98 setattr
127 setattr
412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
  /external/chromium_org/build/android/buildbot/
bb_utils.py 68 setattr(parser.values, option.dest, json.loads(value))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
misc.py 63 setattr(self, attr, fn(self))
  /external/llvm/bindings/python/llvm/
common.py 90 setattr(instance, self.wrapped.__name__, value)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_check.py 21 setattr(cmd, name, value)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_check.py 21 setattr(cmd, name, value)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
python_message.py 132 # getattr() and setattr() to reflectively manipulate field values. If we
135 # you can still access it just fine using getattr/setattr -- it's not even
243 setattr(cls, enum_type.name, enum_type_wrapper.EnumTypeWrapper(enum_type))
245 setattr(cls, enum_value.name, enum_value.number)
328 setattr(self, field_name, field_value)
376 setattr(cls, constant_name, field.number)
427 setattr(cls, property_name, property(getter, setter, doc=doc))
466 setattr(cls, property_name, property(getter, setter, doc=doc))
517 setattr(cls, property_name, property(getter, setter, doc=doc))
525 setattr(cls, constant_name, extension_field.number
    [all...]
  /external/sepolicy/
app.te 109 setattr
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importlib.py 55 setattr(sys, attr, new_value)
62 setattr(sys, attr, value)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importlib.py 55 setattr(sys, attr, new_value)
62 setattr(sys, attr, value)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 142 self.assertRaises((TypeError, AttributeError), setattr, X.x, "offset", 92)
143 self.assertRaises((TypeError, AttributeError), setattr, X.x, "size", 92)
156 self.assertRaises((TypeError, AttributeError), setattr, X.x, "offset", 92)
157 self.assertRaises((TypeError, AttributeError), setattr, X.x, "size", 92)
249 self.assertRaises(TypeError, setattr, POINT, "_fields_", [("x", 1), ("y", 2)])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 190 setattr(self, method, getattr(_sock, method))
193 _delegate_methods=_delegate_methods, setattr=setattr):
198 setattr(self, method, dummy)
231 setattr(_socketobject,_m,m)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 142 self.assertRaises((TypeError, AttributeError), setattr, X.x, "offset", 92)
143 self.assertRaises((TypeError, AttributeError), setattr, X.x, "size", 92)
156 self.assertRaises((TypeError, AttributeError), setattr, X.x, "offset", 92)
157 self.assertRaises((TypeError, AttributeError), setattr, X.x, "size", 92)
249 self.assertRaises(TypeError, setattr, POINT, "_fields_", [("x", 1), ("y", 2)])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 190 setattr(self, method, getattr(_sock, method))
193 _delegate_methods=_delegate_methods, setattr=setattr):
198 setattr(self, method, dummy)
231 setattr(_socketobject,_m,m)

Completed in 2273 milliseconds

1 23 4 5 6 7 8 91011>>