| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | xmethods.py | 150 def match(self, class_type, method_name): argument 153 method = self._method_dict.get(method_name) 267 def match(self, class_type, method_name): argument 270 method = self._method_dict.get(method_name) 311 def match(self, class_type, method_name): argument 314 method = self._method_dict.get(method_name) 392 def match(self, class_type, method_name): argument 395 method = self._method_dict.get(method_name) 507 def match(self, class_type, method_name): argument 510 method = self._method_dict.get(method_name) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | xmethods.py | 150 def match(self, class_type, method_name): argument 153 method = self._method_dict.get(method_name) 267 def match(self, class_type, method_name): argument 270 method = self._method_dict.get(method_name) 311 def match(self, class_type, method_name): argument 314 method = self._method_dict.get(method_name) 392 def match(self, class_type, method_name): argument 395 method = self._method_dict.get(method_name) 507 def match(self, class_type, method_name): argument 510 method = self._method_dict.get(method_name) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | selftest.py | 24 method_name = "test_unconditional_pass" 32 found_method = search_method(test_module, method_name) 33 self.assertTrue(method_name, msg="Can't find %s method" % method_name)
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | intel-hid.c | 150 char *method_name; in intel_hid_execute_method() local 156 method_name = (char *)intel_hid_dsm_fn_to_method[fn_index]; in intel_hid_execute_method() 172 fn_index, method_name); in intel_hid_execute_method() 178 status = acpi_execute_simple_method(handle, method_name, arg); in intel_hid_execute_method() 191 char *method_name; in intel_hid_evaluate_method() local 197 method_name = (char *)intel_hid_dsm_fn_to_method[fn_index]; in intel_hid_evaluate_method() 209 fn_index, method_name, *result); in intel_hid_evaluate_method() 215 status = acpi_evaluate_integer(handle, method_name, NULL, result); in intel_hid_evaluate_method()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/ |
| H A D | xmethod.py | 82 def match(self, class_type, method_name): argument 204 def match(self, class_type, method_name): argument 206 mm = re.match(self._method_matcher, method_name)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/ |
| H A D | xmethod.py | 82 def match(self, class_type, method_name): argument 204 def match(self, class_type, method_name): argument 206 mm = re.match(self._method_matcher, method_name)
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | achware.h | 61 void acpi_hw_execute_sleep_method(char *method_name, u32 integer_argument);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/ |
| H A D | 0002-Support-transformation-between-D-Bus-errors-and-exce.patch | 181 logger.exception("Exception while handling %s.%s()", interface_name, method_name)
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | osd_client.h | 112 const char *method_name; member
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | debugfs.c | 228 op->cls.method_name); in dump_request()
|
| H A D | osd_client.c | 820 op->cls.method_name = method; in osd_req_op_cls_init()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | __init__.py | 754 def get_srcrev(d, method_name='sortable_revision'): argument 785 …autoinc, rev = getattr(urldata[scms[0]].method, method_name)(urldata[scms[0]], d, urldata[scms[0]]… 806 autoinc, rev = getattr(ud.method, method_name)(ud, d, name)
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | rbd.c | 4644 const char *method_name, in rbd_obj_method_sync() argument 4680 ret = ceph_osdc_call(osdc, oid, oloc, RBD_DRV_NAME, method_name, in rbd_obj_method_sync()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | stabs.info | 2508 method_name(Ameth)::type_def(21)=type_desc(method)return_type(int);
|
| H A D | gdb.info | 25576 -- Function: XMethodMatcher.match (self, class_type, method_name) 25656 def get_worker(self, method_name): 25657 if method_name == 'geta': 25665 def get_worker(self, method_name): 25666 if method_name == 'operator+': 25676 def match(self, class_type, method_name): 25682 worker = method.get_worker(method_name) 25788 def match(self, class_type, method_name): 25791 method_name == 'footprint'):
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | stabs.info | 2508 method_name(Ameth)::type_def(21)=type_desc(method)return_type(int);
|
| H A D | gdb.info | 25576 -- Function: XMethodMatcher.match (self, class_type, method_name) 25656 def get_worker(self, method_name): 25657 if method_name == 'geta': 25665 def get_worker(self, method_name): 25666 if method_name == 'operator+': 25676 def match(self, class_type, method_name): 25682 worker = method.get_worker(method_name) 25788 def match(self, class_type, method_name): 25791 method_name == 'footprint'):
|