/external/libunwind/doc/ |
D | unw_init_local.tex | 8 \begin{Name}{3}{unw\_init\_local}{David Mosberger-Tang}{Programming Library}{unw\_init\_local}unw\_… 15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctx… 19 The \Func{unw\_init\_local}() routine initializes the unwind cursor 26 The \Func{unw\_init\_local}() routine can be used only for unwinding in 28 For all other cases, \Func{unw\_init\_remote}() must be used instead. 41 \Func{unw\_init\_local}(). Also, \Func{unw\_init\_local}() is 43 including \File{$<$libunwind.h$>$}, whereas \Func{unw\_init\_remote}() 48 On successful completion, \Func{unw\_init\_local}() returns 0. 54 \Func{unw\_init\_local}() is thread-safe as well as safe to use from a 60 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_local}() was called in a [all …]
|
D | unw_init_remote.tex | 8 \begin{Name}{3}{unw\_init\_remote}{David Mosberger-Tang}{Programming Library}{unw\_init\_remote}unw… 15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var… 19 The \Func{unw\_init\_remote}() routine initializes the unwind cursor 35 Note that \Func{unw\_init\_remote}() can be used to initiate unwinding 38 generally preferable to use \Func{unw\_init\_local}() instead, because 43 On successful completion, \Func{unw\_init\_remote}() returns 0. 49 \Func{unw\_init\_remote}() is thread-safe. If the local address-space 56 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_remote}() was called in a 60 \Func{unw\_init\_remote}()). 62 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_init\_remote}() [all …]
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_manager_win.cc | 29 _init(false), in UdpSocket2ManagerWindows() 54 if(_init) in ~UdpSocket2ManagerWindows() 115 if(!_init) in Start() 120 if(!_init) in Start() 151 if(!_init) in StartWorkerThreads() 217 _init = true; in StartWorkerThreads() 235 if(!_init) in Stop() 308 if(!_init) in AddSocketPrv() 368 if(!_init) in RemoveSocketPrv() 384 if(!_init) in PopIoContext() [all …]
|
D | udp_socket2_manager_win.h | 89 bool _init; variable 112 bool _init; variable 150 bool _init; variable
|
/external/iptables/extensions/ |
D | GNUmakefile.in | 84 …${AM_VERBOSE_CC} ${CC} ${AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=$*_init ${CFLAGS} -o $@ … 96 …${AM_VERBOSE_CC} ${CC} ${AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=lib$*_init -DPIC -fPIC $… 116 …{AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -DNO_SHARED_LIBS=1 -D_INIT=lib$*_init ${CFLAGS} -o $@ -c… 151 echo "extern void lib$${i}_init(void);" >>$@; \ 157 echo " ""lib$${i}_init();" >>$@; \ 167 echo "extern void lib$${i}_init(void);" >>$@; \ 173 echo " ""lib$${i}_init();" >>$@; \ 183 echo "extern void lib$${i}_init(void);" >>$@; \ 189 echo " ""lib$${i}_init();" >>$@; \
|
D | libip6t_eui64.c | 12 void _init(void) in _init() function
|
D | libipt_unclean.c | 12 void _init(void) in _init() function
|
D | libipt_MIRROR.c | 12 void _init(void) in _init() function
|
D | libxt_TRACE.c | 18 void _init(void) in _init() function
|
D | libxt_standard.c | 21 void _init(void) in _init() function
|
/external/iproute2/include/ |
D | iptables_common.h | 37 #define _init __attribute__((constructor)) my_init macro 40 # undef _init 41 # define _init _INIT macro
|
D | xtables.h | 509 # undef _init 510 # define _init _INIT macro 516 # define _init __attribute__((constructor)) _INIT macro 559 extern void _init(void);
|
/external/libdaemon/libdaemon/ |
D | dsignal.c | 49 static int _init(void) { in _init() function 70 if (_init() < 0) in daemon_signal_install() 105 if (_init() < 0) in daemon_signal_init()
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | control.py | 195 def _init(self): member in Coverage 656 self._init() 662 self._init() 677 self._init() 709 self._init() 716 self._init() 735 self._init() 758 self._init() 763 self._init() 783 self._init() [all …]
|
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
D | xlib.c | 87 static void _init( void ) __attribute__((constructor)); 88 static void _init( void ) in _init() function
|
/external/autotest/client/common_lib/cros/tendo/ |
D | buffet_dbus_helper.py | 37 self._init() 46 def _init(self): member in BuffetDBusHelper
|
/external/icu/icu4c/source/common/ |
D | uvectr64.cpp | 30 _init(DEFAULT_CAPACITY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 39 _init(initialCapacity, status); in UVector64() 44 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector64
|
D | uvector.cpp | 37 _init(DEFAULT_CAPACITY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 47 _init(initialCapacity, status); in UVector() 57 _init(DEFAULT_CAPACITY, status); in UVector() 67 _init(initialCapacity, status); in UVector() 70 void UVector::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector
|
D | uvectr32.cpp | 33 _init(DEFAULT_CAPACITY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 42 _init(initialCapacity, status); in UVector32() 47 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector32
|
/external/opencv3/samples/gpu/performance/ |
D | performance.h | 147 struct name##_init: Runnable { \ 148 name##_init(): Runnable(#name) { \ 153 void name##_init::run()
|
/external/iptables/include/ |
D | xtables.h | 506 # undef _init 507 # define _init _INIT macro 513 # define _init __attribute__((constructor)) _INIT macro 556 extern void _init(void);
|
/external/autotest/client/site_tests/cellular_DeferredRegistration/ |
D | cellular_DeferredRegistration.py | 29 def _init(self): member in cellular_DeferredRegistration 76 self._init()
|
/external/jsilver/src/org/clearsilver/jni/ |
D | JniCs.java | 42 csptr = _init(ho.hdfptr); in JniCs() 146 private native long _init(long ptr); in _init() method in JniCs
|
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
D | cloudstorage_api.py | 287 self._init(api, path, options) 289 def _init(self, api, path, options): member in _Bucket 309 self._init(state['api'], state['path'], state['options'])
|
/external/autotest/server/hosts/ |
D | kvm_guest.py | 32 def _init(self, controlling_hypervisor, qemu_options, *args, **dargs): member in KVMGuest
|