HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 76 - 100 of 8416) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockNamedTaskExecutor.java 39 public void close() { method in class:MockNamedTaskExecutor
40 mExecutor.close();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ServerSocketTest.java 76 cs.close();
113 ss.close();
135 s2.close();
141 s1.close();
146 s1.close();
148 s1.close();
162 sconn.close();
164 s.close();
179 sconn.close();
182 s.close();
561 theSockets[i].close(); method
918 protected void close() throws IOException { method in class:ServerSocketTest.MockSocketImpl
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
GwtWorkarounds.java 39 void close() throws IOException; method in interface:GwtWorkarounds.CharInput
60 public void close() { method
71 void close() throws IOException; method in interface:ByteInput
80 void close() throws IOException; method in interface:ByteOutput
89 void close() throws IOException; method in interface:CharOutput
109 public void close() {} method
  /external/selinux/libsepol/cil/test/integration_testing/
nonmls.conf 16 close
24 close
57 allow typea_t typeb_t : testing {open close};
  /external/strace/tests/
inet-accept-connect-send-recv.c 23 close(0);
24 close(1);
46 assert(close(0) == 0);
50 assert(close(1) == 0);
52 assert(close(0) == 0);
56 assert(close(0) == 0);
unix-pair-send-recv.c 26 (void) close(0);
27 (void) close(1);
38 assert(close(1) == 0);
42 assert(close(0) == 0);
48 assert(close(0) == 0);
53 assert(close(1) == 0);
scm_rights.c 21 (void) close(3);
32 assert(close(sv[0]) == 0);
34 assert(close(sv[1]) == 0);
59 assert(close(1) == 0);
65 assert(close(sv[1]) == 0);
67 assert(close(sv[0]) == 0);
79 assert(close(0) == 0);
mmsg.c 50 * Following open/dup2/close calls make the output of strace
56 (void) close(3);
61 assert(close(sv[W]) == 0);
63 assert(close(sv[R]) == 0);
69 assert(close(W) == 0);
72 assert(close(R) == 0);
  /libcore/support/src/test/java/tests/util/
FieldTestFileGenerator.java 60 oos.close();
67 if (fos != null) fos.close();
75 oos.close();
82 if (fos != null) fos.close();
90 oos.close();
97 if (fos != null) fos.close();
  /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...]
  /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();
373 protected void close() throws IOException { method in class:OldServerSocketTest.MockSocketImpl
    [all...]
  /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...]
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/
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...]
  /system/vold/
Loop.cpp 62 close(fd);
106 close(fd);
180 close(fd);
201 close(fd);
207 close(file_fd);
208 close(fd);
220 close(file_fd);
221 close(fd);
225 close(fd);
226 close(file_fd)
    [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...]
  /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();
  /system/core/libcutils/
socket_network_client.c 69 close(s);
74 close(s);
80 close(s);
93 close(s);
98 close(s);
104 close(s);
108 close(s);
114 close(s);
120 close(s);
  /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]);
  /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]);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileOutputStreamTest.java 46 * Tears down the fixture, for example, close a network connection. This
56 fis.close();
59 fos.close();
79 fos.close();
82 fos.close();
83 fis.close();
96 fos.close();
107 fos.close();
110 fos.close();
129 fos.close();
    [all...]
  /external/bison/lib/
spawn-pipe.c 54 #undef close macro
59 /* EINTR handling for close().
69 retval = close (fd);
74 #define close nonintr_close macro
172 && close (nulloutfd) >= 0))))
178 && close (stdinfd) >= 0))))
184 && close (stdoutfd) >= 0)))))
212 close (stdinfd);
214 close (stdoutfd);
216 close (nulloutfd)
    [all...]

Completed in 1538 milliseconds

1 2 34 5 6 7 8 91011>>