HomeSort by relevance Sort by last modified time
    Searched full:destructor (Results 251 - 275 of 4057) sorted by null

<<11121314151617181920>>

  /external/libxml2/include/libxml/
dict.h 34 * Constructor and destructor.
  /external/skia/include/gpu/
SkGrPixelRef.h 45 * cache and would like the pixel ref to unlock it in its destructor then transferCacheLock
  /external/skia/src/core/
SkFilterShader.h 24 // Takes ownership of shaderContext and calls its destructor.
  /external/skia/src/gpu/
GrBitmapTextContext.h 38 void flushGlyphs(); // automatically called by destructor
GrDistanceFieldTextContext.h 41 void flushGlyphs(); // automatically called by destructor
GrTemplates.h 27 * destructor
  /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/
ELFBinaryReaderTest.h 25 // Destructor can do clean-up work that doesn't throw exceptions here.
FragmentRefTest.h 35 // Destructor can do clean-up work that doesn't throw exceptions here.
GraphTest.h 24 // 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 49 // won't free this RSExportable object in its destructor. The deallcation
  /frameworks/ex/variablespeed/jni/
profile_timer.h 32 PrintElapsed("destructor");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 36 #define ts_key_create(ts_key, destructor) {ts_key = TlsAlloc();};
58 #define ts_key_create(ts_key, destructor) \
81 #define ts_key_create(ts_key, destructor) pthread_key_create (&(ts_key), destructor);
  /hardware/libhardware/tests/camera2/
TestExtensions.h 39 // Use at the beginning of each Test::~Test destructor

Completed in 349 milliseconds

<<11121314151617181920>>