Searched defs:close (Results 226 - 250 of 577) sorted by relevance

1234567891011>>

/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassPathIterator.java88 public void close() throws IOException { method in class:ClassPathIterator
91 zip.close();
/external/javasqlite/src/main/java/SQLite/
H A DStmt.java61 * s.close();
75 public native void close() throws SQLite.Exception; method in class:Stmt
/external/javassist/src/main/javassist/
H A DClassPoolTail.java68 public void close() {} method in class:DirClassPath
115 public void close() { method in class:JarDirClassPath
118 jars[i].close();
165 public void close() { method in class:JarClassPath
167 jarfile.close();
234 cp.close();
280 * This method does not close the output stream.
293 fin.close();
309 fin.close();
416 * until it reaches the end. This method does not close th
[all...]
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationsWriter.java42 * writer.close();
85 public void close() throws IOException { method in class:AnnotationsWriter
86 output.close();
/external/javassist/src/main/javassist/scopedpool/
H A DScopedClassPool.java118 public void close() { method in class:ScopedClassPool
120 classPath.close();
/external/jsilver/src/org/clearsilver/jni/
H A DJniCs.java66 public void close() { method in class:JniCs
75 close();
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DWebSocket.java107 //Answer for my requested close
110 //Answer close request from other endpoint and close self
158 in.close();
165 out.close();
198 public void close(CloseCode code, String reason) throws IOException { method in class:WebSocket
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipeline.java72 pipeline.close();
152 public void close() throws IOException { method in class:Pipeline
159 this.pipe.close();
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
H A DMain.java65 in.close();
152 body.close();
156 close();
228 private void close() { method in class:Main
/external/okhttp/okio/src/main/java/okio/
H A DGzipSource.java177 @Override public void close() throws IOException { method in class:GzipSource
178 inflaterSource.close();
H A DRealBufferedSink.java141 @Override public void close() throws IOException {
142 RealBufferedSink.this.close();
159 @Override public void close() throws IOException { method in class:RealBufferedSink
163 // to close the sink; otherwise we risk leaking resources.
174 sink.close();
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlStreamRenderer.java43 * or missing close and open tags.
248 // Still output the close tag.
293 // A close tag contained in the content.
402 public void close() throws IOException { method in class:HtmlStreamRenderer.CloseableHtmlStreamRenderer
404 closeable.close();
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftsystem.h267 * A function used to close a given input stream.
311 * close ::
312 * The stream's close function.
337 FT_Stream_CloseFunc close; member in struct:FT_StreamRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftsystem.h267 * A function used to close a given input stream.
311 * close ::
312 * The stream's close function.
337 FT_Stream_CloseFunc close; member in struct:FT_StreamRec_
/external/qemu/
H A Dbuffered_file.c27 BufferedCloseFunc *close; member in struct:QEMUFileBuffered
182 ret = s->close(s->opaque);
255 .close = buffered_close,
266 BufferedCloseFunc *close)
277 s->close = close;
261 qemu_fopen_ops_buffered(void *opaque, size_t bytes_per_sec, BufferedPutFunc *put_buffer, BufferedPutReadyFunc *put_ready, BufferedWaitForUnfreezeFunc *wait_for_unfreeze, BufferedCloseFunc *close) argument
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_rwops.h62 int (SDLCALL *close)(struct SDL_RWops *context); member in struct:SDL_RWops
126 #define SDL_RWclose(ctx) (ctx)->close(ctx)
/external/replicaisland/src/com/replica/replicaisland/
H A DDoorAnimationComponent.java105 private void close(float timeSinceTriggered, GameObject parentObject) { method in class:DoorAnimationComponent
150 close(delta, (GameObject)parent);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteCursor.java169 public void close() { method in class:ShadowSQLiteCursor
175 resultSet.close();
180 throw new RuntimeException("SQL exception in close", e);
241 rs.close();
/external/smali/util/src/main/java/org/jf/util/
H A DIndentingWriter.java159 public void close() throws IOException { method in class:IndentingWriter
160 writer.close();
/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java156 * @param close true to close the tag, false to leave it
160 int nattr, boolean close) throws IOException
173 if ( close ) m_out.write('/');
177 if ( !close ) {
228 * @param close true to close the tag, false to leave it
231 protected void tag(String tag, String name, String value, boolean close) throws IOException { argument
241 if ( close ) m_out.write('/');
245 if ( !close ) {
159 tag(String tag, String[] names, String[] values, int nattr, boolean close) argument
283 tag(String tag, ArrayList names, ArrayList values, int nattr, boolean close) argument
[all...]
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp14 close();
102 gzfilebuf *gzfilebuf::close() { function in class:gzfilebuf
279 void gzfilestream_common::close() { function in class:gzfilestream_common
281 if ( !buffer.close() )
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc32 // Sync output buffer and close only if responsible for file
36 this->close();
107 gzfilebuf::close() function in class:gzfilebuf
114 // Attempt to sync and close gzipped file
420 gzifstream::close() function in class:gzifstream
422 if (!sb.close())
475 gzofstream::close() function in class:gzofstream
477 if (!sb.close())
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DHeapSnapshotProxy.js270 close: function(callback)
294 this.callMethod(buildSnapshot.bind(this), "close");
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DFileUtils.js69 close: function() { }
181 this._output.close();
257 close: function()
263 WebInspector.fileManager.close(this._fileName);
279 WebInspector.fileManager.close(this._fileName);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontoken.h359 void (*close) (struct ANTLR3_TOKEN_FACTORY_struct * factory); member in struct:ANTLR3_TOKEN_FACTORY_struct

Completed in 510 milliseconds

1234567891011>>