HomeSort by relevance Sort by last modified time
    Searched defs:destroy (Results 1 - 25 of 1439) 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/capstone/arch/AArch64/
AArch64Module.c 45 static void destroy(cs_struct *handle) function
53 arch_destroy[CS_ARCH_ARM64] = destroy;
  /external/capstone/arch/ARM/
ARMModule.c 66 static void destroy(cs_struct *handle) function
74 arch_destroy[CS_ARCH_ARM] = destroy;
  /external/capstone/arch/Mips/
MipsModule.c 55 static void destroy(cs_struct *handle) function
63 arch_destroy[CS_ARCH_MIPS] = destroy;
  /external/capstone/arch/PowerPC/
PPCModule.c 50 static void destroy(cs_struct *handle) function
58 arch_destroy[CS_ARCH_PPC] = destroy;
  /external/capstone/arch/Sparc/
SparcModule.c 49 static void destroy(cs_struct *handle) function
57 arch_destroy[CS_ARCH_SPARC] = destroy;
  /external/capstone/arch/SystemZ/
SystemZModule.c 41 static void destroy(cs_struct *handle) function
49 arch_destroy[CS_ARCH_SYSZ] = destroy;
  /external/capstone/arch/X86/
X86Module.c 90 static void destroy(cs_struct *handle) function
98 arch_destroy[CS_ARCH_X86] = destroy;
  /external/capstone/arch/XCore/
XCoreModule.c 38 static void destroy(cs_struct *handle) function
46 arch_destroy[CS_ARCH_XCORE] = 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();
  /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/RSUnitTests/src/com/android/rs/unittest/
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 59 A.destroy();
60 B.destroy();
61 TA.destroy();
62 TB.destroy();
63 s.destroy();
64 pRS.destroy();
UT_script_group2_pointwise.java 70 group.destroy();
71 T.destroy();
72 input.destroy();
73 s_double.destroy();
74 s_inc.destroy();
75 pRS.destroy();
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_blur_validation.java 43 input1D.destroy();
44 input2D.destroy();
45 output1D.destroy();
46 output2D.destroy();
47 scriptBlur.destroy();
48 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 72 group.destroy();
73 T.destroy();
74 input.destroy();
75 s_double.destroy();
76 s_inc.destroy();
77 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();

Completed in 329 milliseconds

1 2 3 4 5 6 7 8 91011>>