HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 201 - 225 of 7588) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/main/none/tests/
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); }
  /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
  /frameworks/base/media/java/android/media/
Image.java 130 public abstract void close(); method in class:Image
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
CameraBrowserApplication.java 32 mClient.close();
  /hardware/libhardware_legacy/qemu_tracing/
qemu_tracing.c 46 close(fd);
56 close(fd);
71 close(fd);
84 close(fd);
  /hardware/ril/rild/
radiooptions.c 101 close(fd);
111 close(fd);
117 close(fd);
122 close(fd);
  /libcore/luni/src/main/java/java/io/
ObjectInput.java 44 public void close() throws IOException; method in interface:ObjectInput
ObjectOutput.java 34 public void close() throws IOException; method in interface:ObjectOutput
  /libcore/luni/src/main/java/javax/sql/
PooledConnection.java 47 * application calls the {@link Connection#close} method. The connection pool
57 * the connection pool manager, which calls {@code PooledConnection.close()}.
85 public void close() throws SQLException; method in interface:PooledConnection
  /libcore/luni/src/test/java/libcore/java/io/
FileOutputStreamTest.java 33 // Close the second FileDescriptor and check we can't use it...
34 fos2.close();
48 // Close the first FileDescriptor and check we can't use it...
49 fos1.close();
66 fos.close();
67 fos.close();
  /libcore/luni/src/test/java/libcore/java/nio/channels/
ServerSocketChannelTest.java 31 ssc.close();
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetSource.java 30 public void close(); method in interface:WidgetSource
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplicationWrapper.java 29 mApp.close();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
NullWriter.java 91 /** @see java.io.Writer#close() */
92 public void close() { method in class:NullWriter
  /packages/inputmethods/PinyinIME/jni/include/
utf16reader.h 44 bool close();
  /system/core/libdiskconfig/
diskutils.c 106 close(src_fd);
108 close(dst_fd);
113 close(dst_fd);
115 close(src_fd);
  /system/extras/tests/cpueater/
daemonize.c 43 close(0); open("/dev/null", 0);
44 close(1);
91 close(2); dup(1); /* join stdout and stderr */
97 close(fd);
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
BlockDevice.java 88 public void close() throws IOException; method in interface:BlockDevice
FileSystem.java 49 * Close this file system. After a close, all invocations of methods of
55 public void close() throws IOException; method in interface:FileSystem
  /system/netd/
NetlinkManager.cpp 72 close(*sock);
78 close(*sock);
84 close(*sock);
91 close(*sock);
132 close(mUeventSock);
143 close(mRouteSock);
155 close(mQuotaSock);
  /external/skia/tests/
PathOpsSimplifyTest.cpp 16 path.close();
26 path.close();
34 path.close();
41 path.close();
48 path.close();
55 path.close();
155 path.close();
159 path.close();
169 path.close();
173 path.close();
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteProgramTest.java 46 mDatabase.close();
68 statement.close();
88 statement.close();
99 cursor.close();
110 cursor.close();
119 statement.close();
133 statement.close();
149 cursor.close();
164 statement.close();
181 cursor.close();
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 148 oos.close();
150 ois.close();
151 oos.close();
167 oos.close();
194 mockIn.close();
216 oos.close();
219 ois.close();
223 * @tests java.io.ObjectInputStream#close()
227 oos.close();
229 ois.close();
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java 56 descriptor.close();
70 socket.close();
84 socket.close();
99 descriptor.close();
104 socket.close();

Completed in 1166 milliseconds

1 2 3 4 5 6 7 891011>>