OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
426 - 450
of
8416
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursor.java
65
void
close
();
method in interface:SuggestionCursor
Suggestions.java
30
/** True if {@link Suggestions#
close
} has been called. */
60
close
();
method
90
result.
close
();
136
private void
close
() {
method in class:Suggestions
137
if (DBG) Log.d(TAG, "
close
() [" + hashCode() + "]");
139
throw new IllegalStateException("Double
close
()");
144
mResult.
close
();
/packages/services/Telephony/src/com/android/phone/common/mail/internet/
BinaryTempFileBody.java
75
base64Out.
close
();
77
in.
close
();
86
public void
close
() throws IOException {
method in class:BinaryTempFileBody.BinaryTempFileBodyInputStream
87
super.
close
();
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py
29
self.secondary_db.
close
()
30
self.primary_db.
close
()
31
self.env.
close
()
47
cursor.
close
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py
21
self.
close
= p.
close
26
def
close
(self):
member in class:Profile
27
"""
Close
the logfile and terminate the profiler."""
28
self._prof.
close
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py
29
self.secondary_db.
close
()
30
self.primary_db.
close
()
31
self.env.
close
()
47
cursor.
close
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py
21
self.
close
= p.
close
26
def
close
(self):
member in class:Profile
27
"""
Close
the logfile and terminate the profiler."""
28
self._prof.
close
()
/system/bt/btif/src/
btif_debug.c
39
close
(fd);
/system/core/toolbox/upstream-netbsd/bin/dd/
dd_hostops.c
44
.op_close =
close
,
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
AbstractFileSystem.java
45
public void
close
() throws IOException {
method in class:AbstractFileSystem
72
* @see #
close
()
/external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc
73
close
(fds[1]);
76
close
(fds[0]);
79
close
(fds[0]);
93
close
(fds[1]);
102
close
(fds[1]);
105
close
(fds[0]);
108
close
(fds[0]);
123
close
(fds[1]);
167
close
(fds[1]);
170
close
(fds[0])
[
all
...]
/external/libvncserver/x11vnc/misc/
ultravnc_repeater.pl
44
server/client ID. The default is to
close
the previous one.
72
close
STDOUT;
76
close
STDERR;
114
close
PID;
147
close
STDIN;
149
close
STDOUT;
150
close
STDERR;
305
close
$alarm_sock;
333
close
$sock;
355
close
$sock
[
all
...]
/bionic/tests/
fcntl_test.cpp
39
close
(fd);
47
close
(fd);
51
close
(fd);
59
close
(fd);
63
close
(fd);
154
close
(fd);
172
close
(pipe_fds[0]);
173
close
(pipe_fds[1]);
174
close
(in);
188
close
(pipe_fds[1])
[
all
...]
pty_test.cpp
42
close
(master);
43
close
(slave);
66
close
(master);
/build/tools/
diff_package_overlays.py
46
f.
close
()
57
f.
close
()
84
f.
close
()
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.java
79
outputStream.
close
();
86
dataOut.
close
();
87
outputStream.
close
();
104
inputStream.
close
();
134
cursor.
close
();
137
db.
close
();
168
cursor.
close
();
171
db.
close
();
191
qtaguidReader.
close
();
221
out.
close
();
[
all
...]
/cts/tests/tests/util/src/android/util/cts/
PrintStreamPrinterTest.java
54
ps.
close
();
62
reader.
close
();
64
is.
close
();
/developers/samples/android/common/src/java/com/example/android/common/midi/
MidiInputPortSelector.java
51
close
();
method
81
Log.i(MidiConstants.TAG, "MidiInputPortSelector.onClose() -
close
port");
82
mInputPort.
close
();
86
mOpenDevice.
close
();
/development/samples/Vault/src/com/example/android/vault/
Utils.java
34
closable.
close
();
54
out.
close
();
69
in.
close
();
/development/scripts/
compare-installed-size.py
77
input_stream.
close
()
84
output.
close
()
104
output.
close
()
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/
ServerSocketFactoryTest.java
63
s.
close
();
68
s.
close
();
73
s.
close
();
/external/compiler-rt/test/tsan/
fd_socket_connect_norace.cc
21
close
(c);
39
close
(c);
40
close
(s);
fd_socket_norace.cc
25
close
(c);
45
close
(c);
46
close
(s);
/external/e2fsprogs/misc/
partinfo.c
58
close
(fd);
66
close
(fd);
74
close
(fd);
/external/guava/guava/src/com/google/common/io/
MultiInputStream.java
50
@Override public void
close
() throws IOException {
method in class:MultiInputStream
53
in.
close
();
64
close
();
method
Completed in 2647 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>