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

  /bionic/libc/dns/resolv/
res_state.c 60 struct prop_info* _pi; member in struct:__anon144
73 rt->_pi = (struct prop_info*) __system_property_find("net.change");
74 if (rt->_pi) {
75 rt->_serial = __system_property_serial(rt->_pi);
125 __FUNCTION__, gettid(), rt, rt->_pi, rt->_serial);
126 if (rt->_pi == NULL) {
131 rt->_pi = (struct prop_info*) __system_property_find("net.change");
132 if (rt->_pi == NULL) {
139 if (rt->_serial == __system_property_serial(rt->_pi)) {
146 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/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 611 milliseconds