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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
nfs_xdr.h 507 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_cfuncs.py 203 setattr(self, name, func)
test_functions.py 120 self.assertRaises(TypeError, setattr, f, "restype", "i")
  /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/
imputil.py 281 setattr(parent, modname, module)
warnings.py 292 setattr(self, attr, local_values[attr])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 440 setattr(self, attr, obj)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 222 setattr(self, name, a)
test_argparse.py 112 setattr(result, key, old_stdout)
114 setattr(result, key, old_stderr)
224 setattr(tester_cls, test_name, wrapper)
    [all...]
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_cfuncs.py 203 setattr(self, name, func)
test_functions.py 120 self.assertRaises(TypeError, setattr, f, "restype", "i")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 167 self.addCleanup(setattr, warnings, 'warn', warnings.warn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 281 setattr(parent, modname, module)
warnings.py 292 setattr(self, attr, local_values[attr])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 440 setattr(self, attr, obj)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 222 setattr(self, name, a)
test_argparse.py 112 setattr(result, key, old_stdout)
114 setattr(result, key, old_stderr)
224 setattr(tester_cls, test_name, wrapper)
    [all...]
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...]
  /external/chromium_org/third_party/jinja2/
environment.py 297 setattr(self, key, value)
328 setattr(rv, key, value)
    [all...]
nodes.py 140 setattr(self, name, arg)
142 setattr(self, attr, attributes.pop(attr, None))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 164 setattr(self, key, split_quoted(value))
166 setattr(self, key, value)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 164 setattr(self, key, split_quoted(value))
166 setattr(self, key, value)
    [all...]
  /external/chromium_org/tools/symsrc/
pefile.py 753 setattr(self, key, self.__unpacked_data_elms__[i])
939 setattr(self, key, value)
    [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c 204 .setattr = yaffs_setattr,
210 .setattr = yaffs_setattr,
223 .setattr = yaffs_setattr,
    [all...]

Completed in 1885 milliseconds

1 2 3 4 5 6 7 891011>>