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

1 2 3 4 5

  /external/chromium_org/content/test/gpu/page_sets/
__init__.py 17 setattr(sys.modules[__name__], cls.__name__, cls)
  /external/chromium_org/third_party/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/chromium_org/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/
__init__.py 19 setattr(sys.modules[__name__], cls.__name__, cls)
  /external/chromium_org/tools/perf/page_sets/
__init__.py 19 setattr(sys.modules[__name__], cls.__name__, cls)
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_util.py 47 setattr(logging, name, replacement)
51 setattr(logging, name, saved)
  /external/compiler-rt/test/
lit.common.configured.in 7 setattr(config, attr, value)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
skip.py 41 setattr(klass, name, _skipped_method(attr, message, logger))
  /external/chromium_org/tools/
bisect_test.py 17 setattr(obj, name, new)
21 setattr(obj, name, old)
  /external/chromium_org/tools/cr/cr/
loader.py 35 setattr(cr, name, value)
55 setattr(module, _MODULE_SCANNED_TAG, scanner_tags)
  /external/fonttools/Lib/fontTools/ttLib/tables/
F_F_T_M_.py 46 setattr(self, name, value
O_S_2f_2.py 33 setattr(self, name, safeEval(attrs["value"]))
183 setattr(self, name, binary2num(attrs["value"]))
185 setattr(self, name, safeEval("'''" + attrs["value"] + "'''"))
187 setattr(self, name, safeEval(attrs["value"]))
S_I_N_G_.py 96 setattr(self, name, value)
98 setattr(self, name, safeEval(value))
_h_e_a_d.py 77 setattr(self, name, value)
_v_h_e_a.py 77 setattr(self, name, safeEval(attrs["value"]))
  /external/llvm/utils/lit/lit/
ProgressBar.py 117 setattr(self, attrib, self._tigetstr(cap_name) or '')
123 setattr(self, color, self._tparm(set_fg, i))
127 setattr(self, color, self._tparm(set_fg_ansi, i))
131 setattr(self, 'BG_'+color, self._tparm(set_bg, i))
135 setattr(self, 'BG_'+color, self._tparm(set_bg_ansi, i))
  /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 }
  /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/chromium_org/build/android/buildbot/
bb_host_steps.py 133 setattr(options, 'target', options.factory_properties.get('target', 'Debug'))
134 setattr(options, 'extra_src',
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
outputcapture.py 59 setattr(sys, output_name, captured_output)
64 setattr(sys, output_name, self.saved_outputs[output_name])
  /external/chromium_org/third_party/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 126 setattr(descriptor, '_concrete_class', new_class)
  /external/chromium_org/third_party/jinja2/
visitor.py 77 setattr(node, field, new_node)

Completed in 592 milliseconds

1 2 3 4 5