OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
3426 - 3450
of
7589
) sorted by null
<<
131
132
133
134
135
136
137
138
139
140
>>
/system/core/libnetutils/
dhcpclient.c
436
close
(s);
513
close
(s);
517
close
(s);
526
close
(s);
/system/core/libnl_2/
socket.c
105
close
(sk->s_fd);
/system/core/toolbox/
setconsole.c
88
" -c
Close
unused virtual consoles\n"
146
close
(fd);
touch.c
90
close
(fd);
/system/extras/sane_schedstat/
sane_schedstat.c
150
close
(fd);
/system/vold/
fstrim.c
108
close
(fd);
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
RamDisk.java
174
public void
close
() throws IOException {
method in class:RamDisk
/external/chromium/base/
file_util_posix.cc
414
base::ThreadRestrictions::AssertIOAllowed(); // For call to
close
().
421
ignore_result(HANDLE_EINTR(
close
(fd)));
440
ignore_result(HANDLE_EINTR(
close
(fd)));
445
base::ThreadRestrictions::AssertIOAllowed(); // For call to
close
().
447
return ((fd >= 0) && !HANDLE_EINTR(
close
(fd)));
561
if (int ret = HANDLE_EINTR(
close
(fd)) < 0)
573
if (int ret = HANDLE_EINTR(
close
(fd)) < 0)
786
ignore_result(HANDLE_EINTR(
close
(file_)));
858
ignore_result(HANDLE_EINTR(
close
(infile)));
889
if (HANDLE_EINTR(
close
(infile)) < 0
[
all
...]
process_util_unittest.cc
408
close
(fd);
417
int ret = HANDLE_EINTR(
close
(write_pipe));
433
int ret = HANDLE_EINTR(
close
(fds[1]));
444
ret = HANDLE_EINTR(
close
(fds[0]));
464
ret = HANDLE_EINTR(
close
(sockets[0]));
466
ret = HANDLE_EINTR(
close
(sockets[1]));
468
ret = HANDLE_EINTR(
close
(dev_null));
489
PCHECK(HANDLE_EINTR(
close
(fds[1])) == 0);
495
PCHECK(HANDLE_EINTR(
close
(fds[0])) == 0);
/external/chromium_org/base/
file_util_posix.cc
430
base::ThreadRestrictions::AssertIOAllowed(); // For call to
close
().
437
ignore_result(HANDLE_EINTR(
close
(fd)));
456
ignore_result(HANDLE_EINTR(
close
(fd)));
461
base::ThreadRestrictions::AssertIOAllowed(); // For call to
close
().
463
return ((fd >= 0) && !HANDLE_EINTR(
close
(fd)));
626
if (int ret = HANDLE_EINTR(
close
(fd)) < 0)
638
if (int ret = HANDLE_EINTR(
close
(fd)) < 0)
665
if (int ret = HANDLE_EINTR(
close
(fd)) < 0)
917
ignore_result(HANDLE_EINTR(
close
(infile)));
948
if (HANDLE_EINTR(
close
(infile)) < 0
[
all
...]
/external/chromium_org/base/process/
process_util_unittest.cc
519
close
(fd);
528
int ret = HANDLE_EINTR(
close
(write_pipe));
544
int ret = HANDLE_EINTR(
close
(fds[1]));
560
ret = HANDLE_EINTR(
close
(fds[0]));
588
ret = HANDLE_EINTR(
close
(sockets[0]));
590
ret = HANDLE_EINTR(
close
(sockets[1]));
592
ret = HANDLE_EINTR(
close
(dev_null));
621
PCHECK(HANDLE_EINTR(
close
(fds[1])) == 0);
627
PCHECK(HANDLE_EINTR(
close
(fds[0])) == 0);
/external/chromium_org/third_party/WebKit/Source/core/scripts/
make_names.pl
281
close
($names);
608
close
F;
674
close
F;
894
close
F;
947
close
F;
[
all
...]
/external/openssh/
authfile.c
231
close
(fd);
235
close
(fd);
411
close
(fd);
679
close
(fd);
688
close
(fd);
691
close
(fd);
736
close
(fd);
743
close
(fd);
746
close
(fd);
sshconnect.c
125
close
(pin[1]);
129
close
(pin[0]);
131
close
(pout[0]);
135
close
(pout[1]);
157
/*
Close
child side of the descriptors. */
158
close
(pin[0]);
159
close
(pout[1]);
229
close
(sock);
234
close
(sock);
399
close
(sock)
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c
178
close
(keyboard_fd);
186
close
(keyboard_fd);
239
close
(keyboard_fd);
262
close
(tty0_fd);
281
close
(tty0_fd);
306
close
(keyboard_fd);
340
close
(mouse_fd);
430
close
(cmdline);
625
close
(mouse_fd);
/frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java
282
mCloseGuardLocked.
close
();
295
pool.
close
();
349
* have work to complete even after the call to {@link #
close
}. Active database
796
close
();
method
805
mCloseGuardLocked.open("
close
");
[
all
...]
/packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java
203
legacyClientIdCursor.
close
();
206
searchClientIdCursor.
close
();
441
cursor.
close
();
708
public void
close
() {
709
super.
close
();
711
mHistoryCursor.
close
();
715
mSuggestCursor.
close
();
[
all
...]
/packages/apps/Mms/src/com/android/mms/data/
Conversation.java
335
c.
close
();
386
c.
close
();
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sax.py
513
parser.
close
()
538
parser.
close
()
559
parser.
close
()
569
parser.
close
()
579
parser.
close
()
589
parser.
close
()
665
parser.
close
()
686
parser.
close
()
700
parser.
close
()
test_mailbox.py
59
self._box.
close
()
143
self._box.
close
()
149
msg.fp.
close
()
188
msg0.
close
()
189
msg1.
close
()
195
f.
close
()
196
f.
close
()
427
#
Close
mailbox and flush changes to disk
428
self._test_flush_or_close(self._box.
close
, False)
438
self._box.
close
()
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sax.py
513
parser.
close
()
538
parser.
close
()
559
parser.
close
()
569
parser.
close
()
579
parser.
close
()
589
parser.
close
()
665
parser.
close
()
686
parser.
close
()
700
parser.
close
()
test_mailbox.py
59
self._box.
close
()
143
self._box.
close
()
149
msg.fp.
close
()
188
msg0.
close
()
189
msg1.
close
()
195
f.
close
()
196
f.
close
()
427
#
Close
mailbox and flush changes to disk
428
self._test_flush_or_close(self._box.
close
, False)
438
self._box.
close
()
[
all
...]
/hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp
743
close
(buffer.reserved);
759
close
(acquireFenceFd);
[
all
...]
/external/libusb/libusb/os/
linux_usbfs.c
311
close
(fd);
360
close
(fd);
451
close
(fd);
454
close
(fd);
461
close
(fd);
511
close
(fd);
584
close
(fd);
734
close
(fd);
750
close
(fd);
759
close
(fd)
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm
120
# Args: pass the child error status returned by the last pipe
close
,
145
close
(STDERR);
148
close
(OLDERR);
336
close
INFO;
527
close
(FILE);
599
close
SVN;
[
all
...]
Completed in 785 milliseconds
<<
131
132
133
134
135
136
137
138
139
140
>>