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

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
fd_close_norace2.cc 12 close(pipes[0]);
13 close(pipes[1]);
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
XMLDocumentTest.java 31 new XMLDocument("test", null, null, "UTF-8", false, writer).close(); method
39 new XMLDocument("test", null, null, "UTF-8", true, writer).close(); method
49 .close(); method
59 .close(); method
70 "\u00CD\u307e").close(); method
83 public void close() throws IOException { method in class:XMLDocumentTest.CloseVerifier
85 super.close();
89 new XMLDocument("test", null, null, "UTF-8", false, verifier).close(); method
XMLElementTest.java 40 root.close();
41 // Second close has no effect:
42 root.close();
48 root.close();
54 root.close();
60 root.close();
67 root.close();
75 root.close();
82 root.close();
91 root.close();
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
BaseResourceLoader.java 32 public void close(Reader reader) throws IOException { method in class:BaseResourceLoader
33 reader.close();
  /external/python/cpython2/Doc/includes/sqlite3/
createdb.py 27 cur.close()
28 con.close()
  /external/python/cpython2/Lib/test/
mp_fork_bomb.py 13 w.close()
15 r.close()
  /external/python/cpython3/Doc/includes/sqlite3/
createdb.py 27 cur.close()
28 con.close()
  /external/skia/gn/
create_sksl_enums.py 19 src.close()
20 dst.close()
  /external/skqp/gn/
create_sksl_enums.py 19 src.close()
20 dst.close()
  /external/toybox/toys/posix/
nohup.c 26 close(1);
38 close(0);
  /external/xmlrpcpp/src/
XmlRpcSource.cpp 20 XmlRpcSource::close() function in class:XmlRpc::XmlRpcSource
23 XmlRpcUtil::log(2,"XmlRpcSource::close: closing socket %d.", _fd);
24 XmlRpcSocket::close(_fd);
25 XmlRpcUtil::log(2,"XmlRpcSource::close: done closing socket %d.", _fd);
29 XmlRpcUtil::log(2,"XmlRpcSource::close: deleting this");
  /frameworks/av/media/libaaudio/src/utility/
FixedBlockAdapter.cpp 22 close();
33 int32_t FixedBlockAdapter::close() function in class:FixedBlockAdapter
  /frameworks/base/core/java/android/hardware/location/
IContextHubClient.aidl 30 void close();
  /frameworks/base/core/java/android/se/omapi/
ISecureElementChannel.aidl 31 void close();
  /frameworks/ex/common/java/com/android/common/io/
MoreCloseables.java 30 cursor.close();
40 assetFileDescriptor.close();
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
mp_fork_bomb.py 13 w.close()
15 r.close()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
mp_fork_bomb.py 13 w.close()
15 r.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
mp_fork_bomb.py 13 w.close()
15 r.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
mp_fork_bomb.py 13 w.close()
15 r.close()
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectInputOutputStreamTest.java 39 os.close();
51 is.close();
63 os.close();
75 is.close();
87 os.close();
99 is.close();
111 os.close();
123 is.close();
135 os.close();
147 is.close();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileReaderTest.java 45 bw.close();
49 br.close();
60 bw.close();
65 br.close();
66 fis.close();
77 bw.close();
81 br.close();
95 * Tears down the fixture, for example, close a network connection. This
100 bw.close();
105 br.close();
    [all...]
  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_rewrite_test.c 71 close(open(REWRITE_PATH, O_WRONLY | O_APPEND | O_CREAT, 0600));
79 close(fd);
84 close(fd);
90 close(fd);
95 close(fd);
100 close(fd);
111 close(fd);
124 close(fd);
129 close(fd);
134 close(fd)
    [all...]
  /external/skia/tests/
IsClosedSingleContourTest.cpp 15 p.close();
20 p.close();
26 p.close();
35 p.close();
49 p.close();
55 p.close();
57 p.close();
  /external/skqp/tests/
IsClosedSingleContourTest.cpp 15 p.close();
20 p.close();
26 p.close();
35 p.close();
49 p.close();
55 p.close();
57 p.close();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixps.py 20 f.close()
23 f.close()
30 f.close()

Completed in 315 milliseconds

1 23 4 5 6 7 8 91011>>