/libcore/ojluni/src/main/java/java/nio/channels/ |
WritableByteChannel.java | 97 * closing the channel and setting the current thread's
|
/libcore/support/src/test/java/tests/support/ |
Support_StringWriter.java | 56 * If an IO error occurs closing this StringWriter.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
HfpClientConnection.java | 142 Log.d(TAG, "Closing " + mClosed);
|
/packages/apps/Camera2/src/com/android/camera/device/ |
PortabilityCameraActions.java | 39 * Set of device actions for opening and closing a single portability
|
/packages/apps/Launcher3/res/values/ |
config.xml | 59 <!-- The duration of the UserFolder opening and closing animation -->
|
/packages/apps/Nfc/src/com/android/nfc/snep/ |
SnepServer.java | 126 if (DBG) Log.e(TAG, "Closing from IOException");
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
SideFragmentManager.java | 134 // Show closing animation with the last fragment.
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
LineIterator.java | 30 * to free internal resources. This can be done by closing the reader directly,
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
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...] |
OpenWnnEN.java | 352 mInputViewManager.closing(); 728 mInputViewManager.closing(); 753 mInputViewManager.closing(); 764 mInputViewManager.closing(); [all...] |
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/ |
CarMenuCallbacks.java | 115 * Called when the CarMenu is closing
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
ParenMatch.py | 102 # If it was a shortcut and not really a closing paren, quit.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
fix_tuple_params.py | 65 # doesn't feel right. Closing over self and new_lines makes the
|
/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_ucn.py | 131 # missing closing brace
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
ParenMatch.py | 102 # If it was a shortcut and not really a closing paren, quit.
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_tuple_params.py | 65 # doesn't feel right. Closing over self and new_lines makes the
|
/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):
|
test_ucn.py | 131 # missing closing brace
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
expr_test.go | 97 {"(23*4", "missing closing paren"},
|
/prebuilts/go/darwin-x86/src/archive/zip/ |
writer_test.go | 176 t.Fatal("closing:", err)
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
expr_test.go | 94 {"(23*4", "missing closing paren"},
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
example_test.go | 159 // read closing bracket
|
/prebuilts/go/darwin-x86/src/regexp/ |
example_test.go | 38 // false error parsing regexp: missing closing ): `a(b`
|
/prebuilts/go/darwin-x86/test/ken/ |
rob2.go | 200 // Parse a non-parenthesized list up to a closing paren or EOF
|