Home
last modified time | relevance | path

Searched refs:check_update (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_hashlib.py181 def check_update(self, name, data, digest): member in HashLibTestCase
229 self.check_update('md5', 'A'*size, 'c9af2dff37468ce5dfee8f2cfc0a9c6d')
269 self.check_update('sha1', 'A'*size,
Dtest_weakref.py1302 def check_update(self, klass, dict): member in MappingTestCase
1324 self.check_update(weakref.WeakValueDictionary,
1341 self.check_update(weakref.WeakKeyDictionary,
/external/rust/crates/rusqlite/src/
Dstatement.rs614 self.check_update()?; in execute_with_bound_parameters()
647 fn check_update(&self) -> Result<()> { in check_update() method
657 fn check_update(&self) -> Result<()> { in check_update() method
667 fn check_update(&self) -> Result<()> { in check_update() method
/external/python/cpython3/Lib/test/
Dtest_weakref.py1596 def check_update(self, klass, dict): member in MappingTestCase
1616 self.check_update(weakref.WeakValueDictionary,
1670 self.check_update(weakref.WeakKeyDictionary,
/external/rust/crates/rayon/src/iter/
Dtest.rs2183 fn check_update() { in check_update() function