Home
last modified time | relevance | path

Searched refs:_init (Results 1 – 25 of 181) sorted by relevance

12345678

/external/libunwind/doc/
Dunw_init_local.tex8 \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 …]
Dunw_init_remote.tex8 \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/
Dudp_socket2_manager_win.cc29 _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 …]
Dudp_socket2_manager_win.h89 bool _init; variable
112 bool _init; variable
150 bool _init; variable
/external/iptables/extensions/
DGNUmakefile.in95 …${AM_VERBOSE_CC} ${CC} ${AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=$*_init ${CFLAGS} -o $@ …
107 …${AM_VERBOSE_CC} ${CC} ${AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=lib$*_init -DPIC -fPIC $…
127 …{AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -DNO_SHARED_LIBS=1 -D_INIT=lib$*_init ${CFLAGS} -o $@ -c…
180 echo "extern void lib$${i}_init(void);" >>$@; \
186 echo " ""lib$${i}_init();" >>$@; \
196 echo "extern void lib$${i}_init(void);" >>$@; \
202 echo " ""lib$${i}_init();" >>$@; \
212 echo "extern void lib$${i}_init(void);" >>$@; \
218 echo " ""lib$${i}_init();" >>$@; \
228 echo "extern void lib$${i}_init(void);" >>$@; \
[all …]
Dlibip6t_eui64.c12 void _init(void) in _init() function
Dlibxt_standard.c21 void _init(void) in _init() function
Dlibxt_TRACE.c26 void _init(void) in _init() function
/external/iproute2/include/
Diptables_common.h37 #define _init __attribute__((constructor)) my_init macro
40 # undef _init
41 # define _init _INIT macro
Dxtables.h509 # undef _init
510 # define _init _INIT macro
516 # define _init __attribute__((constructor)) _INIT macro
559 extern void _init(void);
/external/libdaemon/libdaemon/
Ddsignal.c49 static int _init(void) { in _init() function
70 if (_init() < 0) in daemon_signal_install()
105 if (_init() < 0) in daemon_signal_init()
/external/python/cpython2/Lib/
DQueue.py28 self._init(maxsize)
197 def _init(self, maxsize): member in Queue
218 def _init(self, maxsize): member in PriorityQueue
234 def _init(self, maxsize): member in LifoQueue
/external/mesa3d/src/gallium/targets/libgl-xlib/
Dxlib.c87 static void _init( void ) __attribute__((constructor));
88 static void _init( void ) in _init() function
/external/autotest/client/common_lib/cros/tendo/
Dbuffet_dbus_helper.py37 self._init()
46 def _init(self): member in BuffetDBusHelper
/external/icu/icu4c/source/common/
Duvectr64.cpp32 _init(DEFAULT_CAPACITY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
41 _init(initialCapacity, status); in UVector64()
46 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector64
Duvector.cpp39 _init(DEFAULT_CAPACITY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
49 _init(initialCapacity, status); in UVector()
59 _init(DEFAULT_CAPACITY, status); in UVector()
69 _init(initialCapacity, status); in UVector()
72 void UVector::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector
Duvectr32.cpp35 _init(DEFAULT_CAPACITY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
44 _init(initialCapacity, status); in UVector32()
49 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector32
/external/boringssl/src/crypto/fipsmodule/
Ddelocate.h54 static void name##_init(void) { name##_do_init(name##_storage_bss_get()); } \
56 CRYPTO_once(name##_once_bss_get(), name##_init); \
/external/autotest/client/site_tests/cellular_DeferredRegistration/
Dcellular_DeferredRegistration.py29 def _init(self): member in cellular_DeferredRegistration
76 self._init()
/external/iptables/include/
Dxtables.h542 # undef _init
543 # define _init _INIT macro
549 # define _init __attribute__((constructor)) _INIT macro
600 extern void _init(void);
/external/jsilver/src/org/clearsilver/jni/
DJniCs.java42 csptr = _init(ho.hdfptr); in JniCs()
146 private native long _init(long ptr); in _init() method in JniCs
/external/mesa3d/src/egl/wayland/wayland-egl/
Dwayland-egl-symbols-check10 _init
/external/libdrm/libkms/
Dkms-symbol-check12 _init
/external/harfbuzz_ng/test/api/
Dhb-test.h231 G_PASTE (FixturePrefix, _init), Func, G_PASTE (FixturePrefix, _finish)); \
259 G_PASTE (FixturePrefix, _init), Func, G_PASTE (FixturePrefix, _finish)); \
/external/libdrm/tegra/
Dtegra-symbol-check12 _init

12345678