HomeSort by relevance Sort by last modified time
    Searched full:closing (Results 301 - 325 of 3769) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
dlgauto.h 118 before closing zzstream_in
144 before closing zzstream_in
171 before closing zzstream_in
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
dlgauto.h 118 before closing zzstream_in
144 before closing zzstream_in
171 before closing zzstream_in
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 284 this.setState(DNSState.CLOSING);
528 * Returns true, if this is a closing state.
530 * @return <code>true</code> if closing state, <code>false</code> otherwise
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
rfbtightserver.c 47 rfbLog("Extension client data is null, closing the connection !\n");
437 rfbLog(" ... closing connection\n");
504 "Tight security type... closing connection.\n");
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_socket_bind_listen.c 185 /*Closing the socket which succeed in bind() */
217 /*Closing the socket which succeed in bind() */
234 /*Closing the socket which succeed in bind() */
  /external/python/cpython2/Doc/library/
htmllib.rst 55 encountered; :meth:`end_tag` is called when a closing tag of the form ``<tag>``
56 is encountered. If an opening tag requires a corresponding closing tag, like
58 a tag requires no closing tag, like ``<P>``, the class should define the
  /external/python/cpython2/Tools/scripts/
texcheck.py 64 "Verify that closing delimiter matches most recent opening delimiter"
68 print "\nDelimiter mismatch. On line %d, encountered closing '%s' without corresponding open" % (c_lineno, c_symbol)
135 # Balance opening and closing braces
  /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) {
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java 155 if (DEBUG) Slog.d(TAG, "Closing socket");
162 Slog.e(TAG, "Failed closing output stream: " + e);
171 Slog.e(TAG, "Failed closing socket: " + ex);
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdssRot.cpp 191 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
218 ALOGE("Mdss Rot error closing fd");
222 ALOGE("Mdss Rot error closing mem");
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdssRot.cpp 215 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
242 ALOGE("Mdss Rot error closing fd");
246 ALOGE("Mdss Rot error closing mem");
  /hardware/qcom/display/msm8909/liboverlay/
overlayMdpRot.cpp 200 ALOGE("Mdp Rot error closing fd");
204 ALOGE("Mdp Rot error closing mem");
220 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp 188 ALOGE("Mdp Rot error closing fd");
192 ALOGE("Mdp Rot error closing mem");
258 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdpRot.cpp 200 ALOGE("Mdp Rot error closing fd");
204 ALOGE("Mdp Rot error closing mem");
220 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 100 /** Checks that closing a Socket's output stream also closes the Socket and SocketChannel. */
121 /** Checks that closing a Socket's input stream also closes the Socket and SocketChannel. */
406 // Closing the channel early to verify that is CloseChannelException thrown by
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientConnectionHandler.java 199 if (DBG) Log.d(TAG, "Closing Socket");
325 if (DBG) Log.d(TAG, "Closing socket" + mSocket);
330 Log.e(TAG, "Error when closing socket", e);
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapResponseParser.java 396 private ImapList parseList(char opening, char closing) throws IOException, MessagingException {
399 parseElements(list, closing);
400 expect(closing);
  /system/bt/bta/ag/
bta_ag_int.h 127 BTA_AG_SCO_CLOSING_ST, /* sco closing */
128 BTA_AG_SCO_CLOSE_OP_ST, /* closing sco being opened */
129 BTA_AG_SCO_CLOSE_XFER_ST, /* closing sco being transferred */
  /art/runtime/base/unix_file/
fd_file.cc 148 // We are not concerned with read-only files. In that case, proper flushing and closing is
161 << " has not been flushed before closing.";
404 LOG(ERROR) << "CloseOrErase failed while closing a file.";
419 LOG(ERROR) << "FlushClose failed while closing a file.";
  /bionic/libc/kernel/uapi/linux/
atmdev.h 112 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
VpnTestActivity.java 118 Log.i(TAG, "Closing vpn connection failed. Caught exception: ", e);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
ReportExporter.java 84 LOG.log(Level.WARNING, "I/O exception closing report.", e);
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyVpnService.java 140 Log.i(TAG, "Closing filedescriptor");
  /cts/hostsidetests/systemui/src/android/host/systemui/
TileServiceTest.java 18 * Tests the lifecycle of a TileService by adding/removing it and opening/closing
  /cts/tests/tests/media/src/android/media/cts/
TestMediaDataSource.java 98 // Note: it's fine to keep using this data source after closing it.

Completed in 730 milliseconds

<<11121314151617181920>>