Searched refs:check_module (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_pep247.py | 21 def check_module(self, module, key=None): member in Pep247Test 62 self.check_module(md5) 65 self.check_module(sha) 68 self.check_module(hmac, key='abc')
|
/external/toybox/toys/other/ |
D | modinfo.c | 75 static int check_module(struct dirtree *new) in check_module() function 117 dirtree_read(toybuf, check_module); in modinfo_main()
|
/external/elfutils/libdwfl/ |
D | derelocate.c | 287 check_module (Dwfl_Module *mod) in check_module() function 370 if (unlikely (check_module (mod))) in dwfl_module_relocate_address() 397 if (check_module (mod)) in INTDEF()
|
D | ChangeLog | 251 * derelocate.c (check_module): Check mod is not NULL. 2218 (check_module): New function, broken out of ...
|
/external/python/cpython2/Lib/distutils/command/ |
D | build_py.py | 211 def check_module(self, module, module_file): member in build_py 278 if not self.check_module(module, module_file):
|
/external/python/cpython3/Lib/distutils/command/ |
D | build_py.py | 210 def check_module(self, module, module_file): member in build_py 277 if not self.check_module(module, module_file):
|