HomeSort by relevance Sort by last modified time
    Searched refs:setattr (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/protobuf/python/
stubout.py 55 - The stubbing is using the builtin getattr and setattr. So, the __get__
58 setattr()).
94 setattr(orig_obj, attr_name, new_attr)
105 setattr(*args)
126 setattr(parent, child_name, new_child)
139 setattr(parent, child_name, old_child)
  /external/sepolicy/
mls 69 mlsconstrain dir { open search setattr rename add_name remove_name reparent rmdir }
71 mlsconstrain { file lnk_file sock_file } { open setattr unlink link rename }
88 mlsconstrain dir { write setattr rename add_name remove_name reparent rmdir }
91 mlsconstrain { file lnk_file sock_file chr_file blk_file } { write setattr append unlink link rename }
101 mlsconstrain fifo_file { write setattr append unlink link rename }
access_vectors 18 setattr
45 setattr
74 setattr
91 setattr
103 setattr
476 setattr
494 setattr
508 setattr
544 setattr
552 setattr
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/test/
skip.py 41 setattr(klass, name, _skipped_method(attr, message, logger))
  /external/webkit/Tools/Scripts/webkitpy/common/system/
outputcapture.py 42 setattr(sys, output_name, captured_output)
47 setattr(sys, output_name, self.saved_outputs[output_name])
  /external/skia/tools/
test_pictures.py 53 setattr(parser.values, option.dest, result)
  /external/llvm/utils/lit/lit/
ProgressBar.py 113 setattr(self, attrib, self._tigetstr(cap_name) or '')
119 setattr(self, color, curses.tparm(set_fg, i) or '')
123 setattr(self, color, curses.tparm(set_fg_ansi, i) or '')
127 setattr(self, 'BG_'+color, curses.tparm(set_bg, i) or '')
131 setattr(self, 'BG_'+color, curses.tparm(set_bg_ansi, i) or '')
  /external/libsepol/tests/policies/test-deps/
base-notmetreq.conf 70 setattr
97 setattr
126 setattr
407 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
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-expander/
alias-base.conf 71 setattr
98 setattr
127 setattr
412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
role-base.conf 71 setattr
98 setattr
127 setattr
412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
user-base.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-hooks/
cmp_policy.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/protobuf/python/google/protobuf/
service_reflection.py 154 setattr(cls, method.name, self._GenerateNonImplementedMethod(method))
263 setattr(cls, method.name, self._GenerateStubMethod(method))
reflection.py 162 setattr(descriptor, concrete_class_attr_name, cls)
204 # getattr() and setattr() to reflectively manipulate field values. If we
207 # you can still access it just fine using getattr/setattr -- it's not even
309 setattr(cls, enum_value.name, enum_value.number)
435 setattr(cls, constant_name, field.number)
486 setattr(cls, property_name, property(getter, setter, doc=doc))
521 setattr(cls, property_name, property(getter, setter, doc=doc))
567 setattr(cls, property_name, property(getter, setter, doc=doc))
575 setattr(cls, constant_name, extension_field.number)
    [all...]
  /external/llvm/bindings/python/llvm/
core.py 61 setattr(OpCode, name, opcode)
common.py 90 setattr(instance, self.wrapped.__name__, value)
  /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/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 278 setattr(self.target, self.attribute, new)
284 setattr(self.target, self.attribute, self.temp_original)
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 566 setattr(log, 'debug', dummy)
567 setattr(log, 'info', dummy)
568 setattr(log, 'error', dummy)
569 setattr(log, 'critical', dummy)
576 setattr(logging, 'getLogger', release_getLogger)
582 setattr(logging, 'getLogger', __orig_getLogger)
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 269 setattr(composite_field, scalar_field_name, new_val)
294 setattr(old_composite_field, scalar_field_name, new_val)
487 self.assertRaises(AttributeError, setattr, proto, 'repeated_int32', 10)
489 self.assertRaises(AttributeError, setattr, proto, 'repeated_int32', [10])
491 self.assertRaises(AttributeError, setattr, proto,
495 self.assertRaises(AttributeError, setattr, proto.repeated_nested_message,
498 self.assertRaises(AttributeError, setattr, proto.repeated_float,
501 self.assertRaises(AttributeError, setattr, proto, 'nonexistent_field', 23)
506 self.assertRaises(TypeError, setattr, proto, 'optional_int32', 1.1)
507 self.assertRaises(TypeError, setattr, proto, 'optional_int32', 'foo'
    [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 90 setattr
110 setattr
133 setattr
369 setattr
383 setattr
417 setattr
432 setattr
442 setattr
612 mlsconstrain file { write setattr append unlink link rename
    [all...]

Completed in 423 milliseconds

1 2 3