OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
2451 - 2475
of
8652
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/device/moto/shamu/camera/QCamera2/stack/common/
mm_jpeg_interface.h
274
/*
close
a jpeg client -- sync call */
275
int (*
close
) (uint32_t clientHdl);
member in struct:__anon4386
292
/*
close
a jpeg client -- sync call */
293
int (*
close
) (uint32_t clientHdl);
member in struct:__anon4387
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c
81
close
(socket_fd);
93
* DESCRIPTION:
close
domain socket by its fd
101
close
(fd);
/device/samsung/manta/libsensors/
IioSensorBase.cpp
131
close
(fd);
164
close
(fd);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java
67
public void
close
() throws IOException {
method in class:GrammarSerializerFoo
68
if ( out!=null ) out.
close
();
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherInputStreamTest.java
41
public void
close
() {
method in class:CipherInputStreamTest.TestInputStream
219
*
close
() method testing. Tests that the method calls the
close
()
226
cis.
close
();
227
assertTrue("The
close
() method should call the
close
() method "
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_ClassLoader.java
138
theInput.
close
();
212
theJar.
close
();
/external/apache-harmony/support/src/test/java/tests/support/resource/
Support_Resources.java
112
in.
close
();
113
out.
close
();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerTraceWriter.java
148
* Flush the internal buffer and
close
the Writer
149
* @see java.io.Writer#
close
()
151
public void
close
() throws java.io.IOException
method in class:SerializerTraceWriter
155
m_writer.
close
();
181
/* If we are
close
to the end of the buffer then flush it.
/external/bluetooth/bluedroid/osi/src/
reactor.c
61
close
(ret->event_fd);
71
close
(reactor->event_fd);
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
HttpAuthDatabase.java
220
if (cursor != null) cursor.
close
();
244
if (cursor != null) cursor.
close
();
/external/chromium_org/base/debug/
trace_event_android.cc
108
close
(g_atrace_fd);
195
close
(atrace_fd);
/external/chromium_org/base/message_loop/
message_pump_glib.cc
213
close
(wakeup_pipe_read_);
214
close
(wakeup_pipe_write_);
message_pump_io_ios_unittest.cc
34
if (IGNORE_EINTR(
close
(pipefds_[0])) < 0)
35
PLOG(ERROR) << "
close
";
36
if (IGNORE_EINTR(
close
(pipefds_[1])) < 0)
37
PLOG(ERROR) << "
close
";
message_pump_libevent_unittest.cc
35
if (IGNORE_EINTR(
close
(pipefds_[0])) < 0)
36
PLOG(ERROR) << "
close
";
37
if (IGNORE_EINTR(
close
(pipefds_[1])) < 0)
38
PLOG(ERROR) << "
close
";
/external/chromium_org/chrome/browser/
process_info_snapshot_mac_unittest.cc
127
PCHECK(IGNORE_EINTR(
close
(fds[1])) == 0);
147
PCHECK(IGNORE_EINTR(
close
(fds[0])) == 0);
/external/chromium_org/chrome/browser/resources/cryptotoken/
cryptotokenbackground.js
55
closeable.
close
();
requesthelper.js
59
RequestHandler.prototype.
close
= function() {};
usbsignhandler.js
124
this.
close
();
153
this.
close
();
164
UsbSignHandler.prototype.
close
= function() {
166
this.signer_.
close
();
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
popup.js
29
window.
close
();
/external/chromium_org/chrome/common/
service_process_util_posix.cc
57
DLOG(ERROR) << "Unexpected fd
close
";
136
if (IGNORE_EINTR(
close
(sockets_[0]))) {
137
DPLOG(ERROR) << "
close
";
141
if (IGNORE_EINTR(
close
(sockets_[1]))) {
142
DPLOG(ERROR) << "
close
";
/external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
googlecode_upload.py
107
server.
close
()
143
f.
close
()
/external/chromium_org/chrome/test/chromedriver/
util.py
100
f.
close
()
167
conn.
close
()
/external/chromium_org/content/common/gpu/media/
exynos_v4l2_video_device.cc
35
close
(device_poll_interrupt_fd_);
39
close
(device_fd_);
/external/chromium_org/content/test/data/indexeddb/
callback_accounting.js
40
db2.
close
();
version_change_blocked.js
36
db.
close
();
Completed in 495 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>