Home
last modified time | relevance | path

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

/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dcore_auth.c71 bool is_authenticated = false; in check_auth() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/context/
Dsecurity_context.h105 bool is_authenticated() const { in is_authenticated() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/context/
H A Dsecurity_context.h105 bool is_authenticated() const { in is_authenticated() function
/aosp_15_r20/external/libva/va/wayland/
H A Dva_wayland_drm.c47 unsigned int is_authenticated : 1; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/urllib/
Drequest.py914 def add_password(self, realm, uri, user, passwd, is_authenticated=False): argument
921 def update_authenticated(self, uri, is_authenticated=False): argument
931 def is_authenticated(self, authuri): member in HTTPPasswordMgrWithPriorAuth
/aosp_15_r20/external/python/cpython3/Lib/urllib/
Drequest.py914 def add_password(self, realm, uri, user, passwd, is_authenticated=False): argument
921 def update_authenticated(self, uri, is_authenticated=False): argument
931 def is_authenticated(self, authuri): member in HTTPPasswordMgrWithPriorAuth
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/urllib/
Drequest.py914 def add_password(self, realm, uri, user, passwd, is_authenticated=False): argument
921 def update_authenticated(self, uri, is_authenticated=False): argument
931 def is_authenticated(self, authuri): member in HTTPPasswordMgrWithPriorAuth
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/urllib/
Drequest.py914 def add_password(self, realm, uri, user, passwd, is_authenticated=False): argument
921 def update_authenticated(self, uri, is_authenticated=False): argument
931 def is_authenticated(self, authuri): member in HTTPPasswordMgrWithPriorAuth
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/urllib/
H A Drequest.py914 def add_password(self, realm, uri, user, passwd, is_authenticated=False): argument
921 def update_authenticated(self, uri, is_authenticated=False): argument
931 def is_authenticated(self, authuri): member in HTTPPasswordMgrWithPriorAuth
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/urllib/
Drequest.py914 def add_password(self, realm, uri, user, passwd, is_authenticated=False): argument
921 def update_authenticated(self, uri, is_authenticated=False): argument
931 def is_authenticated(self, authuri): member in HTTPPasswordMgrWithPriorAuth
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc752 bool is_authenticated = BTM_IsAuthenticated(bd_addr, BT_TRANSPORT_LE); in btm_ble_start_sec_check() local