/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | dmlib_lite.py | 196 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 D | test_module.py | 40 getattr, foo, "not_here") 48 getattr, foo, "not_here") 288 self.assertRaises(RuntimeError, getattr, M("mymod"), "melon")
|
/third_party/python/Lib/email/ |
H A D | generator.py | 198 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 D | test_case.py | 288 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 D | fuse_mnt.c | 102 .getattr = memfd_getattr,
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | symlink.c | 83 .getattr = nfs_getattr,
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | downcall.h | 112 struct orangefs_getattr_response getattr; member
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | symlink.c | 83 .getattr = nfs_getattr,
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | downcall.h | 112 struct orangefs_getattr_response getattr; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/memfd/ |
H A D | fuse_mnt.c | 102 .getattr = memfd_getattr,
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | center.py | 43 result = getattr(param, attr, None)
|
/third_party/curl/tests/ |
H A D | util.py | 52 setStream = getattr(super(ClosingFileHandler, self), 'setStream', None)
|
/third_party/benchmark/bindings/python/google_benchmark/ |
H A D | __init__.py | 138 getattr(benchmark, name)(*args, **kwargs)
|
/third_party/jinja2/ |
H A D | visitor.py | 33 return getattr(self, f"visit_{type(node).__name__}", None)
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | visitor.py | 26 return getattr(self, method, None)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | visitor.py | 32 return getattr(self, method, None)
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | plugin.h | 59 int (*getattr)(ntfs_inode *ni, const REPARSE_POINT *reparse, member
|
/third_party/libfuse/test/ |
H A D | release_unlink_race.c | 100 .getattr = xmp_getattr,
|
/third_party/python/Tools/scripts/ |
H A D | find_recursionlimit.py | 58 return getattr(self, attr)
|
/third_party/python/Lib/asyncio/ |
H A D | coroutines.py | 24 getattr(func, '_is_coroutine', None) is _is_coroutine)
|
/third_party/python/Lib/ |
H A D | codeop.py | 38 _features = [getattr(__future__, fname)
|
/third_party/python/Lib/importlib/resources/ |
H A D | _common.py | 36 reader = getattr(spec.loader, 'get_resource_reader', None) # type: ignore
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | visitor.py | 26 return getattr(self, method, None)
|
/third_party/python/Lib/tkinter/ |
H A D | scrolledtext.py | 39 setattr(self, m, getattr(self.frame, m))
|
/third_party/skia/tools/skpbench/ |
H A D | skiaperf.py | 83 getattr(match, result)
|