OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
151 - 175
of
8652
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/sandbox/linux/services/
init_process_reaper.cc
36
close_ret = IGNORE_EINTR(
close
(sync_fds[0]));
38
close_ret = IGNORE_EINTR(
close
(sync_fds[1]));
53
close_ret = IGNORE_EINTR(
close
(sync_fds[0]));
61
close_ret = IGNORE_EINTR(
close
(sync_fds[1]));
86
close_ret = IGNORE_EINTR(
close
(sync_fds[1]));
92
close_ret = IGNORE_EINTR(
close
(sync_fds[0]));
/external/clang/utils/analyzer/
update_plist_test.pl
23
close
(IN);
47
close
(IN);
48
close
($fh);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
whichdb.py
33
f.
close
()
37
f.
close
()
44
f.
close
()
50
d.
close
()
68
f.
close
()
80
f.
close
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
whichdb.py
33
f.
close
()
37
f.
close
()
44
f.
close
()
50
d.
close
()
68
f.
close
()
80
f.
close
()
/bionic/libc/arch-mips64/syscalls/
close.S
5
ENTRY(
close
)
function
25
END(
close
)
/development/tools/idegen/src/
Files.java
36
in.
close
();
46
out.
close
();
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStreamTest.java
27
* @tests javax.crypto.CipherOutputStream#
close
()
33
.getInstance("DES/CBC/PKCS5Padding")).
close
();
43
.getInstance("DES/CBC/PKCS5Padding")).
close
();
/external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServerSocket.java
73
* @see tests.support.Support_ServerSocket#
close
()
75
public void
close
() throws IOException {
method in class:Support_HttpServerSocket
77
instance.
close
();
Support_HttpSocket.java
48
public void
close
() throws IOException {
method in class:Support_HttpSocket
50
instance.
close
();
Support_ProcessReadWriteTest.java
42
input.
close
();
43
output.
close
();
/external/apache-http/src/org/apache/http/conn/
BasicEofSensorWatcher.java
39
* The underlying connection is released on
close
or EOF.
90
wrapped.
close
();
108
wrapped.
close
();
/external/chromium_org/base/posix/
file_descriptor_shuffle.cc
53
j->
close
= false;
56
if (i->
close
&& i->source == j->dest)
57
i->
close
= false;
59
if (i->
close
&& i->source == j->source) {
60
i->
close
= false;
61
j->
close
= true;
70
if (!is_identity && i->
close
)
71
delegate->
Close
(i->source);
75
delegate->
Close
(extra_fds[i]);
95
void FileDescriptorTableInjection::
Close
(int fd)
[
all
...]
/external/chromium_org/chrome/browser/resources/hotword_audio_verification/
main.js
11
// Make the
close
buttons
close
the app window.
12
var closeButtons = document.getElementsByClassName('
close
');
16
appWindow.
close
();
22
appWindow.
close
();
27
appWindow.
close
();
32
appWindow.
close
();
38
appWindow.
close
();
62
appWindow.
close
();
/external/chromium_org/third_party/WebKit/Source/web/
NotificationPresenterImpl.cpp
61
void NotificationPresenterImpl::
close
(Notification* notification)
function in class:blink::NotificationPresenterImpl
63
m_presenter->
close
(notification);
65
// FIXME: Remove the duplicated call to cancel() when Chromium updated to override
close
() instead.
/external/chromium_org/third_party/jstemplate/
compile.py
38
out_file.
close
()
39
conn.
close
()
/external/chromium_org/third_party/npapi/npspy/common/
logfile.cpp
52
close
();
66
void CLogFile::
close
()
function in class:CLogFile
/external/clang/test/OpenMP/
parallel_proc_bind_messages.cpp
7
#pragma omp parallel proc_bind ( // expected-error {{expected 'master', '
close
' or 'spread' in OpenMP clause 'proc_bind'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
8
#pragma omp parallel proc_bind () // expected-error {{expected 'master', '
close
' or 'spread' in OpenMP clause 'proc_bind'}}
10
#pragma omp parallel proc_bind (
close
), proc_bind(spread) // expected-error {{directive '#pragma omp parallel' cannot contain more than one 'proc_bind' clause}}
11
#pragma omp parallel proc_bind (x) // expected-error {{expected 'master', '
close
' or 'spread' in OpenMP clause 'proc_bind'}}
17
#pragma omp parallel proc_bind(
close
)
parallel_sections_proc_bind_messages.cpp
8
#pragma omp parallel sections proc_bind( // expected-error {{expected 'master', '
close
' or 'spread' in OpenMP clause 'proc_bind'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
10
#pragma omp parallel sections proc_bind() // expected-error {{expected 'master', '
close
' or 'spread' in OpenMP clause 'proc_bind'}}
14
#pragma omp parallel sections proc_bind(
close
), proc_bind(spread) // expected-error {{directive '#pragma omp parallel sections' cannot contain more than one 'proc_bind' clause}}
16
#pragma omp parallel sections proc_bind(x) // expected-error {{expected 'master', '
close
' or 'spread' in OpenMP clause 'proc_bind'}}
22
#pragma omp parallel sections proc_bind(
close
)
/external/compiler-rt/test/tsan/
fd_close_norace.cc
11
close
(f);
18
close
(f);
fd_dup_norace.cc
14
close
(fds[0]);
19
close
(fds[1]);
fd_socketpair_norace.cc
14
close
(fds[1]);
23
close
(fds[0]);
/external/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
close.pass.cpp
15
// void
close
();
29
fs.
close
();
38
fs.
close
();
/external/ppp/pppd/
pppox.c
40
.
close
= NULL,
60
close
(pppox);
/external/proguard/src/proguard/io/
ParentDataEntryWriter.java
70
public void
close
() throws IOException
method in class:ParentDataEntryWriter
72
dataEntryWriter.
close
();
/external/qemu/android/base/files/
ScopedStdioFile.h
22
// the release() method is called. It is also possible to
close
23
// the file explicitly with
close
().
32
// Destructor always calls
close
().
33
~ScopedStdioFile() {
close
(); }
53
// Explicit
close
of a scoped FILE*.
54
void
close
() {
function in class:android::base::ScopedStdioFile
Completed in 273 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>