/hardware/libhardware_legacy/audio/ |
A2dpAudioInterface.cpp | 363 ALOGV_IF(mClosing || !mBluetoothEnabled, "Standby skip stop: closing %d enabled %d", 392 key = String8("closing");
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
SocketChannelTest.java | 91 /** Checks that closing a Socket's output stream also closes the Socket and SocketChannel. */ 112 /** Checks that closing a Socket's input stream also closes the Socket and SocketChannel. */
|
/libcore/ojluni/src/main/java/java/io/ |
ByteArrayInputStream.java | 35 * Closing a <tt>ByteArrayInputStream</tt> has no effect. The methods in 275 * Closing a <tt>ByteArrayInputStream</tt> has no effect. The methods in
|
ByteArrayOutputStream.java | 37 * Closing a <tt>ByteArrayOutputStream</tt> has no effect. The methods in 263 * Closing a <tt>ByteArrayOutputStream</tt> has no effect. The methods in
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
FileLock.java | 39 * is released by invoking the {@link #release release} method, by closing the 97 * <p> On some systems, closing a channel releases all locks held by the Java
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
Utils.java | 185 Log.d(TAG, "Error closing stream", t); 195 Log.d(TAG, "Error closing stream", t);
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
SdpManagerTest.java | 259 Log.i(TAG,"stopLatch signal received closing down..."); 260 /* Give a little time to transfer the disconnect response before closing the socket */
|
/packages/apps/Camera2/src/com/android/camera/app/ |
CameraController.java | 245 Log.v(TAG, "different camera already opened, closing then reopening"); 306 Log.v(TAG, "Closing camera");
|
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/ |
ReservableTicketPool.java | 48 * closing tickets which had previously been acquired. 93 // and return the ticket to the parent by closing it.
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ContactEditorBaseFragment.java | 427 Log.i(TAG, "No contact found. Closing activity"); 428 mStatus = Status.CLOSING; [all...] |
/packages/apps/TV/src/com/android/tv/ui/ |
KeypadChannelSwitchView.java | 139 // It can happen during closing. 158 // It can happen during closing.
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlTree.java | 162 * if it does not point to a closing tag. 170 * Returns number of matching closing tag node, or {@code openTagNodeNum} itself 171 * if it does not point to an open tag or points to an open tag with no closing one. 179 * Returns number of matching open/closing tag node, or {@code tagNodeNum} itself 180 * if it does not point to an open/closing tag (e.g text node or comment). 338 // Empty tags have no closing pair, so decrease counter here. 704 * etc.). The client should set this separator for opening and closing tags 708 * closing P tags. [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
ByteArrayOutputStream.java | 34 * Closing a <tt>ByteArrayOutputStream</tt> has no effect. The methods in 219 * Closing a <tt>ByteArrayOutputStream</tt> has no effect. The methods in
|
/prebuilts/go/darwin-x86/src/net/ |
tcpsock_plan9.go | 200 // Closing l does not affect f, and closing f does not affect l.
|
/prebuilts/go/linux-x86/src/net/ |
tcpsock_plan9.go | 200 // Closing l does not affect f, and closing f does not affect l.
|
/system/bt/bta/av/ |
bta_av_ssm.c | 323 /* state table for closing state */ 607 case BTA_AV_CLOSING_SST: return "CLOSING";
|
/system/update_engine/payload_consumer/ |
download_action.cc | 64 PLOG(ERROR) << "Error closing p2p sharing fd"; 297 LOG_IF(WARNING, writer_->Close() != 0) << "Error closing the writer.";
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
tokenization.txt | 38 end tag tokens have a tag name, a self-closing flag, and a list of 40 tag token is created, its self-closing flag must be unset (its other 51 When a start tag token is emitted with its self-closing flag set, if 61 When an end tag token is emitted with its self-closing flag set, that 243 Switch to the self-closing start tag state. 272 Switch to the self-closing start tag state. 308 Switch to the self-closing start tag state. 351 Switch to the self-closing start tag state. 506 Switch to the self-closing start tag state. 519 8.2.4.15 Self-closing start tag stat [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/ |
G729EncTest.c | 158 * M A C R O S FOR MALLOC and MEMORY FREE and CLOSING PIPES [all...] |
/prebuilts/go/darwin-x86/src/go/printer/ |
nodes.go | 320 // if the closing ")" is on a separate line from the last parameter, 322 if closing := p.lineFor(fields.Closing); 0 < prevLine && prevLine < closing { 324 p.linebreak(closing, 0, ignore, true) 331 p.print(fields.Closing, token.RPAREN) 391 rbrace := fields.Closing 833 // before the closing '}' as it might break the code if there 837 // before the closing '}' unless the literal is empty [all...] |
/prebuilts/go/linux-x86/src/go/printer/ |
nodes.go | 320 // if the closing ")" is on a separate line from the last parameter, 322 if closing := p.lineFor(fields.Closing); 0 < prevLine && prevLine < closing { 324 p.linebreak(closing, 0, ignore, true) 331 p.print(fields.Closing, token.RPAREN) 391 rbrace := fields.Closing 833 // before the closing '}' as it might break the code if there 837 // before the closing '}' unless the literal is empty [all...] |
/art/runtime/base/unix_file/ |
fd_file.h | 42 // Destroys an FdFile, closing the file descriptor if Close hasn't already
|
/bionic/libc/kernel/uapi/linux/ |
atmdev.h | 135 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
|
/cts/tests/tests/net/src/android/net/ipv6/cts/ |
PingTest.java | 168 // Check closing the socket doesn't raise an exception.
|
/cts/tests/tests/os/src/android/os/cts/ |
MessageQueueTest.java | 392 * edge cases around closing file descriptors within the callback and adding 470 * edge cases around closing file descriptors within the callback and adding 558 * edge cases around closing file descriptors within the callback and adding 645 * edge cases around closing file descriptors within the callback and adding [all...] |