HomeSort by relevance Sort by last modified time
    Searched refs:dealloc (Results 51 - 75 of 201) sorted by null

1 23 4 5 6 7 8 9

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ArrayIterator.h 72 - (void) dealloc;
ANTLRLinkBase.h 43 - (void) dealloc;
69 - (void)dealloc;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.m 105 - (void) dealloc
107 [super dealloc];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.m 55 - (void) dealloc
57 [super dealloc];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
Testlexer.m 75 - (void) dealloc
77 [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/
TreeRewriteLexer.m 55 - (void) dealloc
57 [super dealloc];
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/treerewrite/output1/
TreeRewriteLexer.m 85 - (void) dealloc
87 [super dealloc];
  /external/chromium_org/third_party/libjingle/overrides/
init_webrtc.h 51 DellocateFunction dealloc,
  /external/valgrind/main/include/
pub_tool_sparsewa.h 56 void(*dealloc)(void*) );
pub_tool_wordfm.h 83 void (*dealloc)(void*),
181 void (*dealloc)(void*) );
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRLinkBase.h 39 - (void) dealloc;
63 - (void)dealloc;
ANTLRMap.h 56 - (void)dealloc;
ANTLRPtrBuffer.h 59 -(void)dealloc;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRLinkBase.h 39 - (void) dealloc;
63 - (void)dealloc;
ANTLRMap.h 56 - (void)dealloc;
ANTLRPtrBuffer.h 59 -(void)dealloc;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRLinkBase.h 39 - (void) dealloc;
63 - (void)dealloc;
ANTLRMap.h 56 - (void)dealloc;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
auth.h 90 #define auth_dealloc(c) (((c)->type)->dealloc(c))
125 auth_dealloc_func dealloc; member in struct:auth_type_t
cipher.h 142 cipher_dealloc_func_t dealloc; member in struct:cipher_type_t
172 #define cipher_dealloc(c) (((c)->type)->dealloc(c))
  /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
cipher.h 141 cipher_dealloc_func_t dealloc; member in struct:cipher_type_t
170 #define cipher_dealloc(c) (((c)->type)->dealloc(c))
  /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...]

Completed in 389 milliseconds

1 23 4 5 6 7 8 9