Searched refs:dealloc (Results 126 - 150 of 161) sorted by relevance

1234567

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCLexer.m55 - (void) dealloc
57 [super dealloc];
H A DSimpleCParser.m96 - (void) dealloc
99 [super dealloc];
332 - (void) dealloc
335 [super dealloc];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.m55 - (void) dealloc
57 [super dealloc];
/external/chromium_org/third_party/libevent/
H A Devent.c236 if (base->evsel->dealloc != NULL)
237 base->evsel->dealloc(base, base->evbase);
279 if (base->evsel->dealloc != NULL)
280 base->evsel->dealloc(base, base->evbase);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DDbg.stg101 @genericParser.dealloc() ::= <<
H A DASTTreeParser.stg71 - (void) dealloc
74 [super dealloc];
H A DObjC.stg350 - (void) dealloc
353 <actions.lexer.dealloc>
354 [super dealloc];
731 - (void) dealloc
735 <actions.(actionScope).dealloc>
736 <@dealloc()>
737 [super dealloc];
1574 - (void) dealloc
1577 [super dealloc];
/external/bluetooth/bluedroid/main/
H A Dbte_main.c742 ** Function dealloc
753 static void dealloc(TRANSAC transac) function
842 dealloc,
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_act.c159 /* set dealloc */
160 p_scb->dealloc = TRUE;
168 /* dealloc */
184 /* set dealloc */
185 p_scb->dealloc = TRUE;
456 if (p_scb->dealloc == FALSE)
H A Dbta_ag_int.h277 BOOLEAN dealloc; /* TRUE if service shutting down */ member in struct:__anon423
H A Dbta_ag_sdp.c270 if (p->in_use && p->dealloc == FALSE)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBufferedTreeNodeStream.h108 - (void)dealloc;
H A DANTLRTreeWizard.h110 - (void) dealloc;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.m178 - (void) dealloc
181 [super dealloc];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableParser.m217 - (void) dealloc
220 [super dealloc];
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkNSView.mm120 - (void)dealloc {
124 [super dealloc];
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.h260 HeapProfileTable::DeAllocator dealloc);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h58 - (void)dealloc;
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp385 T::dealloc(p);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
H A DFuzzy.m280 - (void) dealloc
283 [super dealloc];
344 - (void) dealloc
347 [super dealloc];
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
H A DAPPRTCViewController.m242 - (void)dealloc {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc125 HeapProfileTable::HeapProfileTable(Allocator alloc, DeAllocator dealloc) argument
126 : alloc_(alloc), dealloc_(dealloc) {
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
H A Drtc_video_capture_ios_objc.mm112 - (void)dealloc {
/external/bluetooth/bluedroid/hci/src/
H A Dbt_hci_bdroid.c215 bt_hc_cbacks->dealloc(msg);
/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c139 int dealloc; member in struct:_xmlCatalogEntry
307 ret->dealloc = 0;
330 if (ret->dealloc == 1)
388 children->dealloc = 0;
393 catal->dealloc = 0;
1438 catal->dealloc = 0;
1464 doc->dealloc = 1;

Completed in 837 milliseconds

1234567