OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
201 - 225
of
3754
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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_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/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
AutoCloseableRouter.java
13
* Wrapper around {@link Router} that will
close
the connection when not referenced anymore.
23
* The executor to
close
the underlying router.
90
* @see java.io.Closeable#
close
()
93
public void
close
() {
method in class:AutoCloseableRouter
94
mRouter.
close
();
108
close
();
ExecutorFactory.java
96
close
();
method
105
close
();
method
109
*
Close
the handles. Should only be called on the executor thread.
111
private void
close
() {
method in class:ExecutorFactory.PipedExecutor
113
mWriteHandle.
close
();
116
mReadHandle.
close
();
RouterImpl.java
32
* @see org.chromium.mojo.bindings.MessageReceiver#
close
()
35
public void
close
() {
method in class:RouterImpl.ResponderThunk
145
* @see java.io.Closeable#
close
()
148
public void
close
() {
method in class:RouterImpl
149
mConnector.
close
();
171
close
();
method
192
mIncomingMessageReceiver.
close
();
/external/chromium_org/sandbox/linux/suid/
sandbox.c
102
close
(sv[0]);
103
close
(sv[1]);
116
if (
close
(sv[1]))
117
FatalError("
close
");
161
if (
close
(sv[0])) {
162
close
(sv[1]);
163
perror("
close
");
178
close
(sv[1]);
192
close
(sv[1]);
231
// We need to
close
kZygoteIdFd before the child can continue. We use thi
[
all
...]
/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/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/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
47
@Override public void
close
() throws IOException {
method in class:MultiInputStream
50
in.
close
();
61
close
();
method
MultiReader.java
45
close
();
method
81
@Override public void
close
() throws IOException {
method in class:MultiReader
84
current.
close
();
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pager.c
33
close
(1);
34
close
(2);
82
close
(pager_process.in);
/external/lldb/test/pexpect-2.4/
fdpexpect.py
2
So you are reponsible for opening and
close
the file descriptor.
50
def
close
(self):
member in class:fdspawn
55
self.
close
(self)
58
os.
close
(self.child_fd)
/external/llvm/utils/llvm-build/llvmbuild/
configutil.py
31
f.
close
()
52
f.
close
()
64
f.
close
()
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/
PostExample.java
30
out.
close
();
41
if (out != null) out.
close
();
42
if (in != null) in.
close
();
/external/chromium_org/third_party/tlslite/tests/
tlstest.py
103
connection.
close
()
111
connection.
close
()
121
connection.
close
()
131
connection.
close
()
144
connection.
close
()
154
connection.
close
()
160
connection.
close
()
181
connection.
close
()
215
connection.
close
()
225
connection.
close
()
[
all
...]
/external/javasqlite/src/main/java/SQLite/
Blob.java
67
*
Close
this blob InputStream.
70
public void
close
() throws IOException {
method in class:BlobR
71
blob.
close
();
187
*
Close
this blob OutputStream.
190
public void
close
() throws IOException {
method in class:BlobW
191
blob.
close
();
281
*
Close
blob.
284
public native void
close
();
method in class:Blob
/cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptorTest.java
64
mAssetFileDes.
close
();
76
* 3. auto
close
.
82
mOutputStream.
close
();
96
mAssetFileDes.
close
();
113
mInputStream.
close
();
127
mAssetFileDes.
close
();
132
mAssetFileDes.
close
();
143
mAssetFileDes.
close
();
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharWrapperTester.java
125
o.
close
();
153
o.
close
();
171
o.
close
();
173
fail("
close
exception ignored");
175
assertEquals("
Close
failed", expected.getMessage());
182
o.
close
();
191
* doesn't respect
close
(), which makes testing wrapped streams difficult.
198
public void
close
() throws IOException {
method in class:CharWrapperTester.ClosableStringWriter
227
public void
close
() throws IOException {
method in class:CharWrapperTester.FailOnFlushWriter
253
public void
close
() throws IOException
method in class:CharWrapperTester.FailOnCloseWriter
[
all
...]
WrapperTester.java
126
o.
close
();
154
o.
close
();
172
o.
close
();
174
fail("
close
exception ignored");
176
assertEquals("
Close
failed", expected.getMessage());
183
o.
close
();
195
public void
close
() throws IOException {
method in class:WrapperTester.ClosableByteArrayOutputStream
220
public void
close
() throws IOException {
method in class:WrapperTester.FailOnFlushOutputStream
238
public void
close
() throws IOException {
method in class:WrapperTester.FailOnCloseOutputStream
240
throw new IOException("
Close
failed")
[
all
...]
Completed in 756 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>