Searched refs:_init (Results 1 - 25 of 163) sorted by relevance

1234567

/external/iptables/extensions/
H A Dlibip6t_eui64.c12 void _init(void) function
H A Dlibipt_MIRROR.c12 void _init(void) function
H A Dlibipt_unclean.c12 void _init(void) function
H A Dlibxt_TRACE.c18 void _init(void) function
H A Dlibxt_standard.c21 void _init(void) function
H A Dlibext.mk20 # LOCAL_CFLAGS+=-D_INIT=lib$*_init
35 echo "extern void lib$${i}_init(void);" >>$@; \
41 echo " ""lib$${i}_init();" >>$@; \
H A Dlibxt_comment.c64 void _init(void) function
/external/iproute2/include/
H A Diptables_common.h37 #define _init __attribute__((constructor)) my_init macro
40 # undef _init macro
41 # define _init _INIT macro
H A Dxt-internal.h64 extern void _init(void);
/external/libunwind/doc/
H A Dunw_init_local.tex8 \begin{Name}{3}{unw\_init\_local}{David Mosberger-Tang}{Programming Library}{unw\_init\_local}unw\_init\_local -- initialize cursor for local unwinding
15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt});\\
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\_remot
[all...]
H A Dunw_init_remote.tex8 \begin{Name}{3}{unw\_init\_remote}{David Mosberger-Tang}{Programming Library}{unw\_init\_remote}unw\_init\_remote -- initialize cursor for remote unwinding
15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var{as}, \Type{void~*}\Var{arg});\\
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\_remot
[all...]
/external/autotest/server/hosts/
H A Dkvm_guest.py32 def _init(self, controlling_hypervisor, qemu_options, *args, **dargs): member in class:KVMGuest
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket2_manager_win.cc29 _init(false),
54 if(_init)
115 if(!_init)
120 if(!_init)
151 if(!_init)
217 _init = true;
235 if(!_init)
308 if(!_init)
368 if(!_init)
384 if(!_init)
[all...]
H A Dudp_socket2_manager_win.h89 bool _init; member in class:webrtc::test::IoContextPool
112 bool _init; member in class:webrtc::test::UdpSocket2WorkerWindows
150 bool _init; member in class:webrtc::test::UdpSocket2ManagerWindows
/external/libdrm/libkms/
H A Dkms-symbol-check12 _init
/external/mesa3d/src/gallium/targets/libgl-xlib/
H A Dxlib.c87 static void _init( void ) __attribute__((constructor));
88 static void _init( void ) function
/external/libdaemon/libdaemon/
H A Ddsignal.c49 static int _init(void) { function
70 if (_init() < 0)
105 if (_init() < 0)
/external/autotest/client/common_lib/cros/tendo/
H A Dbuffet_dbus_helper.py37 self._init()
46 def _init(self): member in class:BuffetDBusHelper
/external/libdrm/amdgpu/
H A Damdgpu-symbol-check12 _init
/external/libdrm/exynos/
H A Dexynos-symbol-check12 _init
/external/libdrm/omap/
H A Domap-symbol-check12 _init
/external/libdrm/tegra/
H A Dtegra-symbol-check12 _init
/external/autotest/client/site_tests/cellular_DeferredRegistration/
H A Dcellular_DeferredRegistration.py29 def _init(self): member in class:cellular_DeferredRegistration
76 self._init()
/external/jsilver/src/org/clearsilver/jni/
H A DJniCs.java42 csptr = _init(ho.hdfptr);
146 private native long _init(long ptr); method in class:JniCs
/external/libdrm/freedreno/
H A Dfreedreno-symbol-check12 _init

Completed in 857 milliseconds

1234567