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

1234567891011>>

/external/libdrm/tests/
H A Dopenclose.c35 close(fd);
H A Dgem_basic.c42 struct drm_gem_close close; local
45 printf("Testing error return on bad close ioctl.\n");
47 close.handle = 0x10101010;
48 ret = ioctl(fd, DRM_IOCTL_GEM_CLOSE, &close);
57 struct drm_gem_close close; local
67 close.handle = create.handle;
68 ret = ioctl(fd, DRM_IOCTL_GEM_CLOSE, &close);
84 close(fd);
/external/strace/tests/
H A Dpipe.c12 (void) close(0);
13 (void) close(1);
19 (void) close(0);
20 (void) close(1);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DEndpoint.java79 public void close(); method in interface:Endpoint
85 * close() is still flushing the earlier queued messages.
87 public void close(boolean flushData); method in interface:Endpoint
H A DConnector.java57 public void close(); method in interface:Connector
/external/lldb/test/functionalities/breakpoint/breakpoint_command/
H A Dbktptcmd.py4 there.close()
/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/
H A Dclosed-fds.cc17 close(STDIN_FILENO);
18 close(STDOUT_FILENO);
19 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/compiler-rt/test/tsan/
H A Dfd_close_norace2.cc12 close(pipes[0]);
13 close(pipes[1]);
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DBaseResourceLoader.java32 public void close(Reader reader) throws IOException { method in class:BaseResourceLoader
33 reader.close();
/external/parameter-framework/tools/xmlGenerator/
H A DportAllocator.py41 serversock.close()
46 serversock.close()
/external/toybox/toys/posix/
H A Dnohup.c26 close(1);
38 close(0);
/external/elfutils/src/tests/
H A Ddeleted.c39 int err = close (0);
41 err = close (1);
43 err = close (2);
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_ServerSocket.java35 public void close() throws IOException; method in interface:Support_ServerSocket
H A DSupport_Socket.java33 public void close() throws IOException; method in interface:Support_Socket
/external/apache-http/src/org/apache/http/
H A DHttpConnection.java59 public void close() throws IOException; method in interface:HttpConnection
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dutils.py37 fp.close()
/external/javassist/src/main/javassist/
H A DClassPath.java66 void close(); method in interface:ClassPath
/external/linux-tools-perf/src/tools/perf/util/
H A Drun-command.c7 close(fd[0]);
8 close(fd[1]);
15 close(fd);
24 * In case of errors we must keep the promise to close FDs
32 close(cmd->out);
46 close(cmd->in);
58 close(cmd->in);
62 close(cmd->out);
78 close(cmd->in);
97 close(cm
[all...]
/external/okhttp/okio/okio/src/main/java/okio/
H A DSource.java75 * error to read a closed source. It is safe to close a source more than once.
77 @Override void close() throws IOException; method in interface:Source
/external/toybox/toys/other/
H A Dfallocate.c30 if (CFG_TOYBOX_FREE) close(fd);
/external/zlib/src/contrib/iostream/
H A Dtest.cpp20 os.close();
/external/zlib/src/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();

Completed in 1107 milliseconds

1234567891011>>