Searched refs:check_update (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_hashlib.py | 181 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,
|
D | test_weakref.py | 1302 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/ |
D | statement.rs | 614 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/ |
D | test_weakref.py | 1596 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/ |
D | test.rs | 2183 fn check_update() { in check_update() function
|