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

<<11121314151617181920>>

  /device/htc/flounder/gps/qct/lib/hw/
gps.default.so 
  /external/apache-http/src/org/apache/http/impl/
DefaultConnectionReuseStrategy.java 52 * request entity can be determined without closing the connection.
102 // be indicated by closing the connection, there is no keep-alive.
  /external/autotest/server/hosts/
factory.py 4 from contextlib import closing
77 with closing(connectivity_class(hostname, **args)) as host:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
response.py 33 # due to nodes receiving their closing tags
60 # due to nodes receiving their closing tags
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
StrictLineReader.java 103 * Closes the reader by closing the underlying {@code InputStream} and
106 * @throws IOException for errors when closing the underlying {@code InputStream}.
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocket.java 137 * @param ms The time in ms that the connection can be idle before closing
152 * @return The time in ms that the connection can be idle before closing
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
HtmlWhiteSpaceStripper.java 66 // Are we currently in a closing HTML tag.
240 * This code assumes well-formed HTML as input with HTML elements opening and closing properly in
  /external/libbrillo/brillo/streams/
input_stream_set.h 29 // be valid for the duration of InputStreamSet's life. Closing the
92 // == Finalizing/closing streams ===========================================
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
Writer.java 21 * expect the {@link #flush()} method to be called before closing the stream, to ensure all data is actually written out.
56 * @throws IOException if an error occurs while closing this writer. */
  /external/proguard/src/proguard/
WordReader.java 199 // Find the closing quote.
207 throw new IOException("Missing closing quote for "+locationDescription());
  /frameworks/base/core/java/android/bluetooth/
BluetoothServerSocket.java 50 * connections. Closing the {@link BluetoothServerSocket} will <em>not</em>
165 * <p>Closing the {@link BluetoothServerSocket} will <em>not</em>
  /frameworks/base/core/java/android/view/
WindowManagerInternal.java 109 * @param closeToken the token for the closing app
111 * @param closeAnimation the animation for the closing app
  /frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
BTtraffic.java 207 Log.d(TAG, "closing socket and stopping service");
291 Log.d(TAG, "finishing, closing thread and service");
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfEditor.java 57 * and is responsible for closing it when the editor is closed.
215 * descriptor and is responsible for closing it when writing completes.
  /hardware/qcom/display/msm8084/liboverlay/
overlayWriteback.cpp 45 ALOGE("%s error closing mem", __func__);
90 ALOGE("%s error closing fd", __func__);
  /hardware/qcom/display/msm8226/liboverlay/
overlayWriteback.cpp 45 ALOGE("%s error closing mem", __func__);
90 ALOGE("%s error closing fd", __func__);
  /hardware/qcom/display/msm8909/liboverlay/
overlayWriteback.cpp 45 ALOGE("%s error closing mem", __func__);
90 ALOGE("%s error closing fd", __func__);
  /hardware/qcom/display/msm8994/liboverlay/
overlayWriteback.cpp 45 ALOGE("%s error closing mem", __func__);
90 ALOGE("%s error closing fd", __func__);
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so 
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractSelector.java 115 * to perform the actual work of closing the selector. This method is only
125 * If an I/O error occurs while closing the selector
  /libcore/ojluni/src/main/java/sun/nio/ch/
InheritedChannel.java 73 * allows us to "detach" the standard streams after closing and ensures
149 // the channel (closing one doesn't impact the other)
  /ndk/build/awk/
extract-launchable.awk 125 if (substr($0, 1, 2) == "</") { # is it a closing tag ?
144 if ($0 == "/") { # deal with direct closing tag, e.g. </foo>
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapRilReceiver.java 112 * This will terminate the SapRilReceiver thread, by closing the RIL-BT in-/output
222 if (DEBUG) Log.i(TAG, "EOF reached - closing down.");
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
TestSequencer.java 221 Log.i(TAG,"stopLatch signal received closing down...");
224 Log.i(TAG," Sleep 50ms to allow disconnect signal to be send before closing.");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stropts.h 85 a STREAM is closing and there is data on
87 #define I_GETCLTIME (__SID |33) /* Get current value for closing timeout. */

Completed in 2258 milliseconds

<<11121314151617181920>>