HomeSort by relevance Sort by last modified time
    Searched refs:closing (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/skia/tools/
retrieve_from_googlesource.py 11 from contextlib import closing namespace
29 with closing(urllib2.urlopen(base64_url)) as f:
  /external/skia/tools/
retrieve_from_googlesource.py 11 from contextlib import closing namespace
29 with closing(urllib2.urlopen(base64_url)) as f:
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
InputViewManager.java 65 public void closing(); method in interface:InputViewManager
OpenWnnEN.java 352 mInputViewManager.closing();
728 mInputViewManager.closing();
753 mInputViewManager.closing();
764 mInputViewManager.closing();
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 109 goto closing;
120 goto closing;
129 goto closing;
149 goto closing;
158 goto closing;
194 closing:
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 57 CLOSING("closing", StateClass.closing),
64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass
112 case CLOSING:
142 case CLOSING:
143 return CLOSING;
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;
    [all...]
  /external/chromium_org/third_party/skia/tools/pyutils/
url_utils.py 61 with contextlib.closing(urllib.urlopen(source_url)) as source_handle:
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 521 /** Parse a comment string cursor is at a ". Leave cursor at closing "
523 * closing quote.
548 * closing brace.
  /external/skia/tools/pyutils/
url_utils.py 61 with contextlib.closing(urllib.urlopen(source_url)) as source_handle:
  /frameworks/webview/chromium/tools/
jar_check.py 43 with contextlib.closing(zipfile.ZipFile(jar_path)) as jar:
  /external/chromium_org/chrome/browser/extensions/
extension_infobar_delegate.h 54 bool closing() const { return closing_; } function in class:ExtensionInfoBarDelegate
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_view.h 103 @property(assign, nonatomic, getter=isClosing) BOOL closing; variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
132 class closing(object): class in inherits:object
137 with closing(<module>.open(<arguments>)) as f:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
132 class closing(object): class in inherits:object
137 with closing(<module>.open(<arguments>)) as f:
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 53 void set_closing(bool closing) { closing_ = closing; }
54 bool closing() const { return closing_; } function in class:Tab
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java 424 private ImapList parseList(char opening, char closing)
428 parseElements(list, closing);
429 expect(closing);
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.css 168 span.hint.closing {
186 .collapsible.closing {
226 .closing .extra {
print_preview_animations.js 42 el.classList.remove('closing');
72 el.classList.add('closing');
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 430 bool closing = (engine->state_ != state_ && local
432 bool flushing = closing || (engine->engine_entered_ == 0);
440 if (closing) {
  /external/fio/
file.h 148 FILE_FLAG_FNS(closing); variable
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 253 mInputView.closing();
261 mInputView.closing();
639 mInputView.closing();
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hixie75.py 58 enable_closing_handshake: to let StreamHixie75 perform closing
94 'Requested send_message after sending out a closing handshake')
129 'Requested receive_message after receiving a closing '
154 'Received ack for server-initiated closing '
159 'Received client-initiated closing handshake')
163 'Sent ack for client-initiated closing handshake')
179 'Closing handshake is not supported in Hixie 75 protocol')
186 # start of the closing handshake.
193 ConnectionTerminatedException: when closing handshake was
208 self._logger.debug('Sent server-initiated closing handshake'
    [all...]
  /external/chromium_org/build/android/pylib/
ports.py 96 # socket and closing it would leave it in the TIME_WAIT state. Setting
97 # SO_LINGER on it and then closing it makes the Python HTTP server crash.
158 with contextlib.closing(httplib.HTTPConnection(
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
_stream_hixie75.py 59 enable_closing_handshake: to let StreamHixie75 perform closing
95 'Requested send_message after sending out a closing handshake')
130 'Requested receive_message after receiving a closing '
155 'Received ack for server-initiated closing '
160 'Received client-initiated closing handshake')
164 'Sent ack for client-initiated closing handshake')
180 'Closing handshake is not supported in Hixie 75 protocol')
187 # start of the closing handshake.
194 ConnectionTerminatedException: when closing handshake was
209 self._logger.debug('Sent server-initiated closing handshake'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py 3 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):

Completed in 1393 milliseconds

1 2 3 4 5 6