HomeSort by relevance Sort by last modified time
    Searched full:destructor (Results 226 - 250 of 3416) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/ports/
SkTLS_win.cpp 53 SkTLS::Destructor(ptr);
  /external/webrtc/src/system_wrappers/source/
thread_win.h 52 // and in the destructor.
  /external/webrtc/test/
test_suite.h 33 // instead of putting complex code in your constructor/destructor.
  /frameworks/av/include/drm/
DrmInfoStatus.h 51 * Destructor for DrmInfoStatus
  /frameworks/compile/mclinker/unittests/
FragmentRefTest.h 35 // Destructor can do clean-up work that doesn't throw exceptions here.
HashTableTest.h 29 // Destructor can do clean-up work that doesn't throw exceptions here.
LDSymbolTest.h 32 // Destructor can do clean-up work that doesn't throw exceptions here.
LEB128Test.h 28 // Destructor can do clean-up work that doesn't throw exceptions here.
LinkerTest.h 26 // Destructor can do clean-up work that doesn't throw exceptions here.
MCRegionFragmentTest.h 35 // Destructor can do clean-up work that doesn't throw exceptions here.
SectionDataTest.h 27 // Destructor can do clean-up work that doesn't throw exceptions here.
SystemUtilsTest.h 23 // Destructor can do clean-up work that doesn't throw exceptions here.
TargetMachineTest.h 28 // Destructor can do clean-up work that doesn't throw exceptions here.
  /frameworks/compile/slang/
slang_rs_exportable.h 50 // won't free this RSExportable object in its destructor. The deallcation
  /frameworks/ex/variablespeed/jni/
profile_timer.h 32 PrintElapsed("destructor");
  /hardware/libhardware/tests/camera2/
TestExtensions.h 39 // Use at the beginning of each Test::~Test destructor
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
output_test_stream.hpp 49 // Destructor
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dictionary_structure_with_buffer_policy_factory.cpp 32 // Allocated buffer in MmapedBuffer::openBuffer() will be freed in the destructor of
  /external/chromium_org/third_party/mesa/src/src/glsl/
ralloc.c 68 void (*destructor)(void *); member in struct:ralloc_header
241 /* Free the block itself. Call the destructor first, if any. */
242 if (info->destructor != NULL)
243 info->destructor(PTR_FROM_HEADER(info));
295 ralloc_set_destructor(const void *ptr, void(*destructor)(void *))
298 info->destructor = destructor;
  /external/chromium_org/third_party/skia/include/core/
SkTemplates.h 70 parameters, the object, and a function that is to be called in the destructor.
72 reference is null when the destructor is called, we do not call the
87 parameters, the object, and a function that is to be called in the destructor.
89 reference is null when the destructor is called, we do not call the
140 // Calls ~T() in the destructor.
171 /** Allocate an array of T elements, and free the array in the destructor
299 /** Manages an array of T elements, freeing the array in the destructor.
  /external/mesa3d/src/glsl/
ralloc.c 68 void (*destructor)(void *); member in struct:ralloc_header
241 /* Free the block itself. Call the destructor first, if any. */
242 if (info->destructor != NULL)
243 info->destructor(PTR_FROM_HEADER(info));
295 ralloc_set_destructor(const void *ptr, void(*destructor)(void *))
298 info->destructor = destructor;
  /external/skia/include/core/
SkTemplates.h 70 parameters, the object, and a function that is to be called in the destructor.
72 reference is null when the destructor is called, we do not call the
87 parameters, the object, and a function that is to be called in the destructor.
89 reference is null when the destructor is called, we do not call the
140 // Calls ~T() in the destructor.
171 /** Allocate an array of T elements, and free the array in the destructor
299 /** Manages an array of T elements, freeing the array in the destructor.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 70 __cxa_cdtor_type destructor);
75 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
81 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
88 __cxa_cdtor_type destructor);
94 __cxa_cdtor_type destructor);
99 size_t __element_size, __cxa_cdtor_type destructor);
103 size_t __element_size, __cxa_cdtor_type destructor);
108 size_t __padding_size, __cxa_cdtor_type destructor);
112 size_t __padding_size, __cxa_cdtor_type destructor,
117 size_t __padding_size, __cxa_cdtor_type destructor,
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 70 __cxa_cdtor_type destructor);
75 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
81 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
88 __cxa_cdtor_type destructor);
94 __cxa_cdtor_type destructor);
99 size_t __element_size, __cxa_cdtor_type destructor);
103 size_t __element_size, __cxa_cdtor_type destructor);
108 size_t __padding_size, __cxa_cdtor_type destructor);
112 size_t __padding_size, __cxa_cdtor_type destructor,
117 size_t __padding_size, __cxa_cdtor_type destructor,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 70 __cxa_cdtor_type destructor);
75 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
81 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
88 __cxa_cdtor_type destructor);
94 __cxa_cdtor_type destructor);
99 size_t __element_size, __cxa_cdtor_type destructor);
103 size_t __element_size, __cxa_cdtor_type destructor);
108 size_t __padding_size, __cxa_cdtor_type destructor);
112 size_t __padding_size, __cxa_cdtor_type destructor,
117 size_t __padding_size, __cxa_cdtor_type destructor,
    [all...]

Completed in 7914 milliseconds

1 2 3 4 5 6 7 8 91011>>