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

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/misc/math/float/exp_log/
genldexp.c 68 close(fpi);
69 close(fpd);
77 close(fpi);
78 close(fpd);
83 close(fp);
90 close(fp);
125 close(fp);
126 close(fpi);
133 close(fp);
134 close(fpi)
    [all...]
  /external/ltp/testcases/misc/math/float/power/
genfmod.c 62 close(fpi);
63 close(fpi1);
72 close(fpi);
73 close(fpi1);
78 close(fp);
85 close(fp);
113 close(fp);
114 close(fp1);
121 close(fp);
122 close(fp1)
    [all...]
genpow.c 54 close(fpi);
55 close(fpi1);
63 close(fpi);
64 close(fpi1);
69 close(fp);
76 close(fp);
105 close(fp);
106 close(fp2);
113 close(fp);
114 close(fp2)
    [all...]
  /external/guava/guava/src/com/google/common/io/
GwtWorkarounds.java 45 void close() throws IOException; method in interface:GwtWorkarounds.CharInput
61 public void close() throws IOException { method in class:GwtWorkarounds
62 reader.close();
85 public void close() {
96 void close() throws IOException;
134 public void close() throws IOException {
135 input.close();
146 void close() throws IOException;
167 public void close() throws IOException {
168 output.close();
    [all...]
Closeables.java 62 * Closeables.close(stream, threw);
68 * @param swallowIOException if true, don't propagate IO exceptions thrown by the {@code close}
70 * @throws IOException if {@code swallowIOException} is false and {@code close} throws an
73 public static void close(@Nullable Closeable closeable, method in class:Closeables
79 closeable.close();
91 * Equivalent to calling {@code close(closeable, true)}, but with no IOException in the signature.
97 * try-with-resources</a> statement if using JDK7 or {@link Closer} on JDK6 to close one or
110 close(closeable, true); method
132 close(inputStream, true); method
153 close(reader, true) method
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_text_file.py 60 out_file.close()
67 in_file.close()
74 in_file.close()
81 in_file.close()
87 in_file.close()
94 in_file.close()
101 in_file.close()
  /external/autotest/client/site_tests/kernel_CpufreqMinMax/
kernel_CpufreqMinMax.py 43 f.close()
47 f.close()
69 fmin.close()
70 fmax.close()
77 f.close()
82 f.close()
91 f.close()
  /external/python/cpython2/Lib/distutils/tests/
test_text_file.py 60 out_file.close()
67 in_file.close()
74 in_file.close()
81 in_file.close()
87 in_file.close()
94 in_file.close()
101 in_file.close()
  /external/python/cpython3/Lib/distutils/tests/
test_text_file.py 60 out_file.close()
67 in_file.close()
74 in_file.close()
81 in_file.close()
87 in_file.close()
94 in_file.close()
101 in_file.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 60 out_file.close()
67 in_file.close()
74 in_file.close()
81 in_file.close()
87 in_file.close()
94 in_file.close()
101 in_file.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 60 out_file.close()
67 in_file.close()
74 in_file.close()
81 in_file.close()
87 in_file.close()
94 in_file.close()
101 in_file.close()
  /libcore/luni/src/test/java/libcore/java/io/
OldDataInputStreamTest.java 45 os.close();
51 dis.close();
64 os.close();
78 dis.close();
95 os.close();
110 dis.close();
125 os.close();
154 os.close();
161 dis.close();
183 os.close();
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java 40 conn.close();
42 fail("SQLException is not thrown after close");
48 // Scrolling on a forward only RS not allowed. conn.close() does not wrap up
67 rs.close();
68 st.close();
88 rs.close();
89 st.close();
109 rs.close();
110 st.close();
134 rs.close();
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldServerSocketTest.java 82 theSocket.close();
83 servSock.close();
84 clientSocket.close();
92 sconn.close();
93 s.close();
120 cs.close();
130 ss.close();
145 sconn.close();
147 s.close();
155 sconn.close();
364 protected void close() throws IOException { method in class:OldServerSocketTest.MockSocketImpl
    [all...]
  /external/ltp/testcases/network/tcp_cmds/sendfile/
testsf_s.c 78 close(s);
85 close(s);
99 close(s);
108 close(as);
112 close(as);
118 close(s); /* close service socket */
123 close(as);
147 close(as);
158 close(as)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ImageReaderTest.java 75 mReader.close();
91 * Return the last image from the image queue, close up the rest.
98 verify(mImage1, never()).close();
102 * Return the last image from the image queue, close up the rest.
109 verify(mImage1, atLeastOnce()).close();
110 verify(mImage2, never()).close();
114 * Return the last image from the image queue, close up the rest.
123 verify(mImage1, atLeastOnce()).close();
124 verify(mImage2, atLeastOnce()).close();
125 verify(mImage3, never()).close();
    [all...]
  /external/strace/tests/
siginfo.c 60 (void) close(1);
65 (void) close(0);
82 (void) close(1);
103 (void) close(1);
110 (void) close(0);
113 (void) close(1);
133 (void) close(1);
140 (void) close(0);
161 (void) close(1);
  /external/strace/tests-m32/
siginfo.c 60 (void) close(1);
65 (void) close(0);
82 (void) close(1);
103 (void) close(1);
110 (void) close(0);
113 (void) close(1);
133 (void) close(1);
140 (void) close(0);
161 (void) close(1);
  /external/strace/tests-mx32/
siginfo.c 60 (void) close(1);
65 (void) close(0);
82 (void) close(1);
103 (void) close(1);
110 (void) close(0);
113 (void) close(1);
133 (void) close(1);
140 (void) close(0);
161 (void) close(1);
  /frameworks/av/media/ndk/
NdkMediaDataSource.cpp 43 AMediaDataSourceClose close; member in struct:AMediaDataSource
50 AMediaDataSource_setClose(mDataSource, dataSource->close);
89 void NdkDataSource::close() { function in class:NdkDataSource
90 if (mDataSource->close != NULL && mDataSource->userdata != NULL) {
91 mDataSource->close(mDataSource->userdata);
103 mSource->close = NULL;
131 void AMediaDataSource_setClose(AMediaDataSource *mSource, AMediaDataSourceClose close) {
132 mSource->close = close;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
CheckedInputStreamTest.java 39 checkInput.close();
54 inEmp.close();
65 checkInput.close();
74 checkInput.close();
93 checkInput.close();
103 checkIn.close();
110 checkInput.close();
121 checkIn.close();
128 checkInput.close();
  /external/autotest/frontend/
setup_test_environment.py 41 """Close all connection to the test database.
43 connection.close()
44 connection_readonly.close()
45 connection_global.close()
46 connection_server.close()
47 # Django brilliantly ignores close() requests on in-memory DBs to keep us
48 # naive users from accidentally destroying data. So reach in and close
56 real_connection.close()
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
HTMLDocumentTest.java 30 new HTMLDocument(buffer, "UTF-8").close();
41 new HTMLDocument(buffer, "UTF-8").close();
54 doc.close();
67 doc.close();
81 doc.close();
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_return/
2-1.c 66 close(fd);
82 close(fd);
91 close(fd);
98 close(fd);
104 close(fd);
  /external/ltp/testcases/open_posix_testsuite/include/
mq_send.h 24 r = close (fd[0]);
26 r |= close (fd[1]);
36 close (fd[1]);
58 close (fd[1]);
82 close (fd[0]);

Completed in 1461 milliseconds

1 2 3 4 5 67 8 91011>>