Home
last modified time | relevance | path

Searched refs:_destroy (Results 1 – 9 of 9) sorted by relevance

/external/libunwind/doc/
Dunw_destroy_addr_space.tex8 \begin{Name}{3}{unw\_destroy\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_destroy\…
15 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t} \Var{as});\\
19 The \Func{unw\_destroy\_addr\_space}() routine destroys the
Dunw_get_accessors.tex24 by a call to \Func{unw\_destroy\_addr\_space}(3).
45 \SeeAlso{unw\_destroy\_addr\_space(3)}
Dlibunwind-ptrace.tex20 \Type{void} \Func{\_UPT\_destroy}(\Type{void~*});\\
84 process, \Func{\_UPT\_destroy}() needs to be called, passing it the
Dlibunwind.tex39 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t});\\
325 \SeeAlso{unw\_destroy\_addr\_space(3)},
Dunw_create_addr_space.tex252 \SeeAlso{unw\_destroy\_addr\_space(3)},
/external/harfbuzz_ng/src/
Dhb-gobject-structs.cc55 HB_DEFINE_BOXED_TYPE (name, hb_##name##_reference, hb_##name##_destroy);
65 static void _hb_##name##_destroy (hb_##name##_t *l) { free (l); } \
66 HB_DEFINE_BOXED_TYPE (name, _hb_##name##_reference, _hb_##name##_destroy);
/external/harfbuzz_ng/test/api/
Dtest-object.c145 (destroy_func_t) hb_##name##_destroy, \
158 (destroy_func_t) hb_##name##_destroy, \
/external/python/cpython2/Demo/turtle/
DturtleDemo.py58 root.wm_protocol("WM_DELETE_WINDOW", self._destroy)
261 def _destroy(self): member in DemoWindow
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3571 self._root.ondestroy(self._destroy)
3641 def _destroy(self): member in _Screen
3657 self._destroy()