OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:close
(Results
826 - 850
of
5187
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java
171
c.
close
();
254
c.
close
();
265
out.
close
();
266
in.
close
();
329
c.
close
();
408
c.
close
();
435
c.
close
();
457
c.
close
();
/packages/apps/Email/src/com/android/exchange/
EmailSyncAlarmReceiver.java
83
c.
close
();
99
c.
close
();
/packages/apps/Email/src/com/android/exchange/utility/
FileLogger.java
46
static public synchronized void
close
() {
method in class:FileLogger
49
sLogWriter.
close
();
/packages/apps/Email/src/org/apache/commons/io/input/
CharSequenceReader.java
47
*
Close
resets the file back to the start and removes any marked position.
49
public void
close
() {
method in class:CharSequenceReader
/packages/apps/Email/src/org/apache/james/mime4j/
EOLConvertingInputStream.java
76
public void
close
() throws IOException {
method in class:EOLConvertingInputStream
77
in.
close
();
/packages/apps/IM/src/com/android/im/app/
SettingActivity.java
68
settings.
close
();
91
settings.
close
();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SourceShortcutRefresher.java
131
//
Close
cursor if empty and pass null as the refreshed cursor
133
refreshed.
close
();
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutPromoterTest.java
56
mShortcuts.
close
();
58
c.
close
();
/packages/apps/Settings/src/com/android/settings/vpn/
Util.java
116
in.
close
();
117
out.
close
();
/packages/experimental/procstatlog/
procstatlog.c
84
close
(fd);
89
close
(fd);
113
close
(fd);
117
close
(fd);
168
close
(fd);
172
close
(fd);
253
close
(fd);
257
close
(fd);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
CommonNicknameCache.java
83
cursor.
close
();
147
cursor.
close
();
/system/core/adb/
framebuffer_service.c
104
if(fb >= 0)
close
(fb);
105
close
(fd);
jdwp_service.c
539
peer->
close
(peer);
549
s->peer->
close
(s->peer);
561
* on the second one,
close
the connection
570
peer->
close
(peer);
586
s->socket.
close
= jdwp_socket_close;
635
peer->
close
(peer);
664
s->peer->
close
(s->peer);
687
t->socket.
close
= jdwp_tracker_close;
/system/core/include/cutils/
abort_socket.h
25
* Calling
close
() on a regular POSIX socket does not abort blocked syscalls on
95
/*
Close
socket and free asocket structure.
/system/core/nexus/
DhcpClient.cpp
106
close
(mListenerSocket);
146
close
(mListenerSocket);
TiwlanWifiController.cpp
55
close
(mListenerSock);
138
close
(mListenerSock);
/system/core/sh/
input.c
397
close
(fd);
421
close
(parsefile->fd);
479
close
(pf->fd);
508
*
Close
the file(s) that the shell is reading commands from. Called
514
* This code is (probably) unnecessary as the '
close
on exec' flag is
516
* to
close
the fds as another fork() may be done later to feed data
517
* from a 'here' document into a pipe and we don't want to
close
the
528
close
(parsefile->fd);
/system/core/toolbox/
syren.c
120
close
(fd);
150
close
(fd);
/system/extras/tests/bionic/libc/common/
test_udp.c
96
close
(s);
117
close
(s);
/bionic/libc/bionic/
if_indextoname.c
60
close
(ctl_sock);
if_nametoindex.c
55
close
(ctl_sock);
/bootable/recovery/minui/
events.c
59
close
(ev_fds[--ev_count].fd);
/build/tools/droiddoc/templates/assets/
jquery-history.js
20
d.
close
();
/cts/tests/appsecurity-tests/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
AccessPrivateDataTest.java
54
inputStream.
close
();
/cts/tests/tests/content/src/android/content/res/cts/
RawResourceTest.java
66
is.
close
();
Completed in 185 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>