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

<<11121314151617181920>>

  /external/kernel-headers/original/uapi/linux/
atmdev.h 199 #define ATM_VS_CLOSING 2 /* VC is closing */
205 "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
  /external/ppp/pppd/
fsm.h 82 char *term_reason; /* Reason for closing protocol */
127 #define CLOSING 4 /* Terminating the connection, not open */
  /external/vboot_reference/futility/
cmd_load_fmap.c 82 fprintf(stderr, "area %s: error closing %s: %s\n",
193 fprintf(stderr, "Error closing %s: %s\n",
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 115 if (mLogVerbose) Log.v(TAG, "Closing filters.");
216 if (mLogVerbose) Log.v(TAG, "Closing filters.");
  /libcore/luni/src/main/java/libcore/io/
Streams.java 91 * Returns a byte[] containing the remainder of 'in', closing it when done.
115 * Returns the remainder of 'reader' as a string, closing it when done.
  /libcore/ojluni/src/main/java/java/io/
StringWriter.java 33 * Closing a <tt>StringWriter</tt> has no effect. The methods in this class
229 * Closing a <tt>StringWriter</tt> has no effect. The methods in this
  /libcore/ojluni/src/main/java/java/nio/channels/
GatheringByteChannel.java 121 * closing the channel and setting the current thread's
158 * closing the channel and setting the current thread's
ScatteringByteChannel.java 117 * closing the channel and setting the current thread's
154 * closing the channel and setting the current thread's
SocketChannel.java 163 * closing the channel and setting the current thread's
245 * Shutdown the connection for reading without closing the channel.
265 * Shutdown the connection for writing without closing the channel.
364 * closing the channel and setting the current thread's
425 * closing the channel and setting the current thread's
  /ndk/build/awk/
extract-debuggable.awk 66 if (substr($0, 1, 2) == "</") { # is it a closing tag ?
85 if ($0 == "/") { # deal with direct closing tag, e.g. </foo>
extract-minsdkversion.awk 63 if (substr($0, 1, 2) == "</") { # is it a closing tag ?
82 if ($0 == "/") { # deal with direct closing tag, e.g. </foo>
extract-package-name.awk 67 if (substr($0, 1, 2) == "</") { # is it a closing tag ?
86 if ($0 == "/") { # deal with direct closing tag, e.g. </foo>
  /packages/apps/Camera2/src/com/android/camera/device/
Camera2Actions.java 36 * Set of device actions for opening and closing a single Camera2 device.
139 mLogger.e("Closing the camera produced an exception!", e);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
AutoCloseInputStream.java 31 * closing the stream when no longer needed) or the underlying stream (by not
40 * Creates an automatically closing proxy for the given input stream.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
RoundedLine.java 67 // Closing point of arc at P1.
76 // Closing point of arc at P2.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmdev.h 199 #define ATM_VS_CLOSING 2 /* VC is closing */
205 "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
serial.h 29 unsigned short closing_wait; /* time to wait before closing */
109 #define ASYNCB_CLOSING 27 /* Serial port is closing */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmdev.h 199 #define ATM_VS_CLOSING 2 /* VC is closing */
205 "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
serial.h 29 unsigned short closing_wait; /* time to wait before closing */
109 #define ASYNCB_CLOSING 27 /* Serial port is closing */
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Socket.java 189 // Force all I/O to stop before closing the socket.
196 Loge("Exception " + e + " while closing Socket for " + mChannelName);
  /system/bt/bta/hf_client/
bta_hf_client_int.h 174 BTA_HF_CLIENT_SCO_CLOSING_ST, /* closing */
175 BTA_HF_CLIENT_SCO_CLOSE_OP_ST, /* closing sco being opened */
  /system/update_engine/payload_consumer/
file_descriptor.h 26 // Abstraction for managing opening, reading, writing and closing of file
45 // properly closing the old one. This may be useful in cases where a "closer"
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 260 // matched by it's corresponding closing character. For example,
262 // with a closing >, instead of the closing ]. Such errors are
277 // Error anytime there is more closing then opening characters
280 "closing >] in: %s", rectDesc.c_str());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategy.java 71 * refining the comment handling, or reindenting when you type the / of a closing tag,
216 // See if the last tag was a closing tag
367 * {@code <foo>|</bar>} then the subregion with bias left is the closing {@code >} and
399 // Balance of open and closing tags
402 // Balance of open and closing brackets
  /toolchain/binutils/binutils-2.25/bfd/doc/
bfd.texinfo 212 * Opening and Closing::
227 allocated by BFD for the closing file is thrown away.
269 @node Architectures, Opening and Closing, Targets, BFD front end
272 @node Opening and Closing, Internal, Architectures, BFD front end
275 @node Internal, File Caching, Opening and Closing, BFD front end

Completed in 1399 milliseconds

<<11121314151617181920>>