HomeSort by relevance Sort by last modified time
    Searched defs:destroy (Results 126 - 150 of 1439) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_copy_test.java 52 a1.destroy();
53 a2.destroy();
76 a1.destroy();
77 a2.destroy();
100 a1.destroy();
101 a2.destroy();
114 s.destroy();
115 pRS.destroy();
UT_kernel_struct.java 54 A.destroy();
55 B.destroy();
56 s.get_ain().getElement().destroy();
57 s.get_aout().getElement().destroy();
58 s.destroy();
59 pRS.destroy();
UT_reflection3264.java 110 inputAllocation.destroy();
111 outputAllocation.destroy();
112 s.destroy();
113 pRS.destroy();
UT_script_group2_gatherscatter.java 102 group.destroy();
103 input.destroy();
104 s.destroy();
105 pRS.destroy();
UT_math_conformance.java 34 s.destroy();
35 pRS.destroy();
UT_math_fp16.java 38 s.destroy();
39 pRS.destroy();
UT_struct.java 47 p.getAllocation().destroy();
48 p.getElement().destroy();
49 s.destroy();
50 pRS.destroy();
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_check_dims.java 71 mAFailed.destroy();
72 mA.destroy();
73 s.destroy();
74 pRS.destroy();
UT_copy_test.java 54 a1.destroy();
55 a2.destroy();
78 a1.destroy();
79 a2.destroy();
102 a1.destroy();
103 a2.destroy();
116 s.destroy();
117 pRS.destroy();
UT_kernel_struct.java 56 A.destroy();
57 B.destroy();
58 s.get_ain().getElement().destroy();
59 s.get_aout().getElement().destroy();
60 s.destroy();
61 pRS.destroy();
UT_reflection3264.java 112 inputAllocation.destroy();
113 outputAllocation.destroy();
114 s.destroy();
115 pRS.destroy();
UT_script_group2_gatherscatter.java 104 group.destroy();
105 input.destroy();
106 s.destroy();
107 pRS.destroy();
UT_math_conformance.java 36 s.destroy();
37 pRS.destroy();
UT_struct.java 49 p.getAllocation().destroy();
50 p.getElement().destroy();
51 s.destroy();
52 pRS.destroy();
  /packages/services/BuiltInPrintService/jni/include/
ifc_status_monitor.h 58 * Destroy printer status monitor
60 void (*destroy)(const struct ifc_status_monitor_st *this_p); member in struct:ifc_status_monitor_st
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
af_vfs.h 42 void (*destroy) (AFvirtualfile *vfile); member in struct:_AFvirtualfile
  /tools/test/connectivity/acts/framework/acts/controllers/
native_android_device.py 42 def destroy(ads): function
  /tools/test/connectivity/acts/framework/tests/
mock_controller.py 33 def destroy(objs): function
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestCtxDim.java 44 A.destroy();
45 script.destroy();
IntrinsicBlur.java 34 mIntrinsic.destroy();
37 mScript.destroy();
40 mScratchPixelsAllocation1.destroy();
43 mScratchPixelsAllocation2.destroy();
171 s.destroy();
SetObjectTest.java 57 mIn.destroy();
60 mOut.destroy();
62 allocation.destroy();
63 script.destroy();
64 ms_set.destroy();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/
DestroyableTest.java 33 * javax.security.auth.Destroyable#destroy()
40 md.destroy();
54 public void destroy() throws DestroyFailedException { method in class:DestroyableTest.myDestroyable
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapSimpleString.java 34 public void destroy() { method in class:ImapSimpleString
36 super.destroy();
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapMemoryLiteral.java 52 public void destroy() { method in class:ImapMemoryLiteral
54 super.destroy();
  /frameworks/base/services/core/java/com/android/server/wm/
Letterbox.java 103 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();

Completed in 442 milliseconds

1 2 3 4 56 7 8 91011>>