OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
76 - 100
of
8652
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationClient.h
59
virtual void
close
(Notification*) = 0;
/external/chromium_org/tools/gyp/test/actions-multiple/src/
filter.py
12
fh.
close
()
/external/chromium_org/tools/gyp/test/actions-none/src/
fake_cross.py
12
fh.
close
()
/external/chromium_org/tools/gyp/test/custom-generator/
mygenerator.py
14
f.
close
()
/external/chromium_org/tools/gyp/test/restat/src/
create_intermediate.py
17
open(outfile, "wb").
close
()
touch.py
16
open(fname, 'w').
close
()
/external/chromium_org/tools/gyp/test/win/vs-macros/
test_exists.py
10
open(sys.argv[2], 'w').
close
()
/external/javassist/src/main/javassist/
ClassPath.java
66
void
close
();
method in interface:ClassPath
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
run-command.c
7
close
(fd[0]);
8
close
(fd[1]);
15
close
(fd);
24
* In case of errors we must keep the promise to
close
FDs
32
close
(cmd->out);
46
close
(cmd->in);
58
close
(cmd->in);
62
close
(cmd->out);
78
close
(cmd->in);
97
close
(cmd->out)
[
all
...]
/external/zlib/src/contrib/iostream/
test.cpp
20
os.
close
();
/external/zlib/src/contrib/iostream3/
test.cc
20
outf.
close
();
30
inf.
close
();
37
outf.
close
();
46
inf.
close
();
/frameworks/av/media/img_utils/src/
Output.cpp
25
status_t Output::
close
() { return OK; }
function in class:android::img_utils::Output
/frameworks/base/core/java/android/content/res/
XmlResourceParser.java
26
* an additional
close
() method on this interface for the client to indicate
31
*
Close
this interface to the resource. Calls on the interface are no
34
public void
close
();
method in interface:XmlResourceParser
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CloseShieldInputStream.java
25
* passed to a component that wants to explicitly
close
the stream even if
48
public void
close
() {
method in class:CloseShieldInputStream
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
CloseShieldOutputStream.java
25
* passed to a component that wants to explicitly
close
the stream even if
48
public void
close
() {
method in class:CloseShieldOutputStream
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
CloseUtils.java
27
/** If the argument is non-null,
close
the cursor. */
30
cursor.
close
();
/bionic/libc/arch-x86/syscalls/
close.S
5
ENTRY(
close
)
function
21
END(
close
)
/bionic/libc/bionic/
daemon.c
50
close
(fd);
53
close
(fd);
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
CloseUtils.java
32
* If the argument is non-null,
close
the Closeable ignoring any {@link IOException}.
37
closeable.
close
();
44
/** If the argument is non-null,
close
the cursor. */
47
cursor.
close
();
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixSocketTest.java
47
pingServer.
close
();
57
worker.
close
();
67
clientIn.
close
();
82
pingClient.
close
();
83
pingServer.
close
();
99
theSocket.
close
();
108
ss.
close
();
117
socket.
close
();
/external/chromium_org/chrome/browser/resources/chromeos/login/
accessibility_menu.css
22
.
close
-button {
31
.
close
-button:hover {
35
.
close
-button:active {
39
html[dir=rtl] .
close
-button {
/external/chromium_org/chrome/browser/resources/feedback/js/
topbar_handlers.js
6
* Setup handlers for the minimize and
close
topbar buttons.
18
$('
close
-button').addEventListener('click', function() {
19
window.
close
();
22
$('
close
-button').addEventListener('mousedown', function(e) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.idl
35
void
close
();
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.idl
29
[RaisesException] void
close
(optional DOMString returnValue = null);
/external/compiler-rt/test/tsan/
fd_location.cc
15
close
(fds[0]);
16
close
(fds[1]);
Completed in 749 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>