HomeSort by relevance Sort by last modified time
    Searched refs:closing (Results 26 - 50 of 303) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponseParser.java 424 private ImapList parseList(char opening, char closing)
428 parseElements(list, closing);
429 expect(closing);
  /system/core/adb/
test_adb.py 167 with contextlib.closing(
182 with contextlib.closing(accepted_connection) as conn:
189 with contextlib.closing(conn.makefile()) as f:
197 # real emulator because it just calls exit() without closing
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.cc 413 bool closing = (engine->state_ != state_ && local
415 bool flushing = closing || (engine->engine_entered_ == 0);
423 if (closing) {
  /libcore/ojluni/src/main/java/java/io/
PrintStream.java 353 private boolean closing = false; /* To avoid recursive closing */ field in class:PrintStream
367 * Closes the stream. This is done by flushing the stream and then closing
374 if (! closing) {
375 closing = true;
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
select_reactor.hpp 96 per_descriptor_data&, bool closing);
  /external/python/cpython2/Lib/test/
test_ssl.py 23 from contextlib import closing
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(ssl.wrap_socket(s)) as ss
    [all...]
test_signal.py 3 from contextlib import closing
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):
  /build/soong/android/
expand.go 51 // Scan to closing brace
  /external/autotest/server/brillo/
audio_utils.py 248 with contextlib.closing(wave.open(reference_audio_filename,
250 with contextlib.closing(wave.open(test_audio_filename,
  /external/autotest/server/hosts/
factory.py 4 from contextlib import closing
119 with closing(connectivity_class(hostname, **args)) as host:
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 253 mInputView.closing();
261 mInputView.closing();
639 mInputView.closing();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_signal.py 3 from contextlib import closing
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):
test_contextlib.py 233 with closing(x) as y:
245 with closing(x) as y:
  /external/chromium-trace/catapult/devil/devil/android/
ports.py 160 with contextlib.closing(httplib.HTTPConnection(
  /external/fio/
file.h 171 FILE_FLAG_FNS(closing); variable
  /external/libmojo/third_party/catapult/devil/devil/android/
ports.py 160 with contextlib.closing(httplib.HTTPConnection(
  /external/libnl/lib/idiag/
idiag.c 96 __ADD(IDIAG_SS_CLOSING, closing)
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 352 mInputViewManager.closing();
728 mInputViewManager.closing();
753 mInputViewManager.closing();
764 mInputViewManager.closing();
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_signal.py 3 from contextlib import closing
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):
test_contextlib.py 233 with closing(x) as y:
245 with closing(x) as y:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_signal.py 3 from contextlib import closing
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):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py 3 from contextlib import closing
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):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_signal.py 3 from contextlib import closing
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):
  /system/core/adb/client/
usb_libusb.cpp 98 closing(false),
114 if (closing) {
117 closing = true;
138 std::atomic<bool> closing; member in struct:libusb::usb_handle
  /compatibility/cdd/8_performance-and-power/
8_3_power-saving-modes.md 37 * [C-1-1] MUST only enter these states when closing a lid that is physically

Completed in 459 milliseconds

12 3 4 5 6 7 8 91011>>