Searched refs:_get (Results 1 - 25 of 29) sorted by relevance

12

/external/libunwind/doc/
H A Dunw_get_accessors.tex8 \begin{Name}{3}{unw\_get\_accessors}{David Mosberger-Tang}{Programming Library}{unw\_get\_accessors}unw\_get\_accessors -- get pointer to accessor call-backs
15 \Type{unw\_accessors\_t~*}\Func{unw\_get\_accessors}(\Type{unw\_addr\_space\_t~}\Var{as});\\
19 The \Func{unw\_get\_accessors}() routine returns a pointer to a
26 Note that \Func{unw\_get\_accessors}() can be used to retrieve the
32 The \Func{unw\_get\_accessors}() routine cannot fail and always
38 The \Func{unw\_get\_accessors}() routine is thread-safe as well as
H A Dunw_get_fpreg.tex8 \begin{Name}{3}{unw\_get\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_get\_fpreg}unw\_get\_fpreg -- get contents of floating-point register
15 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_fpreg\_t~*}\Var{valp});\\
19 The \Func{unw\_get\_fpreg}() routine reads the value of floating-point
33 Note that \Func{unw\_get\_fpreg}() can only read the contents of
34 floating-point registers. See \Func{unw\_get\_fpreg}(3) for a way to
39 On successful completion, \Func{unw\_get\_fpreg}() returns 0.
45 \Func{unw\_get\_fpreg}() is thread-safe as well as safe to use
55 In addition, \Func{unw\_get\_fpre
[all...]
H A Dunw_get_reg.tex8 \begin{Name}{3}{unw\_get\_reg}{David Mosberger-Tang}{Programming Library}{unw\_get\_reg}unw\_get\_reg -- get register contents
15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_word\_t~*}\Var{valp});\\
19 The \Func{unw\_get\_reg}() routine reads the value of register
33 Note that \Func{unw\_get\_reg}() can only read the contents of
35 \Func{unw\_get\_fpreg}(3) for a way to read registers which do not fit
40 On successful completion, \Func{unw\_get\_reg}() returns 0.
46 \Func{unw\_get\_reg}() is thread-safe as well as safe to use
56 In addition, \Func{unw\_get\_re
[all...]
H A Dunw_get_proc_info_by_ip.tex8 \begin{Name}{3}{unw\_get\_proc\_info\_by\_ip}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info\_by\_ip}unw\_get\_proc\_info\_by\_ip -- get procedure info by IP
15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word\_t~}\Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip}, \Type{void~*}\Var{arg});\\
19 The \Func{unw\_get\_proc\_info\_by\_ip}() routine returns the same
21 \Func{unw\_get\_proc\_info}(), except that the info is looked up by
26 than \Func{unw\_get\_proc\_info}().
52 On successful completion, \Func{unw\_get\_proc\_info\_by\_ip}()
58 \Func{unw\_get\_proc\_info}() is thread-safe. If the local
71 In addition, \Func{unw\_get\_pro
[all...]
H A Dunw_get_proc_name.tex8 \begin{Name}{3}{unw\_get\_proc\_name}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_name}unw\_get\_proc\_name -- get name of current procedure
15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \Type{size\_t} \Var{len}, \Type{unw\_word\_t~*}\Var{offp});\\
19 The \Func{unw\_get\_proc\_name}() routine returns the name of the
27 address 0x40003000, then invoking \Func{unw\_get\_proc\_name}() on a
36 dynamic symbol table. In such cases, \Func{unw\_get\_proc\_name}()
45 On successful completion, \Func{unw\_get\_proc\_name}() returns 0.
51 \Func{unw\_get\_proc\_name}() is thread-safe. If cursor \Var{cp} is
65 In addition, \Func{unw\_get\_pro
[all...]
H A Dunw_get_proc_info.tex8 \begin{Name}{3}{unw\_get\_proc\_info}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info}unw\_get\_proc\_info -- get info on current procedure
15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}\Var{pip});\\
19 The \Func{unw\_get\_proc\_info}() routine returns auxiliary
60 \Func{unw\_get\_proc\_info}() routine
66 \Func{unw\_get\_proc\_info}() routine
73 \Func{unw\_get\_proc\_info}() routine
86 On successful completion, \Func{unw\_get\_proc\_info}() returns 0.
92 \Func{unw\_get\_pro
[all...]
H A Dunw_is_fpreg.tex39 \SeeAlso{unw\_get\_reg(3)},
41 \SeeAlso{unw\_get\_fpreg(3)},
H A Dunw_is_signal_frame.tex54 \SeeAlso{unw\_get\_reg(3)},
56 \SeeAlso{unw\_get\_fpreg(3)},
H A Dlibunwind.tex24 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~*});\\
26 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\_t~*});\\
41 \Type{unw\_accessors\_t} \Func{unw\_get\_accessors}(\Type{unw\_addr\_space\_t});\\
50 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}, \Type{unw\_proc\_info\_t~*});\\
52 \Type{int} \Func{unw\_get\_save\_loc}(\Type{unw\_cursor\_t~*}, \Type{int}, \Type{unw\_save\_loc\_t~*});\\
57 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}, \Type{char~*}, \Type{size\_t}, \Type{unw\_word\_t~*});\\
100 for this purpose: \Func{unw\_get\_reg}() reads an integer (general)
101 register, \Func{unw\_get\_fpreg}() reads a floating-point register,
327 \SeeAlso{unw\_get\_accessors(3)},
328 \SeeAlso{unw\_get\_fpre
[all...]
H A Dunw_set_fpreg.tex66 \SeeAlso{unw\_get\_fpreg(3)},
H A Dunw_set_reg.tex67 \SeeAlso{unw\_get\_reg(3)},
H A Dlibunwind-ptrace.tex27 \Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
35 \Type{int} \Func{\_UPT\_get\_proc\_name}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{char~*}, \Type{size\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
H A Dlibunwind-ia64.tex49 access a register (via \Func{unw\_get\_reg}() or
50 \Func{unw\_get\_fpreg}()) and if the register isn't accessible, the
H A Dunw_create_addr_space.tex85 \Func{unw\_get\_proc\_info(3)} for details. Argument
253 \SeeAlso{unw\_get\_proc\_info(3)},
/external/deqp/framework/delibs/depool/
H A DdePoolArray.h111 DE_INLINE VALUETYPE TYPENAME##_get (const TYPENAME* arr, int ndx) DE_UNUSED_FUNCTION; \
149 DE_INLINE VALUETYPE TYPENAME##_get (const TYPENAME* arr, int ndx) \
198 TYPENAME##_set(dst, ndx, TYPENAME##_get(src, ndx)); \
205 VALUETYPE tmp = TYPENAME##_get(arr, aNdx); \
206 TYPENAME##_set(arr, aNdx, TYPENAME##_get(arr, bNdx)); \
249 if ((childNdx + 1 <= endNdx) && (CMPFUNC(TYPENAME##_get(arr, childNdx), TYPENAME##_get(arr, childNdx + 1)) < 0)) \
252 if (CMPFUNC(TYPENAME##_get(arr, rootNdx), TYPENAME##_get(arr, childNdx)) < 0) \
/external/pixman/pixman/
H A Dpixman-compiler.h141 tls_ ## name ## _get (void) \
172 tls_ ## name ## _get ()
212 tls_ ## name ## _get (void) \
226 tls_ ## name ## _get ()
/external/icu/icu4c/source/common/
H A Dlrucache.h29 const T *value = (const T *) _get(localeId, status);
73 const SharedObject *_get(const char *localeId, UErrorCode &status);
H A Dlrucache.cpp78 const SharedObject *LRUCache::_get(const char *localeId, UErrorCode &status) { function in class:LRUCache
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dchashtst.c35 static void _get(UHashtable* hash,
126 _get(hash, three, 3);
128 _get(hash, two, 0);
129 _get(hash, one, 100);
131 _get(hash, omega, 48);
132 _get(hash, two, 200);
355 static void _get(UHashtable* hash, function
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c35 static void _get(UHashtable* hash,
126 _get(hash, three, 3);
128 _get(hash, two, 0);
129 _get(hash, one, 100);
131 _get(hash, omega, 48);
132 _get(hash, two, 200);
355 static void _get(UHashtable* hash, function
/external/chromium_org/third_party/libevent/test/
H A Dregress.gen.h15 #define EVTAG_GET(msg, member, args...) (*(msg)->base->member##_get)(msg, ## args)
18 #define EVTAG_GET(msg, member, ...) (*(msg)->base->member##_get)(msg, ## __VA_ARGS__)
/external/libselinux/src/
H A Dcontext.c177 const char * context_ ## name ## _get(context_t context) \
182 hidden_def(context_ ## name ## _get)
/external/qemu/distrib/libselinux/src/
H A Dcontext.c177 const char * context_ ## name ## _get(context_t context) \
182 hidden_def(context_ ## name ## _get)
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_result.cc35 (Java_##cls##_get##getter((env), (jobj)))
/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils_test.py97 def _get(self, mocked, path, default_val): member in class:MockFileSystem
105 r = lambda f: self._get(target, f, default_val)

Completed in 969 milliseconds

12