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

<<51525354555657585960>>

  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_sysmutex.cpp 75 rmutex.Close();
  /external/quake/quake/src/QW/client/
net_udp.c 57 int close (int);
178 close(newsocket);
181 close(newsocket);
316 close (net_socket);
  /external/skia/src/animator/
SkPathParts.h 113 DECLARE_EMPTY_MEMBER_INFO(Close);
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 77 dst->close();
  /external/srec/seti/sltsEngine/include/
SWIslts.h 64 SWIsltsResult (*close) (SWIsltsHand hLts); member in struct:SWIsltsWrapper
  /external/srec/srec/clib/
voc_read.c 280 /* open data file, determine size, map it, and close fd */
292 /* close fd, since we can */
293 close(fd);
331 if (fd != -1) close(fd);
  /external/srec/tools/grxmlcompile/
netw_dump.cpp 90 outfile.close();
178 outfile.close();
262 outfile.close();
333 outfile.close();
  /external/v8/src/
d8-posix.cc 177 ~OpenFDCloser() { close(fd_); }
273 close(exec_error_fds[kReadFD]); // Don't need this in the child.
274 close(stdout_fds[kReadFD]); // Don't need this in the child.
275 close(1); // Close stdout.
277 close(stdout_fds[kWriteFD]); // Don't need the original fd now.
502 close(exec_error_fds[kWriteFD]);
503 close(stdout_fds[kWriteFD]);
526 return scope.Close(accumulator);
  /external/webkit/JavaScriptCore/pcre/
dftables 220 close(OUT);
256 close(HEADER);
264 close($fh);
268 close(CPP);
  /external/webkit/JavaScriptCore/tests/mozilla/
mkhtml.pl 78 close HTML_TEST;
  /external/webkit/WebCore/dom/
EventNames.h 43 macro(close) \
  /external/webkit/WebCore/inspector/front-end/
inspector.html 126 <div class="toolbar-item close-left"><button id="close-button-left"></button></div>
130 <div class="toolbar-item close-right"><button id="close-button-right"></button></div>
  /external/webkit/WebCore/loader/
CachedXBLDocument.cpp 86 m_document->close();
  /external/webkit/WebCore/loader/icon/wince/
IconDatabaseWince.cpp 43 void IconDatabase::close() {} function in class:WebCore::IconDatabase
  /external/webkit/WebCore/plugins/symbian/
PluginDatabaseSymbian.cpp 51 fsSession.Close();
  /external/webkit/WebCore/storage/
StorageAreaImpl.h 57 void close();
StorageNamespaceImpl.h 51 virtual void close();
StorageSyncManager.cpp 76 void StorageSyncManager::close() function in class:WebCore::StorageSyncManager
  /external/webkit/WebCore/websockets/
ThreadableWebSocketChannel.h 53 virtual void close() = 0;
WebSocketChannel.h 57 virtual void close();
  /external/webkit/WebCore/workers/
WorkerContext.idl 46 void close();
  /external/webkit/WebKit/android/wds/
Connection.h 43 close(m_fd);
  /external/webkit/WebKit/chromium/public/
WebStorageNamespace.h 67 virtual void close() = 0;
  /external/webkit/WebKit/chromium/src/
BackForwardListClientImpl.h 57 virtual void close();
  /external/webkit/WebKit/mac/Misc/
WebNSImageExtras.m 86 close(fd);

Completed in 161 milliseconds

<<51525354555657585960>>