HomeSort by relevance Sort by last modified time
    Searched refs:_ip (Results 1 - 10 of 10) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
ipaddr.py 164 if ip._ip == last._ip + 1:
248 first_int = first._ip
249 last_int = last._ip
422 return self._ip
425 return self._ip
428 return hex(self._ip)
452 return (self._ip == other._ip
482 if self._ip != other._ip
    [all...]
ipaddr_test.py     [all...]
  /external/libunwind/doc/
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
45 extent of a procedure with the \Var{start\_ip} and \Var{end\_ip}
52 On successful completion, \Func{unw\_get\_proc\_info\_by\_ip}()
unw_get_proc_info.tex 26 \item[\Type{unw\_word\_t} \Var{start\_ip}] The address of the first
28 (e.g., due to lack of unwind information), the \Var{start\_ip}
30 \item[\Type{unw\_word\_t} \Var{end\_ip}] The address of the first
33 the \Var{end\_ip} member is cleared to 0. \\
79 extent of a procedure with the \Var{start\_ip} and \Var{end\_ip}
libunwind-dynamic.tex 96 \item[\Type{unw\_word\_t} \Var{start\_ip}] The start-address of the
99 \item[\Type{unw\_word\_t} \Var{end\_ip}] The end-address of the
101 \Var{end\_ip}-\Var{start\_ip} is the size of the procedure in
251 (up to the address specified by \Var{end\_ip}).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput.h 78 { int _i; XInputClassInfo *_ip; \
80 for (_i=0, _ip= ((XDevice *) d)->classes; \
82 _i++, _ip++) \
83 if (_ip->input_class == classid) \
84 {type = _ip->event_type_base + offset; \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput.h 78 { int _i; XInputClassInfo *_ip; \
80 for (_i=0, _ip= ((XDevice *) d)->classes; \
82 _i++, _ip++) \
83 if (_ip->input_class == classid) \
84 {type = _ip->event_type_base + offset; \
    [all...]
  /external/autotest/server/hosts/
abstract_ssh.py 34 self._ip = None
62 if not self._ip:
63 self._ip = socket.getaddrinfo(self.hostname, None)[0][4][0]
64 return self._ip
    [all...]
  /external/v8/test/mjsunit/ignition/
debug-step-prefix-bytecodes.js 201 var _ip = 143; values[_ip] = _ip;
tracing.js 178 var _ip;

Completed in 145 milliseconds