Searched refs:destroy (Results 76 - 100 of 527) sorted by relevance

1234567891011>>

/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java439 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/base/core/java/android/webkit/
H A DWebViewFragment.java48 mWebView.destroy();
89 mWebView.destroy();
/frameworks/compile/mclinker/lib/Script/
H A DFileToken.cpp39 void FileToken::destroy(FileToken*& pFileToken) { function in class:mcld::FileToken
40 g_FileTokenFactory->destroy(pFileToken);
H A DNameSpec.cpp39 void NameSpec::destroy(NameSpec*& pNameSpec) { function in class:mcld::NameSpec
40 g_NameSpecFactory->destroy(pNameSpec);
H A DStrToken.cpp39 void StrToken::destroy(StrToken*& pStrToken) { function in class:mcld::StrToken
40 g_StrTokenFactory->destroy(pStrToken);
H A DStringList.cpp47 void StringList::destroy(StringList*& pStringList) { function in class:mcld::StringList
48 g_StringListFactory->destroy(pStringList);
H A DOperand.cpp58 void SymOperand::destroy(SymOperand*& pOperand) { function in class:mcld::SymOperand
59 g_SymOperandFactory->destroy(pOperand);
91 void IntOperand::destroy(IntOperand*& pOperand) { function in class:mcld::IntOperand
92 g_IntOperandFactory->destroy(pOperand);
123 void SectOperand::destroy(SectOperand*& pOperand) { function in class:mcld::SectOperand
124 g_SectOperandFactory->destroy(pOperand);
159 void SectDescOperand::destroy(SectDescOperand*& pOperand) { function in class:mcld::SectDescOperand
160 g_SectDescOperandFactory->destroy(pOperand);
197 void FragOperand::destroy(FragOperand*& pOperand) { function in class:mcld::FragOperand
198 g_FragOperandFactory->destroy(pOperan
[all...]
/frameworks/rs/
H A DrsScriptGroup2.cpp9 if (mRSC->mHal.funcs.scriptgroup.destroy) {
10 mRSC->mHal.funcs.scriptgroup.destroy(mRSC, this);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_copy_test.java52 a1.destroy();
53 a2.destroy();
76 a1.destroy();
77 a2.destroy();
100 a1.destroy();
101 a2.destroy();
114 s.destroy();
115 pRS.destroy();
H A DUT_element.java87 s.get_complexStruct().getAllocation().destroy();
88 s.get_complexStruct().getElement().destroy();
89 s.destroy();
125 pRS.destroy();
H A DUT_foreach_bounds.java69 A.getType().destroy();
70 A.destroy();
71 s.destroy();
72 pRS.destroy();
H A DUT_script_group2_float.java78 T.destroy();
79 group.destroy();
80 input.destroy();
81 s_float.destroy();
82 pRS.destroy();
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_copy_test.java54 a1.destroy();
55 a2.destroy();
78 a1.destroy();
79 a2.destroy();
102 a1.destroy();
103 a2.destroy();
116 s.destroy();
117 pRS.destroy();
H A DUT_check_dims.java71 mAFailed.destroy();
72 mA.destroy();
73 s.destroy();
74 pRS.destroy();
H A DUT_element.java89 s.get_complexStruct().getAllocation().destroy();
90 s.get_complexStruct().getElement().destroy();
91 s.destroy();
127 pRS.destroy();
H A DUT_foreach_bounds.java71 A.getType().destroy();
72 A.destroy();
73 s.destroy();
74 pRS.destroy();
H A DUT_script_group2_float.java80 T.destroy();
81 group.destroy();
82 input.destroy();
83 s_float.destroy();
84 pRS.destroy();
/frameworks/compile/mclinker/include/mcld/Script/
H A DFileToken.h38 static void destroy(FileToken*& pToken);
H A DNameSpec.h38 static void destroy(NameSpec*& pToken);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DAutoAddTrackerTest.java65 mAutoTracker.destroy();
79 mAutoTracker.destroy();
91 mAutoTracker.destroy();
101 mAutoTracker.destroy();
106 mAutoTracker.destroy();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/tuner/
H A DTunablePaddingTest.java69 mTunablePadding.destroy();
75 mTunablePadding.destroy();
81 mTunablePadding.destroy();
87 mTunablePadding.destroy();
98 mTunablePadding.destroy();
104 mTunablePadding.destroy();
119 mTunablePadding.destroy();
/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterbox.java103 public void destroy() { method in class:Letterbox
107 mTop.destroy();
108 mLeft.destroy();
109 mBottom.destroy();
110 mRight.destroy();
156 public void destroy() { method in class:Letterbox.LetterboxSurface
158 mSurface.destroy();
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_copy_test.java53 a1.destroy();
54 a2.destroy();
77 a1.destroy();
78 a2.destroy();
101 a1.destroy();
102 a2.destroy();
117 pRS.destroy();
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicLUT.java59 public void destroy() { method in class:ScriptIntrinsicLUT
60 mTables.destroy();
61 super.destroy();
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DUT_invert.java70 B.destroy();
71 A.destroy();
74 pRS.destroy();

Completed in 3298 milliseconds

1234567891011>>