Searched refs:close (Results 1 - 25 of 4375) sorted by relevance

1234567891011>>

/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
H A DCloseable.java20 * sorts of {@link InputStream}s and {@link OutputStream}s. Calling the {@code close} method releases resources that the object
28 public void close () throws IOException; method in interface:Closeable
/external/libdrm/tests/
H A Dopenclose.c35 close(fd);
/external/strace/tests/
H A Dpipe.c39 (void) close(0);
40 (void) close(1);
46 (void) close(0);
47 (void) close(1);
/external/v8/tools/gyp/test/external-cross-compile/src/
H A Dtochar.py12 src.close()
13 dst.close()
/external/v8/tools/gyp/test/actions-bare/src/
H A Dbare.py11 f.close()
/external/v8/tools/gyp/test/additional-targets/src/dir1/
H A Demit.py11 f.close()
/external/v8/tools/gyp/test/hard_dependency/src/
H A Demit.py11 f.close()
/external/v8/tools/gyp/test/ninja/action_dependencies/src/
H A Demit.py11 f.close()
/external/v8/tools/gyp/test/same-rule-output-file-name/src/
H A Dtouch.py11 f.close()
/external/v8/tools/gyp/test/same-target-name-different-directory/src/
H A Dtouch.py11 f.close()
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
H A DHTMLElementTest.java44 root.close();
53 root.close();
62 root.close();
69 root.close();
76 root.close();
83 root.close();
90 root.close();
97 root.close();
105 root.close();
112 root.close();
[all...]
/external/bison/lib/
H A Dclose.c0 /* close replacement.
27 #undef close macro
37 result = close (fd);
49 # define close_nothrow close
52 /* Override close() to call into other gnulib modules. */
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dclosed-fds.cc20 close(STDIN_FILENO);
21 close(STDOUT_FILENO);
22 close(STDERR_FILENO);
/external/proguard/src/proguard/
H A DLineWordReader.java65 public void close() throws IOException method in class:LineWordReader
67 super.close();
71 reader.close();
/external/clang/test/Analysis/
H A Dunix-api.c12 int close(int fildes);
18 close(fd);
26 close(fd);
33 close(fd);
40 close(fd);
50 close(fd);
60 close(fd);
67 close(fd);
74 close(fd);
/external/libchrome/base/files/
H A Dscoped_file.cc30 PCHECK(0 == IGNORE_EINTR(close(fd)));
/external/v8/tools/gyp/test/custom-generator/
H A Dmygenerator.py14 f.close()
/external/v8/tools/gyp/test/dependencies/adso/
H A Dwrite_args.py11 f.close()
/external/v8/tools/gyp/test/gyp-defines/
H A Decho.py11 f.close()
/external/v8/tools/gyp/test/ninja/action-rule-hash/subdir/
H A Demit.py13 f.close()
/external/v8/tools/gyp/test/restat/src/
H A Dcreate_intermediate.py17 open(outfile, "wb").close()
/external/v8/tools/gyp/test/rules/src/
H A Drule.py17 f.close()
/external/v8/tools/gyp/test/win/vs-macros/
H A Dtest_exists.py10 open(sys.argv[2], 'w').close()
/external/compiler-rt/test/tsan/
H A Dfd_close_norace2.cc12 close(pipes[0]);
13 close(pipes[1]);
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
H A DXMLDocumentTest.java31 new XMLDocument("test", null, null, "UTF-8", false, writer).close();
39 new XMLDocument("test", null, null, "UTF-8", true, writer).close();
49 .close();
59 .close();
70 "\u00CD\u307e").close();
83 public void close() throws IOException {
85 super.close();
89 new XMLDocument("test", null, null, "UTF-8", false, verifier).close();

Completed in 626 milliseconds

1234567891011>>