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

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
HyperParser.py 107 indices of the opening bracket and the closing bracket (or the
110 the closing bracket and mustclose is True, returns None.
217 # We are at a bracketing limit. If it is a closing bracket,
223 # We were not at the end of a closing bracket
  /system/chre/platform/shared/
platform_gnss.cc 29 LOGD("Platform GNSS closing");
platform_wifi.cc 29 LOGD("Platform WiFi closing");
  /system/core/adb/
test_adb.py 167 with contextlib.closing(
182 with contextlib.closing(accepted_connection) as conn:
189 with contextlib.closing(conn.makefile()) as f:
197 # real emulator because it just calls exit() without closing
  /system/core/base/include/android-base/
unique_fd.h 45 // Using TEMP_FAILURE_RETRY will either lead to EBADF or closing someone
  /system/core/base/
stringprintf.cpp 52 // plus one for the closing \0.
  /test/vts-testcase/kernel/api/tun/
vts_kernel_tun_test.cpp 73 // Test opening and closing of a tun interface.
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FileSystem.java 53 * @throws IOException on error closing the file system
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java 167 Log.i(TAG, "Closing filedescriptor");
171 Log.w(TAG, "Closing filedescriptor failed", e);
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 133 Log.e(TAG, "Error when closing server socket.");
259 Log.e(CLIENT_TAG, "Error when closing server socket.");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmAccess2OnSmmAccessThunk/
SmmAccess2OnSmmAccessThunk.c 39 @retval EFI_UNSUPPORTED The system does not support opening and closing of SMRAM.
74 @retval EFI_UNSUPPORTED The system does not support opening and closing of SMRAM.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmAccess2.h 46 @retval EFI_UNSUPPORTED The system does not support opening and closing of SMRAM.
64 @retval EFI_UNSUPPORTED The system does not support opening and closing of SMRAM.
  /external/apache-http/src/org/apache/http/
HttpConnection.java 55 * internal buffer prior to closing the underlying socket.
105 * internal buffer prior to closing the underlying socket.
  /external/autotest/client/site_tests/audio_CrasSanity/
audio_CrasSanity.py 80 'Number of active streams after closing all tabs: %d.',
83 # Capturing cras pid after closing all audio/stream streams.
  /external/bison/lib/
closeout.c 48 /* Specify the reaction to an EPIPE error during the closing of stdout:
98 be flushing and closing other streams anyway, to check for I/O
  /external/icu/android_icu4j/src/main/java/android/icu/impl/data/
TokenIterator.java 26 * either single or double quotes (opening and closing quotes must
104 * may also be delimited by double or single quotes. The closing
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
TokenIterator.java 25 * either single or double quotes (opening and closing quotes must
102 * may also be delimited by double or single quotes. The closing
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
ReplaceSelectedJavadoc.java 97 * following lines are read verbatim until a line containing closing marker, also "--".
140 throw new IOException("Did not find closing marker at end of file " + reader.getLineNumber());
  /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/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
CoreImplTest.java 305 // Closing a pipe while waiting.
317 // Closing the other pipe while waiting.
655 // Closing the peer handle.
685 // Closing the peer handle.
716 // Closing the peer handle.
766 // Closing the peer handle.
791 // Closing the peer handle.
    [all...]
  /external/ltp/testcases/kernel/syscalls/dup/
dup01.c 156 "closing %s failed", filename);
185 tst_resm(TWARN | TERRNO, "closing %s failed", filename);
  /external/ppp/pppd/
fsm.h 82 char *term_reason; /* Reason for closing protocol */
127 #define CLOSING 4 /* Terminating the connection, not open */
  /external/syslinux/core/lwip/doc/
contrib.txt 22 7. closing curly brace on a single line.
51 as to allow for loss of fixes. Putting bugs on Savannah and subsequently closing them is too much an overhead
  /external/v4l2_codec2/vda/
v4l2_device.h 92 // The caller is responsible for closing the file descriptors after use.
99 // closing the previously-open device, if any, and should not be called after
  /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",

Completed in 629 milliseconds

<<11121314151617181920>>