OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:destroy
(Results
251 - 275
of
930
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
UT_primitives.java
102
pRS.
destroy
();
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UT_alloc.java
67
pRS.
destroy
();
UT_foreach.java
55
pRS.
destroy
();
UT_primitives.java
102
pRS.
destroy
();
UT_refcount.java
48
pRS.
destroy
();
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
BaseObj.java
104
synchronized public void
destroy
() {
method in class:BaseObj
/frameworks/webview/chromium/java/com/android/webview/chromium/
DrawGLFunctor.java
30
//
destroy
() or will clean itself up as required via finalizer / CleanupReference.
44
public void
destroy
() {
method in class:DrawGLFunctor
/hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.cpp
55
this->
destroy
();
95
void ExynosMutex::
destroy
(void)
function in class:ExynosMutex
208
((ExynosMutex *)handle)->
destroy
();
/hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegEncoder.cpp
56
this->
destroy
();
65
int ExynosJpegEncoder::
destroy
(void)
function in class:ExynosJpegEncoder
67
return ExynosJpegBase::
destroy
(NUM_JPEG_ENC_IN_BUFS, NUM_JPEG_ENC_OUT_BUFS);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
test_allocator.h
67
void
destroy
(pointer p) {p->~T();}
function in class:test_allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/
allocators.h
144
void
destroy
(U* p)
function in class:A3
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/
test_allocator.h
74
void
destroy
(pointer p) {p->~T();}
function in class:test_allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
allocators.h
144
void
destroy
(U* p)
function in class:A3
/ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h
278
inline void
destroy
(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); }
function
280
inline void
destroy
(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); }
function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base_gcc_x86.hpp
122
//
destroy
() is called when weak_count_ drops to zero.
124
virtual void
destroy
() // nothrow
function in class:boost::detail::sp_counted_base
159
destroy
();
sp_counted_impl.hpp
215
virtual void
destroy
() // nothrow
function in class:boost::detail::sp_counted_impl_pda
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
array_allocator.h
87
destroy
(pointer __p) { __p->~_Tp(); }
function in class:array_allocator_base
extptr_allocator.h
109
void
destroy
(pointer __p)
function in class:_ExtPtr_allocator
malloc_allocator.h
119
destroy
(pointer __p) { __p->~_Tp(); }
function in class:malloc_allocator
new_allocator.h
115
destroy
(pointer __p) { __p->~_Tp(); }
function in class:new_allocator
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
array_allocator.h
89
destroy
(pointer __p) { __p->~_Tp(); }
function in class:array_allocator_base
extptr_allocator.h
113
void
destroy
(pointer __p)
function in class:_ExtPtr_allocator
malloc_allocator.h
121
destroy
(pointer __p) { __p->~_Tp(); }
function in class:malloc_allocator
new_allocator.h
118
destroy
(pointer __p) { __p->~_Tp(); }
function in class:new_allocator
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
array_allocator.h
89
destroy
(pointer __p) { __p->~_Tp(); }
function in class:array_allocator_base
Completed in 587 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>