Home
last modified time | relevance | path

Searched refs:getattr (Results 601 - 625 of 778) sorted by relevance

1...<<21222324252627282930>>...32

/third_party/python/Lib/test/
H A Dtest_string.py201 obj = getattr(obj, part)
H A Dtest_pdb.py904 getattr(pdb.Pdb(nosigint=True, readrc=False), method)(arg)
H A Dtest_poplib.py80 method = getattr(self, 'cmd_' + cmd)
H A Dtest_trace.py224 method = getattr(traced_obj, methname)
H A Dtest_dataclasses.py277 self.assertEqual(getattr(c, name), name)
295 self.assertEqual(getattr(c, name), name)
628 self.assertIsNone(getattr(C, 'y'))
1979 return getattr(self, item)
2098 self.assertEqual(getattr(A, function).__qualname__, f"TestCase.test_dataclasses_qualnames.<locals>.A.{function}")
3600 getattr(c, field_name)
H A Dtest_exceptions.py55 self.assertRaises(AttributeError, getattr, sys, "undefined_attribute")
531 value = getattr(e, checkArgName)
544 got = repr(getattr(new, checkArgName))
H A Dtest_types.py1947 getattr(wrapper, name)
2081 self.assertIs(getattr(foo(), name),
2082 getattr(gen, name))
H A Dtest_collections.py549 self.assertEqual(getattr(b, name), pos)
564 loads = getattr(module, 'loads')
565 dumps = getattr(module, 'dumps')
751 operators[name] = getattr(operator, name)
H A Dtest_unicode.py70 method = getattr(object, methodname)
82 method = getattr(object, methodname)
854 meth = getattr(str, meth_name)
861 meth = getattr(str, meth_name)
H A Dtest_socket.py358 test_method = getattr(self, '_' + methodname)
810 callargs = [getattr(socket, obj) if isinstance(obj, str) else obj
1832 SOCK_NONBLOCK = getattr(socket, 'SOCK_NONBLOCK', 0)
1833 SOCK_CLOEXEC = getattr(socket, 'SOCK_CLOEXEC', 0)
2750 msg_flags_common_unset |= getattr(socket, name, 0)
3204 ignore=getattr(socket, "MSG_TRUNC", 0))
6100 return getattr(sock, "_sendfile_use_send")
6320 return getattr(sock, "_sendfile_use_sendfile")
/third_party/python/Lib/tkinter/test/
H A Dwidget_tests.py504 getattr(source_class, methodname))
/third_party/python/Lib/distutils/command/
H A Dbuild_ext.py204 _sys_home = getattr(sys, '_home', None)
/third_party/python/PC/layout/
H A Dmain.py621 if getattr(ns, n):
/third_party/python/Lib/distutils/
H A Dmsvc9compiler.py112 dec = getattr(s, "decode", None)
/third_party/python/Lib/unittest/test/testmock/
H A Dtestmagicmethods.py254 getattr(mock, '__bool__').return_value = False
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c767 res = CALL_REPARSE_PLUGIN(ni, getattr, stbuf); in ntfs_fuse_getstat()
1285 res = CALL_REPARSE_PLUGIN(ni, getattr, &st); in ntfs_fuse_filler()
2757 res = CALL_REPARSE_PLUGIN(ni, getattr, &st); in ntfs_fuse_rm()
4180 .getattr = junction_getstat,
4184 .getattr = wsl_getstat,
4244 .getattr = ntfs_fuse_getattr,
/kernel/linux/linux-5.10/fs/ceph/
H A Dinode.c26 * Implement basic inode helpers (get, alloc) and inode ops (getattr,
109 .getattr = ceph_getattr,
2027 .getattr = ceph_getattr,
2279 * do a getattr against an mds.
2307 req->r_args.getattr.mask = cpu_to_le32(mask); in __ceph_do_getattr()
2378 /* Skip the getattr altogether if we're asked not to sync */ in ceph_getattr()
/kernel/linux/linux-6.6/fs/ceph/
H A Dinode.c28 * Implement basic inode helpers (get, alloc) and inode ops (getattr,
231 .getattr = ceph_getattr,
2272 .getattr = ceph_getattr,
2279 .getattr = ceph_encrypted_symlink_getattr,
2784 * get the 'x' caps. And if we send the getattr requests to in ceph_try_to_choose_auth_mds()
2808 * do a getattr against an mds.
2836 req->r_args.getattr.mask = cpu_to_le32(mask); in __ceph_do_getattr()
2972 /* Skip the getattr altogether if we're asked not to sync */ in ceph_getattr()
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dinode.c352 .getattr = hfsplus_getattr,
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dinode_remote.c62 /* get_remote_inode_info - fill hmdfs_lookup_ret by info from remote getattr
94 hmdfs_debug("remote getattr failed with flag %x", in get_remote_inode_info()
180 * we need to use remote getattr. in hmdfs_lookup_by_con()
200 * If lookup from cache file failed, use getattr to see in hmdfs_lookup_by_con()
206 /* If cache file expired, use getattr directly in hmdfs_lookup_by_con()
994 .getattr = hmdfs_get_cached_attr_remote,
/kernel/linux/linux-5.10/fs/ext4/
H A Dfile.c937 .getattr = ext4_file_getattr,
/kernel/linux/linux-5.10/fs/fat/
H A Dnamei_vfat.c1035 .getattr = fat_getattr,
/kernel/linux/linux-5.10/fs/coda/
H A Dupcall.c99 insize = SIZE(getattr); in venus_getattr()
/kernel/linux/linux-5.10/fs/proc/
H A Dgeneric.c367 .getattr = proc_getattr,
/kernel/linux/linux-5.10/fs/minix/
H A Dinode.c455 .getattr = minix_getattr,

Completed in 55 milliseconds

1...<<21222324252627282930>>...32