OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
1226 - 1250
of
7589
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/cts/tools/signature-tools/src/signature/io/impl/
BinaryApi.java
48
oos.
close
();
80
ois.
close
();
/development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarShareActionProviderActivity.java
114
inputStream.
close
();
119
outputStream.
close
();
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.c
123
close
(p_buffer->ion_info_fd.fd);
128
close
(p_buffer->ion_fd);
/device/asus/flo/charger_touch/
charger_touch.c
46
close
(fd);
62
close
(fd);
/device/lge/mako/charger_touch/
charger_touch.c
46
close
(fd);
62
close
(fd);
/external/aac/libSYS/src/linux/
genericStds_linux.cpp
210
close
(fd);
233
/*
Close
driver */
234
close
(fd);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedWriterTest.java
87
pw.
close
();
94
* @tests java.io.PipedWriter#
close
()
97
// Test for method void java.io.PipedWriter.
close
()
103
pw.
close
();
125
pw.
close
();
156
pw.
close
();
166
pr.
close
();
187
pw.
close
();
448
pw.
close
();
456
* Tears down the fixture, for example,
close
a network connection. Thi
[
all
...]
/external/apache-http/src/org/apache/http/impl/conn/
AbstractPooledConnAdapter.java
51
* pool entry. {@link #shutdown shutdown} and {@link #
close
close
}
152
public void
close
() throws IOException {
method in class:AbstractPooledConnAdapter
158
conn.
close
();
/external/bison/lib/
dup2.c
130
close
(duplicated_fd);
143
close
(desired_fd);
pipe2.c
160
close
(fd[0]);
161
close
(fd[1]);
/external/blktrace/btt/
bno_plot.py
103
fo.
close
()
113
fo.
close
()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/
CipherOutputStream.java
157
* and calls the <code>
close
</code> method of the underlying output
162
public void
close
()
method in class:CipherOutputStream
186
super.
close
();
/external/chromium/base/
dir_reader_posix_unittest.cc
41
PCHECK(
close
(fd) == 0);
84
PCHECK(
close
(prev_wd) == 0);
/external/chromium/net/base/
network_change_notifier_netlink_linux.cc
69
if (
close
(sock) != 0)
70
PLOG(ERROR) << "Failed to
close
socket";
84
if (
close
(sock) != 0)
85
PLOG(ERROR) << "Failed to
close
socket";
/external/chromium/testing/gmock/test/
gmock_output_test.py
161
golden_file.
close
()
178
golden_file.
close
()
/external/chromium_org/base/files/
dir_reader_posix_unittest.cc
42
PCHECK(
close
(fd) == 0);
85
PCHECK(
close
(prev_wd) == 0);
/external/chromium_org/base/posix/
unix_domain_socket_linux_unittest.cc
47
//
Close
the reply FD.
48
ASSERT_EQ(0, HANDLE_EINTR(
close
(message_fds.front())));
66
ASSERT_EQ(0, HANDLE_EINTR(
close
(fds[0])));
/external/chromium_org/chrome/browser/resources/chromeos/
choose_mobile_network.js
53
ChooseNetwork.
close
();
62
ChooseNetwork.
close
();
65
ChooseNetwork.
close
= function() {
66
window.
close
();
/external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.h
47
//
close
82
// We normally
close
the bubble any time it becomes inactive but this can lead
85
static void set_close_on_deactivate(bool
close
) {
86
close_on_deactivate_ =
close
;
profile_chooser_view.h
37
// the existing bubble will auto-
close
due to focus loss.
46
// We normally
close
the bubble any time it becomes inactive but this can lead
49
static void set_close_on_deactivate(bool
close
) {
50
close_on_deactivate_ =
close
;
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
overlay.css
72
.overlay .page > .
close
-button {
83
html[dir='rtl'] .overlay .page > .
close
-button {
88
.overlay .page > .
close
-button:hover {
92
.overlay .page > .
close
-button:active {
/external/chromium_org/content/browser/gpu/
generate_webgl_conformance_test_list.py
101
input.
close
()
104
output.
close
()
/external/chromium_org/remoting/host/posix/
signal_handler.cc
103
close
(pipe_fd[0]);
104
close
(pipe_fd[1]);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
combine-javascript-resources.pl
56
close
HTML;
70
close
SCRIPT_IN;
73
close
SCRIPT_OUT;
81
close
HTML;
/external/chromium_org/third_party/WebKit/Source/core/scripts/
rule_bison.py
94
outputHFile.
close
()
105
outputHFile.
close
()
Completed in 578 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>