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

1 2 3 4 56 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFastNormalize.java 42 script.destroy();
43 scriptRelaxed.destroy();
58 out.destroy();
66 out.destroy();
70 inV.destroy();
132 out.destroy();
140 out.destroy();
144 inV.destroy();
211 out.destroy();
219 out.destroy();
    [all...]
TestHalfRecip.java 42 script.destroy();
43 scriptRelaxed.destroy();
58 out.destroy();
66 out.destroy();
70 inV.destroy();
130 out.destroy();
138 out.destroy();
142 inV.destroy();
202 out.destroy();
210 out.destroy();
    [all...]
TestHalfRsqrt.java 42 script.destroy();
43 scriptRelaxed.destroy();
58 out.destroy();
66 out.destroy();
70 inV.destroy();
130 out.destroy();
138 out.destroy();
142 inV.destroy();
202 out.destroy();
210 out.destroy();
    [all...]
TestHalfSqrt.java 42 script.destroy();
43 scriptRelaxed.destroy();
58 out.destroy();
66 out.destroy();
70 inV.destroy();
130 out.destroy();
138 out.destroy();
142 inV.destroy();
202 out.destroy();
210 out.destroy();
    [all...]
TestIlogb.java 42 script.destroy();
43 scriptRelaxed.destroy();
58 out.destroy();
66 out.destroy();
70 inV.destroy();
122 out.destroy();
130 out.destroy();
134 inV.destroy();
186 out.destroy();
194 out.destroy();
    [all...]
TestNan.java 42 script.destroy();
43 scriptRelaxed.destroy();
58 out.destroy();
66 out.destroy();
70 inV.destroy();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
RefocusFilterF32.java 59 public void destroy() { method in class:RefocusFilterF32
60 buffers.destroy();
61 scriptC.destroy();
104 mAllocation.destroy();
106 mAllocation.destroy();
119 mAllocation.destroy();
121 mAllocation.destroy();
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
RSBaseCompute.java 42 mRS.destroy();
  /cts/tests/tests/text/src/android/text/cts/
EmojiCtsActivity.java 46 mWebView.destroy();
  /external/harfbuzz_ng/src/
test-size-params.cc 57 hb_destroy_func_t destroy; local
65 destroy = (hb_destroy_func_t) g_mapped_file_unref;
76 destroy = free;
82 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
test-would-substitute.cc 61 hb_destroy_func_t destroy; local
69 destroy = (hb_destroy_func_t) g_mapped_file_unref;
80 destroy = free;
86 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
destroy.pass.cpp 16 // static void destroy(allocator_type& a, Ptr p);
42 void destroy(U* p) function in struct:B
65 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0);
77 std::allocator_traits<B<int> >::destroy(b, (A0*)&a0);
  /external/libcxxabi/test/
test_vector3.pass.cpp 45 void destroy(void* v) function
57 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>);
  /external/libnetfilter_conntrack/qa/
ct_events_reliable.c 10 static int new, update, destroy; variable
21 destroy++;
24 printf("%d events received (%d new, %d update, %d destroy)\n",
25 events, new, update, destroy);
32 printf("%d events received (%d new, %d update, %d destroy)\n",
33 events, new, update, destroy);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.h 77 void (*destroy)( struct draw_pt_front_end * ); member in struct:draw_pt_front_end
121 void (*destroy)( struct draw_pt_middle_end * ); member in struct:draw_pt_middle_end
draw_vbuf.h 119 void (*destroy)( struct vbuf_render * ); member in struct:vbuf_render
  /external/mesa3d/src/gallium/include/state_tracker/
sw_winsys.h 69 (*destroy)( struct sw_winsys *ws ); member in struct:sw_winsys
  /external/mesa3d/src/glx/tests/
fake_glx_screen.h 112 static void destroy(struct glx_context *gc) function in class:fake_glx_context
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
task_io_service_operation.hpp 37 void destroy() function in class:asio::detail::ASIO_INHERIT_TRACKED_HANDLER
  /external/swiftshader/src/OpenGL/common/
Object.cpp 73 void Object::destroy() function in class:gl::Object
  /external/testng/src/test/java/test/dependent/
DepBugSampleTest.java 33 public void destroy() throws Exception { method in class:DepBugSampleTest
34 log("destroy");
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
VolumeDialog.java 32 void destroy(); method in interface:VolumeDialog
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/phone/
NavGesture.java 38 public default void destroy() { } method in interface:NavGesture.GestureHelper
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
AutoTileManager.java 77 public void destroy() { method in class:AutoTileManager
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeTunerService.java 49 public void destroy() { method in class:FakeTunerService

Completed in 671 milliseconds

1 2 3 4 56 7 8 91011>>