HomeSort by relevance Sort by last modified time
    Searched full:setattr (Results 251 - 275 of 370) sorted by null

<<1112131415

  /system/media/camera/docs/
metadata_model.py     [all...]
  /docs/source.android.com/src/devices/tech/security/
se-linux.jd 198 <p><strong>setattr</strong> - For commands such as <code>chmod</code> and
200 can conduct <code>setattr</code>. Anything outside of that could be prohibited from
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 286 setattr(object, attr, val)
484 setattr(self, opt, None)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compile.py 27 setattr(__builtin__, '__debug__', 'sure')
28 setattr(__builtin__, '__debug__', prev)
test_descr.py 513 setattr(it, key, self.dict[key].__get__(it, self))
540 setattr(cls, name, super(cls))
656 log.append(("setattr", name, value))
665 self.assertEqual(log, [("setattr", "foo", 12),
    [all...]
test_support.py     [all...]
test_builtin.py 710 setattr(s, s, s)
    [all...]
test_cgi.py 222 setattr(self, name, a)
test_class.py 66 # "setattr",
test_fileio.py 65 setattr, f, attr, 'oops')
test_funcattrs.py 19 setattr(obj, name, value)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 286 setattr(object, attr, val)
484 setattr(self, opt, None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compile.py 27 setattr(__builtin__, '__debug__', 'sure')
28 setattr(__builtin__, '__debug__', prev)
test_descr.py 513 setattr(it, key, self.dict[key].__get__(it, self))
540 setattr(cls, name, super(cls))
656 log.append(("setattr", name, value))
665 self.assertEqual(log, [("setattr", "foo", 12),
    [all...]
test_support.py     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc     [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t042ast.py 34 setattr(self.parser, attr, val)
  /external/chromium_org/build/android/buildbot/
bb_device_steps.py 381 setattr(options, 'target', options.factory_properties.get('target', 'Debug'))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py 79 setattr(parser.values, option.dest, path)
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 211 void XmlElement::SetAttr(const QName& name, const std::string& value) {
  /external/kernel-headers/original/linux/
nfs_xdr.h 775 int (*setattr) (struct dentry *, struct nfs_fattr *, member in struct:nfs_rpc_ops
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 120 self.assertRaises(TypeError, setattr, f, "restype", "i")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 166 setattr(install,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 167 self.addCleanup(setattr, warnings, 'warn', warnings.warn)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 440 setattr(self, attr, obj)

Completed in 1469 milliseconds

<<1112131415