Searched refs:close (Results 201 - 225 of 2423) sorted by relevance

1234567891011>>

/external/chromium/base/
H A Dsync_socket_posix.cc67 if (HANDLE_EINTR(close(handles[0])) < 0)
68 PLOG(ERROR) << "close";
71 if (HANDLE_EINTR(close(handles[1])) < 0)
72 PLOG(ERROR) << "close";
83 int retval = HANDLE_EINTR(close(handle_));
85 PLOG(ERROR) << "close";
H A Drand_util_posix.cc30 close(fd_);
/external/javassist/src/main/javassist/
H A DURLClassPath.java106 is.close();
117 public void close() {} method in class:URLClassPath
155 s.close();
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DNioEndpoint.java74 public void close() method in class:NioEndpoint
76 close(false);
79 public void close( boolean flushData ) method in class:NioEndpoint
84 // Enqueue a close marker message to let the server
85 // know we should close
H A DSocketConnector.java92 public void close() method in class:SocketConnector
99 temp.close();
124 close();
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DMetadataManager.java57 private static void close(InputStream in) { method in class:MetadataManager
60 in.close();
81 close(in);
/external/valgrind/main/memcheck/tests/
H A Dfile_locking.c71 close(fd);
105 close(fd2);
122 close(fd1);
/external/webkit/Source/WebKit/chromium/scripts/
H A Dconcatenate_css_files.py102 input_file.close()
106 output_file.close()
107 output.close()
H A Dconcatenate_js_files.py103 input_file.close()
107 output_file.close()
108 output.close()
/external/webkit/Tools/Scripts/
H A Dmake-script-test-wrappers88 close TEMPLATE;
94 close TEMPLATE;
114 close HTML;
H A Drun-mangleme-tests104 close REDIRECT_HTML;
170 close HTTPDIN;
171 close HTTPDOUT;
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
H A DEnvironmentHelper.java47 bos.close();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DInputStreamReaderTest.java118 osw.close();
129 in.close();
130 is.close();
131 fis.close();
140 * @tests java.io.InputStreamReader#close()
143 is.close();
151 reader.close();
160 reader.close();
170 in.close();
200 reader2.close();
[all...]
H A DSequenceInputStreamTest.java115 * @tests java.io.SequenceInputStream#close()
118 si.close();
119 //will not throw IOException to close a stream which is closed already
120 si.close();
136 si.close();
172 sis.close();
188 * Tears down the fixture, for example, close a network connection. This
H A DStringWriterTest.java36 * @tests java.io.StringWriter#close()
39 // Test for method void java.io.StringWriter.close()
41 sw.close();
169 stringWriter.close();
181 stringWriter.close();
192 stringWriter.close();
206 * Tears down the fixture, for example, close a network connection. This
H A DSyncFailedExceptionTest.java37 fos.close();
55 * Tears down the fixture, for example, close a network connection. This
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DProcessTest.java45 os.close();
55 is.close();
92 os.close();
102 is.close();
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_PooledConnection.java30 public void close() throws SQLException { method in class:Impl_PooledConnection
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_GetLocal.java51 in.close();
52 out.close();
71 in.close();
72 out.close();
/external/apache-http/src/org/apache/http/impl/io/
H A DIdentityInputStream.java70 public void close() throws IOException { method in class:IdentityInputStream
/external/bison/lib/
H A Dfopen-safer.c55 close (f);
/external/compiler-rt/lib/tsan/lit_tests/
H A Dfd_stdout_race.cc16 close(f);
H A Drace_on_read.cc25 close(fd);
H A Drace_on_write.cc32 close(fd);
/external/dropbear/libtommath/
H A Dpretty.build45 close SRC;
50 close SRC or die "Error closing $filename after reading: $!";

Completed in 573 milliseconds

1234567891011>>