Searched defs:contextlib (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dtest_adb.py24 import contextlib namespace
167 with contextlib.closing(
182 with contextlib.closing(accepted_connection) as conn:
189 with contextlib.closing(conn.makefile()) as f:
H A Dtest_device.py20 import contextlib namespace
266 with contextlib.closing(listener):
278 with contextlib.closing(client):
284 with contextlib.closing(accepted_connection) as server:

Completed in 47 milliseconds