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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 857 self.assertEqual(newreq.get_host(),'www.python.org')
863 self.assertEqual(newreq.get_host(),'www.python.org')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 857 self.assertEqual(newreq.get_host(),'www.python.org')
863 self.assertEqual(newreq.get_host(),'www.python.org')
    [all...]
  /external/valgrind/tests/
s390x_features.c 115 static model_info *get_host(void) function
243 host = get_host();
  /external/libvncserver/x11vnc/
inet.c 66 static char *get_host(int sock, int remote);
234 static char *get_host(int sock, int remote) { function
261 return get_host(sock, 1);
265 return get_host(sock, 0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 261 def get_host(self): member in class:Request
911 authority = req.get_host()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 261 def get_host(self): member in class:Request
911 authority = req.get_host()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtml.h     [all...]

Completed in 522 milliseconds