HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 626 - 650 of 3754) sorted by null

<<21222324252627282930>>

  /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();
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 97 cursor.close();
112 cursor.close();
159 cursor.close();
171 cursor.close();
184 cursor.close();
206 cursor.close();
238 cursor.close();
277 cursor.close();
291 cursor.close();
306 cursor.close();
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsBattles.cpp 26 path1.close();
38 path2.close();
53 path1.close();
61 path2.close();
78 path1.close();
86 path2.close();
100 path.close();
110 path.close();
132 path.close();
147 path.close();
    [all...]
  /external/e2fsprogs/misc/
uuidd.c 74 close(0);
75 close(1);
76 close(2);
172 close(s);
191 close(s);
199 close(s);
205 close(s);
223 close(s);
333 close(fd_pidfile); /* Unlock the pid file */
437 close(ns)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 181 * Close the message channel.
183 public void close() { method in class:TCPMessageChannel
186 mySock.close();
255 // Created a new socket so close the old one and stick the new
264 mySock.close();
315 * Delay the close of the socket for some time in case it is being used.
321 mySock.close();
332 mySock.close();
620 hispipe.close();
621 mySock.close();
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DngCreatorTest.java 150 fileStream.close();
158 outputStream.close();
162 fileStream.close();
261 fileStream.close();
271 outputStream.close();
275 fileStream.close();
398 fileStream.close();
406 fileChannel.close();
416 fileStream.close();
457 fileStream.close();
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_socket.c 579 close(sock_fd);
587 close(sock_fd);
595 close(sock_fd);
684 close(server_socket);
691 close(server_socket);
697 close(client_socket);
728 close(client_socket);
742 close(client_socket);
793 close(prev_client_socket);
807 ALOGE("client close the connection.\n")
    [all...]
  /external/chromium_org/remoting/webapp/unittests/
it2me_helper_channel_unittest.js 22 close: function () {}
25 appLauncher.close = sinon.spy(appLauncher, 'close');
156 test('onHangoutMessages_(disconnect) should close the webapp', function() {
163 sinon.assert.calledOnce(appLauncher.close);
177 test('should close the webapp when hangout crashes', function() {
182 sinon.assert.calledOnce(appLauncher.close);
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFactoriesTest.java 353 is.close();
359 os.close();
365 s.close();
408 s.close();
425 is.close();
431 os.close();
437 s.close();
SSLSocketFunctionalTest.java 244 is.close();
250 os.close();
256 s.close();
302 s.close();
319 is.close();
325 os.close();
331 s.close();
  /external/bluetooth/bluedroid/stack/mcap/
mca_main.c 289 ** the channel and sends it a close event. The reason
300 tMCA_CLOSE close; local
302 close.param = MCA_ACP;
303 close.reason = reason;
304 close.lcid = p_tbl->lcid;
315 close.param = MCA_INT;
319 /* if control channel, notify ccb that channel close */
323 mca_ccb_event(p_ccb, MCA_CCB_LL_CLOSE_EVT, (tMCA_CCB_EVT *)&close);
325 /* notify dcb that channel close */
332 mca_dcb_event(p_dcb, MCA_DCB_TC_CLOSE_EVT, (tMCA_DCB_EVT *) &close);
    [all...]
  /external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/
SocketTunnelServerTest.java 38 mSocket.close();
80 socket.close();
117 socket.close();
151 socket.close();
234 socket.close();
263 socket.close();
286 socket.close();
  /external/javassist/src/main/javassist/
ClassPoolTail.java 68 public void close() {} method in class:DirClassPath
115 public void close() { method in class:JarDirClassPath
118 jars[i].close(); method
165 public void close() { method in class:JarClassPath
167 jarfile.close();
234 cp.close();
280 * This method does not close the output stream.
293 fin.close();
309 fin.close();
416 * until it reaches the end. This method does not close th
    [all...]

Completed in 261 milliseconds

<<21222324252627282930>>