Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Dstatement.rs647 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/cpython2/Lib/test/
Dtest_hashlib.py181 def check_update(self, name, data, digest): member in HashLibTestCase
Dtest_weakref.py1302 def check_update(self, klass, dict): member in MappingTestCase
/external/python/cpython3/Lib/test/
Dtest_weakref.py1596 def check_update(self, klass, dict): member in MappingTestCase
/external/rust/crates/rayon/src/iter/
Dtest.rs2183 fn check_update() { in check_update() function