HomeSort by relevance Sort by last modified time
    Searched refs:dealloc (Results 26 - 50 of 222) sorted by null

12 3 4 5 6 7 8 9

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRIntArray.h 45 - (void) dealloc;
ANTLRRuleStack.h 49 -(void)dealloc;
ANTLRSymbolStack.h 60 -(void)dealloc;
ANTLRHashRule.h 54 - (void)dealloc;
ANTLRUniqueIDMap.h 52 - (void)dealloc;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseStack.h 54 - (void)dealloc;
ANTLRPtrStack.h 31 - (void)dealloc;
ANTLRRuleStack.h 49 -(void)dealloc;
ANTLRSymbolStack.h 60 -(void)dealloc;
ANTLRTreePatternParser.h 54 - (void) dealloc;
  /external/valgrind/main/drd/
drd_malloc_wrappers.h 41 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc);
  /external/webkit/Examples/NetscapeCocoaPlugin/
MenuHandler.m 86 - (void)dealloc
90 [super dealloc];
  /external/webkit/Source/WebCore/platform/mac/
WebCoreObjCExtras.mm 68 Method method = class_getInstanceMethod(pair->first, @selector(dealloc));
71 imp(pair->second, @selector(dealloc));
  /external/webkit/Source/WebKit/mac/WebView/
WebDeviceOrientation.mm 72 - (void)dealloc
75 [super dealloc];
WebDeviceOrientationProviderMock.mm 96 - (void)dealloc
98 [super dealloc];
WebGeolocationPosition.mm 86 - (void)dealloc
89 [super dealloc];
WebSerializedJSValue.mm 99 - (void)dealloc
103 [super dealloc];
WebTextIterator.mm 61 - (void)dealloc
64 [super dealloc];
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginClient.defs 63 out cookies :data_t, dealloc);
75 out proxy :data_t, dealloc);
85 out username :data_t, dealloc;
86 out password :data_t, dealloc);
144 out result :data_t, dealloc);
179 out info :data_t, dealloc);
208 out resolvedURL :data_t, dealloc);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.m 99 - (void) dealloc
102 [super dealloc];
132 - (void) dealloc
135 [super dealloc];
177 - (void) dealloc
181 [super dealloc];
  /external/valgrind/main/coregrind/
m_sparsewa.c 84 void (*dealloc)(void*); member in struct:_SparseWA
236 void(*dealloc)(void*) )
241 vg_assert(dealloc);
246 swa->dealloc = dealloc;
252 static void swa_deleteSWA_wrk ( void(*dealloc)(void*), void* nd )
260 swa_deleteSWA_wrk( dealloc, levelN->child[i] );
266 dealloc(nd);
271 swa_deleteSWA_wrk( swa->dealloc, swa->root );
272 swa->dealloc(swa)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashRule.h 54 - (void)dealloc;
ANTLRUniqueIDMap.h 52 - (void)dealloc;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashRule.h 54 - (void)dealloc;
ANTLRUniqueIDMap.h 52 - (void)dealloc;

Completed in 159 milliseconds

12 3 4 5 6 7 8 9