Home
last modified time | relevance | path

Searched refs:contextmanager (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/external/python/cpython2/Lib/test/
Dtest_contextlib.py18 @contextmanager
31 @contextmanager
47 @contextmanager
56 @contextmanager
70 @contextmanager
92 @contextmanager
111 @contextmanager
122 @contextmanager
125 @contextmanager
128 @contextmanager
[all …]
/external/python/setuptools/setuptools/tests/
Dcontexts.py12 @contextlib.contextmanager
24 @contextlib.contextmanager
52 @contextlib.contextmanager
72 @contextlib.contextmanager
81 @contextlib.contextmanager
93 @contextlib.contextmanager
/external/chromium-trace/catapult/devil/devil/android/tools/
Dsystem_app.py48 @contextlib.contextmanager
76 @contextlib.contextmanager
112 @contextlib.contextmanager
138 @contextlib.contextmanager
176 @contextlib.contextmanager
188 @contextlib.contextmanager
/external/yapf/yapftests/
Dutils.py24 @contextlib.contextmanager
44 @contextlib.contextmanager
74 @contextlib.contextmanager
Dmain_test.py17 from contextlib import contextmanager
55 @contextmanager
66 @contextmanager
/external/autotest/client/cros/chameleon/
Dchameleon_measurer_base.py7 from contextlib import contextmanager
24 @contextmanager
66 @contextmanager
/external/python/cpython3/Lib/test/
Dtest_contextlib.py61 @contextmanager
74 @contextmanager
90 @contextmanager
99 @contextmanager
113 @contextmanager
130 @contextmanager
165 @contextmanager
194 @contextmanager
217 @contextmanager
227 @contextmanager
[all …]
/external/tensorflow/tensorflow/python/util/
Dtf_contextlib_test.py28 @tf_contextlib.contextmanager
35 @tf_contextlib.contextmanager
40 @tf_contextlib.contextmanager
Dtf_contextlib.py25 def contextmanager(target): function
35 context_manager = _contextlib.contextmanager(target)
/external/python/setuptools/setuptools/
Dsandbox.py48 @contextlib.contextmanager
59 @contextlib.contextmanager
68 @contextlib.contextmanager
85 @contextlib.contextmanager
144 @contextlib.contextmanager
174 @contextlib.contextmanager
183 @contextlib.contextmanager
/external/chromium-trace/catapult/devil/devil/utils/
Dsignal_handler.py9 @contextlib.contextmanager
26 @contextlib.contextmanager
/external/libcxx/utils/libcxx/
Dutil.py10 from contextlib import contextmanager
49 @contextmanager
59 @contextmanager
67 @contextmanager
/external/autotest/site_utils/lxc/
Dlxc_config_unittest.py11 from contextlib import contextmanager
145 @contextmanager
155 @contextmanager
Dunittest_http.py4 from contextlib import contextmanager
20 @contextmanager
/external/tensorflow/tensorflow/contrib/slim/python/slim/
Dqueues.py25 from contextlib import contextmanager
43 @contextmanager
/external/python/apitools/apitools/gen/
Dtest_utils.py35 @contextlib.contextmanager
50 @contextlib.contextmanager
/external/autotest/server/cros/
Dtradefed_utils.py18 @contextlib.contextmanager
64 @contextlib.contextmanager
99 @contextlib.contextmanager
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/
Dtest_control.py71 @contextlib.contextmanager
90 @contextlib.contextmanager
/external/python/cpython2/Lib/
Dcontextlib.py54 def contextmanager(func): function
88 @contextmanager
/external/autotest/contrib/
Dbackfill_tko_task_references.py54 @contextlib.contextmanager
65 @contextlib.contextmanager
75 @contextlib.contextmanager
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter_testing.py47 @contextlib.contextmanager
57 @contextlib.contextmanager
93 @contextlib.contextmanager
/external/scapy/test/tls/
Dtravis_test_server.py18 from contextlib import contextmanager
30 @contextmanager
/external/python/cpython2/Doc/library/
Dcontextlib.rst21 .. function:: contextmanager(func)
34 from contextlib import contextmanager
36 @contextmanager
120 from contextlib import contextmanager
122 @contextmanager
/external/autotest/client/site_tests/power_SuspendToIdle/
Dpower_SuspendToIdle.py7 from contextlib import contextmanager
21 @contextmanager
/external/autotest/venv/lucifer/
Dleasing_unittest.py165 @contextlib.contextmanager
194 @contextlib.contextmanager
218 @contextlib.contextmanager

12345678910>>...12