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

<<11121314151617181920>>

  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
ZipMultiReportOutputTest.java 54 out.close();
56 zipOutput.close();
69 out.close();
71 zipOutput.close();
84 out.close();
86 zipOutput.close();
99 out.close();
105 out.close();
107 zipOutput.close();
129 zipOutput.close();
    [all...]
  /external/ltp/testcases/kernel/syscalls/mount/
mount03.c 152 close(fd);
170 close(fd);
185 close(fd);
213 close(fildes);
221 close(fildes);
230 close(fildes);
233 close(fildes);
238 close(fildes);
257 close(fd);
301 close(fd)
    [all...]
  /external/trappy/tests/
test_thermal.py 52 matplotlib.pyplot.close('all')
55 matplotlib.pyplot.close('all')
58 matplotlib.pyplot.close('all')
62 matplotlib.pyplot.close('all')
69 matplotlib.pyplot.close('all')
92 matplotlib.pyplot.close('all')
99 matplotlib.pyplot.close('all')
102 matplotlib.pyplot.close('all')
106 matplotlib.pyplot.close('all')
116 matplotlib.pyplot.close('all'
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/
FullBackupUtilsTest.java 68 mTemporaryFileDescriptor.close();
96 outputStream.close();
117 outputStream.close();
137 outputStream.close();
154 outputStream.close();
166 verify(mOutputStreamMock, never()).close();
177 outputStream.close();
186 verify(mOutputStreamMock, never()).close();
197 outputStream.close();
206 verify(mOutputStreamMock, never()).close();
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java 50 selector.close();
51 ssc.close();
67 selector.close();
95 selector.close();
106 selector.close();
136 selector.close();
137 ssc.close();
144 selector.close();
185 sc.close();
195 server.close();
    [all...]
AsynchronousServerSocketChannelTest.java 63 assc.close();
78 assc.close();
91 assc.close();
103 ss.close();
104 assc.close();
124 asc.close();
125 s.close();
126 assc.close();
151 asc.close();
152 s.close();
    [all...]
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_Elements.py 89 f_DomainElements_Backup.close()
97 f_DomainElements_Backup.close()
123 f_DomainElements.close()
131 f_DomainElements.close()
148 f_DomainElements.close()
149 f_DomainElements_Backup.close()
182 f_DomainElements_Backup.close()
190 f_DomainElements_Backup.close()
210 f_DomainElements.close()
218 f_DomainElements.close()
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java 86 toClose.pop().close();
91 cache.close();
173 cache.close();
179 snapshot.close();
188 // Simulate a dirty close of 'cache' by opening the cache directory again.
193 snapshot.close();
202 cache.close();
212 cache.close();
218 cache.close();
228 cache.close();
574 cache.get("b").close(); \/\/ 'B' is now least recently used. method
597 cache.get("b").close(); \/\/ 'B' is now least recently used. method
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_macos.py 19 fp.close()
39 fp.close()
70 fp.close()
74 rfp.close()
79 fp.close()
85 rfp.close()
test_macostools.py 20 fp.close()
23 rfp.close()
32 fp.close()
35 fp.close()
40 rfp.close()
43 rfp.close()
  /external/apache-harmony/support/src/test/java/tests/util/
SerializationTester.java 72 oos.close();
78 ois.close();
161 oinput.close();
168 input.close();
202 ooutput.close();
209 output.close();
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
RandomAccessFileOutputStreamTest.java 64 stream.close();
102 stream.close();
109 in.close();
121 stream.close();
133 dataIn.close();
140 in.close();
  /external/curl/tests/
testcurl.pl 209 close(F);
213 close(F);
261 close(LIBCONFIGH);
278 close(F);
325 close(F);
490 close(F);
491 close(LOG);
519 close(F);
607 close(F);
616 close(F)
    [all...]
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer_unittest.cc 62 close(fds[1]);
65 close(fds[0]);
68 close(fds[0]);
105 close(save_err);
129 close(err_fd);
130 close(fds[1]);
  /external/ltp/testcases/kernel/containers/pidns/
pidns13.c 89 /* close pipe write descriptor */
90 if (close(pipe_fd[1]) == -1) {
91 tst_resm(TBROK, "cinit1: close(pipe_fd[1]) failed");
139 /* all done, close the descriptors opened */
140 close(pipe_fd[0]);
144 /* close pipe read descriptor */
145 if (close(pipe_fd[0]) == -1) {
146 tst_resm(TBROK, "cinit2: close(pipe_fd[0]) failed");
158 /* all done, close the descriptors opened */
159 close(pipe_fd[1])
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
2-1.c 72 close(STDOUT);
73 close(the_pipe[0]);
75 close(the_pipe[1]);
150 close(STDIN);
151 close(the_pipe[1]);
153 close(the_pipe[0]);
2-2.c 73 close(STDOUT);
74 close(the_pipe[0]);
76 close(the_pipe[1]);
154 close(STDIN);
155 close(the_pipe[1]);
157 close(the_pipe[0]);
  /external/ltp/tools/pounder21/src/cpufreq/
cpufreq.c 41 close(fd);
62 close(fp);
94 close(fd);
97 close(fd);
112 close(fd);
115 close(fd);
  /external/python/cpython2/Lib/test/
test_macos.py 17 fp.close()
36 fp.close()
67 fp.close()
71 rfp.close()
76 fp.close()
82 rfp.close()
test_macostools.py 22 fp.close()
25 rfp.close()
34 fp.close()
37 fp.close()
42 rfp.close()
45 rfp.close()
  /external/toybox/toys/pending/
openvt.c 53 close(fd);
102 close(0); //new vt becomes stdin
109 close(1);
110 close(2);
114 close(vt_fd--);
144 if (CFG_TOYBOX_FREE) close(fd);
  /frameworks/opt/net/voip/src/jni/rtp/
RtpStream.cpp 53 ::close(socket);
64 ::close(socket);
85 ::close(socket);
89 void close(JNIEnv *env, jobject thiz) function in namespace:__anon46651
92 ::close(socket);
98 {"close", "()V", (void *)close},
  /frameworks/support/persistence/db-framework/src/main/java/androidx/sqlite/db/framework/
FrameworkSQLiteOpenHelper.java 63 public void close() { method in class:FrameworkSQLiteOpenHelper
64 mDelegate.close();
99 close(); method
110 close(); method
156 public synchronized void close() { method in class:FrameworkSQLiteOpenHelper.OpenHelper
157 super.close();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
WriterTest.java 34 writer.close();
45 writer.close();
58 writer.close();
71 wr.close();
83 public synchronized void close() throws IOException { method in class:WriterTest.MockLockWriter
112 public synchronized void close() throws IOException { method in class:WriterTest.MockWriter
  /libcore/luni/src/test/java/libcore/java/io/
OldLineNumberReaderTest.java 41 lnr.close();
65 lnr.close();
86 lnr.close();
131 lnr.close();
152 lnr.close();
178 lnr.close();

Completed in 439 milliseconds

<<11121314151617181920>>