OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
3026 - 3050
of
8652
) sorted by null
<<
121
122
123
124
125
126
127
128
129
130
>>
/external/chromium_org/third_party/boringssl/src/crypto/obj/
objects.pl
24
close
NUMIN;
111
close
IN;
118
close
NUMOUT;
199
close
OUT;
/external/chromium_org/third_party/cython/src/Cython/
TestUtils.py
183
f.
close
()
194
f.
close
()
203
cur_file.
close
()
/external/chromium_org/third_party/webrtc/base/
win32toolhelp_unittest.cc
98
bool CheckCallCounters(int first, int next, int fail, int
close
) {
100
&& fail_called_ == fail && close_handle_called_ ==
close
;
107
<<
close
<< ")";
local
/external/chromium_org/tools/gyp/test/analyzer/
gyptest-analyzer.py
23
f.
close
()
29
f.
close
()
35
f.
close
()
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/
protocol_socket.py
77
def
close
(self):
member in class:SocketSerial
78
"""
Close
port"""
83
self._socket.
close
()
274
s.
close
()
/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/elfutils/0.153/libdwfl/
find-debuginfo.c
86
close
(fd);
128
close
(fd);
259
close
(fd);
linux-proc-maps.c
136
close
(fd);
316
close
(fd);
339
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);
303
close
(fd);
/external/fio/os/
os-android.h
74
close
(__shmid);
100
close
(fd);
229
close
(fd);
os-linux.h
185
close
(fd);
189
close
(fd);
229
close
(fd);
/external/fonttools/Lib/fontTools/ttLib/
macUtils.py
110
def
close
(self):
member in class:SFNTResourceWriter
129
self.file.
close
()
196
self.
close
()
/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/libpcap/
fad-gifc.c
180
(void)
close
(fd);
191
(void)
close
(fd);
411
(void)
close
(fd);
/external/libselinux/src/
booleans.c
112
close
(fd);
194
close
(fd);
225
close
(fd);
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
sched-messaging.c
121
close
(ctx->in_fds[1]);
233
close
(fds[0]);
245
/*
Close
the fds we have left */
248
close
(snd_ctx->out_fds[i]);
/external/lldb/scripts/
build-llvm.pl
216
close
(SCRIPT);
228
close
(SCRIPT);
389
close
(FILES);
/external/lldb/tools/debugserver/source/MacOSX/
MachProcess.h
235
::
close
(m_child_stdin);
240
::
close
(m_child_stdout);
245
::
close
(m_child_stderr);
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
WebSocket.java
82
if (frame.getOpCode() == OpCode.
Close
) {
107
//Answer for my requested
close
110
//Answer
close
request from other endpoint and
close
self
150
// --------------------------------
Close
-----------------------------------
158
in.
close
();
165
out.
close
();
198
public void
close
(CloseCode code, String reason) throws IOException {
method in class:WebSocket
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java
137
// Don't
close
() inside the synchronized block.
138
socket.
close
();
231
@Override public void
close
() throws IOException {
method in class:Connection
232
if (socket != null) socket.
close
();
/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);
Completed in 1479 milliseconds
<<
121
122
123
124
125
126
127
128
129
130
>>