HomeSort by relevance Sort by last modified time
    Searched defs:destroy (Results 151 - 175 of 930) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_math_conformance.java 39 pRS.destroy();
UT_min.java 38 pRS.destroy();
UT_struct.java 53 pRS.destroy();
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_atomic.java 38 pRS.destroy();
UT_clamp.java 38 pRS.destroy();
UT_clamp_relaxed.java 39 pRS.destroy();
UT_convert.java 38 pRS.destroy();
UT_convert_relaxed.java 39 pRS.destroy();
UT_int4.java 38 pRS.destroy();
UT_math_conformance.java 39 pRS.destroy();
UT_min.java 38 pRS.destroy();
UT_static_globals.java 41 pRS.destroy();
UT_struct.java 53 pRS.destroy();
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/
AppHelperBase.java 89 p.destroy();
  /hardware/qcom/media/mm-video-legacy/vidc/common/src/
vidc_color_converter.cpp 114 void omx_c2d_conv::destroy() function in class:omx_c2d_conv
116 DEBUG_PRINT_ERROR("\n Destroy C2D instance");
129 destroy();
  /hardware/qcom/media/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 127 void omx_c2d_conv::destroy() function in class:omx_c2d_conv
129 DEBUG_PRINT_ERROR("\n Destroy C2D instance");
145 destroy();
  /libcore/luni/src/main/java/libcore/icu/
AlphabeticIndex.java 40 destroy(peer);
86 destroy(peer);
162 private static native void destroy(long peer); method in class:AlphabeticIndex
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java 41 * <code>destroy()<code>
57 ksPWP.destroy();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base_gcc_mips.hpp 130 // destroy() is called when weak_count_ drops to zero.
132 virtual void destroy() // nothrow function in class:boost::detail::sp_counted_base
167 destroy();
sp_counted_base_spin.hpp 79 // destroy() is called when weak_count_ drops to zero.
81 virtual void destroy() // nothrow function in class:boost::detail::sp_counted_base
116 destroy();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h 119 destroy(_Up* __p) { __p->~_Up(); } function in class:malloc_allocator
128 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator
new_allocator.h 114 destroy(_Up* __p) { __p->~_Up(); } function in class:new_allocator
123 destroy(pointer __p) { __p->~_Tp(); } function in class:new_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h 119 destroy(_Up* __p) { __p->~_Up(); } function in class:malloc_allocator
128 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator
new_allocator.h 114 destroy(_Up* __p) { __p->~_Up(); } function in class:new_allocator
123 destroy(pointer __p) { __p->~_Tp(); } function in class:new_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
malloc_allocator.h 126 destroy(_Up* __p) { __p->~_Up(); } function in class:malloc_allocator
135 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator

Completed in 1060 milliseconds

1 2 3 4 5 67 8 91011>>