OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
3801 - 3825
of
8652
) sorted by null
<<
151
152
153
154
155
156
157
158
159
160
>>
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
RamDisk.java
174
public void
close
() throws IOException {
method in class:RamDisk
/external/chromium_org/base/files/
file_util_posix.cc
496
ThreadRestrictions::AssertIOAllowed(); // For call to
close
().
503
close
(fd);
514
close
(fd);
519
ThreadRestrictions::AssertIOAllowed(); // For call to
close
().
521
return ((fd >= 0) && !IGNORE_EINTR(
close
(fd)));
674
if (IGNORE_EINTR(
close
(fd)) < 0)
686
if (IGNORE_EINTR(
close
(fd)) < 0)
713
if (IGNORE_EINTR(
close
(fd)) < 0)
871
close
(infile);
902
if (IGNORE_EINTR(
close
(infile)) < 0
[
all
...]
/external/chromium_org/base/process/
process_util_unittest.cc
505
// descriptor is guarded before attempting to
close
it.
552
close
(fd);
561
int ret = IGNORE_EINTR(
close
(write_pipe));
579
int ret = IGNORE_EINTR(
close
(fds[1]));
595
ret = IGNORE_EINTR(
close
(fds[0]));
623
ret = IGNORE_EINTR(
close
(sockets[0]));
625
ret = IGNORE_EINTR(
close
(sockets[1]));
627
ret = IGNORE_EINTR(
close
(dev_null));
654
PCHECK(IGNORE_EINTR(
close
(fds[1])) == 0);
659
PCHECK(IGNORE_EINTR(
close
(fds[0])) == 0)
[
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);
/external/wpa_supplicant_8/src/drivers/
driver_macsec_qca.c
142
close
(s);
145
close
(s);
167
close
(s);
170
close
(s);
191
close
(s);
194
close
(s);
249
close
(s);
252
close
(s);
419
close
(drv->pf_sock);
/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
798
close
();
method
807
mCloseGuardLocked.open("
close
");
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java
176
contactCursor.
close
();
198
callCursor.
close
();
241
callCursor.
close
();
288
contactCursor.
close
();
329
contactCursor.
close
();
381
callsCursor.
close
();
439
contactCursor.
close
();
482
contactCursor.
close
();
499
contactCursor.
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
...]
/system/vold/
cryptfs.c
410
close
(fd);
455
close
(fd);
528
close
(fd);
685
close
(fd);
796
close
(fd);
803
close
(fd);
902
close
(fd);
908
close
(fd);
[
all
...]
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar
/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
...]
/cts/tests/tests/print/src/android/print/cts/
PrintDocumentAdapterContractTest.java
95
fd.
close
();
213
fd.
close
();
308
fd.
close
();
485
fd.
close
();
643
fd.
close
();
[
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
...]
/ndk/sources/host-tools/make-3.81/
job.c
411
ensures the read will interrupt on SIGCHLD. Second, we
close
the dup'd
427
close
(job_rfd);
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py
657
self._root = parser.
close
()
661
source.
close
()
822
file.
close
()
1383
def
close
(self):
member in class:TreeBuilder
1650
def
close
(self):
member in class:XMLParser
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py
657
self._root = parser.
close
()
661
source.
close
()
822
file.
close
()
1383
def
close
(self):
member in class:TreeBuilder
1650
def
close
(self):
member in class:XMLParser
[
all
...]
/external/robolectric/lib/main/
h2-1.2.147.jar
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java
120
private static void
close
(Closeable c) {
method in class:BluetoothMapContentObserver
122
if (c != null) c.
close
();
473
close
(c);
495
close
(c);
518
close
(c);
589
close
(c);
677
close
(c);
771
close
(c);
[
all
...]
/bionic/libc/kernel/tools/
utils.py
149
f.
close
()
183
f.
close
()
/bionic/libc/tools/zoneinfo/
update-tzdata.py
66
setup.
close
()
93
f.
close
()
Completed in 793 milliseconds
<<
151
152
153
154
155
156
157
158
159
160
>>