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

12345678

/external/iptables/extensions/
H A Dlibip6t_eui64.c12 void _init(void) function
H A Dlibxt_standard.c21 void _init(void) function
H A Dlibxt_TRACE.c26 void _init(void) function
/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/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/egl/wayland/wayland-egl/
H A Dwayland-egl-symbols-check10 _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/iproute2/include/
H A Dxt-internal.h64 extern void _init(void);
/external/autotest/client/common_lib/cros/tendo/
H A Dbuffet_dbus_helper.py37 self._init()
46 def _init(self): member in class:BuffetDBusHelper
/external/boringssl/src/crypto/fipsmodule/
H A Ddelocate.h54 static void name##_init(void) { name##_do_init(name##_storage_bss_get()); } \
56 CRYPTO_once(name##_once_bss_get(), name##_init); \
/external/libdrm/etnaviv/
H A Detnaviv-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/mesa3d/src/gbm/
H A Dgbm-symbols-check32 _init
/external/python/cpython2/Lib/
H A DQueue.py28 self._init(maxsize)
197 def _init(self, maxsize): member in class:Queue
218 def _init(self, maxsize): member in class:PriorityQueue
234 def _init(self, maxsize): member in class:LifoQueue
/external/python/cpython3/Lib/asyncio/
H A Dqueues.py54 self._init(maxsize)
58 def _init(self, maxsize): member in class:Queue
227 def _init(self, maxsize): member in class:PriorityQueue
240 def _init(self, maxsize): member in class:LifoQueue
/external/python/cpython3/Lib/
H A Dqueue.py29 self._init(maxsize)
199 def _init(self, maxsize): member in class:Queue
220 def _init(self, maxsize): member in class:PriorityQueue
236 def _init(self, maxsize): member in class:LifoQueue
/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/amdgpu/
H A Damdgpu-symbol-check12 _init

Completed in 5703 milliseconds

12345678