Searched refs:closing (Results 1 - 25 of 69) sorted by relevance

123

/external/skia/tools/
H A Dretrieve_from_googlesource.py11 from contextlib import closing namespace
29 with closing(urllib2.urlopen(base64_url)) as f:
/external/skqp/tools/
H A Dretrieve_from_googlesource.py11 from contextlib import closing namespace
29 with closing(urllib2.urlopen(base64_url)) as f:
/external/autotest/server/control_segments/
H A Dstage_server_side_package9 from contextlib import closing
22 with closing(hosts.create_host(machine)) as host:
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DRTPjitter.cc115 goto closing;
126 goto closing;
135 goto closing;
158 goto closing;
169 goto closing;
206 closing:
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSState.java57 CLOSING("closing", StateClass.closing),
64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass
198 * Returns true, if this is a closing state.
200 * @return <code>true</code> if closing state, <code>false</code> otherwise
203 return _state == StateClass.closing;
207 * Returns true, if this is a closing state.
/external/nist-sip/java/gov/nist/core/
H A DLexerCore.java521 /** Parse a comment string cursor is at a ". Leave cursor at closing "
523 * closing quote.
548 * closing brace.
/external/python/cpython2/Lib/
H A Dcontextlib.py7 __all__ = ["contextmanager", "nested", "closing"]
132 class closing(object): class in inherits:object
137 with closing(<module>.open(<arguments>)) as f:
H A D_osx_support.py69 with contextlib.closing(fp) as fp:
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmppengineimpl.cc413 bool closing = (engine->state_ != state_ && local
415 bool flushing = closing || (engine->engine_entered_ == 0);
423 if (closing) {
/external/chromium-trace/catapult/devil/devil/android/
H A Dports.py160 with contextlib.closing(httplib.HTTPConnection(
/external/libmojo/third_party/catapult/devil/devil/android/
H A Dports.py160 with contextlib.closing(httplib.HTTPConnection(
/external/parameter-framework/asio/include/asio/detail/
H A Dselect_reactor.hpp96 per_descriptor_data&, bool closing);
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dselect_reactor.hpp96 per_descriptor_data&, bool closing);
/external/python/cpython2/Lib/test/
H A Dtest_signal.py3 from contextlib import closing namespace
153 with closing(os.fdopen(os_done_r)) as done_r, \
154 closing(os.fdopen(os_done_w, 'w')) as done_w:
163 with closing(done_w):
H A Dtest_ssl.py23 from contextlib import closing namespace
330 with closing(ssl.wrap_socket(s)) as ss:
344 with closing(ssl.wrap_socket(s)) as ss:
358 with closing(ssl.wrap_socket(sock, server_side=True, certfile=CERTFILE)) as s:
362 with closing(socket.socket()) as sock:
366 with closing(socket.socket()) as sock:
371 with closing(socket.socket()) as sock:
535 with closing(socket.socket()) as sock:
542 with closing(ssl.wrap_socket(s)) as ss:
551 with closing(ss
[all...]
H A Dtest_contextlib.py241 with closing(x) as y:
253 with closing(x) as y:
/external/autotest/server/brillo/
H A Daudio_utils.py248 with contextlib.closing(wave.open(reference_audio_filename,
250 with contextlib.closing(wave.open(test_audio_filename,
/external/autotest/server/hosts/
H A Dfactory.py4 from contextlib import closing namespace
120 with closing(connectivity_class(hostname, **args)) as host:
/external/fio/
H A Dfile.h171 FILE_FLAG_FNS(closing); variable
/external/libnl/lib/idiag/
H A Didiag.c96 __ADD(IDIAG_SS_CLOSING, closing)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc176 // In case of the end-of-string, a pointer to the closing \0 is returned.
231 // Consume the closing ']'.
256 p = q + 1; // Consume the closing ']'.
/external/autotest/client/site_tests/video_VDAPerf/
H A Dvideo_VDAPerf.py17 from contextlib import closing namespace
/external/autotest/server/cros/chaos_lib/
H A Dstatic_runner.py126 with contextlib.closing(wifi_client.WiFiClient(
/external/python/cpython3/Lib/
H A D_osx_support.py69 with contextlib.closing(fp) as fp:
H A Dcontextlib.py7 __all__ = ["contextmanager", "closing", "AbstractContextManager",
163 class closing(AbstractContextManager): class in inherits:AbstractContextManager
168 with closing(<module>.open(<arguments>)) as f:

Completed in 4409 milliseconds

123