Searched defs:closing (Results 1 - 25 of 29) sorted by relevance

12

/external/skia/tools/
H A Dretrieve_from_googlesource.py11 from contextlib import closing namespace
29 with closing(urllib2.urlopen(base64_url)) as f:
/external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/
H A Dvideo_ChromeRTCHWDecodeUsed.py5 from contextlib import closing namespace
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/
H A Dvideo_VideoEncodeAccelerator.py15 from contextlib import closing namespace
/external/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/
H A Dvideo_ChromeRTCHWEncodeUsed.py5 from contextlib import closing namespace
/external/autotest/server/hosts/
H A Dfactory.py4 from contextlib import closing namespace
77 with closing(connectivity_class(hostname, **args)) as host:
/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/autotest/client/site_tests/video_VDAPerf/
H A Dvideo_VDAPerf.py16 from contextlib import closing namespace
/external/autotest/client/site_tests/video_VEAPerf/
H A Dvideo_VEAPerf.py13 from contextlib import closing namespace
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
H A Dvolume.py31 from contextlib import closing namespace
238 with closing(self.server.get_cmdshell()) as cmd:
249 with closing(self.server.get_cmdshell()) as cmd:
259 with closing(self.server.get_cmdshell()) as cmd:
H A Dserver.py35 from contextlib import closing namespace
539 with closing(self.get_cmdshell()) as cmd:
/external/fio/
H A Dfile.h154 FILE_FLAG_FNS(closing); variable
/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/libevent/
H A Devdns.c246 char closing; /* Are we trying to close this port, pending writes? */ member in struct:evdns_server_port
1707 port->closing = 0;
1739 port->closing = 1;
2005 event_assign(&port->event, port->event_base, port->socket, (port->closing?0:EV_READ) | EV_WRITE | EV_PERSIST, server_port_ready_callback, port);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1652 milliseconds

12