/sdk/emulator/qtools/ |
trace_reader_base.h | 87 void Close(); 163 void Close(); 197 void Close(); 213 void Close(); 229 void Close(); 247 void Close(); 262 void Close();
|
/system/bluetooth/bluedroid/ |
bluetooth.c | 63 close(fd); 107 if (fd >= 0) close(fd); 136 if (fd >= 0) close(fd); 173 close(hci_sock); 191 if (hci_sock >= 0) close(hci_sock); 224 if (hci_sock >= 0) close(hci_sock); 255 if (hci_sock >= 0) close(hci_sock);
|
/system/core/libsysutils/src/ |
SocketListener.cpp | 50 close(mSock); 53 close(mCtrlPipe[0]); 54 close(mCtrlPipe[1]); 110 close(mCtrlPipe[0]); 111 close(mCtrlPipe[1]); 116 close(mSock); 194 close(fd);
|
/system/extras/tests/sdcard/ |
testcase.cpp | 72 for (int i = 0; i < 4; ++i) close(mIpc[i]); 91 close(mIpc[READ_FROM_CHILD]); 92 close(mIpc[WRITE_TO_CHILD]); 112 close(mIpc[WRITE_TO_PARENT]); 113 close(mIpc[READ_FROM_PARENT]); 118 close(mIpc[WRITE_TO_PARENT]); 119 close(mIpc[READ_FROM_PARENT]);
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
PipedOutputStreamTest.java | 104 out.close(); 128 out.close(); 140 * @tests java.io.PipedOutputStream#close() 145 method = "close", 153 out.close(); 261 out.close(); 274 reader.getReader().close(); 321 reader.getReader().close(); 331 * Tears down the fixture, for example, close a network connection. This
|
OpenRandomFileTest.java | 55 fos.close(); 59 raf.close(); 78 raf.close();
|
SequenceInputStreamTest.java | 133 * @tests java.io.SequenceInputStream#close() 138 method = "close", 143 si.close(); 144 //will not throw IOException to close a stream which is closed already 145 si.close(); 153 * @tests java.io.SequenceInputStream#close() 158 method = "close", 164 si.close(); 224 si.close(); 284 // reached. So the next call to read will close the first substrea [all...] |
/external/apache-http/src/org/apache/http/impl/ |
DefaultConnectionReuseStrategy.java | 56 * it's role. A token "close" indicates that the connection cannot 125 // RFC 2616 specifies "close" as the only connection token with a 129 // but is commonly used to carry one token, "close" or "keep-alive". 132 // token "close" has the above-mentioned additional meaning. 137 // "close" and "keep-alive". As "close" is specified by RFC 2068, 139 // If there is no "close" but a "keep-alive", we take the hint. 150 // continue the loop, there may be a "close" afterwards 156 // neither "close" nor "keep-alive", use default policy
|
/external/bison/djgpp/ |
subpipe.c | 64 close ((fd)); \ 79 close (fd); 85 close (fd); 151 close(from_in_fd); 195 close(from_out_fd); 212 close(to_in_fd); 245 close(old_stdout); 259 close(to_in_fd); 284 close(old_stdin);
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteOpenHelper.java | 67 * {@link #close} when you no longer need it. 73 * @return a read/write database object valid until {@link #close} is called 124 try { mDatabase.close(); } catch (Exception e) { } 130 if (db != null) db.close(); 146 * or {@link #close} is called. 180 if (db != null && db != mDatabase) db.close(); 185 * Close any open database object. 187 public synchronized void close() { method in class:SQLiteOpenHelper 191 mDatabase.close();
|
/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/base/tests/CoreTests/android/core/ |
SocketTest.java | 100 s3.close(); 102 s4.close(); 124 sock.close(); 150 serverSock.close(); 155 serverSock2.close(); 204 // sock.close(); 236 clntSckt.close(); 244 // Regression test for #1058962: Socket.close() does not cause 278 client.close();
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CursorBackedSuggestionCursor.java | 79 public void close() { method in class:CursorBackedSuggestionCursor 80 if (DBG) Log.d(TAG, "close()"); 82 throw new IllegalStateException("Double close()"); 87 mCursor.close(); 90 Log.e(TAG, "close() failed, ", ex); 104 throw new IllegalStateException("getCount() after close()"); 118 throw new IllegalStateException("moveTo(" + pos + ") after close()"); 132 throw new IllegalStateException("moveToNext() after close()"); 145 throw new IllegalStateException("getPosition after close()");
|
/system/extras/sound/ |
playwav.c | 92 close(afd); 225 close(fd); 278 close(afd); 285 close(fd); 289 close(afd); 290 close(fd); 309 close(fd); 324 close(fd); 325 close(afd);
|
/cts/tests/tests/net/src/android/net/cts/ |
LocalServerSocketTest.java | 42 method = "close", 94 // close server socket 96 localServerSocket.close();
|
/cts/tests/tests/util/src/android/util/cts/ |
PrintStreamPrinterTest.java | 68 ps.close(); 76 reader.close(); 78 is.close();
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
ZipExecTest.java | 74 zout.close(); 117 zoutFoo.close(); 123 zoutBar.close(); 140 zoutFoo.close(); 156 zoutFoo.close(); 189 joutFoo.close(); 195 zoutBar.close(); 232 zoutFoo.close(); 238 joutBar.close(); 280 zoutFoo.close(); [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
ClassTest2.java | 39 * Tears down the fixture, for example, close a network connection. This 65 stream.close(); 88 stream.close();
|
/development/apps/Term/src/com/android/term/ |
Exec.java | 40 * Callers are responsible for calling Exec.close() on the returned 71 * Close a given file descriptor. 73 public static native void close(FileDescriptor fd); method in class:Exec
|
/development/tools/findunused/ |
findunusedtranslations | 53 close(IN); 94 close(IN); 99 close(OUT);
|
/external/bluetooth/glib/gio/ |
gunixinputstream.c | 167 * GUnixInputStream:close-fd: 169 * Whether to close the file descriptor when the stream is closed. 175 g_param_spec_boolean ("close-fd", 176 _("Close file descriptor"), 177 _("Whether to close the file descriptor when the stream is closed"), 243 * @close_fd: %TRUE to close the file descriptor when done 262 "close-fd", close_fd, 271 * @close_fd: %TRUE to close the file descriptor when done 288 g_object_notify (G_OBJECT (stream), "close-fd"); 403 /* This might block during the close. Doesn't seem to be a way to avoid it though. * [all...] |
gunixoutputstream.c | 153 * GUnixOutputStream:close-fd: 155 * Whether to close the file descriptor when the stream is closed. 161 g_param_spec_boolean ("close-fd", 162 _("Close file descriptor"), 163 _("Whether to close the file descriptor when the stream is closed"), 229 * @close_fd: %TRUE to close the file descriptor when done 248 "close-fd", close_fd, 257 * @close_fd: %TRUE to close the file descriptor when done 274 g_object_notify (G_OBJECT (stream), "close-fd"); 390 /* This might block during the close. Doesn't seem to be a way to avoid it though. * [all...] |
/external/guava/src/com/google/common/io/ |
AppendableWriter.java | 26 * is {@link Flushable} or {@link Closeable}, flush()es and close()s will also 65 @Override public void close() throws IOException { method in class:AppendableWriter 68 ((Closeable) target).close(); method
|
MultiInputStream.java | 47 @Override public void close() throws IOException { method in class:MultiInputStream 50 in.close(); 61 close(); method
|
MultiReader.java | 45 close(); method 81 @Override public void close() throws IOException { method in class:MultiReader 84 current.close();
|