HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 326 - 350 of 3754) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 84 h.close();
179 h.close();
213 h.close();
250 h.close();
264 h.close();
296 h.close();
312 h.close();
407 * Test close() when having sufficient privilege, and a record has been
427 h.close();
431 h.close();
    [all...]
  /bionic/libc/bionic/
tmpfile.cpp 84 close(fd);
95 // Failure. Clean up. We already unlinked, so we just need to close.
97 close(fd);
  /bionic/tests/
sys_epoll_test.cpp 66 close(fds[0]);
67 close(fds[1]);
sys_statvfs_test.cpp 51 close(fd);
58 close(fd);
sys_vfs_test.cpp 52 close(fd);
59 close(fd);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileCopyHelper.java 84 source.close();
87 target.close();
  /cts/libs/deviceutil/src/android/cts/util/
FileCopyHelper.java 84 source.close();
87 target.close();
  /cts/tools/dasm/src/dasm/
Main.java 90 close(inp);
101 close(inp);
161 close(hr_outp);
162 close(outp);
169 close(hr_outp);
170 close(outp);
176 private static void close(Closeable c) { method in class:Main
179 c.close();
  /dalvik/dx/src/com/android/multidex/
ArchivePathElement.java 55 public void close() throws IOException { method in class:ArchivePathElement
56 archive.close();
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk3_4.java 64 cursor.close();
76 cursor.close();
ContactAccessorSdk5.java 71 cursor.close();
83 cursor.close();
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/sms/
SmsTest.java 59 c.close();
77 c.close();
  /development/tools/findunused/
findunusedtranslations 53 close(IN);
94 close(IN);
99 close(OUT);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
IOExtensions.cs 45 public static void close( this TextReader reader ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
47 reader.Close();
51 public static void close( this TextWriter writer ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
53 writer.Close();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
IOExtensions.cs 43 public static void close( this TextReader reader ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
45 reader.Close();
49 public static void close( this TextWriter writer ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
51 writer.Close();
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRFileStream.pm 41 close $fh or carp "Can't close $fh: $!";
70 close $fh or carp "Can't close $fh: $!";
  /external/apache-http/src/org/apache/http/conn/
BasicManagedEntity.java 166 wrapped.close();
184 wrapped.close();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java 126 * Close the stream, flushing it first. Once a stream has been closed,
132 public void close() throws java.io.IOException method in class:WriterToASCI
134 m_os.close();
  /external/bison/lib/
fopen.c 92 close (fd);
101 close (fd);
fseterr.c 67 close (fd);
73 close (fd2);
  /external/ceres-solver/internal/ceres/
generate_eliminator_specialization.py 217 fptr.close()
226 f.close()
generate_partitioned_matrix_view_specializations.py 218 fptr.close()
227 f.close()
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
track.css 23 .track-close-button {
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
InputStreamUtil.java 33 public static void close(InputStream stream) { method in class:InputStreamUtil
35 stream.close();
37 Log.e(LOGTAG, logMessage("close"), e);
  /external/chromium_org/android_webview/tools/
find_files.pl 32 close FIND;

Completed in 1054 milliseconds

<<11121314151617181920>>