/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
|
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_fail.py | 68 '{"Comma instead if closing brace": true,',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_fail.py | 68 '{"Comma instead if closing brace": true,',
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/ |
GLTrace.java | 104 // ignore exception while closing file
|
/system/core/adb/ |
adb_io.h | 46 // * Before closing a client socket.
|
socket.h | 47 int closing; member in struct:asocket
|
/system/core/adb/client/ |
usb_libusb.cpp | 98 closing(false), 114 if (closing) { 117 closing = true; 138 std::atomic<bool> closing; member in struct:libusb::usb_handle
|
/system/core/libsync/include/ndk/ |
sync.h | 54 * The original fences remain valid, and the caller is responsible for closing
|
/system/core/libutils/include/utils/ |
FileMap.h | 61 * Closing the file descriptor does not unmap the pages, so we don't
|
/system/nfc/src/nfc/llcp/ |
llcp_main.c | 111 ** Description This function is called once at closing to clean up
|
/system/update_engine/payload_consumer/ |
extent_writer.h | 50 // The fd is not closed. Caller is responsible for closing it.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-moxie.c | 328 as_bad (_("missing closing parenthesis")); 356 as_bad (_("missing closing parenthesis")); 447 as_bad (_("missing closing parenthesis")); 489 as_bad (_("missing closing parenthesis"));
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/ |
macros.exp | 41 # a missing closing parenthesis for the first line.
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
BlockDevice.java | 85 * @throws IOException on error closing this device
|
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxmlparser.cpp | 647 // This "pre-streaming" will never read the closing ">" so the 906 // element is in "tag". Go ahead and stream to the closing ">" 939 // closing tag 952 // What follows text is a closing tag or another node. 957 // We now have either a closing tag...or another node. 1004 // If it was a closing tag, then read in the closing '>' to clean up the input stream. 1022 // We are done, once we've found our closing tag. 1027 // If not a closing tag, id it, and stream. 1036 // No return: go around from the beginning: text, closing tag, or node [all...] |
/external/syslinux/core/lwip/src/api/ |
api_msg.c | 272 * netconn_close waits for conn->sem if closing failed. 749 /* shutting down both ends is the same as closing */ 779 /* Closing succeeded */ 799 /* Closing failed, restore some of the callbacks */ 800 /* Closing of listen pcb will never fail! */ 801 LWIP_ASSERT("Closing a listen pcb may not fail!", (conn->pcb.tcp->state != LISTEN)); 808 /* If closing didn't succeed, we get called again either 851 LWIP_ASSERT("already writing or closing", msg->conn->current_msg == NULL && [all...] |
/external/autotest/client/bin/self-test/tests/ |
113-barrier-unordered-100x-out | 287 barrier: 127.0.0.1#P1 closing client: 127.0.0.1#P10 288 barrier: 127.0.0.1#P1 closing client: 127.0.0.1#P10 [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/ |
CameraStreamManager.java | 129 * A {@link Semaphore} to prevent the app from exiting before closing the camera. 222 throw new RuntimeException("Interrupted while trying to lock camera closing.", e);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
shelve.py | 28 Dependent on the implementation, closing a persistent dictionary may
157 # __init__ didn't succeed, so don't bother closing
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_contextlib.py | 233 with closing(x) as y:
245 with closing(x) as y:
|
/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.
|