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

<<51525354555657585960>>

  /external/ipsec-tools/src/racoon/
sockmisc.c 265 close(s);
268 close(s);
349 close(s);
356 close(s);
360 close(s);
720 close(sendsock);
730 close(sendsock);
735 close(sendsock);
742 close(sendsock);
754 close(sendsock)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evlist.c 985 close(child_ready_pipe[0]);
986 close(go_pipe[1]);
992 close(child_ready_pipe[1]);
1011 close(child_ready_pipe[1]);
1012 close(go_pipe[0]);
1023 close(child_ready_pipe[0]);
1027 close(go_pipe[0]);
1028 close(go_pipe[1]);
1030 close(child_ready_pipe[0]);
1031 close(child_ready_pipe[1])
    [all...]
  /external/lldb/examples/interposing/darwin/fd_interposing/
FDInterposing.cpp 10 // This file helps with catching double close calls on unix integer file
12 // close operations. A stack backtrace for every create and close function is
13 // maintained, and every create and close operation is logged. When a double
14 // file descriptor close is encountered, it will be logged.
82 int close$NOCANCEL(int);
303 // descriptor create and close events come in, they will get filled
304 // into this map (protected by g_mutex). When a file descriptor close
306 // the close event so if something tries to double close a file
    [all...]
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockWebServer.java 258 // even if any close fails.
282 socket.close();
294 serverSocket.close(); // Should cause acceptConnections() to break out.
364 in.close();
365 out.close();
366 socket.close();
397 in.close();
398 out.close();
424 socket.close();
668 bodyIn.close();
    [all...]
  /build/tools/releasetools/
sign_target_files_apks 140 unsigned.close()
141 signed.close()
260 f.close()
263 f.close()
386 certs_zip.close()
483 input_zip.close()
484 output_zip.close()
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 112 self.Close()
140 self._lockfile.close()
154 self._lockfile.close()
159 self.Close()
161 def Close(self):
166 self._logfile.close()
171 self.ser.close()
174 self._lockfile.close()
186 self.ser.close()
215 lockfile.close()#will be re-locked once monsoon instance create
    [all...]
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 181 cameraDevice.close();
188 cameraDevice.close();
511 mCaptureSession.close();
515 mCameraDevice.close();
519 mImageReader.close();
802 mImage.close();
805 output.close();
  /developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 181 cameraDevice.close();
188 cameraDevice.close();
511 mCaptureSession.close();
515 mCameraDevice.close();
519 mImageReader.close();
802 mImage.close();
805 output.close();
  /development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
Camera2BasicFragment.java 180 cameraDevice.close();
187 cameraDevice.close();
484 mCaptureSession.close();
488 mCameraDevice.close();
492 mImageReader.close();
778 mImage.close();
781 output.close();
  /external/chromium_org/sync/tools/testserver/
xmppserver.py 423 def close(self): member in class:XmppConnection
426 asynchat.async_chat.close(self)
450 self.close()
535 def close(self): member in class:XmppServer
536 # A copy is necessary since calling close on each connection
539 connection.close()
540 asyncore.dispatcher.close(self)
578 # We check authentication only when establishing new connections. We close
584 connection.close()
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.cpp 65 // a simple symmetry between open and close operations, and a direct
243 // hence we should also close it on that same thread. This means that the
274 void Database::close() function in class:blink::Database
374 m_sqliteDatabase.close();
475 m_sqliteDatabase.close();
487 m_sqliteDatabase.close();
494 m_sqliteDatabase.close();
506 m_sqliteDatabase.close();
529 m_sqliteDatabase.close();
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 428 self.close()
430 def close(self): member in class:WritableBinaryFileObject
455 self.close()
457 def close(self): member in class:ReadableBinaryFileObject
472 def close(self): member in class:ReadableTextFileObject
473 self.data.close()
474 super(ReadableTextFileObject, self).close()
  /external/chromium_org/v8/src/
