Searched refs:check_module (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_pep247.py21 def check_module(self, module, key=None): member in class:Pep247Test
62 self.check_module(md5)
65 self.check_module(sha)
68 self.check_module(hmac, key='abc')
/external/toybox/toys/other/
H A Dmodinfo.c75 static int check_module(struct dirtree *new) function
117 dirtree_read(toybuf, check_module);
/external/elfutils/libdwfl/
H A Dderelocate.c287 check_module (Dwfl_Module *mod) function
370 if (unlikely (check_module (mod)))
397 if (check_module (mod))
/external/python/cpython2/Lib/distutils/command/
H A Dbuild_py.py211 def check_module(self, module, module_file): member in class:build_py
278 if not self.check_module(module, module_file):
/external/python/cpython3/Lib/distutils/command/
H A Dbuild_py.py210 def check_module(self, module, module_file): member in class:build_py
277 if not self.check_module(module, module_file):

Completed in 178 milliseconds