Home
last modified time | relevance | path

Searched refs:getattr (Results 701 - 725 of 834) sorted by relevance

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

/kernel/linux/linux-6.6/mm/
H A Dshmem.c3749 .getattr = shmem_getattr,
3758 .getattr = shmem_getattr,
4495 .getattr = shmem_getattr,
4507 .getattr = shmem_getattr,
4532 .getattr = shmem_getattr,
/third_party/python/Tools/clinic/
H A Dclinic.py112 if getattr(clinic, 'block_parser', None) and (line_number is None):
398 Ensures that the string found at getattr(self, attr)
423 line = getattr(self, attr)
4054 self.directives[key] = getattr(self, name)
4059 self.directives['@' + key] = getattr(self, name)
5242 callable = getattr(cls, attribute, None)
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp543 LOGD("getattr, %s", GetAnonyString(CloudPath(data, ino)).c_str()); in CloudGetAttr()
1445 .getattr = CloudDisk::FuseOperations::GetAttr,
1468 .getattr = CloudGetAttr,
/kernel/linux/linux-5.10/fs/proc/
H A Dproc_sysctl.c869 .getattr = proc_sys_getattr,
876 .getattr = proc_sys_getattr,
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Ddevice_node.c1335 HMDFS_CMD_ATTR(getattr, F_GETATTR);
1351 ATTR_LIST(getattr), ATTR_LIST(fsync),
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_if.h2898 struct ionic_dev_getattr_cmd getattr; member
2937 struct ionic_dev_getattr_comp getattr; member
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Ddevice_node.c1336 HMDFS_CMD_ATTR(getattr, F_GETATTR);
1352 ATTR_LIST(getattr), ATTR_LIST(fsync),
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_sysctl.c882 .getattr = proc_sys_getattr,
889 .getattr = proc_sys_getattr,
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsfs.c1143 .getattr = cifs_getattr,
1160 .getattr = cifs_getattr,
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py229 if getattr(device, 'common_kits', None):
344 os_version = getattr(device, "device_props", {}).get("OsFullName", "")
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c515 if (req->f->op.getattr) in do_getattr()
516 req->f->op.getattr(req, nodeid, NULL); in do_getattr()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_ssl.py105 if family == getattr(socket, "AF_UNIX", None):
1618 return getattr(self.__sock, name)
/third_party/python/Lib/test/
H A Dtest_ftplib.py141 method = getattr(self, 'cmd_' + cmd)
384 if getattr(self, '_ccc', False) is False:
H A Dtest_httpservers.py1347 module_object = getattr(server, name)
1348 if getattr(module_object, '__module__', None) == 'http.server':
H A Dtest_bigmem.py596 meth = getattr(type(self), name)
606 getattr(type(self), name).memuse = memuse
H A Dtest_urllib2.py1186 method = getattr(h, "http_error_%s" % code)
1830 self.assertEqual(getattr(x, "__notes__", ()), ())
H A Dtest_smtplib.py870 self.auth_object = getattr(self, auth_object_name)
1213 resp = smtp.auth(mechanism, getattr(smtp, method))
H A D_test_multiprocessing.py127 HAVE_GETVALUE = not getattr(_multiprocessing,
748 old_stream = getattr(sys, stream_name)
766 old_stream = getattr(sys, stream_name)
5630 o = getattr(self.manager, lname)()
5641 o = getattr(self.manager, lname)()
5649 o = getattr(self.manager, sname)()
5695 o = getattr(self.manager, qname)(2)
H A Dtest_math.py1706 func = getattr(math, fn)
1740 func = getattr(math, fn)
2110 self.assertFalse(getattr(y, "converted", False))
H A Dtest_ast.py28 result.append(to_tuple(getattr(t, f)))
284 value = getattr(ast_node, name)
1225 self.assertIsNone(getattr(node, 'lineno', None))
/third_party/python/Lib/unittest/test/
H A Dtest_case.py1640 self.assertEqual(getattr(rec, k), v)
1842 getattr(self, deprecated_name) # remove these in 3.x
H A Dtest_result.py875 addFunction = getattr(result, add_attr)
879 result_list = getattr(result, message_attr)
/third_party/python/Objects/
H A Ddescrobject.c631 return Py_BuildValue("N(OO)", _PyEval_GetBuiltin(&_Py_ID(getattr)), in descr_reduce()
1338 return Py_BuildValue("N(OO)", _PyEval_GetBuiltin(&_Py_ID(getattr)), in wrapper_reduce()
/third_party/python/Lib/test/test_import/
H A D__init__.py392 if e.errno not in (getattr(errno, 'EOVERFLOW', None),
393 getattr(errno, 'EINVAL', None)):
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_test.py888 getattr(msg, attribute)
1422 self.assertRaises(AttributeError, getattr, msg, 'Extensions')
1603 self.assertRaises(AttributeError, getattr, base, '_extensions_by_name')

Completed in 74 milliseconds

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