HomeSort by relevance Sort by last modified time
    Searched full:dealloc (Results 176 - 200 of 600) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/experimental/iOSSampleApp/Shared/
SkUIDetailViewController.mm 87 - (void)dealloc {
92 [super dealloc];
  /external/srtp/crypto/include/
auth.h 88 #define auth_dealloc(c) (((c)->type)->dealloc(c))
123 auth_dealloc_func dealloc; member in struct:auth_type_t
  /hardware/qcom/display/msm8084/liboverlay/
overlayWriteback.h 43 ~WritebackMem() { dealloc(); }
52 bool dealloc();
  /hardware/qcom/display/msm8226/liboverlay/
overlayWriteback.h 43 ~WritebackMem() { dealloc(); }
52 bool dealloc();
  /hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.h 43 ~WritebackMem() { dealloc(); }
52 bool dealloc();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_impl.hpp 109 quick_allocator<this_type>::dealloc( p );
179 quick_allocator<this_type>::dealloc( p );
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRIntArray.h 45 - (void) dealloc;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRIntArray.h 45 - (void) dealloc;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRIntArray.h 45 - (void) dealloc;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMap.m 77 -(void)dealloc
80 NSLog( @"called dealloc in ANTLRMMap" );
95 [super dealloc];
125 [rtmp dealloc];
ANTLRPtrBuffer.m 95 -(void)dealloc
98 NSLog( @"called dealloc in ANTLRPtrBuffer" );
117 [super dealloc];
145 [rtmp dealloc];
ANTLRTreeRuleReturnScope.h 46 - (void) dealloc;
ANTLRTreeVisitor.h 43 - (void) dealloc;
ANTLRCommonErrorNode.m 85 - (void)dealloc
88 NSLog( @"called dealloc in ANTLRCommonErrorNode" );
94 [super dealloc];
ANTLRCommonTreeNodeStream.m 87 - (void)dealloc
90 NSLog( @"called dealloc in ANTLRCommonTreeNodeStream" );
97 [super dealloc];
ANTLRIntArray.m 81 - (void)dealloc
84 NSLog( @"called dealloc in ANTLRIntArray" );
87 [super dealloc];
ANTLRMapElement.m 117 - (void) dealloc
120 NSLog( @"called dealloc in ANTLRMapElement" );
124 [super dealloc];
ANTLRParser.m 66 - (void) dealloc
69 NSLog( @"called dealloc in ANTLRParser" );
72 [super dealloc];
ANTLRRecognizerSharedState.m 170 - (void) dealloc
173 NSLog( @"called dealloc in ANTLRRecognizerSharedState" );
178 [super dealloc];
  /external/chromium_org/third_party/libjingle/overrides/
init_webrtc.h 49 DellocateFunction dealloc,
  /external/chromium_org/third_party/libsrtp/srtp/
TODO 23 Make cipher and auth dealloc() functions zeroize the key-storage
  /external/chromium_org/third_party/skia/src/views/mac/
SkOptionsTableView.mm 13 - (void)dealloc {
15 [super dealloc];
34 - (void)dealloc {
36 [super dealloc];
  /external/clang/test/ARCMT/
releases.m 61 - (void) dealloc {
  /external/skia/src/views/mac/
SkOptionsTableView.mm 13 - (void)dealloc {
15 [super dealloc];
34 - (void)dealloc {
36 [super dealloc];
  /external/srtp/
TODO 23 Make cipher and auth dealloc() functions zeroize the key-storage

Completed in 541 milliseconds

1 2 3 4 5 6 78 91011>>