Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dstatement.rs666 fn check_update(&self) -> Result<()> { in check_update() method
677 fn check_update(&self) -> Result<()> { in check_update() method
/aosp_15_r20/system/extras/simpleperf/scripts/test/
H A Ddo_test.py280 def check_update(self): member in TestProcess
/aosp_15_r20/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
/aosp_15_r20/external/skia/src/core/
H A DSkMesh.cpp864 static inline bool check_update(const void* data, size_t offset, size_t size, size_t bufferSize) { in check_update() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_weak.py85 def check_update(self, klass, dict): member in WeakTest
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dtest.rs2183 fn check_update() { in check_update() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_weakref.py1633 def check_update(self, klass, dict): member in MappingTestCase