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

  /bionic/libc/netbsd/resolv/
res_state.c 59 struct prop_info* _pi; member in struct:__anon693
72 rt->_pi = (struct prop_info*) __system_property_find("net.change");
73 if (rt->_pi) {
74 rt->_serial = __system_property_serial(rt->_pi);
124 __FUNCTION__, gettid(), rt, rt->_pi, rt->_serial);
125 if (rt->_pi == NULL) {
130 rt->_pi = (struct prop_info*) __system_property_find("net.change");
131 if (rt->_pi == NULL) {
138 if (rt->_serial == __system_property_serial(rt->_pi)) {
145 rt->_serial = __system_property_serial(rt->_pi);
    [all...]
  /bionic/libc/bionic/
system_properties_compat.c 95 int __system_property_read_compat(const prop_info *_pi, char *name, char *value)
98 const prop_info_compat *pi = (const prop_info_compat *)_pi;
  /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)
  /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 134 milliseconds