OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
1726 - 1750
of
8652
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_StringIO.py
71
f.
close
()
77
f.
close
()
81
f.
close
()
88
f.
close
()
103
self._fp.
close
()
107
self._fp.
close
()
test_csv.py
130
fileobj.
close
()
207
fileobj.
close
()
322
fileobj.
close
()
382
fileobj.
close
()
403
fileobj.
close
()
414
fileobj.
close
()
425
fileobj.
close
()
436
fileobj.
close
()
447
fileobj.
close
()
472
fileobj.
close
()
[
all
...]
test_fileinput.py
24
f.
close
()
52
fi.
close
()
76
fi.
close
()
109
fi.
close
()
119
fi.
close
()
141
fi.
close
()
test_iter.py
245
f.
close
()
251
f.
close
()
275
f.
close
()
283
f.
close
()
308
f.
close
()
316
f.
close
()
385
f.
close
()
392
f.
close
()
424
f.
close
()
429
f.
close
()
[
all
...]
/system/core/fastboot/
usb_linux.c
168
close
(fd);
257
close
(fd);
344
close
(fd);
350
close
(fd);
446
close
(fd);
458
close
(fd);
/system/core/libsysutils/src/
SocketListener.cpp
58
close
(mSock);
61
close
(mCtrlPipe[0]);
62
close
(mCtrlPipe[1]);
125
close
(mCtrlPipe[0]);
126
close
(mCtrlPipe[1]);
131
close
(mSock);
/cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java
[
all
...]
MediaStore_Audio_MediaTest.java
45
c.
close
();
49
c.
close
();
61
c.
close
();
67
c.
close
();
125
c.
close
();
163
c.
close
();
174
c.
close
();
179
c.
close
();
UserDictionary_WordsTest.java
79
cursor.
close
();
103
cursor.
close
();
/bootable/recovery/
fuse_sdcard_provider.c
61
close
(fd->fd);
93
vtab.
close
= close_file;
/bootable/recovery/tools/ota/
check-lost+found.c
67
if (fd >= 0 &&
close
(fd) == 0) {
81
close
(fd);
/build/libs/host/
CopyFile.c
258
(void)
close
(srcFd);
275
(void)
close
(srcFd);
287
(void)
close
(srcFd);
293
(void)
close
(srcFd);
294
(void)
close
(dstFd);
321
(void)
close
(srcFd);
322
(void)
close
(dstFd);
566
(void)
close
(tmpFd);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CANotifyOnBootActivity.java
70
if (is != null) is.
close
();
71
if (os != null) os.
close
();
/cts/libs/vogar-expect/src/vogar/util/
Strings.java
51
in.
close
();
67
in.
close
();
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteOpenHelperTest.java
82
mOpenHelper.
close
();
85
// After
close
(), onOpen() will be invoked by getWritableDatabase.
93
mOpenHelper.
close
();
/cts/tests/tests/gesture/src/android/gesture/cts/
GestureStoreTest.java
160
inStream.
close
();
163
outStream.
close
();
/cts/tests/tests/media/src/android/media/cts/
CodecUtils.java
80
public void
close
() {
method in class:CodecUtils.ImageWrapper
81
mImage.
close
();
/cts/tests/tests/net/src/android/net/cts/
LocalSocketTest.java
95
//
close
client socket
96
clientSocket.
close
();
104
//
close
server socket
105
serverSocket.
close
();
/cts/tests/tests/security/src/android/security/cts/
ServicePermissionsTest.java
115
out.
close
();
129
reader.
close
();
/cts/tests/webgl/src/android/webgl/cts/
ZipUtil.java
56
os.
close
();
92
zis.
close
();
/cts/tools/vm-tests-tf/src/util/build/
BuildStep.java
114
if (inChannel != null) inChannel.
close
();
115
if (outChannel != null) outChannel.
close
();
/dalvik/dx/src/com/android/multidex/
Path.java
77
in.
close
();
108
in.
close
();
/dalvik/libdex/
CmdUtils.cpp
85
close
(fd);
213
* Success!
Close
the file and return with the start/length in pMap.
219
close
(fd);
/developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/
AssetProvider.java
122
mAssets.openFd(path).
close
();
158
afd.
close
();
/development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServer.java
137
socket.
close
();
155
//
Close
the socket
157
sss.
close
();
Completed in 695 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>