OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
951 - 975
of
7589
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java
67
this.channel1.
close
();
74
this.channel2.
close
();
81
this.server1.
close
();
133
this.channel1.
close
();
145
this.channel1.
close
();
165
this.channel1.
close
();
213
this.server1.
close
();
313
sc.
close
();
329
sc.
close
();
/system/extras/sound/
playwav.c
92
close
(afd);
225
close
(fd);
278
close
(afd);
285
close
(fd);
289
close
(afd);
290
close
(fd);
309
close
(fd);
324
close
(fd);
325
close
(afd);
/cts/tests/src/android/os/cts/
FileUtils.java
127
out.
close
();
145
output.
close
();
157
is.
close
();
/cts/tests/tests/database/src/android/database/cts/
CursorWrapperTest.java
76
cursorWrapper.
close
();
113
cursorWrapper.
close
();
203
cursorWrapper.
close
();
280
cursorWrapper.
close
();
320
cursorWrapper.
close
();
350
cursorWrapper.
close
();
388
cursorWrapper.
close
();
396
cursorWrapper.
close
();
402
cursorWrapper.
close
();
437
cursorWrapper.
close
();
[
all
...]
/cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp
42
close
(fd);
72
close
(fd[0]);
73
close
(fd[1]);
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
SharingSupport.java
77
fw.
close
();
96
fw.
close
();
100
fw.
close
();
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarInputStreamTest.java
86
jis.
close
();
107
jis.
close
();
177
jin.
close
();
204
jin.
close
();
224
jin.
close
();
251
jin.
close
();
278
jin.
close
();
307
jin.
close
();
328
jin.
close
();
359
jin.
close
();
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FilterInputStreamTest.java
53
* @tests java.io.FilterInputStream#
close
()
56
is.
close
();
150
fos.
close
();
155
* Tears down the fixture, for example,
close
a network connection. This
161
is.
close
();
StringReaderTest.java
38
* @tests java.io.StringReader#
close
()
41
// Test for method void java.io.StringReader.
close
()
44
sr.
close
();
47
fail("
Close
failed");
111
sr.
close
();
158
sr.
close
();
/external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java
183
tmpsocket.
close
();
187
public void
close
() throws IOException {
method in class:SocketHttpClientConnection
205
this.socket.
close
();
SocketHttpServerConnection.java
181
tmpsocket.
close
();
185
public void
close
() throws IOException {
method in class:SocketHttpServerConnection
199
this.socket.
close
();
/external/bison/lib/
w32spawn.h
61
close
(fd);
86
close
(tempfd);
92
close
(origfd);
/external/chromium/chrome/browser/chromeos/
external_metrics_unittest.cc
31
close
(fd);
113
EXPECT_EQ(0,
close
(fd));
124
EXPECT_EQ(0,
close
(fd));
/external/chromium_org/base/
sync_socket_posix.cc
37
Close
();
73
if (HANDLE_EINTR(
close
(handles[0])) < 0)
74
DPLOG(ERROR) << "
close
";
77
if (HANDLE_EINTR(
close
(handles[1])) < 0)
78
DPLOG(ERROR) << "
close
";
84
bool SyncSocket::
Close
() {
88
int retval = HANDLE_EINTR(
close
(handle_));
90
DPLOG(ERROR) << "
close
";
/external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.cpp
52
void
close
(Timer<MockPagePopup>*);
61
, m_closeTimer(this, &MockPagePopup::
close
)
95
void MockPagePopup::
close
(Timer<MockPagePopup>*)
function in class:WebCore::MockPagePopup
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
concatenate_css_files.py
104
input_file.
close
()
110
output_file.
close
()
111
output.
close
()
concatenate_js_files.py
102
input_file.
close
()
108
output_file.
close
()
109
output.
close
()
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.h
81
void cancel() {
close
(); }
83
void
close
();
112
DEFINE_ATTRIBUTE_EVENT_LISTENER(
close
);
/external/clang/tools/scan-build/
ccc-analyzer
115
close
($PPH);
122
close
OUT;
140
close
FROM_CHILD;
145
close
(TO_PARENT);
153
close
(FROM_CHILD);
242
close
FROM_CHILD;
248
close
TO_PARENT;
255
close
$ofh;
258
close
(FROM_CHILD);
312
close
(AFILE)
[
all
...]
/external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java
139
* Calls {@link #
close
} if not already closed, and then resets this
147
close
();
method
180
@Override public synchronized void
close
() throws IOException {
method in class:FileBackedOutputStream
181
out.
close
();
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
MjpegFileWriter.java
87
aviOutput.
close
();
94
raf.
close
();
154
baos.
close
();
224
baos.
close
();
244
baos.
close
();
314
baos.
close
();
369
baos.
close
();
390
baos.
close
();
425
baos.
close
();
449
baos.
close
();
[
all
...]
/external/libvpx/libvpx/test/android/
get_files.py
52
curl.
close
()
53
fp.
close
()
104
file_list_csv.
close
()
/external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java
72
pipeline.
close
();
152
public void
close
() throws IOException {
method in class:Pipeline
159
this.pipe.
close
();
/external/proguard/src/proguard/
WordReader.java
125
// Otherwise
close
and ditch the word reader.
126
includeWordReader.
close
();
295
public void
close
() throws IOException
method in class:WordReader
297
//
Close
and ditch the included word reader, if any.
300
includeWordReader.
close
();
/frameworks/base/core/java/android/content/
ContentQueryMap.java
134
// while another thread called
close
(), which nulls out mCursor.
168
public synchronized void
close
() {
method in class:ContentQueryMap
173
mCursor.
close
();
179
if (mCursor != null)
close
();
method
Completed in 804 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>