Searched refs:close (Results 1 - 25 of 2423) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DEndpoint.java79 public void close(); method in interface:Endpoint
85 * close() is still flushing the earlier queued messages.
87 public void close(boolean flushData); method in interface:Endpoint
H A DConnector.java57 public void close(); method in interface:Connector
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DDataOutputStreamTest.java53 dis.close();
62 os.close();
66 dis.close();
75 os.close();
79 dis.close();
89 os.close();
92 dis.close();
101 os.close();
104 dis.close();
113 os.close();
[all...]
H A DFileReaderTest.java45 bw.close();
49 br.close();
60 bw.close();
65 br.close();
66 fis.close();
77 bw.close();
81 br.close();
100 * Tears down the fixture, for example, close a network connection. This
105 bw.close();
110 br.close();
[all...]
H A DFileInputStreamTest.java49 is.close();
58 fos.close();
59 fis.close();
67 is.close();
81 is.close();
91 is.close();
106 is.close();
114 is.close();
127 fis2.close();
133 fis1.close();
[all...]
/external/bison/lib/
H A Dclose.c0 /* close replacement.
27 #undef close macro
37 result = close (fd);
49 # define close_nothrow close
52 /* Override close() to call into other gnulib modules. */
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
H A DWMCloseCallsUIClientClose.cpp36 static void close(WKPageRef, const void*) function in namespace:TestWebKitAPI
49 uiClient.close = close;
/external/libusb_aah/libusb/os/
H A Dpoll_posix.h6 #define usbi_close close
/external/webkit/Source/WebKit/chromium/public/
H A DWebExternalPopupMenu.h41 virtual void close() = 0;
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DBaseResourceLoader.java32 public void close(Reader reader) throws IOException { method in class:BaseResourceLoader
33 reader.close();
/external/webkit/PerformanceTests/SunSpider/
H A Dmake-hosted30 close TEMPLATE;
34 close DRIVER_TEMPLATE;
38 close RESULTS_TEMPLATE;
62 close TESTLIST;
70 close SCRIPT;
87 close OUTPUT;
94 close OUTPUT;
101 close PREFIX;
107 close CONTENTS;
/external/expat/xmlwf/
H A Dreadfilemap.c61 close(fd);
66 close(fd);
74 close(fd);
80 close(fd);
87 close(fd);
93 close(fd);
98 close(fd);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DSocketTest.java52 socket.close();
97 client.close();
98 socket.close();
170 theSocket.close();
199 theSocket.close();
200 worker.close();
201 server.close();
209 theSocket.close();
225 theSocket.close();
226 theSocket2.close();
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_ServerSocket.java36 public void close() throws IOException; method in interface:Support_ServerSocket
H A DSupport_Socket.java33 public void close() throws IOException; method in interface:Support_Socket
/external/apache-http/src/org/apache/http/
H A DHttpConnection.java54 public void close() throws IOException; method in interface:HttpConnection
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dutils.py37 fp.close()
/external/dhcpcd/compat/
H A Dclosefrom.c40 r += close(i);
/external/e2fsprogs/lib/ext2fs/
H A Dgetsectsize.c58 close(fd);
63 close(fd);
84 close(fd);
89 close(fd);
/external/javassist/src/main/javassist/
H A DClassPath.java66 void close(); method in interface:ClassPath
/external/linux-tools-perf/util/
H A Drun-command.c7 close(fd[0]);
8 close(fd[1]);
15 close(fd);
24 * In case of errors we must keep the promise to close FDs
32 close(cmd->out);
46 close(cmd->in);
58 close(cmd->in);
62 close(cmd->out);
78 close(cmd->in);
97 close(cm
[all...]
/external/zlib/src/contrib/iostream/
H A Dtest.cpp20 os.close();
/external/zlib/src/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
H A DUnixSocketTest.java47 pingServer.close();
57 worker.close();
67 clientIn.close();
82 pingClient.close();
83 pingServer.close();
99 theSocket.close();
108 ss.close();
117 socket.close();
/external/chromium/base/
H A Dfile_descriptor_shuffle.cc49 j->close = false;
52 if (i->close && i->source == j->dest)
53 i->close = false;
55 if (i->close && i->source == j->source) {
56 i->close = false;
57 j->close = true;
66 if (!is_identity && i->close)
92 int ret = HANDLE_EINTR(close(fd));

Completed in 625 milliseconds

1234567891011>>