OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
576 - 600
of
8652
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/libcore/luni/src/test/java/libcore/java/util/zip/
ZipFileTest.java
62
is.
close
();
64
zipFile.
close
();
93
out.
close
();
111
out.
close
();
151
out.
close
();
171
zip.
close
();
181
in.
close
();
194
zipFile.
close
();
208
zipFile.
close
();
244
out.
close
();
[
all
...]
/bootable/recovery/minui/
events.c
76
close
(fd);
83
close
(fd);
90
close
(fd);
105
close
(epollfd);
143
close
(ev_fdinfo[--ev_count].fd);
147
close
(epollfd);
/cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java
90
source.
close
();
93
target.
close
();
105
in.
close
();
106
out.
close
();
116
is.
close
();
127
is.
close
();
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_ArtistsTest.java
44
c.
close
();
48
c.
close
();
90
c.
close
();
118
c.
close
();
123
c.
close
();
130
c.
close
();
/cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java
67
close
(inp);
81
close
(inp);
135
close
(outp);
142
close
(outp);
148
private static void
close
(Closeable c) {
method in class:DasmBuildStep
152
c.
close
();
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm
23
close
$in or warn "Can't
close
$filename: $!";
33
close
$out or warn "Can't
close
$filename: $!";
116
close
STDOUT or die "Can't
close
stdout: $!";
120
close
STDERR or die "Can't
close
stderr: $!";
128
close
STDERR or die "Can't
close
stderr: $!"
[
all
...]
/external/chromium_org/third_party/lcov/bin/
updateversion.pl
78
close
(OUT);
79
close
(IN);
99
close
(OUT);
100
close
(IN);
120
close
(OUT);
121
close
(IN);
142
close
(OUT);
143
close
(IN);
/external/chromium_org/third_party/ots/test/
idempotent.cc
61
close
(fd);
64
close
(fd);
81
close
(fd1);
82
close
(fd2);
85
close
(fd1);
86
close
(fd2);
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
googletest.cc
163
close
(1);
165
close
(fd);
178
close
(2);
180
close
(fd);
186
close
(1);
201
close
(2);
/external/chromium_org/v8/tools/testrunner/local/
perfdata.py
58
self.
close
()
60
def
close
(self):
member in class:PerfDataStore
62
self.database.
close
()
102
self.
close
()
104
def
close
(self):
member in class:PerfDataManager
110
store.
close
()
/external/opencv/otherlibs/highgui/
cvcap_socket.cpp
84
close
();
88
virtual void
close
();
154
//
Close
cleans up all of our state and cached data.
155
void CVCapture_Socket::
close
()
function in class:CVCapture_Socket
224
::
close
(sockd);
234
::
close
(sockd);
271
//
Close
the socket and return the frame!
272
::
close
(sockd);
/external/protobuf/src/google/protobuf/testing/
googletest.cc
163
close
(1);
165
close
(fd);
178
close
(2);
180
close
(fd);
186
close
(1);
201
close
(2);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
CharArrayWriterTest.java
50
* java.io.CharArrayWriter#
close
()
53
cw.
close
();
188
* Tears down the fixture, for example,
close
a network connection. This
193
cr.
close
();
195
cw.
close
();
207
writer.
close
();
219
writer.
close
();
231
writer.
close
();
/libcore/luni/src/main/java/java/nio/channels/
Channels.java
236
public synchronized void
close
() throws IOException {
method in class:Channels.ChannelInputStream
237
channel.
close
();
272
public synchronized void
close
() throws IOException {
method in class:Channels.ChannelOutputStream
273
channel.
close
();
318
inputStream.
close
();
357
outputStream.
close
();
/libcore/luni/src/main/java/libcore/io/
IoUtils.java
39
* Calls
close
(2) on 'fd'. Also resets the internal int to -1. Does nothing if 'fd' is null
42
public static void
close
(FileDescriptor fd) throws IOException {
method in class:IoUtils
45
Libcore.os.
close
(fd);
58
closeable.
close
();
71
IoUtils.
close
(fd);
82
socket.
close
();
166
Libcore.os.
close
(fd);
/libcore/luni/src/test/java/libcore/java/io/
FileInputStreamTest.java
53
IoUtils.
close
(mOutFd);
98
fos.
close
();
108
//
Close
the second FileDescriptor and check we can't use it...
109
fis2.
close
();
133
//
Close
the first FileDescriptor and check we can't use it...
134
fis1.
close
();
162
fis.
close
();
163
fis.
close
();
OldAndroidDataInputStreamTest.java
41
a.
close
();
48
b.
close
();
55
c.
close
();
64
d.
close
();
82
f.
close
();
104
g.
close
();
OldBufferedOutputStreamTest.java
73
os.
close
();
107
os.
close
();
170
os.
close
();
189
bais.
close
();
191
os.
close
();
193
baos.
close
();
OldPipedOutputStreamTest.java
89
out.
close
();
104
out.
close
();
120
out.
close
();
201
out.
close
();
214
reader.getReader().
close
();
252
reader.getReader().
close
();
262
* Tears down the fixture, for example,
close
a network connection. This
/libcore/luni/src/test/java/libcore/java/nio/channels/
ServerSocketChannelTest.java
42
ssc.
close
();
62
ssc.
close
();
77
ssc.
close
();
103
ssc.
close
();
136
ssc.
close
();
142
socketChannel.
close
();
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java
183
client.
close
();
184
server.
close
();
196
c.
close
();
352
client.
close
();
353
server.
close
();
354
c.
close
();
384
client1.
close
();
385
server1.
close
();
397
client2.
close
();
398
server2.
close
();
[
all
...]
/packages/apps/Gallery/tests/src/com/android/camera/gallery/
ImageListUberUnitTests.java
25
uber.
close
();
32
uber.
close
();
47
uber.
close
();
55
uber.
close
();
73
uber.
close
();
91
uber.
close
();
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pty.py
44
os.
close
(slave_fd)
112
os.
close
(master_fd)
119
os.
close
(slave_fd)
123
os.
close
(tmp_fd)
125
os.
close
(slave_fd)
180
os.
close
(master_fd)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pty.py
44
os.
close
(slave_fd)
112
os.
close
(master_fd)
119
os.
close
(slave_fd)
123
os.
close
(tmp_fd)
125
os.
close
(slave_fd)
180
os.
close
(master_fd)
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
CaptureLoader.java
75
out.
close
();
78
in.
close
();
81
socket.
close
();
152
out.
close
();
155
in.
close
();
158
socket.
close
();
Completed in 517 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>