/external/opencore/baselibs/threadsafe_callback_ao/src/ |
threadsafe_queue.cpp | 50 iQueueReadySem.Close(); 52 iQueueMut.Close();
|
/external/opencore/engines/2way/pvlogger/src/ |
pv_logger_impl.cpp | 40 iFileServer.Close(); 138 iLogFile.Close();
|
/external/opencore/fileformats/common/parser/src/ |
pvmi_datastreamsyncinterface_ref_impl.cpp | 73 iFs.Close(); 148 result = iFileObject->Close();
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_socket.h | 96 * Close socket server. 103 OSCL_IMPORT_REF void Close(bool aCleanup = true); 151 * Close a UDP socket. 158 * socket close call. 162 OSCL_IMPORT_REF int32 Close(); 358 * Close a TCP socket. 365 * socket close call. 369 OSCL_IMPORT_REF int32 Close();
|
oscl_tcp_socket.cpp | 123 int32 OsclTCPSocketI::Close() 135 return iSocket->Close();
|
/external/opencore/oscl/pvlogger/src/ |
pvlogger_mem_appender.h | 89 _logFile.Close(); 90 _fs.Close();
|
/external/openssl/crypto/conf/ |
conf_err.c | 100 {ERR_REASON(CONF_R_MISSING_CLOSE_SQUARE_BRACKET),"missing close square bracket"}, 105 {ERR_REASON(CONF_R_NO_CLOSE_BRACE) ,"no close brace"},
|
/external/oprofile/ |
opimport_pull | 20 stream.close() 120 stream.close()
|
/external/proguard/src/proguard/ |
OutputWriter.java | 219 // Close all output entries. 220 writer.close();
|
/external/proguard/src/proguard/io/ |
DataEntryCopier.java | 70 // Close the data entries. 240 writer.close();
|
/external/qemu/android/utils/ |
mapfile.c | 105 return close((int)handle); 217 * mapping, so we can close it right after we mapped file view. */
|
/external/qemu/block/ |
cloop.c | 67 close(s->fd); 149 close(s->fd);
|
parallels.c | 115 close(fd); 164 close(s->fd);
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_BWin.h | 214 /* We don't ever actually close the window here because 220 return(true); /* Close the app window */
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsevents.c | 171 close(keyboard_fd); 179 close(keyboard_fd); 229 close(keyboard_fd); 252 close(tty0_fd); 271 close(tty0_fd); 289 close(keyboard_fd); 314 close(mouse_fd); 380 close(cmdline);
|
SDL_gsvideo.c | 65 close(console); 69 close(memory); 295 close(console_fd); 302 close(memory_fd); 303 close(console_fd); 668 /* Close console and input file descriptors */ 676 close(memory_fd); 684 close(console_fd);
|
/external/qemu/hw/ |
hw.h | 25 /* Close a file and return an error code */ 41 QEMUFileCloseFunc *close,
|
/external/qemu/ |
migration.c | 195 close(s->fd); 336 return s->close(s);
|
/external/skia/src/core/ |
SkStroke.cpp | 86 void close(bool isLine) { this->finishContour(true, isLine); } function in class:SkPathStroker 110 void finishContour(bool close, bool isLine); 161 void SkPathStroker::finishContour(bool close, bool currIsLine) { 165 if (close) { 169 fOuter.close(); 174 fOuter.close(); 184 fOuter.close(); 616 stroker.close(lastSegment == SkPath::kLine_Verb);
|
/external/skia/src/ports/ |
SkImageRef_ashmem.cpp | 46 SkDebugf("=== ashmem close %d\n", fRec.fFD); 51 close(fRec.fFD);
|
/external/srec/portable/include/ |
ESR_ReturnCode.h | 74 * Error typing to close a entity or the operation failed because the entity was not closed. 79 * Error trying to close a entity that was already closed.
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
PYXWriter.java | 66 theWriter.close(); 148 theWriter.close();
|
/external/webkit/WebCore/WebCore.gyp/scripts/ |
action_csspropertynames.py | 131 inFile.close() 133 merged.close()
|
/external/webkit/WebCore/platform/image-decoders/gif/ |
GIFImageReader.h | 197 close(); 200 void close() { function in struct:GIFImageReader
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
InspectorClientGtk.cpp | 78 // close-window and destroy signals still need to be 152 g_signal_emit_by_name(m_webInspector, "close-window", &handled);
|