HomeSort by relevance Sort by last modified time
    Searched defs:destroy (Results 1 - 25 of 1391) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p20.cpp 5 void destroy(T* ptr) { function
12 destroy(&lambda);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
ImageBuffersForRenderScriptd1new.java 50 public void destroy() { method in class:ImageBuffersForRenderScriptd1new
51 super.destroy();
52 sharpRGBAAllocation.destroy();
53 fuzzyRGBAAllocation.destroy();
54 integralRGBAAllocation.destroy();
55 sharpActualDepthAllocation.destroy();
56 sharpDilatedDepthAllocation.destroy();
57 sharpActiveAllocation.destroy();
58 sharpMatteAllocation.destroy();
  /external/clang/test/CodeGenCXX/
microsoft-compatibility.cpp 14 void destroy(T *p) { function
20 destroy((void*)&a);
24 // CHECK: call void @"\01??$destroy@X@@YAXPAX@Z"
27 // CHECK-LABEL: define linkonce_odr void @"\01??$destroy@X@@YAXPAX@Z"(i8* %p)
  /external/swiftshader/third_party/LLVM/lib/Support/
ManagedStatic.cpp 52 void ManagedStaticBase::destroy() const { function in class:ManagedStaticBase
60 // Destroy memory.
68 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
71 StaticList->destroy();
  /system/chre/util/include/chre/util/
memory_impl.h 28 inline void destroy(ElementType *first, size_t count) { function in namespace:chre
  /tools/test/connectivity/acts/framework/acts/controllers/
relay_device_controller.py 46 def destroy(relay_devices): function
  /frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
MainActivity.java 439 mCharAllocation.destroy();
441 mChar2Allocation.destroy();
443 mChar3Allocation.destroy();
445 mChar4Allocation.destroy();
448 mShort2Allocation.destroy();
450 mShort3Allocation.destroy();
452 mShort4Allocation.destroy();
455 mIntAllocation.destroy();
457 mInt2Allocation.destroy();
459 mInt3Allocation.destroy();
    [all...]
  /frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
UT_blur_validation.java 42 input1D.destroy();
43 input2D.destroy();
44 output1D.destroy();
45 output2D.destroy();
46 scriptBlur.destroy();
47 RS.destroy();
  /frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
UT_blur_validation.java 41 input1D.destroy();
42 input2D.destroy();
43 output1D.destroy();
44 output2D.destroy();
45 scriptBlur.destroy();
46 RS.destroy();
UT_kernel.java 61 A.destroy();
62 B.destroy();
63 TA.destroy();
64 TB.destroy();
65 s.destroy();
66 pRS.destroy();
UT_script_group2_pointwise.java 71 group.destroy();
72 T.destroy();
73 input.destroy();
74 s_double.destroy();
75 s_inc.destroy();
76 pRS.destroy();
UT_alloc.java 78 T.destroy();
79 s.get_a().destroy();
80 mAFaces.destroy();
81 mALOD.destroy();
82 mAFacesLOD.destroy();
83 mTFaces.destroy();
84 mTLOD.destroy();
85 mTFacesLOD.destroy();
86 s.destroy();
87 pRS.destroy();
    [all...]
UT_array_alloc.java 50 Arr[i].destroy(); method
52 T.destroy();
53 s.destroy();
54 pRS.destroy();
UT_refcount.java 51 mA.destroy();
52 mT.destroy();
53 s.destroy();
54 pRS.destroy();
UT_static_globals.java 42 A.destroy();
43 t.destroy();
44 s.destroy();
45 pRS.destroy();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetAllocationTest.java 51 mTemp.destroy();
52 mOut.destroy();
53 ms.destroy();
VoidPtr.java 44 AFailed.destroy();
47 AInput.destroy();
50 AOutput.destroy();
79 gs.destroy();
107 gs.destroy();
139 gs.destroy();
170 gs.destroy();
YuvTest.java 37 ay.destroy();
40 au.destroy();
43 av.destroy();
46 mVerify.destroy();
129 ta.destroy();
130 syuv.destroy();
131 script.destroy();
178 aout.destroy();
179 aref.destroy();
180 ta.destroy();
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
ImageBuffersForRenderScript.java 60 public void destroy() { method in class:ImageBuffersForRenderScript
61 inAllocation.destroy();
62 outAllocation.destroy();
  /packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
SortController.java 68 public void destroy() { method in class:SortController
69 mDropdownController.destroy();
71 mTableHeaderController.destroy();
108 void destroy(); method in interface:SortController.WidgetController
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
ImageBuffersForRenderScriptF32.java 44 public void destroy() { method in class:ImageBuffersForRenderScriptF32
45 sharpImageAllocation.destroy();
46 fuzzyImageAllocation.destroy();
47 integralImageAllocation.destroy();
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.h 73 void (*destroy)( struct pb_fence_ops *ops ); member in struct:pb_fence_ops
pb_bufmgr.h 70 (*destroy)( struct pb_manager *mgr ); member in struct:pb_manager
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_pipe.h 54 void (*destroy)(struct quad_stage *qs); member in struct:quad_stage
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntryFactory.h 29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); } function in class:mcld::HashEntryFactory

Completed in 2193 milliseconds

1 2 3 4 5 6 7 8 91011>>