HomeSort by relevance Sort by last modified time
    Searched full:close (Results 1126 - 1150 of 5187) sorted by null

<<41424344454647484950>>

  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPath.java 197 derOutStream.close();
327 // pWrt.close();
384 dOut.close();
  /dalvik/libcore/sql/src/main/java/SQLite/
Stmt.java 61 * s.close();
72 * Close the compiled SQLite3 statement.
75 public native void close() throws SQLite.Exception; method in class:Stmt
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
StmtTest.java 104 st.close();
110 db.close();
112 con.close();
241 * @tests {@link Stmt#close()}
246 method = "close",
253 st.close();
357 st.close();
410 st.close();
492 st.close();
543 st.close();
    [all...]
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketImpl.java 115 privateKeyPEMWriter.close();
123 certificateWriter.close();
925 public void close() throws IOException { method in class:OpenSSLSocketImpl
    [all...]
  /development/apps/Term/jni/
termExec.cpp 108 close(ptm);
229 close(fd);
267 { "close", "(Ljava/io/FileDescriptor;)V",
  /development/testrunner/
create_test.py 120 tests_manifest.close()
148 mk_file.close()
169 tests_mk.close()
  /external/apache-http/src/org/apache/http/conn/
OperatedClientConnection.java 110 * the connection to close that socket if
154 * <b>Note:</b> Updating the connection will <i>not</i> close the
155 * previously used socket. It is the caller's responsibility to close
  /external/bsdiff/
bspatch.c 111 /* Close patch file and re-open it via libbzip2 at the right places */
141 (close(fd)==-1)) err(1,"%s",argv[1]);
198 (write(fd,new,newsize)!=newsize) || (close(fd)==-1))
  /external/dhcpcd/
if-bsd.c 96 close(s);
199 close(s);
213 close(iface->link_fd);
  /external/iptables/libipq/
libipq.c 232 close(h->fd);
243 close(h->fd);
261 close(h->fd);
  /external/webkit/WebCore/platform/sql/
SQLiteDatabase.cpp 57 close();
62 close();
82 void SQLiteDatabase::close() function in class:WebCore::SQLiteDatabase
  /external/webkit/WebCore/websockets/
WebSocket.cpp 175 void WebSocket::close() function in class:WebCore::WebSocket
177 LOG(Network, "WebSocket %p close", this);
182 m_channel->close();
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
build.com 122 $ close optfile
128 $v_h_1: close/noLog hfile
132 $ close optfile
  /external/zlib/contrib/minizip/
zip.h 213 Close the current file in the zipfile
220 Close the current file in the zipfile, for fiel opened with
228 Close the zipfile
  /frameworks/base/core/java/android/os/
FileUtils.java 104 in.close();
129 out.close();
199 input.close();
  /frameworks/base/libs/ui/
GraphicBufferMapper.cpp 155 close(fd);
163 close(fd);
184 close(hnd->fd);
  /frameworks/base/media/libmediaplayerservice/
MediaRecorderClient.cpp 256 status_t MediaRecorderClient::close() function in class:android::MediaRecorderClient
258 LOGV("close");
264 return mRecorder->close();
MetadataRetrieverClient.cpp 183 ::close(fd);
195 ::close(fd);
203 ::close(fd);
  /frameworks/base/services/java/com/android/server/
Installer.java 65 if (mSocket != null) mSocket.close();
68 if (mIn != null) mIn.close();
71 if (mOut != null) mOut.close();
  /packages/apps/Email/src/com/android/email/mail/
Folder.java 49 * time and when close() is called. This is only used for remote stores - should be null
56 * Forces a close of the MailProvider. Any further access will attempt to
61 public abstract void close(boolean expunge) throws MessagingException; method in class:Folder
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 179 folder.close(false); // false == don't expunge anything
219 mTransport.close();
266 mTransport.close();
288 mTransport.close();
305 * Close the folder (and the transport below it).
312 public void close(boolean expunge) { method in class:Pop3Store.Pop3Folder
319 mTransport.close();
358 mTransport.close();
379 mTransport.close();
631 mTransport.close();
    [all...]
  /packages/apps/Email/src/com/android/exchange/
EasOutboxService.java 125 fileStream.close();
141 inputStream.close();
204 c.close();
  /packages/apps/Email/src/org/apache/commons/io/output/
DeferredFileOutputStream.java 88 * True when close() has been called successfully.
231 public void close() throws IOException method in class:DeferredFileOutputStream
233 super.close();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
SymbolList.java 158 xrp.close();
185 /** @see jp.co.omronsoft.openwnn.WnnEngine#close */
186 public void close() {} method in class:SymbolList
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactImporterTest.java 110 database.close();
238 provider.getDatabaseHelper().close();
268 c.close();

Completed in 461 milliseconds

<<41424344454647484950>>