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

1 2 3 45 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
fd_pipe_race.cc 15 close(fds[0]);
16 close(fds[1]);
31 // CHECK: #0 close
  /external/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
close.pass.cpp 15 // void close();
27 fs.close();
35 fs.close();
  /external/libunwind/src/coredump/
_UCD_destroy.c 33 close(ui->coredump_fd);
44 close(phdr->backing_fd);
  /external/llvm/utils/
DSAclean.py 31 input.close()
32 output.close()
  /external/pcre/dist/
Detrail 13 close(IN);
26 close(OUT);
  /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...]

Completed in 1341 milliseconds

1 2 3 45 6 7 8 91011>>