OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:destroyAll
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ContextCreationTest.java
54
mActivity.
destroyAll
();
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
248
void
destroyAll
() {
571
this->
destroyAll
();
589
this->
destroyAll
();
598
this->
destroyAll
();
636
this->
destroyAll
();
735
this->
destroyAll
();
818
this->
destroyAll
();
827
this->
destroyAll
();
900
this->
destroyAll
();
Completed in 6736 milliseconds