HomeSort by relevance Sort by last modified time
    Searched full:closing (Results 276 - 300 of 2993) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.cc 82 "Closing playout mixer");
123 "Closing record mixer");
133 "Closing record mixer 2");
143 "Closing record mixer 3");
154 "Closing record mixer 4");
177 "Closing playout mixer");
271 "Closing record mixer");
281 "Closing record mixer");
291 "Closing record mixer");
301 "Closing record mixer")
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transfer.go 385 t.Body = &body{src: internal.NewChunkedReader(r), hdr: msg, r: r, closing: t.Close}
390 t.Body = &body{src: io.LimitReader(r, realLength), closing: t.Close}
395 t.Body = &body{src: r, closing: t.Close}
541 // Body-EOF logic based on other methods (like closing, or chunked coding)
603 closing bool // is the connection to be closed after reading body?
766 case b.hdr == nil && b.closing:
767 // no trailer and closing the connection next.
  /prebuilts/go/linux-x86/src/net/http/
transfer.go 385 t.Body = &body{src: internal.NewChunkedReader(r), hdr: msg, r: r, closing: t.Close}
390 t.Body = &body{src: io.LimitReader(r, realLength), closing: t.Close}
395 t.Body = &body{src: r, closing: t.Close}
541 // Body-EOF logic based on other methods (like closing, or chunked coding)
603 closing bool // is the connection to be closed after reading body?
766 case b.hdr == nil && b.closing:
767 // no trailer and closing the connection next.
  /external/chromium-trace/catapult/third_party/coverage/
CHANGES.rst 64 fixed, closing `issue 423`_.
73 to coverage.py using their mock inadvertently. This is now fixed, closing
87 tree, re-fixing `issue 137`_ and closing `issue 281`_.
109 fixed, closing `issue 403`_.
129 - 4.0b1 broke --append creating new data files. This is now fixed, closing
166 JSON-based instead of a pickle, closing `issue 236`_. The `CoverageData`
202 called it. This is now fixed, closing `issue 380`_.
215 and the documentation, closing `issue 275`_.
218 but now works again, closing `issue 385`_.
269 - HTML reports now include a timestamp in the footer, closing `issue 299`_
    [all...]
  /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/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 157 if (DEBUG) Slog.d(TAG, "Closing socket");
164 Slog.e(TAG, "Failed closing output stream: " + e);
173 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__);
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapResponseParser.java 403 private ImapList parseList(char opening, char closing)
407 parseElements(list, closing);
408 expect(closing);
  /system/bt/bta/ag/
bta_ag_int.h 141 BTA_AG_SCO_CLOSING_ST, /* sco closing */
142 BTA_AG_SCO_CLOSE_OP_ST, /* closing sco being opened */
143 BTA_AG_SCO_CLOSE_XFER_ST, /* closing sco being transferred */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportExporter.java 85 LOG.log(Level.WARNING, "I/O exception closing report.", e);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
VpnTestActivity.java 117 Log.i(TAG, "Closing vpn connection failed. Caught exception: ", 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.
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiPortConnector.java 48 "MidiPortConnector closing connection " + mConnection);
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiPortConnector.java 48 "MidiPortConnector closing connection " + mConnection);
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiPortConnector.java 48 "MidiPortConnector closing connection " + mConnection);
  /development/ndk/platforms/android-3/include/linux/
atmdev.h 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
MidiPortConnector.java 48 "MidiPortConnector closing connection " + mConnection);

Completed in 2774 milliseconds

<<11121314151617181920>>