Home
last modified time | relevance | path

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

1234567

/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 …]
Dlibunwind.tex18 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}, \Type{unw\_context\_t~*});\\
20 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}, \Type{unw\_addr\_space\_t}, \Type{void…
72 done with a call to \Func{unw\_init\_local}(). The cursor now points
186 to \Func{unw\_init\_remote}(). This routine is very similar to
187 \Func{unw\_init\_local}(), except that it takes an address-space
194 Once a cursor has been initialized with \Func{unw\_init\_remote}(),
230 native case. Attempting to call, e.g., \Func{unw\_local\_init}() when
333 \SeeAlso{unw\_init\_local(3)},
334 \SeeAlso{unw\_init\_remote(3)},
/external/chromium_org/third_party/webrtc/test/channel_transport/
Dudp_socket2_manager_win.cc29 _init(false), in UdpSocket2ManagerWindows()
54 if(_init) in ~UdpSocket2ManagerWindows()
121 if(!_init) in Start()
126 if(!_init) in Start()
157 if(!_init) in StartWorkerThreads()
223 _init = true; in StartWorkerThreads()
241 if(!_init) in Stop()
320 if(!_init) in AddSocketPrv()
380 if(!_init) in RemoveSocketPrv()
396 if(!_init) in PopIoContext()
[all …]
Dudp_socket2_manager_win.h89 bool _init; variable
113 bool _init; variable
152 bool _init; variable
/external/iproute2/include/
Diptables_common.h37 #define _init __attribute__((constructor)) my_init macro
40 # undef _init
41 # define _init _INIT macro
Dxt-internal.h64 extern void _init(void);
/external/iptables/extensions/
DGNUmakefile.in84 …${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();" >>$@; \
Dlibxt_TRACE.c18 void _init(void) in _init() function
Dlibipt_unclean.c12 void _init(void) in _init() function
Dlibipt_MIRROR.c12 void _init(void) in _init() function
Dlibip6t_eui64.c12 void _init(void) in _init() function
Dlibxt_standard.c21 void _init(void) in _init() function
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
Dxlib.c87 static void _init( void ) __attribute__((constructor));
88 static void _init( void ) in _init() function
/external/mesa3d/src/gallium/targets/libgl-xlib/
Dxlib.c87 static void _init( void ) __attribute__((constructor));
88 static void _init( void ) in _init() function
/external/icu/icu4c/source/common/
Duvectr64.cpp30 _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
Duvector.cpp37 _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
Duvectr32.cpp33 _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/chromium_org/third_party/icu/source/common/
Duvectr64.cpp30 _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
Duvector.cpp37 _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
Duvectr32.cpp33 _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/iptables/include/
Dxtables.h506 # undef _init
507 # define _init _INIT macro
513 # define _init __attribute__((constructor)) _INIT macro
556 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/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
Dcloudstorage_api.py284 self._init(api, path, options)
286 def _init(self, api, path, options): member in _Bucket
306 self._init(state['api'], state['path'], state['options'])
/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)); \

1234567