HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 376 - 400 of 16771) sorted by null

<<11121314151617181920>>

  /external/python/cpython3/Doc/includes/sqlite3/
converter_point.py 34 cur.close()
35 con.close()
46 cur.close()
47 con.close()
  /external/python/cpython3/Lib/test/
test_winconsoleio.py 35 os.close(fd)
46 f.close() # multiple close should not crash
47 f.close()
58 f.close()
59 f.close()
70 f.close()
71 f.close()
80 f.close() # multiple close should not cras
    [all...]
  /external/python/cpython3/Python/
dup2.c 9 * Check to see if fd2 is already open; if so, close it.
26 close(fd2);
  /external/python/cpython3/Tools/scripts/
fixnotice.py 78 fp.close()
82 fp.close()
91 f.close()
107 f.close()
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCloseable.java 17 public void close() { method in class:ShadowSQLiteCloseable
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
DexDataStore.java 11 void close() throws IOException; method in interface:DexDataStore
  /external/smali/util/src/main/java/org/jf/util/
BlankReader.java 46 public void close() throws IOException { method in class:BlankReader
  /external/strace/tests/
vfork-f.c 58 (void) close(0);
83 close(0);
84 close(parent_wait_fds[1]);
89 close(child_wait_fds[1]);
  /external/strace/tests-m32/
vfork-f.c 58 (void) close(0);
83 close(0);
84 close(parent_wait_fds[1]);
89 close(child_wait_fds[1]);
  /external/strace/tests-mx32/
vfork-f.c 58 (void) close(0);
83 close(0);
84 close(parent_wait_fds[1]);
89 close(child_wait_fds[1]);
  /external/swiftshader/third_party/LLVM/utils/
test_debuginfo.pl 41 close(INPUT);
42 close(OUTPUT);
  /external/syslinux/com32/lib/sys/
null_read.c 53 .close = NULL,
  /external/toybox/toys/android/
load_policy.c 26 close(fd);
  /external/toybox/toys/other/
fallocate.c 32 if (CFG_TOYBOX_FREE) close(fd);
  /external/v8/testing/gmock/scripts/generator/cpp/
utils.py 37 fp.close()
  /external/valgrind/memcheck/tests/
fwrite.c 13 (void)close(fd);
  /external/valgrind/none/tests/
closeall.c 14 close( fd );
fcntl_setown.c 23 if (close(s) < 0)
25 perror("close");
fdleak.h 19 * that forked the current process. Close these file descriptors right
26 #define CLOSE_INHERITED_FDS { int i; for (i = 3; i < 64; i++) close(i); }
  /external/xmlrpcpp/src/
XmlRpcSource.h 18 //! @param deleteOnClose If true, the object deletes itself when close is called.
34 //! Close the owned fd. If deleteOnClose was specified at construction, the object is deleted.
35 virtual void close();
  /frameworks/av/media/img_utils/include/img_utils/
Input.h 60 * Close the Input. It is not valid to call open on a previously closed Input.
64 virtual status_t close();
Output.h 51 * Close this Output. It is not valid to call open on a previously closed Output.
55 virtual status_t close();
  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.h 39 void close();
  /frameworks/av/media/mtp/
IMtpHandle.h 37 virtual void close() = 0;
  /frameworks/base/core/java/android/database/sqlite/
SQLiteClosable.java 31 * a call to {@link #releaseReference()} or {@link #close()}.
105 public void close() { method in class:SQLiteClosable

Completed in 474 milliseconds

<<11121314151617181920>>