Home
last modified time | relevance | path

Searched refs:getattr (Results 201 - 225 of 831) sorted by relevance

12345678910>>...34

/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddmlib_lite.py196 device_log_file = getattr(sys, "device_log_file", "")
245 if not getattr(exception, "error_no", ""):
251 if not getattr(exception, "error_no", ""):
/third_party/python/Lib/test/
H A Dtest_module.py40 getattr, foo, "not_here")
48 getattr, foo, "not_here")
288 self.assertRaises(RuntimeError, getattr, M("mymod"), "melon")
/third_party/python/Lib/email/
H A Dgenerator.py198 meth = getattr(msg, '_write_headers', None)
213 meth = getattr(self, '_handle_' + specific, None)
216 meth = getattr(self, '_handle_' + generic, None)
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dtest_case.py288 test_funcs.append((test_name, getattr(self, test_name)))
354 if hasattr(self, "tests") and isinstance(getattr(self, "tests", None), list):
683 self.exec_one_testcase(test_name, getattr(self, test_name))
703 self.exec_one_testcase(cat_log_step, getattr(self, cat_log_step))
705 self.exec_one_testcase(reset_test, getattr(self, reset_test))
733 if not hasattr(_ad, "device_id") or not getattr(_ad, "device_id"):
1162 if args and getattr(args[0], "__module__", None):
1166 _device = getattr(_ad, "_device", None)
1168 dev_alias = getattr(_device, "device_id", "")
1171 dev_sn = getattr(_a
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/memfd/
H A Dfuse_mnt.c102 .getattr = memfd_getattr,
/kernel/linux/linux-5.10/fs/nfs/
H A Dsymlink.c83 .getattr = nfs_getattr,
/kernel/linux/linux-5.10/fs/orangefs/
H A Ddowncall.h112 struct orangefs_getattr_response getattr; member
/kernel/linux/linux-6.6/fs/nfs/
H A Dsymlink.c83 .getattr = nfs_getattr,
/kernel/linux/linux-6.6/fs/orangefs/
H A Ddowncall.h112 struct orangefs_getattr_response getattr; member
/kernel/linux/linux-6.6/tools/testing/selftests/memfd/
H A Dfuse_mnt.c102 .getattr = memfd_getattr,
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dcenter.py43 result = getattr(param, attr, None)
/third_party/curl/tests/
H A Dutil.py52 setStream = getattr(super(ClosingFileHandler, self), 'setStream', None)
/third_party/benchmark/bindings/python/google_benchmark/
H A D__init__.py138 getattr(benchmark, name)(*args, **kwargs)
/third_party/jinja2/
H A Dvisitor.py33 return getattr(self, f"visit_{type(node).__name__}", None)
/third_party/node/deps/v8/third_party/jinja2/
H A Dvisitor.py26 return getattr(self, method, None)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dvisitor.py32 return getattr(self, method, None)
/third_party/ntfs-3g/include/ntfs-3g/
H A Dplugin.h59 int (*getattr)(ntfs_inode *ni, const REPARSE_POINT *reparse, member
/third_party/libfuse/test/
H A Drelease_unlink_race.c100 .getattr = xmp_getattr,
/third_party/python/Tools/scripts/
H A Dfind_recursionlimit.py58 return getattr(self, attr)
/third_party/python/Lib/asyncio/
H A Dcoroutines.py24 getattr(func, '_is_coroutine', None) is _is_coroutine)
/third_party/python/Lib/
H A Dcodeop.py38 _features = [getattr(__future__, fname)
/third_party/python/Lib/importlib/resources/
H A D_common.py36 reader = getattr(spec.loader, 'get_resource_reader', None) # type: ignore
/third_party/skia/third_party/externals/jinja2/
H A Dvisitor.py26 return getattr(self, method, None)
/third_party/python/Lib/tkinter/
H A Dscrolledtext.py39 setattr(self, m, getattr(self.frame, m))
/third_party/skia/tools/skpbench/
H A Dskiaperf.py83 getattr(match, result)

Completed in 10 milliseconds

12345678910>>...34