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

1 2 3 4 5 6 78 91011>>

  /external/ppp/pppd/plugins/
passprompt.c 47 close(p[0]);
48 close(p[1]);
56 close(p[0]);
70 close(p[1]);
85 close(p[0]);
  /external/python/cpython2/Lib/plat-os2emx/
_emx_link.py 56 os.close(s)
64 os.close(s)
65 os.close(t)
69 os.close(s)
70 os.close(t)
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_smd.c 113 close(fd);
120 close(fd);
134 close(fd);
158 close(pFd[0]);
159 close(pFd[1]);
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_smd.c 113 close(fd);
120 close(fd);
134 close(fd);
158 close(pFd[0]);
159 close(pFd[1]);
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_smd.c 112 close(fd);
119 close(fd);
133 close(fd);
157 close(pFd[0]);
158 close(pFd[1]);
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_smd.c 116 close(fd);
123 close(fd);
137 close(fd);
161 close(pFd[0]);
162 close(pFd[1]);
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_smd.c 116 close(fd);
123 close(fd);
137 close(fd);
161 close(pFd[0]);
162 close(pFd[1]);
  /libcore/luni/src/test/java/libcore/java/io/
OldDataInputOutputStreamTest.java 48 os.close();
60 dis.close();
80 os.close();
92 dis.close();
112 os.close();
124 dis.close();
144 os.close();
156 dis.close();
176 os.close();
188 dis.close();
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 92 st.close();
105 st.close();
136 st.close();
142 ps.close();
155 ps.close();
168 ps.close();
194 ps.close();
213 ps.close();
214 st.close();
227 ps.close();
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 108 (void)close(pdes[0]);
109 (void)close(pdes[1]);
122 (void)close(pdes[0]);
123 (void)close(pdes[1]);
133 close(old->fd); /* don't allow a flush */
135 close(fileno(old->fp)); /* don't allow a flush */
139 (void)close(pdes[0]);
142 (void)close(pdes[1]);
147 (void)close(pdes[1]);
150 (void)close(pdes[0])
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
ARTBootASLRTest.java 51 bufReader.close();
52 reader.close();
53 ins.close();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_popen.py 42 self.assertEqual(os.popen("exit 0").close(), None)
44 self.assertEqual(os.popen("exit 42").close(), 42)
46 self.assertEqual(os.popen("exit 42").close(), 42 << 8)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
TeeInputStream.java 60 public void close() method in class:TeeInputStream
63 this.input.close();
64 this.output.close();
TeeOutputStream.java 56 public void close() method in class:TeeOutputStream
59 this.output1.close();
60 this.output2.close();
  /external/elfutils/tests/
deleted.c 42 int err = close (0);
44 err = close (1);
46 err = close (2);
  /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
CreateExecFiles.java 33 out.close();
37 out.close();
43 out.close();
  /external/ltp/lib/
tst_fill_file.c 44 close(fd);
56 close(fd);
65 if (close(fd) < 0) {
  /external/proguard/src/proguard/io/
CascadingDataEntryWriter.java 86 public void close() throws IOException method in class:CascadingDataEntryWriter
88 dataEntryWriter1.close();
89 dataEntryWriter2.close();
  /external/python/cpython2/Lib/test/
test_popen.py 41 self.assertEqual(os.popen("exit 0").close(), None)
43 self.assertEqual(os.popen("exit 42").close(), 42)
45 self.assertEqual(os.popen("exit 42").close(), 42 << 8)
  /external/replicaisland/src/com/replica/replicaisland/
Utils.java 23 public final static boolean close(float a, float b) { method in class:Utils
24 return close(a, b, EPSILON);
27 public final static boolean close(float a, float b, float epsilon) { method in class:Utils
  /external/tensorflow/tensorflow/core/platform/
stacktrace_handler_test.cc 42 // Close the read end of the pipe, redirect stdout and sleep.
43 close(test_pipe[0]);
49 // Close the write end of the pipe, wait a little and send SIGABRT to the
51 close(test_pipe[1]);
68 close(test_pipe[0]);
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
SavedModelBundle.java 70 public void close() { method in class:SavedModelBundle
71 session.close();
72 graph.close();
  /external/trappy/tests/
test_pid.py 38 matplotlib.pyplot.close('all')
41 matplotlib.pyplot.close('all')
45 matplotlib.pyplot.close('all')
  /external/wpa_supplicant_8/src/ap/
vlan_ifconfig.c 37 close(fd);
50 close(fd);
54 close(fd);
  /frameworks/base/core/java/com/android/internal/util/
SizedInputStream.java 38 public void close() throws IOException { method in class:SizedInputStream
39 super.close();
40 mWrapped.close();

Completed in 565 milliseconds

1 2 3 4 5 6 78 91011>>