Home
last modified time | relevance | path

Searched defs:is_authenticated (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/xcore/
Ddrm_display.cpp162 DrmDisplay::is_authenticated (int fd, const char *msg) in is_authenticated() function in XCam::DrmDisplay
/external/python/cpython3/Lib/urllib/
Drequest.py915 def add_password(self, realm, uri, user, passwd, is_authenticated=False): argument
922 def update_authenticated(self, uri, is_authenticated=False): argument
932 def is_authenticated(self, authuri): member in HTTPPasswordMgrWithPriorAuth