HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 1801 - 1825 of 8652) sorted by null

<<71727374757677787980>>

  /external/chromium_org/v8/tools/testrunner/server/
daemon.py 89 pf.close()
110 pf.close()
  /external/conscrypt/src/main/java/org/conscrypt/
DefaultSSLContextImpl.java 82 is.close();
115 is.close();
  /external/deqp/execserver/
xsTcpServer.cpp 116 // Close socket. This should get accept() to return null.
117 m_socket.close();
144 m_socket.close();
  /external/e2fsprogs/debugfs/
ro_debug_cmds.ct 15 request do_close_filesys, "Close the filesystem",
16 close_filesys, close;
  /external/eigen/bench/btl/generic_bench/timers/
x86_timer.hh 129 outfile.close();
147 outfile.close();
  /external/freetype/include/internal/
pshints.h 96 * - Close the recording session by calling the `close' method. It
135 * close an opened recording session.
247 * A method of the @T1_Hints class used to close a hint recording
326 * close ::
327 * The function to close a recording session.
346 T1_Hints_CloseFunc close; member in struct:T1_Hints_FuncsRec_
383 * - Close the recording session by calling the `close' method. It
422 * close an opened recording session
660 T2_Hints_CloseFunc close; member in struct:T2_Hints_FuncsRec_
    [all...]
  /external/freetype/src/base/
ftsystem.c 162 /* The function to close a stream. */
238 stream->close = NULL;
262 stream->close = ft_ansi_stream_close;
  /external/guava/guava-tests/test/com/google/common/io/
MultiInputStreamTest.java 58 @Override public void close() throws IOException {
59 super.close();
MultiReaderTest.java 44 @Override public void close() throws IOException {
45 super.close();
  /external/ipsec-tools/src/racoon/
kmpstat.c 113 (void)close(so);
128 (void)close(so);
  /external/javassist/src/main/javassist/bytecode/
ParameterAnnotationsAttribute.java 111 copier.close());
161 writer.close();
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationsWriter.java 42 * writer.close();
85 public void close() throws IOException { method in class:AnnotationsWriter
86 output.close();
  /external/javassist/src/main/javassist/tools/web/
Viewer.java 177 s.close();
185 s.close();
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.c 93 close(fd);
150 close(fd);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
bp_signal.c 171 close(fd1);
172 close(fd2);
dso-data.c 28 close(fd);
38 close(fd);
  /external/lldb/source/Utility/
PseudoTerminal.cpp 34 // The destructor will close the master and slave file descriptors
46 // Close the master file descriptor if it is valid.
53 ::close (m_master_fd);
59 // Close the slave file descriptor if it is valid.
66 ::close (m_slave_fd);
78 // will close the master file descriptor, therefore clients must
203 // This class will close the file descriptors for the master/slave
239 // We are done with the master in the child process so lets close it
308 // without closing it. The destructor for this class will close the
317 // class will close it otherwise!
    [all...]
  /external/llvm/utils/
GenLibDeps.pl 126 close DEFS or die "nm failed";
162 close UDEFS or die "nm failed"
175 close DEFS or die "nm failed";
189 close DEFS or die "nm failed";
228 close UNDEFS or die "nm failed";
253 close UNDEFS or die "nm failed";
353 close DOT;
380 close DOT;
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionClient.java 102 output.close();
105 body.close();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpConnection.java 50 * <li>Write to and then close that stream.
55 * <li>Read from and close that stream.
107 * Configure this connection to close itself when the HTTP response body is
113 // If we're already idle, close immediately.
116 connection.close();
300 @Override public void close() throws IOException { method in class:HttpConnection.FixedLengthSink
343 @Override public synchronized void close() throws IOException { method in class:HttpConnection.ChunkedSink
394 cacheBody.close();
403 connection.close();
465 @Override public void close() throws IOException method in class:HttpConnection.FixedLengthSource
538 @Override public void close() throws IOException { method in class:HttpConnection.ChunkedSource
576 @Override public void close() throws IOException { method in class:HttpConnection.UnknownLengthSource
    [all...]
  /external/okhttp/okio/src/main/java/okio/
DeflaterSink.java 99 @Override public void close() throws IOException { method in class:DeflaterSink
103 // to close the deflater and the sink; otherwise we risk leaking resources.
119 sink.close();
  /external/oprofile/daemon/
opd_extended.c 159 /* Close ext sfile only if extended feature is enable*/
161 && ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->close != NULL)
162 ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->close(sf);
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
pshints.h 96 * - Close the recording session by calling the `close' method. It
135 * close an opened recording session.
247 * A method of the @T1_Hints class used to close a hint recording
326 * close ::
327 * The function to close a recording session.
346 T1_Hints_CloseFunc close; member in struct:T1_Hints_FuncsRec_
383 * - Close the recording session by calling the `close' method. It
422 * close an opened recording session
660 T2_Hints_CloseFunc close; member in struct:T2_Hints_FuncsRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
pshints.h 96 * - Close the recording session by calling the `close' method. It
135 * close an opened recording session.
247 * A method of the @T1_Hints class used to close a hint recording
326 * close ::
327 * The function to close a recording session.
346 T1_Hints_CloseFunc close; member in struct:T1_Hints_FuncsRec_
383 * - Close the recording session by calling the `close' method. It
422 * close an opened recording session
660 T2_Hints_CloseFunc close; member in struct:T2_Hints_FuncsRec_
    [all...]
  /external/proguard/src/proguard/io/
JarWriter.java 84 // Close the previous ZIP entry, if any.
127 // Close the previous ZIP entry, if any.
159 // Close the previous ZIP entry, if any.
171 public void close() throws IOException method in class:JarWriter
173 // Close the parent stream.
174 dataEntryWriter.close();

Completed in 458 milliseconds

<<71727374757677787980>>