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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/ARCMT/
GC.m 18 -(void)dealloc {
19 // dealloc
checking-in-arc.m 28 - (void)dealloc;
releases-driver.m 56 - (void) dealloc {
  /external/clang/test/CodeGenObjCXX/
property-objects.mm 26 - (void)dealloc;
49 - (void)dealloc
  /external/deqp/framework/platform/ios/
tcuEAGLView.m 42 - (void)dealloc
44 [super dealloc];
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIView.mm 37 - (void)dealloc {
40 [super dealloc];
SkOptionsTableViewController.mm 7 - (void)dealloc {
9 [super dealloc];
15 - (void)dealloc {
17 [super dealloc];
334 - (void)dealloc {
336 [super dealloc];
  /external/valgrind/main/coregrind/
m_wordfm.c 86 void (*dealloc)(void*); member in struct:_WordFM
559 void (*dealloc)(void*),
566 fm->dealloc = dealloc;
581 void (*dealloc)(void*),
586 initFM(fm, alloc_nofail, cc, dealloc, kCmp);
593 void(*dealloc)(void*) )
598 avl_free(nd->child[0], kFin, vFin, dealloc);
600 avl_free(nd->child[1], kFin, vFin, dealloc);
606 dealloc(nd)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableDictionary.h 40 - (void) dealloc;
ANTLRDebugParser.m 71 - (void) dealloc
74 [super dealloc];
  /external/chromium_org/chrome/common/mac/
objc_zombie.h 21 // NSObject become zombies on -dealloc. If NO, -shouldBecomeCrZombie
  /external/compiler-rt/test/asan/TestCases/Linux/
malloc_delete_mismatch.cc 25 // CHECK: ERROR: AddressSanitizer: alloc-dealloc-mismatch (malloc vs operator delete) on 0x
  /external/libcxxabi/include/
cxxabi.h 102 void (*dealloc)(void*) );
110 void (*dealloc)(void*, size_t) );
141 void (*dealloc)(void*) );
148 void (*dealloc) (void*, size_t));
  /external/valgrind/main/drd/
drd_malloc_wrappers.h 40 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
cxxabi.h 102 void (*dealloc)(void*) );
110 void (*dealloc)(void*, size_t) );
141 void (*dealloc)(void*) );
148 void (*dealloc) (void*, size_t));
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashMap.m 99 -(void)dealloc
111 [rtmp dealloc];
115 [super dealloc];
156 [rtmp dealloc];
200 [ tmp dealloc];
328 [np dealloc];
340 [np dealloc];
ANTLRRuleStack.m 67 - (void)dealloc
69 [super dealloc];
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashMap.m 99 -(void)dealloc
111 [rtmp dealloc];
115 [super dealloc];
156 [rtmp dealloc];
200 [ tmp dealloc];
328 [np dealloc];
340 [np dealloc];
ANTLRRuleStack.m 67 - (void)dealloc
69 [super dealloc];
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashMap.m 99 -(void)dealloc
111 [rtmp dealloc];
115 [super dealloc];
156 [rtmp dealloc];
200 [ tmp dealloc];
328 [np dealloc];
340 [np dealloc];
ANTLRRuleStack.m 67 - (void)dealloc
69 [super dealloc];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.m 72 - (void) dealloc
75 [super dealloc];
112 - (void) dealloc
115 [super dealloc];
177 - (void) dealloc
179 /* AST genericParser.dealloc */
182 [super dealloc];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.m 74 - (void) dealloc
77 [super dealloc];
114 - (void) dealloc
117 [super dealloc];
154 - (void) dealloc
157 [super dealloc];
220 - (void) dealloc
222 /* AST genericParser.dealloc */
225 [super 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/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/
SkOptionsTableViewController.mm 7 - (void)dealloc {
9 [super dealloc];
15 - (void)dealloc {
17 [super dealloc];
334 - (void)dealloc {
336 [super dealloc];

Completed in 2767 milliseconds

1 2 3 4 56 7 8 91011>>