d8-posix.cc 158 ~OpenFDCloser() { close(fd_); }
257 close(exec_error_fds[kReadFD]); // Don't need this in the child.
258 close(stdout_fds[kReadFD]); // Don't need this in the child.
259 close(1); // Close stdout.
261 close(stdout_fds[kWriteFD]); // Don't need the original fd now.
496 close(exec_error_fds[kWriteFD]);
497 close(stdout_fds[kWriteFD]);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyConnection.java 427 @Override public void close() throws IOException { method in class:SpdyConnection
428 close(ErrorCode.NO_ERROR, ErrorCode.CANCEL); method
431 private void close(ErrorCode connectionCode, ErrorCode streamCode) throws IOException { method in class:SpdyConnection
457 stream.close(streamCode);
471 frameReader.close();
476 frameWriter.close();
562 close(connectionErrorCode, streamErrorCode); method
  /external/libpcap/
pcap-bpf.c 171 int must_do_on_close; /* stuff we must do when we close */
175 * Stuff to do when we close.
704 close(fd);
707 close(fd);
734 close(fd);
745 close(fd);
752 close(fd);
765 close(fd);
773 close(fd);
1182 * This is very very close to what happens in the real implementatio
    [all...]
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble.js 280 // Close the bubble when the user presses <Esc>.
340 var close = document.createElement('div');
341 close.className = 'bubble-close';
342 this.insertBefore(close, this.querySelector('.bubble-content'));
350 * Handler for close events triggered when the close button is clicked. By
374 * Hide or show the close button.
375 * @param {boolean} isVisible True if the close button should be visible.
378 this.querySelector('.bubble-close').hidden = !isVisible
    [all...]
  /external/netperf/
nettest_sctp.c 823 /* we are finished with the socket, so close it to prevent hitting */
825 close(send_socket);
850 /* that the two numbers should be *very* close... We calculate */
    [all...]
nettest_bsd.c     [all...]
nettest_sdp.c 605 /* we are finished with the socket, so close it to prevent hitting */
608 close(send_socket);
636 close... We calculate bytes_sent regardless of the way the
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 235 mSurfaceTextureDone.close();
247 mPreviewDone.close();
346 mPreviewDone.close();
387 mSurfaceTextureDone.close();
404 mSurfaceTextureDone.close();
443 mSurfaceTextureDone.close();
461 mSurfaceTextureDone.close();
478 mSurfaceTextureDone.close();
551 mSurfaceTextureDone.close();
659 mDrawDone.close();
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 342 * DESCRIPTION: close a camera by its handle
371 /* need close camera here as no other reference
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 296 * Test close() when having sufficient privilege, and a record has been
304 h.close();
305 assertEquals("close", CallVerificationStack.getInstance()
312 h.close();
316 * Test close() when having sufficient privilege, and an output stream that
325 h.close();
329 * Test close() when having sufficient privilege, and no record has been
335 h.close();
336 assertEquals("close", CallVerificationStack.getInstance()
347 * Test close() when having no output stream
858 public void close() throws IOException { method in class:StreamHandlerTest.MockOutputStream
894 public void close() throws IOException { method in class:StreamHandlerTest.MockExceptionOutputStream
    [all...]
  /external/bison/darwin-lib/
unistd.h 88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
606 /* Automatically included by modules that need a replacement for close. */
608 # undef close
609 # define close rpl_close
611 _GL_FUNCDECL_RPL (close, int, (int fd));
612 _GL_CXXALIAS_RPL (close, int, (int fd));
614 _GL_CXXALIAS_SYS (close, int, (int fd));
616 _GL_CXXALIASWARN (close); variable
618 # undef close macro
619 # define close close_used_without_requesting_gnulib_module_clos macro
621 # undef close macro
    [all...]
  /external/bison/lib/
unistd.in.h 87 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
294 /* Automatically included by modules that need a replacement for close. */
296 # undef close
297 # define close rpl_close
299 _GL_FUNCDECL_RPL (close, int, (int fd));
300 _GL_CXXALIAS_RPL (close, int, (int fd));
302 _GL_CXXALIAS_SYS (close, int, (int fd));
304 _GL_CXXALIASWARN (close);
306 # undef close
307 # define close close_used_without_requesting_gnulib_module_clos
    [all...]
  /external/bison/linux-lib/
unistd.h 88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
606 /* Automatically included by modules that need a replacement for close. */
608 # undef close
609 # define close rpl_close
611 _GL_FUNCDECL_RPL (close, int, (int fd));
612 _GL_CXXALIAS_RPL (close, int, (int fd));
614 _GL_CXXALIAS_SYS (close, int, (int fd));
616 _GL_CXXALIASWARN (close); variable
618 # undef close macro
619 # define close close_used_without_requesting_gnulib_module_clos macro
621 # undef close macro
    [all...]

Completed in 874 milliseconds

<<51525354555657585960>>