Home
last modified time | relevance | path

Searched refs:getattr (Results 501 - 525 of 829) sorted by relevance

1...<<21222324252627282930>>...34

/kernel/linux/linux-6.6/fs/ceph/
H A Ddir.c22 * specific inode (e.g., a getattr due to fstat(2)), or as a path
834 req->r_args.getattr.mask = cpu_to_le32(mask); in ceph_lookup()
1934 req->r_args.getattr.mask = cpu_to_le32(mask); in ceph_d_revalidate()
2154 .getattr = ceph_getattr,
2173 .getattr = ceph_getattr,
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py99 if getattr(device, "callback_method", None):
325 value = getattr(self, key, None)
554 state = getattr(self, ConfigConst.recover_state, default_state)
756 getattr(sys, ConfigConst.env_pool_cache, False)) \
/third_party/python/Tools/c-analyzer/c_parser/
H A Dinfo.py340 value = getattr(self, column)
367 kind = getattr(decl, 'kind', None)
558 args = [f'{n}={getattr(self, n)!r}'
674 value = getattr(self, column, None)
676 value = getattr(self, colname, None)
/third_party/python/Lib/idlelib/
H A Dpyshell.py266 if not getattr(self.root, "breakpoint_error_displayed", False):
726 msg = getattr(value, 'msg', '') or value or "<no detail available>"
727 lineno = getattr(value, 'lineno', '') or 1
728 offset = getattr(value, 'offset', '') or 0
/third_party/python/Lib/
H A D_pyio.py1564 flags |= getattr(os, 'O_BINARY', 0)
1566 noinherit_flag = (getattr(os, 'O_NOINHERIT', 0) or
1567 getattr(os, 'O_CLOEXEC', 0))
1597 self._blksize = getattr(fdfstat, 'st_blksize', 0)
/third_party/python/Lib/http/
H A Dcookiejar.py834 attr = getattr(self, name)
962 fn = getattr(self, fn_name)
1109 fn = getattr(self, fn_name)
1588 rfc2109_as_ns = getattr(self._policy, 'rfc2109_as_netscape', None)
/third_party/python/Lib/test/
H A Dstring_tests.py65 realresult = getattr(obj, methodname)(*args, **kwargs)
80 realresult = getattr(obj, methodname)(*args)
88 getattr(obj, methodname)(*args)
97 getattr(obj, methodname)(*args)
H A Dtest_concurrent_futures.py315 context=getattr(self, "ctx", "")))
343 context=getattr(self, "ctx", "")))
396 context=getattr(self, 'ctx', None)))
414 if getattr(self, 'ctx', None):
H A Dtest_sys.py690 self.assertEqual(type(getattr(sys.flags, attr)), attr_type, attr)
825 ' std = getattr(sys, name)',
1107 marker = getattr(os, '__file__', None)
1236 self.assertEqual(getattr(hook_args, attr),
1237 getattr(expected, attr),
H A Dtest_urlparse.py895 getattr(result, attr).endswith("#" + expected_frag))
901 getattr(result, attr).endswith(expected_frag))
1175 object = getattr(urllib.parse, name)
1176 if getattr(object, '__module__', None) == 'urllib.parse':
/third_party/python/Lib/asyncio/
H A Dbase_events.py72 if isinstance(getattr(cb, '__self__', None), tasks.Task):
923 if 'b' not in getattr(file, 'mode', 'b'):
1178 mode = getattr(transport, '_sendfile_compatible',
1246 if not getattr(transport, '_start_tls_compatible', False):
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c492 struct rpc_call_fs getattr; in nfs_bind() local
638 getattr.fs.fsroot.length = txdr_unsigned(nmp->nm_fhsize); in nfs_bind()
639 (void)memcpy_s(&getattr.fs.fsroot.handle, sizeof(nfsfh_t), &nmp->nm_fh, sizeof(nfsfh_t)); in nfs_bind()
642 (void *)&getattr, /* sizeof(struct FS3args) */ in nfs_bind()
643 (sizeof(getattr.fs.fsroot.length) + nmp->nm_fhsize), in nfs_bind()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dninja.py2004 generator_additional_non_configuration_keys = getattr(
2007 generator_additional_path_sections = getattr(
2011 generator_extra_sources_for_rules = getattr(
2027 generator_additional_non_configuration_keys = getattr(
2030 generator_additional_path_sections = getattr(
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py2001 generator_additional_non_configuration_keys = getattr(
2004 generator_additional_path_sections = getattr(
2008 generator_extra_sources_for_rules = getattr(
2024 generator_additional_non_configuration_keys = getattr(
2027 generator_additional_path_sections = getattr(
/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py2560 Task = getattr(tasks, '_CTask', None)
2561 Future = getattr(futures, '_CFuture', None)
2591 Task = getattr(tasks, '_CTask', None)
2592 Future = getattr(futures, '_CFuture', None)
2600 Task = getattr(tasks, '_CTask', None)
2609 Future = getattr(futures, '_CFuture', None)
2617 Task = getattr(tasks, '_CTask', None)
2626 Future = getattr(futures, '_CFuture', None)
2839 return getattr(tasks, '_CTask')(coro, loop=self.loop)
/kernel/linux/linux-5.10/fs/kernfs/
H A Dinode.c29 .getattr = kernfs_iop_getattr,
/kernel/linux/linux-5.10/fs/exfat/
H A Dfile.c378 .getattr = exfat_getattr,
/kernel/linux/linux-5.10/fs/fat/
H A Dfile.c562 .getattr = fat_getattr,
/kernel/linux/linux-5.10/fs/coda/
H A Ddir.c578 .getattr = coda_getattr,
/kernel/linux/linux-5.10/fs/ocfs2/dlmfs/
H A Ddlmfs.c547 .getattr = simple_getattr,
/kernel/linux/linux-5.10/fs/orangefs/
H A Dnamei.c438 .getattr = orangefs_getattr,
/kernel/linux/linux-5.10/fs/sysv/
H A Dinode.c149 .getattr = sysv_getattr,
/kernel/linux/linux-5.10/fs/vboxsf/
H A Ddir.c479 .getattr = vboxsf_getattr,
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dinode_cloud.c448 .getattr = hmdfs_get_cached_attr_cloud,
/kernel/linux/linux-6.6/fs/fat/
H A Dfile.c576 .getattr = fat_getattr,

Completed in 46 milliseconds

1...<<21222324252627282930>>...34