OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
401 - 425
of
7589
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver3DictUpdater.java
49
private void
close
() throws IOException {
method in class:Ver3DictUpdater
51
mOutStream.
close
();
68
close
();
method
80
close
();
method
/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
()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
AbstractFileSystem.java
45
public void
close
() throws IOException {
method in class:AbstractFileSystem
72
* @see #
close
()
/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
();
/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/chromium/chrome/browser/importer/
firefox_profile_lock_posix.cc
79
close
(lock_fd_);
110
close
(lock_fd_);
114
close
(lock_fd_);
/external/chromium_org/chrome/browser/importer/
firefox_profile_lock_posix.cc
79
close
(lock_fd_);
110
close
(lock_fd_);
114
close
(lock_fd_);
/external/chromium_org/chrome/browser/resources/ntp4/
suggestions_page.css
21
.suggestions .
close
-button {
30
html[dir=rtl] .suggestions .
close
-button {
35
.suggestions:hover .
close
-button {
40
.suggestions .
close
-button:hover {
100
*
close
button. */
101
.suggestions:active .
close
-button:not(:active) + .thumbnail {
106
*
close
button. */
107
.suggestions:active .
close
-button:not(:active) + .thumbnail .thumbnail-shield {
/external/chromium_org/chrome/renderer/resources/extensions/
inject_app_titlebar.js
19
"button.
close
{ border: 0; background-color: transparent; " +
22
"button.
close
{ background-image: url(data:image/png;base64," +
29
"button.
close
:hover { background-image: url(data:image/png;base64," +
38
"button.
close
:active { background-image: url(data:image/png;base64," +
45
closeButton.className = '
close
'
46
closeButton.addEventListener('click', function() { window.
close
(); });
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLInputStream.h
77
m_last->
close
();
82
m_last->
close
();
117
m_first.
close
();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
inline-javascript-imports.py
54
inputFile.
close
()
65
importFile.
close
()
72
outputFile.
close
()
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
inline_js_imports.py
56
input_file.
close
()
67
import_file.
close
()
82
output_file.
close
()
/external/chromium_org/third_party/pexpect/
fdpexpect.py
2
You are reponsible for opening and
close
the file descriptor.
66
def
close
(self):
member in class:fdspawn
71
self.
close
(self)
74
os.
close
(self.child_fd)
/external/compiler-rt/lib/tsan/lit_tests/
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
57
close
(fd);
65
close
(fd);
73
close
(fd);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
StreamForwarder.java
71
os.
close
();
78
is.
close
();
108
s.
close
();
/external/guava/guava/src/com/google/common/io/
MultiInputStream.java
47
@Override public void
close
() throws IOException {
method in class:MultiInputStream
50
in.
close
();
61
close
();
method
Completed in 476 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>