Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/rusqlite/src/
Dstatement.rs680 fn check_update(&self) -> Result<()> { in check_update() method
691 fn check_update(&self) -> Result<()> { in check_update() method
/external/skia/src/core/
DSkMesh.cpp864 static inline bool check_update(const void* data, size_t offset, size_t size, size_t bufferSize) { in check_update() function
/external/pytorch/test/
Dtest_weak.py85 def check_update(self, klass, dict): member in WeakTest
/external/python/cpython3/Lib/test/
Dtest_weakref.py1719 def check_update(self, klass, dict): member in MappingTestCase
/external/rust/android-crates-io/crates/rayon/src/iter/
Dtest.rs2236 fn check_update() { in check_update() function