HomeSort by relevance Sort by last modified time
    Searched defs:destroyAll (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ContextCreationTest.java 54 mActivity.destroyAll();
  /cts/tests/src/android/renderscript/cts/
RenderscriptGLStubActivity.java 116 public void destroyAll() {
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectManager.java 155 public void destroyAll() {
Game.java 262 manager.destroyAll();
304 manager.destroyAll();
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 76 void BitmapImage::destroyDecodedData(bool destroyAll)
79 const size_t clearBeforeFrame = destroyAll ? m_frames.size() : m_currentFrame;
90 m_source.clear(destroyAll, clearBeforeFrame, data(), m_allDataReceived);
94 void BitmapImage::destroyDecodedDataIfNecessary(bool destroyAll)
100 destroyDecodedData(destroyAll);
441 bool destroyAll = false;
457 destroyAll = true;
460 destroyDecodedDataIfNecessary(destroyAll);
  /external/llvm/include/llvm/ADT/
DenseMap.h 230 void destroyAll() {
552 this->destroyAll();
570 this->destroyAll();
579 this->destroyAll();
617 this->destroyAll();
716 this->destroyAll();
799 this->destroyAll();
808 this->destroyAll();
881 this->destroyAll();

Completed in 230 milliseconds