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

1 2 3 4

  /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...]
DefaultSoftKeyboard.java 773 /** @see jp.co.omronsoft.openwnn.InputViewManager#closing */
774 public void closing() { method in class:DefaultSoftKeyboard
776 mKeyboardView.closing();
887 closing(); method
    [all...]
  /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/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
NioEndpoint.java 60 private boolean closing = false; field in class:NioEndpoint
82 closing = true;
97 throw new KernelException( "Error closing endpoint for socket:" + socket, e );
171 if( closing ) {
  /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.
  /packages/apps/Camera2/src/com/android/camera/async/
ConcurrentBufferQueue.java 34 * closing the queue from either the producer or consumer side and enables
62 private Entry(T value, boolean closing) {
64 mClosing = closing;
  /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:
_osx_support.py 69 with contextlib.closing(fp) as fp:
  /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:
  /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);
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapResponseParser.java 405 private ImapList parseList(char opening, char closing)
409 parseElements(list, closing);
410 expect(closing);
  /external/fio/
file.h 154 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/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/
location_info_mixin.js 27 // NOTE: For cases like <p> <p> </p> - First 'p' closes without a closing tag and
28 // for cases like <td> <p> </td> - 'p' closes without a closing tag
  /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):
test_contextlib.py 233 with closing(x) as y:
245 with closing(x) as y:
  /prebuilts/python/linux-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):
test_contextlib.py 233 with closing(x) as y:
245 with closing(x) as y:
  /build/tools/signapk/
SignApk.java 545 private boolean closing = false; field in class:SignApk.WholeFileSignerOutputStream
555 closing = true;
559 closing = false;
578 if (closing) {
591 if (closing) {
    [all...]
  /device/generic/goldfish/qemud/
qemud.c 752 char closing; member in struct:FDHandler
772 /* list of closing FDHandler objects.
777 FDHandler* closing; member in struct:FDHandlerList
807 list->closing = NULL;
862 if (f->out_first != NULL && !f->closing)
864 /* move the handler to the 'closing' list */
865 f->closing = 1;
867 fdhandler_prepend(f, &f->list->closing);
902 * by the sender. Be sure to read the data before closing
999 D("%s: closing accept fd %d", __FUNCTION__, f->fd)
    [all...]
  /system/core/adb/
adb.h 87 int closing; member in struct:asocket
  /external/google-breakpad/src/testing/scripts/
gmock_doctor.py 540 The closing parenthesis of ON_CALL or EXPECT_CALL should be *before*
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 33 9. id names of kb (strings of max 15 chars plus closing space)

Completed in 716 milliseconds

1 2 3 4