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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2_localnet.py 74 self._nonces = []
92 self._nonces.append(nonce)
167 if not auth_dict.get("nonce") in self._nonces:
170 self._nonces.remove(auth_dict["nonce"])
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2_localnet.py 76 self._nonces = []
94 self._nonces.append(nonce)
169 if not auth_dict.get("nonce") in self._nonces:
172 self._nonces.remove(auth_dict["nonce"])
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2_localnet.py 76 self._nonces = []
94 self._nonces.append(nonce)
169 if not auth_dict.get("nonce") in self._nonces:
172 self._nonces.remove(auth_dict["nonce"])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 76 self._nonces = []
94 self._nonces.append(nonce)
169 if not auth_dict.get("nonce") in self._nonces:
172 self._nonces.remove(auth_dict["nonce"])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 76 self._nonces = []
94 self._nonces.append(nonce)
169 if not auth_dict.get("nonce") in self._nonces:
172 self._nonces.remove(auth_dict["nonce"])
  /external/python/cpython2/Lib/test/
test_urllib2_localnet.py 127 self._nonces = []
145 self._nonces.append(nonce)
220 if not auth_dict.get("nonce") in self._nonces:
223 self._nonces.remove(auth_dict["nonce"])

Completed in 1804 milliseconds