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

12 3 4 5 6 7 8

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRPtrStack.h 31 - (void)dealloc;
ANTLRRuleStack.h 49 -(void)dealloc;
ANTLRSymbolStack.h 60 -(void)dealloc;
ANTLRTreePatternParser.h 54 - (void) dealloc;
ANTLRUniqueIDMap.h 52 - (void)dealloc;
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
cocoa_full_screen_window.mm 79 - (void) dealloc
82 [super dealloc];
  /external/deqp/framework/platform/ios/
tcuIOSAppDelegate.m 89 - (void)dealloc
93 [super dealloc];
tcuIOSViewController.m 55 - (void)dealloc
57 [super dealloc];
  /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);
  /hardware/qcom/gps/msm8960/utils/
linked_list.h 105 dealloc: Function used to deallocate memory for this element. Pass NULL
118 linked_list_err_type linked_list_add(void* list_data, void *data_obj, void (*dealloc)(void*));
169 dealloc function while adding elements.
  /hardware/qcom/gps/utils/
linked_list.h 105 dealloc: Function used to deallocate memory for this element. Pass NULL
118 linked_list_err_type linked_list_add(void* list_data, void *data_obj, void (*dealloc)(void*));
169 dealloc function while adding elements.
  /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/chromium_org/third_party/libjingle/overrides/
initialize_module.cc 65 DellocateFunction dealloc,
77 g_dealloc = dealloc;
  /hardware/qcom/display/msm8084/liboverlay/
overlayWriteback.h 43 ~WritebackMem() { dealloc(); }
52 bool dealloc();
  /hardware/qcom/display/msm8226/liboverlay/
overlayWriteback.h 43 ~WritebackMem() { dealloc(); }
52 bool dealloc();
  /hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.h 43 ~WritebackMem() { dealloc(); }
52 bool 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;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashRule.h 54 - (void)dealloc;
ANTLRUniqueIDMap.h 52 - (void)dealloc;

Completed in 453 milliseconds

12 3 4 5 6 7 8