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

1 23 4 5 6 7 8 91011>>

  /external/linux-tools-perf/src/tools/perf/util/
run-command.c 7 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(cmd->out)
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
Source.java 75 * 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/
fallocate.c 30 if (CFG_TOYBOX_FREE) close(fd);
  /external/zlib/src/contrib/iostream/
test.cpp 20 os.close();
  /external/zlib/src/contrib/iostream3/
test.cc 20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
  /frameworks/av/media/img_utils/src/
Output.cpp 25 status_t Output::close() { return OK; } function in class:android::img_utils::Output
  /frameworks/base/core/java/android/content/res/
XmlResourceParser.java 26 * an additional close() method on this interface for the client to indicate
31 * Close this interface to the resource. Calls on the interface are no
34 public void close(); method in interface:XmlResourceParser
  /packages/apps/Camera2/src/com/android/camera/async/
BufferQueueController.java 36 * Closes the stream. Implementations must tolerate multiple calls to close.
39 public void close(); method in interface:BufferQueueController
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
Ticket.java 25 * They may be released by calling {@link #close}.
33 public void close(); method in interface:Ticket
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CloseShieldInputStream.java 25 * passed to a component that wants to explicitly close the stream even if
48 public void close() { method in class:CloseShieldInputStream
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
CloseShieldOutputStream.java 25 * passed to a component that wants to explicitly close the stream even if
48 public void close() { method in class:CloseShieldOutputStream
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
CloseUtils.java 27 /** If the argument is non-null, close the cursor. */
30 cursor.close();
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
CloseUtils.java 32 * If the argument is non-null, close the Closeable ignoring any {@link IOException}.
37 closeable.close();
44 /** If the argument is non-null, close the cursor. */
47 cursor.close();
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixSocketTest.java 47 pingServer.close();
57 worker.close();
67 clientIn.close();
82 pingClient.close();
83 pingServer.close();
99 theSocket.close();
108 ss.close();
117 socket.close();
  /external/compiler-rt/test/tsan/
fd_location.cc 14 close(fds[0]);
15 close(fds[1]);
fd_pipe_race.cc 14 close(fds[0]);
15 close(fds[1]);
31 // CHECK: #0 close
  /external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/
close.pass.cpp 15 // void close();
27 fs.close();
35 fs.close();
  /external/libunwind/src/coredump/
_UCD_destroy.c 33 close(ui->coredump_fd);
44 close(phdr->backing_fd);
  /external/llvm/utils/
DSAclean.py 31 input.close()
32 output.close()
  /external/parameter-framework/tools/xmlGenerator/
portAllocator.py 41 serversock.close()
46 serversock.close()
  /external/pcre/dist/
Detrail 13 close(IN);
26 close(OUT);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
BrokenInputStream.java 51 public void close() throws IOException { method in class:BrokenInputStream
52 stream.close();
  /libcore/luni/src/test/java/libcore/java/net/
OldUnixSocketTest.java 43 pingServer.close();
53 worker.close();
63 clientIn.close();
78 pingClient.close();
79 pingServer.close();
95 theSocket.close();
104 ss.close();
113 socket.close();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
close.pass.cpp 15 // void close();
27 fs.close();
35 fs.close();
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VCardResource.java 23 * the VCardResource is no longer used (i.e. close() is called), we need to asynchronously
47 protected void close() { method in class:VCardResource
49 vcard.close();

Completed in 969 milliseconds

1 23 4 5 6 7 8 91011>>