OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
1451 - 1475
of
8652
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
CameraOps.java
103
*
Close
the camera and wait for the
close
callback to be called in the camera thread.
107
mCloseWaiter.
close
();
118
mCameraDevice.
close
();
198
mCameraDevice.
close
();
229
mCameraDevice.
close
();
254
camera.
close
();
261
camera.
close
();
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
CameraOps.java
103
*
Close
the camera and wait for the
close
callback to be called in the camera thread.
107
mCloseWaiter.
close
();
118
mCameraDevice.
close
();
198
mCameraDevice.
close
();
229
mCameraDevice.
close
();
254
camera.
close
();
261
camera.
close
();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
SocketTransportWrapper.java
103
serverSocket.
close
();
189
public void
close
() throws IOException {
method in class:SocketTransportWrapper
191
input.
close
();
194
output.
close
();
198
transportSocket.
close
();
201
serverSocket.
close
();
/external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-buildbot.py
50
manifest_file.
close
()
75
manifest_file.
close
()
104
manifest_file.
close
()
117
manifest_file.
close
()
131
f.
close
()
156
manifest_file.
close
()
/external/chromium_org/remoting/webapp/
hangout_session.js
59
//
close
the current window
61
chrome.app.window.current().
close
();
63
window.
close
();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
networkPanel.css
38
#network-
close
-button {
46
#network-views.small #network-
close
-button {
50
.network.panel.viewing-resource #network-
close
-button {
/external/chromium_org/third_party/skia/platform_tools/android/bin/
download_utils.py
82
f.
close
()
101
dst.
close
()
108
f.
close
()
122
f.
close
()
213
fh.
close
()
254
fh.
close
()
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
device_info_linux.cc
72
close
(fd);
106
close
(fd);
122
close
(fd);
126
close
(fd);
211
close
(fd); //
close
since this is not the matching device
225
close
(fd);
/external/chromium_org/tools/android/file_poller/
file_poller.cc
117
close
(pipes[1]);
126
close
(STDIN_FILENO);
127
close
(STDOUT_FILENO);
128
close
(STDERR_FILENO);
129
close
(pipes[0]);
136
close
(pipes[1]);
/external/dhcpcd/
bind.c
85
close
(sidpipe[0]);
88
close
(sidpipe[1]);
94
close
(fd);
100
close
(sidpipe[1]);
103
close
(sidpipe[0]);
110
close
(pidfd);
/external/elfutils/0.153/src/
ranlib.c
177
close
(fd);
188
close
(fd);
196
close
(fd);
262
close
(newfd);
293
close
(newfd) != 0)
303
close
(fd);
/external/javassist/src/main/javassist/tools/rmi/
ObjectImporter.java
170
din.
close
();
171
dout.
close
();
172
sock.
close
();
248
din.
close
();
249
dout.
close
();
250
sock.
close
();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractTransformTask.java
96
fos.
close
();
113
in.
close
();
181
out.
close
();
183
fout.
close
();
186
zip.
close
();
258
in.
close
();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java
97
closeable.
close
();
112
socket.
close
();
127
serverSocket.
close
();
136
* Closes {@code a} and {@code b}. If either
close
fails, this completes
137
* the other
close
and rethrows the first encountered exception.
142
a.
close
();
147
b.
close
();
217
source.
close
();
/external/qemu/
buffered_file.c
27
BufferedCloseFunc *
close
;
member in struct:QEMUFileBuffered
182
ret = s->
close
(s->opaque);
255
.
close
= buffered_close,
266
BufferedCloseFunc *
close
)
277
s->
close
=
close
;
/external/skia/platform_tools/android/bin/
download_utils.py
82
f.
close
()
101
dst.
close
()
108
f.
close
()
122
f.
close
()
213
fh.
close
()
254
fh.
close
()
/external/valgrind/main/VEX/switchback/
binary_switchback.pl
155
close
(INFILE);
182
close
(INFILE);
193
close
(INFILE);
261
close
(OUTFILE);
267
close
(REFERENCE);
331
close
(fileOUT);
/external/wpa_supplicant_8/src/l2_packet/
l2_packet_linux.c
122
close
(l2->fd);
135
close
(l2->fd);
143
close
(l2->fd);
162
close
(l2->fd);
188
close
(s);
191
close
(s);
/frameworks/base/core/java/android/net/http/
HttpsConnection.java
189
proxyConnection.
close
();
262
sslSock.
close
();
283
proxyConnection.
close
();
297
sslSock.
close
();
355
// so
close
it immediately.
356
sslSock.
close
();
389
mHttpClientConnection.
close
();
/frameworks/base/graphics/java/android/graphics/pdf/
PdfRenderer.java
43
* to render, you open the page, render it, and
close
the page. After you are done
44
* with rendering, you
close
the renderer. After the renderer is closed it should not
65
* //
close
the page
66
* page.
close
();
69
* //
close
the renderer
70
* renderer.
close
();
99
* @see #
close
()
155
mCloseGuard.open("
close
");
162
public void
close
() {
method in class:PdfRenderer
197
* @see android.graphics.pdf.PdfRenderer.Page#
close
() PdfRenderer.Page.close(
393
public void
close
() {
method in class:PdfRenderer.Page
[
all
...]
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyServer.java
69
connection.
close
();
74
connection.
close
();
101
connection.
close
();
155
connection.
close
();
207
socket.
close
();
254
serverSocket.
close
();
/frameworks/base/services/core/java/com/android/server/wm/
ViewServer.java
136
mServer.
close
();
140
Slog.w(LOG_TAG, "Could not
close
the view server");
171
client.
close
();
197
out.
close
();
261
in.
close
();
269
mClient.
close
();
326
out.
close
();
/hardware/invensense/6515/libsensors_iio/
MPLSupport.cpp
43
close
(fd);
50
close
(fd);
55
/* This one DOES NOT
close
FDs for you */
95
close
(fd);
118
close
(fd);
124
/* This one DOES NOT
close
FDs for you */
312
close
(fd);
323
close
(fd);
/hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp
43
close
(fd);
50
close
(fd);
55
/* This one DOES NOT
close
FDs for you */
95
close
(fd);
118
close
(fd);
124
/* This one DOES NOT
close
FDs for you */
312
close
(fd);
323
close
(fd);
/hardware/qcom/display/msm8084/liboverlay/
overlayMdpRot.cpp
32
MdpRot::~MdpRot() {
close
(); }
150
mem.
close
();
163
bool MdpRot::
close
() {
function in class:overlay::MdpRot
172
if (!mFd.
close
()) {
176
if (!mMem.
close
()) {
192
if(!mMem.
close
()) {
Completed in 1509 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>