/external/bison/lib/ |
cloexec.h | 28 followed by closing the original DESC, or use interfaces such as
|
fd-safer-flag.c | 30 error; in that case, return a duplicate of FD, closing FD. If FLAG
|
fd-safer.c | 28 error; in that case, return a duplicate of FD, closing FD. On
|
/external/clang/test/CXX/dcl.dcl/dcl.enum/ |
p5.cpp | 54 // Following the closing brace of an enum-specifier, each enumerator has the
|
/external/clang/test/CodeGenCXX/ |
lpad-linetable.cpp | 2 // The landing pad should have the line number of the closing brace of the function.
|
/external/conscrypt/libcore-stub/src/main/java/libcore/io/ |
Streams.java | 28 * Returns a byte[] containing the remainder of 'in', closing it when done.
|
/external/curl/docs/libcurl/opts/ |
CURLINFO_RTSP_SERVER_CSEQ.3 | 37 retrieve this info before closing the active connection.
|
CURLINFO_RTSP_SESSION_ID.3 | 35 retrieve this info before closing the active connection.
|
/external/curl/tests/data/ |
test1512 | 77 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
|
/external/e2fsprogs/debugfs/ |
dump.c | 137 com_err(cmdname, retval, "while closing ext2 file"); 190 com_err(argv[0], errno, "while closing %s for dump_inode", 238 com_err("rdump", retval, "while closing symlink"); 277 com_err("rdump", errno, "while closing %s", fullname);
|
/external/e2fsprogs/lib/support/ |
prof_err.et | 31 error_code PROF_EXTRA_CBRACE, "Extra closing brace in profile"
|
/external/guava/guava/src/com/google/common/io/ |
package-info.java | 26 * provide many convenience methods that handle both opening and closing streams for you.
|
/external/icu/icu4c/source/test/intltest/ |
tokiter.h | 24 * either single or double quotes (opening and closing quotes must
|
/external/libmojo/mojo/public/cpp/bindings/ |
associated_interface_request.h | 37 // state, closing the interface endpoint handle currently bound to it (if
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
pipe_control_message_handler.cc | 80 << "message. Closing the pipe.";
|
/external/libnetfilter_conntrack/src/conntrack/ |
snprintf.c | 60 [DCCP_CONNTRACK_CLOSING] = "CLOSING",
|
/external/libpcap/ |
pcap_geterr.3pcap | 41 passed to it is closed; you must use or copy the string before closing
|
/external/mockito/src/main/java/org/mockito/internal/util/io/ |
IOUtil.java | 71 throw new MockitoException("Problems closing stream: " + closeable, e);
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
SocketPolicy.java | 42 * to simulate buggy SSL servers closing connections in response to
|
/external/webrtc/webrtc/libjingle/xmpp/ |
asyncsocket.h | 28 STATE_CLOSING, //!< Socket is closing but can have buffered data
|
/external/webrtc/webrtc/test/channel_transport/ |
udp_socket_posix.h | 51 // Deletes socket in addition to closing it.
|
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/ |
MiniFence.h | 46 // responsible for closing the returned file descriptor. On error, -1 will
|
/frameworks/native/opengl/tests/angeles/ |
app.h | 45 /* Value is non-zero when application is alive, and 0 when it is closing.
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
MenuItemHoverListener.java | 28 * some behavior at a higher level, like managing the opening and closing of submenus.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
ClassLoaderTest.java | 146 assertTrue("Closing the stream should close a cached connection", 149 // Closing the stream closes the JarFile. 164 assertFalse("Closing the stream should not close a cached connection", 170 assertFalse("Closing the stream should not close a cached connection",
|