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

1 2 3 45 6 7 8 9

  /external/webkit/Tools/DumpRenderTree/mac/
ObjCPlugin.m 199 - (void)dealloc
202 [WebScriptObject throwException:@"Throwing exception on dealloc of ObjCPlugin"];
204 [super dealloc];
  /frameworks/native/include/utils/
SharedBuffer.h 46 static ssize_t dealloc(const SharedBuffer* released);
  /system/core/libpixelflinger/tinyutils/
SharedBuffer.h 38 static ssize_t dealloc(const SharedBuffer* released);
  /external/valgrind/main/helgrind/
hg_wordset.c 153 void (*dealloc)(void*); member in struct:_WordSetU
202 void (*dealloc)(void*) = wv->owner->dealloc;
204 dealloc(wv->words);
206 dealloc(wv);
253 wsu->dealloc(wsu->ix2vec);
358 void (*dealloc)(void*),
368 wsu->dealloc = dealloc;
370 dealloc, cmp_WordVecs_for_FM )
    [all...]
hg_wordset.h 52 void (*dealloc)(void*),
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.m 96 - (void) dealloc
99 [super dealloc];
261 - (void) dealloc
264 [super dealloc];
301 - (void) dealloc
304 [super dealloc];
341 - (void) dealloc
344 [super dealloc];
381 - (void) dealloc
384 [super dealloc];
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.m 120 - (void) dealloc
123 [super dealloc];
279 - (void) dealloc
282 [super dealloc];
311 - (void) dealloc
314 [super dealloc];
343 - (void) dealloc
346 [super dealloc];
375 - (void) dealloc
378 [super dealloc];
    [all...]
SimpleCLexer.m 158 - (void) dealloc
161 [super dealloc];
206 - (void) dealloc
209 [super dealloc];
  /external/valgrind/main/cachegrind/
cg_merge.c 65 void (*dealloc)(void*),
70 void (*dealloc)(void*),
988 void (*dealloc)(void*); member in struct:_WordFM
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.m 133 - (void) dealloc
136 [super dealloc];
180 - (void) dealloc
183 [super dealloc];
  /external/webkit/Source/WebKit/mac/WebView/
WebArchive.mm 108 - (void)dealloc
117 [super dealloc];
266 - (void)dealloc
269 [super dealloc];
  /hardware/msm7k/libgralloc/
allocator.cpp 72 chunk_t const * const freed = dealloc(offset);
131 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) function in class:SimpleBestFitAllocator
  /hardware/msm7k/libgralloc-qsd8k/
allocator.cpp 72 chunk_t const * const freed = dealloc(offset);
131 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) function in class:SimpleBestFitAllocator
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashMap.h 59 - (void)dealloc;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashMap.h 59 - (void)dealloc;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashMap.h 59 - (void)dealloc;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRPtrBuffer.h 58 -(void)dealloc;
ANTLRStringStream.h 62 - (void) dealloc;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.m 55 - (void) dealloc
57 [super dealloc];
TParser.m 112 - (void) dealloc
114 [super dealloc];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.m 116 - (void) dealloc
118 [super dealloc];
LangLexer.m 55 - (void) dealloc
57 [super dealloc];
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowFrame.m 132 - (void)dealloc {
135 [super dealloc];
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainerCheck.mm 80 - (void)dealloc
84 [super dealloc];
  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspector.mm 51 - (void)dealloc
54 [super dealloc];

Completed in 498 milliseconds

1 2 3 45 6 7 8 9