/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/ |
UT_rstime.java | 38 pRS.destroy();
|
UT_rstypes.java | 38 pRS.destroy();
|
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/ |
UT_fp_mad.java | 38 pRS.destroy();
|
UT_math.java | 38 pRS.destroy();
|
UT_rsdebug.java | 38 pRS.destroy();
|
UT_rstime.java | 38 pRS.destroy();
|
UT_rstypes.java | 38 pRS.destroy();
|
/frameworks/compile/mclinker/include/mcld/LD/ |
LDSectionFactory.h | 44 /// destroy - destruct the LDSection. 47 void destroy(LDSection*& pSD);
|
/frameworks/compile/mclinker/lib/Support/ |
RegionFactory.cpp | 36 destroy(pRegion);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
RenderScriptTest.java | 35 mRS.destroy(); 59 mRS.destroy();
|
/external/clang/include/clang/Lex/ |
TokenLexer.h | 130 ~TokenLexer() { destroy(); } 145 void destroy();
|
/external/clang/test/SemaCXX/ |
pseudo-destructors.cpp | 76 void destroy(T* p) { function in namespace:PR11339 81 template void destroy(int*); // expected-note{{in instantiation of function template specialization}}
|
/external/jmonkeyengine/engine/src/test/jme3test/app/state/ |
TestAppStates.java | 95 public void destroy(){ method in class:TestAppStates 96 super.destroy(); 98 System.out.println("Destroy");
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
TextureMapperQt.h | 31 ~BitmapTextureQt() { destroy(); } 32 virtual void destroy();
|
/external/webkit/Source/WebCore/rendering/ |
RenderScrollbar.h | 78 void updateScrollbarParts(bool destroy = false); 81 void updateScrollbarPart(ScrollbarPart, bool destroy = false);
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGBlock.cpp | 77 void RenderSVGBlock::destroy() function in class:WebCore::RenderSVGBlock 80 RenderBlock::destroy();
|
RenderSVGModelObject.cpp | 84 void RenderSVGModelObject::destroy() function in class:WebCore::RenderSVGModelObject 87 RenderObject::destroy();
|
/libcore/luni/src/test/java/tests/api/java/lang/ |
Process2Test.java | 64 process.destroy(); 84 erProcess.destroy();
|
ProcessTest.java | 61 proc.destroy(); 100 proc.destroy(); 126 process.destroy(); 154 process.destroy(); 176 public void destroy() { method in class:ProcessTest.ProcessClass
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapMemoryLiteral.java | 53 public void destroy() { method in class:ImapMemoryLiteral 55 super.destroy();
|
/external/bluetooth/bluez/gdbus/ |
gdbus.h | 51 void *user_data, DBusFreeFunction destroy); 119 GDBusDestroyFunction destroy); 161 void *user_data, GDBusDestroyFunction destroy); 164 void *user_data, GDBusDestroyFunction destroy); 169 GDBusDestroyFunction destroy);
|
/frameworks/rs/ |
rs_hal.h | 116 void (*destroy)(const Context *rsc, Script *s); member in struct:android::renderscript::__anon17387::__anon17388 121 void (*destroy)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon17387::__anon17389 177 void (*destroy)(const Context *rsc, const ProgramStore *ps); member in struct:android::renderscript::__anon17387::__anon17390 183 void (*destroy)(const Context *rsc, const ProgramRaster *ps); member in struct:android::renderscript::__anon17387::__anon17391 192 void (*destroy)(const Context *rsc, const ProgramVertex *pv); member in struct:android::renderscript::__anon17387::__anon17392 201 void (*destroy)(const Context *rsc, const ProgramFragment *pf); member in struct:android::renderscript::__anon17387::__anon17393 207 void (*destroy)(const Context *rsc, const Mesh *m); member in struct:android::renderscript::__anon17387::__anon17394 214 void (*destroy)(const Context *rsc, const Path *m); member in struct:android::renderscript::__anon17387::__anon17395 219 void (*destroy)(const Context *rsc, const Sampler *m); member in struct:android::renderscript::__anon17387::__anon17396 225 void (*destroy)(const Context *rsc, const FBOCache *fb) member in struct:android::renderscript::__anon17387::__anon17397 [all...] |
/external/bluetooth/bluez/health/ |
mcap_lib.h | 125 GDestroyNotify destroy, 130 GDestroyNotify destroy, 135 GDestroyNotify destroy, 140 GDestroyNotify destroy, 147 GDestroyNotify destroy, 152 GDestroyNotify destroy, 168 GDestroyNotify destroy,
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
LwjglCanvas.java | 129 logger.log(Level.INFO, "EDT: Telling OGL to destroy display ..");
237 Mouse.destroy();
241 Keyboard.destroy();
330 pbuffer.destroy();
354 pbuffer.destroy();
378 * by destroying keyboard in by Display.destroy() or Display.setParent(null).
379 * Therefore Keyboard.destroy() should precede any of these calls.
384 Keyboard.destroy();
400 Display.destroy();
413 // Destroy pbuffer. [all...] |
/external/libsepol/src/ |
hashtab.c | 104 void (*destroy) (hashtab_key_t k, 129 if (destroy) 130 destroy(cur->key, cur->datum, args); 137 void (*destroy) (hashtab_key_t k, 155 if (destroy) 156 destroy(cur->key, cur->datum, args); 248 void (*destroy) (hashtab_key_t k, 273 if (destroy) 274 destroy(temp->key, temp->datum, args);
|