Home
last modified time | relevance | path

Searched refs:check_module (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_pep247.py21 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/
Dmodinfo.c75 static int check_module(struct dirtree *new) in check_module() function
117 dirtree_read(toybuf, check_module); in modinfo_main()
/external/elfutils/libdwfl/
Dderelocate.c287 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()
DChangeLog251 * derelocate.c (check_module): Check mod is not NULL.
2218 (check_module): New function, broken out of ...
/external/python/cpython2/Lib/distutils/command/
Dbuild_py.py211 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/
Dbuild_py.py210 def check_module(self, module, module_file): member in build_py
277 if not self.check_module(module, module_file):