Home
last modified time | relevance | path

Searched defs:binary_form (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/gatt/
Ddatabase_test.cc116 uint8_t binary_form[len] = { in TEST() local
153 uint8_t binary_form[len] = { in TEST() local
184 uint8_t binary_form[len] = { in TEST() local
213 uint8_t binary_form[len] = { in TEST() local
279 std::vector<uint8_t> binary_form { in TEST() local
312 std::vector<uint8_t> binary_form { in TEST() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssltransport.py156 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssltransport.py156 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssltransport.py156 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssltransport.py156 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dpyopenssl.py384 def getpeercert(self, binary_form=False): argument
Dsecuretransport.py678 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dpyopenssl.py384 def getpeercert(self, binary_form=False): argument
Dsecuretransport.py678 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dpyopenssl.py384 def getpeercert(self, binary_form=False): argument
Dsecuretransport.py678 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dpyopenssl.py384 def getpeercert(self, binary_form=False): argument
Dsecuretransport.py678 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dssl.py932 def getpeercert(self, binary_form=False): argument
1156 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dssl.py932 def getpeercert(self, binary_form=False): argument
1156 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dssl.py932 def getpeercert(self, binary_form=False): argument
1156 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dssl.py932 def getpeercert(self, binary_form=False): argument
1156 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dssl.py932 def getpeercert(self, binary_form=False): argument
1156 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dssl.py932 def getpeercert(self, binary_form=False): argument
1156 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/external/python/cpython2/Lib/
Dssl.py679 def getpeercert(self, binary_form=False): argument
/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_ssl.c.h860 int binary_form = 0; in _ssl__SSLContext_get_ca_certs() local
/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.c4594 _ssl__SSLContext_get_ca_certs_impl(PySSLContext *self, int binary_form) in _ssl__SSLContext_get_ca_certs_impl()