HomeSort by relevance Sort by last modified time
    Searched refs:_get (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /libcore/ojluni/src/main/java/java/nio/
Bits.java 69 return makeChar(bb._get(bi + 1),
70 bb._get(bi ));
74 return makeChar(_get(a + 1),
75 _get(a ));
79 return makeChar(bb._get(bi ),
80 bb._get(bi + 1));
84 return makeChar(_get(a ),
85 _get(a + 1));
141 return makeShort(bb._get(bi + 1),
142 bb._get(bi ))
552 private static byte _get(long a) { method in class:Bits
    [all...]
  /external/libunwind/doc/
unw_get_accessors.tex 8 \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
unw_get_fpreg.tex 8 \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\_fpreg}() may return any error returned b
    [all...]
unw_get_reg.tex 8 \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\_reg}() may return any error returned b
    [all...]
unw_get_proc_info_by_ip.tex 8 \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\_proc\_info}() may return any erro
    [all...]
unw_get_proc_name.tex 8 \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\_proc\_name}() may return any erro
    [all...]
unw_get_proc_info.tex 8 \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\_proc\_info}() is thread-safe. If cursor \Var{cp} i
    [all...]
unw_is_fpreg.tex 39 \SeeAlso{unw\_get\_reg(3)},
41 \SeeAlso{unw\_get\_fpreg(3)},
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
jsmin.py 75 def _get(self): member in class:JavascriptMinify
93 self.theLookahead = self._get()
100 c = self._get()
104 c = self._get()
106 c = self._get()
109 c = self._get()
111 c = self._get()
114 self._get()
137 self.theA = self._get()
144 self.theA = self._get()
    [all...]
  /external/deqp/framework/delibs/depool/
dePoolArray.h 111 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/libevent/include/event2/
rpc_compat.h 51 (*(msg)->base->member##_get)(msg, ## args)
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
attribute.swg 152 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
155 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_) {
164 #define %mangle(Class) ##_## AttributeName ## _get(self_) GetMethodCall
179 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
182 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_) {
188 #define %mangle(Class) ##_## AttributeName ## _get(self_) GetMethodCall
240 #define %mangle(Class) ##_## AttributeName ## _get(self_) new AttributeType(self_->GetMethod())
263 #define %mangle(Class) ##_## AttributeName ## _get(self_) *new AttributeType(self_->GetMethod())
  /external/icu/icu4c/source/test/cintltst/
chashtst.c 37 static void _get(UHashtable* hash,
128 _get(hash, three, 3);
130 _get(hash, two, 0);
131 _get(hash, one, 100);
133 _get(hash, omega, 48);
134 _get(hash, two, 200);
357 static void _get(UHashtable* hash, function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Queue.py 178 item = self._get()
208 def _get(self): member in class:Queue
227 def _get(self, heappop=heapq.heappop): member in class:PriorityQueue
243 def _get(self): member in class:LifoQueue
  /external/python/cpython2/Lib/
Queue.py 178 item = self._get()
208 def _get(self): member in class:Queue
227 def _get(self, heappop=heapq.heappop): member in class:PriorityQueue
243 def _get(self): member in class:LifoQueue
  /external/python/cpython3/Lib/asyncio/
queues.py 61 def _get(self): member in class:Queue
184 item = self._get()
233 def _get(self, heappop=heapq.heappop): member in class:PriorityQueue
246 def _get(self): member in class:LifoQueue
  /external/python/cpython3/Lib/
queue.py 174 item = self._get()
210 def _get(self): member in class:Queue
229 def _get(self): member in class:PriorityQueue
245 def _get(self): member in class:LifoQueue
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Queue.py 178 item = self._get()
208 def _get(self): member in class:Queue
227 def _get(self, heappop=heapq.heappop): member in class:PriorityQueue
243 def _get(self): member in class:LifoQueue
  /prebuilts/gdb/linux-x86/lib/python2.7/
Queue.py 178 item = self._get()
208 def _get(self): member in class:Queue
227 def _get(self, heappop=heapq.heappop): member in class:PriorityQueue
243 def _get(self): member in class:LifoQueue
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Queue.py 178 item = self._get()
208 def _get(self): member in class:Queue
227 def _get(self, heappop=heapq.heappop): member in class:PriorityQueue
243 def _get(self): member in class:LifoQueue
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Queue.py 178 item = self._get()
208 def _get(self): member in class:Queue
227 def _get(self, heappop=heapq.heappop): member in class:PriorityQueue
243 def _get(self): member in class:LifoQueue
  /external/python/cpython2/Lib/multiprocessing/dummy/
__init__.py 135 def _get(self): member in class:Value
139 value = property(_get, _set)
  /external/python/cpython3/Lib/multiprocessing/dummy/
__init__.py 101 def _get(self): member in class:Value
105 value = property(_get, _set)
  /external/selinux/libselinux/src/
context.c 175 const char * context_ ## name ## _get(context_t context) \
180 hidden_def(context_ ## name ## _get)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
__init__.py 135 def _get(self): member in class:Value
139 value = property(_get, _set)

Completed in 318 milliseconds

1 2 3 4 5