OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
1551 - 1575
of
7589
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java
46
in.
close
();
56
in.
close
();
168
iis.
close
();
OldAndroidZipStressTest.java
49
is.
close
();
91
stream.
close
();
110
stream.
close
();
/libcore/luni/src/test/java/tests/api/java/lang/
ProcessTest.java
67
os.
close
();
83
p.getOutputStream().
close
();
104
is.
close
();
/packages/apps/Browser/tests/src/com/android/browser/tests/
BP2ProviderTests.java
103
c.
close
();
123
c.
close
();
135
c.
close
();
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushServer.java
108
if (DBG) Log.d(TAG, "about to
close
");
109
mSock.
close
();
172
if (DBG) Log.d(TAG, "about to
close
");
174
mServerSocket.
close
();
194
mServerSocket.
close
();
/packages/apps/Nfc/src/com/android/nfc/snep/
SnepClient.java
167
socket.
close
();
183
public void
close
() {
method in class:SnepClient
187
mMessenger.
close
();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursorBackedCursor.java
68
public void
close
() {
method in class:SuggestionCursorBackedCursor
69
super.
close
();
70
mCursor.
close
();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DictDecoder.java
165
inStream.
close
();
194
inStream.
close
();
220
raFile.
close
();
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java
106
eventCursor.
close
();
118
dirtyCursor.
close
();
140
cursor.
close
();
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DirectoryTest.java
92
cursor.
close
();
114
cursor.
close
();
128
cursor.
close
();
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
OpenHelper.java
103
cursor.
close
();
121
headers.
close
();
136
cursor.
close
();
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py
149
f.
close
()
160
f.
close
()
173
f.
close
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py
94
fp.
close
()
101
fp.
close
()
105
fp.
close
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_linuxaudiodev.py
22
self.dev.
close
()
37
fp.
close
()
95
dsp.
close
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py
149
f.
close
()
160
f.
close
()
173
f.
close
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_linuxaudiodev.py
22
self.dev.
close
()
37
fp.
close
()
95
dsp.
close
()
/system/core/libsuspend/
autosuspend_earlysuspend.c
59
close
(fd);
74
close
(fd);
225
close
(sPowerStatefd);
/system/core/toolbox/
alarm.c
161
close
(nfd);
165
close
(nfd);
187
close
(afd);
cat.c
204
close
(fd);
208
close
(fd);
225
close
(fd);
/system/netd/
SoftapController.cpp
180
close
(fd);
188
close
(fd);
193
close
(fd);
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java
81
cursor.
close
();
152
close
();
method
165
close
();
method
245
public void
close
() {
method in class:ContactsContract_TestDataBuilder.Builder
247
mCursor.
close
();
364
builder.
close
();
ContactsTest.java
112
cursor.
close
();
133
cursor.
close
();
179
cursor.
close
();
192
cursor.
close
();
292
cursor.
close
();
311
cursor.
close
();
375
cursor.
close
();
394
cursor.
close
();
464
cursor.
close
();
490
cursor.
close
();
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java
203
is.
close
();
204
os.
close
();
267
is.
close
();
268
os.
close
();
329
is.
close
();
330
os.
close
();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectStreamFieldTest.java
161
oos.
close
();
162
baos.
close
();
182
oos.
close
();
183
baos.
close
();
201
oos.
close
();
202
baos.
close
();
/external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c
312
** the channel and sends it a
close
event. The reason
324
tAVDT_SCB_TC_CLOSE
close
;
local
326
close
.old_tc_state = p_tbl->state;
333
p_tbl->tcid,
close
.old_tc_state);
340
/* if media or other channel, notify scb that channel
close
*/
347
close
.tcid = p_tbl->tcid;
348
close
.type = avdt_ad_tcid_to_type(p_tbl->tcid);
349
avdt_scb_event(p_scb, AVDT_SCB_TC_CLOSE_EVT, (tAVDT_SCB_EVT *)&
close
);
595
** Description This function is called by a CCB or SCB to
close
a
617
/* if we're listening on this channel, send ourselves a
close
ind *
[
all
...]
Completed in 775 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>