HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 101 - 125 of 8582) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
gendef.pl 21 close(FILE);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
BrokenInputStream.java 51 public void close() throws IOException { method in class:BrokenInputStream
52 stream.close();
  /libcore/luni/src/test/java/libcore/java/net/
OldUnixSocketTest.java 43 pingServer.close();
53 worker.close();
63 clientIn.close();
78 pingClient.close();
79 pingServer.close();
95 theSocket.close();
104 ss.close();
113 socket.close();
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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
close.pass.cpp 15 // void close();
27 fs.close();
35 fs.close();
  /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/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerPolygons_Test.cpp 19 path.close();
23 path.close();
33 path.close();
37 path.close();
46 path.close();
50 path.close();
59 path.close();
63 path.close();
73 path.close();
78 path.close();
    [all...]
SimplifyNew_Test.cpp 19 path.close();
29 path.close();
37 path.close();
44 path.close();
51 path.close();
58 path.close();
158 path.close();
162 path.close();
172 path.close();
176 path.close();
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalkerPolygons_Test.cpp 19 path.close();
23 path.close();
33 path.close();
37 path.close();
46 path.close();
50 path.close();
59 path.close();
63 path.close();
73 path.close();
78 path.close();
    [all...]
SimplifyNew_Test.cpp 19 path.close();
29 path.close();
37 path.close();
44 path.close();
51 path.close();
58 path.close();
158 path.close();
162 path.close();
172 path.close();
176 path.close();
    [all...]
  /external/smack/src/com/kenai/jbosh/
GZIPCodec.java 67 gzOut.close();
68 byteOut.close();
71 gzOut.close();
72 byteOut.close();
99 gzIn.close();
100 byteOut.close();
ZLIBCodec.java 67 deflateOut.close();
68 byteOut.close();
71 deflateOut.close();
72 byteOut.close();
99 inflaterIn.close();
100 byteOut.close();
  /external/strace/tests/
net-accept-connect.c 19 close(0);
20 close(1);
34 assert(close(0) == 0);
38 assert(close(1) == 0);
41 assert(close(0) == 0);
43 assert(close(1) == 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/chromium_org/ui/webui/resources/css/
bubble.css 22 /* When the close button is there, we need more padding on the right of the
24 .bubble-close:not([hidden]) ~ .bubble-content {
28 .bubble-close {
37 html[dir='rtl'] .bubble-close {
42 .bubble-close {
48 .bubble-close:hover {
54 .bubble-close:active {
95 .auto-close-bubble {
  /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...]
  /system/vold/
Loop.cpp 60 close(fd);
104 close(fd);
160 close(fd);
181 close(fd);
187 close(file_fd);
188 close(fd);
200 close(file_fd);
201 close(fd);
205 close(fd);
206 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 70 close(s);
75 close(s);
81 close(s);
94 close(s);
99 close(s);
105 close(s);
109 close(s);
115 close(s);
121 close(s);
  /external/ppp/pppd/plugins/
passprompt.c 47 close(p[0]);
48 close(p[1]);
56 close(p[0]);
70 close(p[1]);
86 close(p[0]);

Completed in 1196 milliseconds

1 2 3 45 6 7 8 91011>>