HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 251 - 275 of 16771) sorted by null

<<11121314151617181920>>

  /external/libchrome/base/posix/
file_descriptor_shuffle.cc 53 j->close = false;
56 if (i->close && i->source == j->dest)
57 i->close = false;
59 if (i->close && i->source == j->source) {
60 i->close = false;
61 j->close = true;
70 if (!is_identity && i->close)
71 delegate->Close(i->source);
75 delegate->Close(extra_fds[i]);
95 void FileDescriptorTableInjection::Close(int fd)
    [all...]
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
close.pass.cpp 15 // void close();
29 fs.close();
38 fs.close();
  /external/ltp/testcases/kernel/containers/pidns/
pidns20.c 98 close(cinit_parent[0]);
99 close(parent_cinit[1]);
143 close(cinit_parent[1]);
144 close(parent_cinit[0]);
173 close(cinit_parent[1]);
174 close(parent_cinit[0]);
204 close(parent_cinit[1]);
205 close(cinit_parent[0]);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
7-1.c 76 close(fd);
86 close(fd);
97 close(fd);
108 close(fd);
121 close(fd);
134 close(fd);
148 close(fd);
156 close(fd);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
1-2.c 99 close(fd);
105 close(fd);
113 close(fd);
120 close(fd);
126 close(fd);
132 close(fd);
138 close(fd);
142 close(fd);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
CountingOutputStream.java 47 public void close() throws IOException { method in class:CountingOutputStream
48 out.close();
FinishableWrapperOutputStream.java 65 * Calls {@link java.io.OutputStream#close() out.close()}.
67 public void close() throws IOException { method in class:FinishableWrapperOutputStream
68 out.close();
  /external/okhttp/okio/okio/src/main/java/okio/
ForwardingSink.java 46 @Override public void close() throws IOException { method in class:ForwardingSink
47 delegate.close();
ForwardingSource.java 42 @Override public void close() throws IOException { method in class:ForwardingSource
43 delegate.close();
  /external/perf_data_converter/src/quipper/
run_command.cc 86 close(errno_pipefd[0]);
89 if (close(output_pipefd[0]) < 0) {
90 PLOG(FATAL) << "close read end of pipe";
107 if (close(devnull_fd) < 0) {
108 PLOG(FATAL) << "close /dev/null";
119 close(errno_pipefd[1]);
124 if (close(errno_pipefd[1])) {
125 PLOG(FATAL) << "close write end of errno pipe";
128 if (close(output_pipefd[1]) < 0) {
129 PLOG(FATAL) << "close write end of pipe"
    [all...]
  /external/ppp/pppd/
pppox.c 40 .close = NULL,
60 close(pppox);
  /external/proguard/src/proguard/io/
ParentDataEntryWriter.java 70 public void close() throws IOException method in class:ParentDataEntryWriter
72 dataEntryWriter.close();
  /external/python/cpython2/Lib/test/
test_openpty.py 13 self.addCleanup(os.close, master)
14 self.addCleanup(os.close, slave)
  /external/python/cpython3/Lib/test/
test_openpty.py 12 self.addCleanup(os.close, master)
13 self.addCleanup(os.close, slave)
  /external/slf4j/
binderVersion.pl 32 close(IN);
33 close(OUT);
version.pl 31 close(IN);
32 close(OUT);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
FileDataStore.java 25 @Override public void close() throws IOException { method in class:FileDataStore
26 raf.close();
  /external/syslinux/utils/
isohdpfxarray.pl 55 close(IN);
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
Operation.java 25 * {@link Graph#close()} has been invoked, then methods on the Operation instance may fail with an
46 r.close();
59 r.close();
69 r.close();
90 r.close();
149 r.close();
175 r.close();
189 r.close();
199 r.close();
  /external/testng/src/test/java/test/
SerializationTest.java 17 oos.close();
25 oos.close();
  /external/vogar/src/vogar/util/
IoUtils.java 44 c.close();
53 c.close();
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputStream.java 43 public void close() throws IOException { method in class:BluetoothInputStream
44 mSocket.close();
BluetoothOutputStream.java 37 * Close this output stream and the socket associated with it.
39 public void close() throws IOException { method in class:BluetoothOutputStream
40 mSocket.close();
  /frameworks/base/core/java/android/content/
CursorEntityIterator.java 105 public final void close() { method in class:CursorEntityIterator
110 mCursor.close();
  /frameworks/base/core/tests/utiltests/src/android/util/
IRemoteMemoryIntArray.aidl 28 void close();

Completed in 631 milliseconds

<<11121314151617181920>>