HomeSort by relevance Sort by last modified time
    Searched refs:creds (Results 26 - 36 of 36) sorted by null

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 736 creds = base64.b64encode(user_pass).strip()
737 req.add_header('Proxy-authorization', 'Basic ' + creds)
    [all...]
  /external/chromium_org/chrome/test/functional/
perf.py 697 creds = self.GetPrivateInfo()[account_key]
698 username = creds['username']
699 password = creds['password']
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py 220 # Login with default creds.
223 creds = constants.CREDENTIALS['$default']
224 self.Login(creds[0], creds[1])
226 logging.info('Logged in as %s.' % creds[0])
    [all...]
  /hardware/ril/libril/
ril.cpp 2841 struct ucred creds; local
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/openssh/contrib/redhat/
openssh.spec 586 - make do_pam_setcred() smart enough to know when to establish creds and
592 - call setcred() again after initgroups, because the "creds" could actually
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 283 milliseconds

12