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

  /bionic/libc/dns/resolv/
res_state.c 58 struct prop_info* _pi; member in struct:__anon163
71 rt->_pi = (struct prop_info*) __system_property_find("net.change");
72 if (rt->_pi) {
73 rt->_serial = __system_property_serial(rt->_pi);
122 __FUNCTION__, gettid(), rt, rt->_pi, rt->_serial);
123 if (rt->_pi == NULL) {
128 rt->_pi = (struct prop_info*) __system_property_find("net.change");
129 if (rt->_pi == NULL) {
136 if (rt->_serial == __system_property_serial(rt->_pi)) {
143 rt->_serial = __system_property_serial(rt->_pi);
    [all...]
  /bionic/libc/bionic/
system_properties_compat.c 97 __LIBC_HIDDEN__ int __system_property_read_compat(const prop_info *_pi, char *name, char *value)
100 const prop_info_compat *pi = (const prop_info_compat *)_pi;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
random.py 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil namespace
59 TWOPI = 2.0*_pi
465 z = _cos(_pi * u1)
  /prebuilts/gdb/linux-x86/lib/python2.7/
random.py 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil namespace
59 TWOPI = 2.0*_pi
465 z = _cos(_pi * u1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil namespace
59 TWOPI = 2.0*_pi
465 z = _cos(_pi * u1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil namespace
59 TWOPI = 2.0*_pi
465 z = _cos(_pi * u1)
  /external/v8/test/mjsunit/ignition/
debug-step-prefix-bytecodes.js 306 var _pi = 248; values[_pi] = _pi;
tracing.js 283 var _pi;
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementTree.py 1559 def _pi(self, target, data): member in class:XMLParser
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
ElementTree.py 1559 def _pi(self, target, data): member in class:XMLParser
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 1559 def _pi(self, target, data): member in class:XMLParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 1559 def _pi(self, target, data): member in class:XMLParser
    [all...]

Completed in 865 milliseconds