Searched refs:check_context (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_tarfile.py | 3335 def check_context(self, tar, filter): member in TestExtractionFilters 3364 """Check a single file. See check_context.""" 3405 with self.check_context(arc.open(), filter): 3414 with self.check_context(arc.open(), 'fully_trusted'): 3418 with self.check_context(arc.open(), filter): 3443 with self.check_context(arc.open(), 'fully_trusted'): 3456 with self.check_context(arc.open(), 'tar'): 3462 with self.check_context(arc.open(), 'data'): 3470 with self.check_context(arc.open(), 'fully_trusted'): 3472 with self.check_context(ar [all...] |
H A D | _test_multiprocessing.py | 5219 def check_context(self, ctx): member in TestStartMethod 5239 self.check_context(ctx) 5257 self.check_context(multiprocessing)
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | sparse.c | 243 static void check_context(struct entrypoint *ep) in check_context() function 311 check_context(ep); in check_symbols()
|
Completed in 18 milliseconds