HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 2751 - 2775 of 7589) sorted by null

<<111112113114115116117118119120>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc 54 OP(fdio, close); \
70 int WRAP(close)(int fd) { function
143 return REAL(close)(fd);
  /external/chromium_org/net/socket/
tcp_server_socket_libevent.cc 45 Close();
62 Close();
68 Close();
74 Close();
82 Close();
90 Close();
174 if (HANDLE_EINTR(close(new_socket)) < 0)
175 PLOG(ERROR) << "close";
184 if (HANDLE_EINTR(close(new_socket)) < 0)
185 PLOG(ERROR) << "close";
    [all...]
  /external/chromium_org/remoting/tools/
json_to_grd.py 97 translations_file.close()
147 out.close()
178 grd_out.close()
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WorkerThreadableWebSocketChannel.h 73 virtual void close(int code, const String& reason) OVERRIDE;
97 void close(int code, const String& reason);
146 void close(int code, const String& reason);
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32toolhelp_unittest.cc 115 bool CheckCallCounters(int first, int next, int fail, int close) {
117 && fail_called_ == fail && close_handle_called_ == close;
124 << close << ")"; local
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
objects.pl 24 close NUMIN;
111 close IN;
118 close NUMOUT;
203 close OUT;
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_unix.c 285 if (fstat(fd,st) != 0) { close(fd); continue; }
292 if (j<i) { close(fd); continue; }
370 close(fd);
  /external/chromium_org/third_party/skia/src/images/
SkImageRef_ashmem.cpp 55 SkDebugf("=== ashmem close %d\n", fRec.fFD);
60 close(fRec.fFD);
97 close(fd);
105 close(fd);
  /external/clang/tools/scan-view/
Reporter.py 97 fp.close()
102 fp.close()
137 s.close()
  /external/dnsmasq/src/
dnsmasq.c 131 /* Close any file descriptors we inherited apart from std{in|out|err} */
134 close(i);
301 When startup is complete we close this and the process terminates. */
312 /* close our copy of write-end */
313 close(err_pipe[1]);
322 close(err_pipe[0]);
360 close(nullfd);
569 close(err_pipe[1]);
896 close(daemon->helperfd);
1165 close(confd)
    [all...]
  /external/doclava/src/com/google/doclava/
ClearPage.java 146 stream.close();
208 in.close();
211 out.close();
  /external/dropbear/
svr-chansession.c 677 close(infds[FDOUT]);
678 close(infds[FDIN]);
679 close(outfds[FDIN]);
680 close(outfds[FDOUT]);
681 close(errfds[FDIN]);
682 close(errfds[FDOUT]);
709 close(infds[FDIN]);
710 close(outfds[FDOUT]);
711 close(errfds[FDOUT]);
771 close(chansess->master)
    [all...]
  /external/elfutils/libdwfl/
linux-proc-maps.c 124 close (fd);
304 close (fd);
327 close (fd);
offline.c 168 close (mod->main.fd);
242 On module teardown we will close it only on the last Elf reference. */
275 zero, that module will close FD. If no modules survived the predicate,
279 close (fd);
297 close (fd);
  /external/iproute2/ip/
iptuntap.c 80 close(fd);
103 close(fd);
233 close(fd);
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 89 rs.close();
213 public void close() throws SQLException { method in class:JDBCStatement
229 rs.close();
304 return conn == null; // android-changed: pretty sure this is correct, since it matches what's done in close()
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpKernel.java 111 thread.close();
260 public void close() throws IOException, InterruptedException method in class:UdpKernel.HostThread
266 socket.close();
  /external/libpcap/
fad-gifc.c 310 (void)close(fd);
321 (void)close(fd);
555 (void)close(fd);
  /external/libselinux/src/
booleans.c 112 close(fd);
194 close(fd);
225 close(fd);
  /external/linux-tools-perf/bench/
sched-messaging.c 126 close(ctx->in_fds[1]);
238 close(fds[0]);
250 /* Close the fds we have left */
253 close(snd_ctx->out_fds[i]);
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
MockSpdyPeer.java 136 @Override public void close() throws IOException { method in class:MockSpdyPeer
139 socket.close();
144 serverSocket.close();
  /external/openssh/
roaming_client.c 232 close(packet_get_connection_in());
234 close(packet_get_connection_in());
235 close(packet_get_connection_out());
  /external/openssl/crypto/objects/
objects.pl 24 close NUMIN;
111 close IN;
118 close NUMOUT;
203 close OUT;
  /external/openssl/crypto/rand/
rand_unix.c 285 if (fstat(fd,st) != 0) { close(fd); continue; }
292 if (j<i) { close(fd); continue; }
370 close(fd);
  /external/oprofile/libpp/
op_header.cpp 149 close(fd);
158 close(fd);
161 close(fd);

Completed in 1049 milliseconds

<<111112113114115116117118119120>>