/kernel/linux/linux-6.6/mm/ |
H A D | shmem.c | 3749 .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 D | clinic.py | 112 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 D | fuse_manager.cpp | 543 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 D | proc_sysctl.c | 869 .getattr = proc_sys_getattr, 876 .getattr = proc_sys_getattr,
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | device_node.c | 1335 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 D | ionic_if.h | 2898 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 D | device_node.c | 1336 HMDFS_CMD_ATTR(getattr, F_GETATTR); 1352 ATTR_LIST(getattr), ATTR_LIST(fsync),
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | proc_sysctl.c | 882 .getattr = proc_sys_getattr, 889 .getattr = proc_sys_getattr,
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsfs.c | 1143 .getattr = cifs_getattr, 1160 .getattr = cifs_getattr,
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 229 if getattr(device, 'common_kits', None): 344 os_version = getattr(device, "device_props", {}).get("OsFullName", "")
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 515 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 D | test_ssl.py | 105 if family == getattr(socket, "AF_UNIX", None): 1618 return getattr(self.__sock, name)
|
/third_party/python/Lib/test/ |
H A D | test_ftplib.py | 141 method = getattr(self, 'cmd_' + cmd) 384 if getattr(self, '_ccc', False) is False:
|
H A D | test_httpservers.py | 1347 module_object = getattr(server, name) 1348 if getattr(module_object, '__module__', None) == 'http.server':
|
H A D | test_bigmem.py | 596 meth = getattr(type(self), name) 606 getattr(type(self), name).memuse = memuse
|
H A D | test_urllib2.py | 1186 method = getattr(h, "http_error_%s" % code) 1830 self.assertEqual(getattr(x, "__notes__", ()), ())
|
H A D | test_smtplib.py | 870 self.auth_object = getattr(self, auth_object_name) 1213 resp = smtp.auth(mechanism, getattr(smtp, method))
|
H A D | _test_multiprocessing.py | 127 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 D | test_math.py | 1706 func = getattr(math, fn) 1740 func = getattr(math, fn) 2110 self.assertFalse(getattr(y, "converted", False))
|
H A D | test_ast.py | 28 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 D | test_case.py | 1640 self.assertEqual(getattr(rec, k), v) 1842 getattr(self, deprecated_name) # remove these in 3.x
|
H A D | test_result.py | 875 addFunction = getattr(result, add_attr) 879 result_list = getattr(result, message_attr)
|
/third_party/python/Objects/ |
H A D | descrobject.c | 631 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__.py | 392 if e.errno not in (getattr(errno, 'EOVERFLOW', None), 393 getattr(errno, 'EINVAL', None)):
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | message_test.py | 888 getattr(msg, attribute) 1422 self.assertRaises(AttributeError, getattr, msg, 'Extensions') 1603 self.assertRaises(AttributeError, getattr, base, '_extensions_by_name')
|