HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 701 - 725 of 8652) sorted by null

<<21222324252627282930>>

  /external/qemu/android/filesystems/testing/
TestSupport.cpp 45 ::close(ret);
  /external/qemu/android/utils/
debug.c 93 close(null_fd);
125 close(null_fd);
139 close(stdio_save_out_fd);
140 close(stdio_save_err_fd);
  /external/qemu/distrib/libselinux/src/
check_context.c 28 close(fd);
deny_unknown.c 30 close(fd);
disable.c 31 close(fd);
getenforce.c 30 close(fd);
setenforce.c 30 close(fd);
  /external/skia/src/pathops/
SkPathWriter.h 15 void close();
  /external/strace/test/
skodic.c 33 close(fd);
x32_lseek.c 25 close(0);
  /frameworks/av/media/img_utils/include/img_utils/
ByteArrayOutput.h 58 * Close this ByteArrayOutput.
62 virtual status_t close();
71 * open, write, or close is called after this method.
FileInput.h 61 * Close the file descriptor to the path given in the constructor.
65 virtual status_t close();
FileOutput.h 36 virtual status_t close();
  /frameworks/av/media/img_utils/src/
ByteArrayOutput.cpp 40 status_t ByteArrayOutput::close() { function in class:android::img_utils::ByteArrayOutput
Input.cpp 26 status_t Input::close() { return OK; } function in class:android::img_utils::Input
  /frameworks/base/core/java/android/os/
ConditionVariable.java 25 * open(), close() and block() are sticky. If open() is called before block(),
59 * Any threads that later approach block() will not block unless close()
79 public void close() method in class:ConditionVariable
  /frameworks/base/core/java/android/util/
AtomicFile.java 77 * with the new data. You <em>must not</em> directly close the given
123 * returned by {@link #startWrite()}. This will close, sync, and
131 str.close();
141 * returned by {@link #startWrite()}. This will close the current
148 str.close();
164 fos.close();
185 * opening for read. You should call close() on the FileInputStream when
244 stream.close();
  /frameworks/base/core/java/android/webkit/
WebIconDatabase.java 59 * Close the shared instance of the icon database.
61 public abstract void close(); method in class:WebIconDatabase
  /frameworks/base/core/java/com/android/internal/os/
AtomicFile.java 93 str.close();
105 str.close();
126 fos.close();
174 stream.close();
  /frameworks/base/core/java/com/android/internal/util/
DumpUtils.java 45 lpw.close();
  /frameworks/base/libs/hwui/thread/
Barrier.h 36 void close() { function in class:android::uirenderer::Barrier
  /frameworks/base/media/java/android/media/
Image.java 172 public abstract void close(); method in class:Image
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GraphRunner.java 93 public abstract void close(); method in class:GraphRunner
  /frameworks/base/obex/javax/obex/
Operation.java 77 * out.close();
78 * op.close();
96 * in.close();
97 * op.close();
103 * <code>close()</code> the <code>OutputStream</code> returned from
108 * <code>getResponseCode()</code> will do an implicit close on the
114 * close on the <code>InputStream</code>. No further data may be read at this
124 * operation since <code>close()</code> will be called by this method.
178 void close() throws IOException; method in interface:Operation
  /frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl 59 close(INPUT);
60 close(OUTPUT);

Completed in 410 milliseconds

<<21222324252627282930>>