Home
last modified time | relevance | path

Searched defs:test_commit (Results 1 – 7 of 7) sorted by relevance

/external/selinux/libsemanage/tests/
Dtest_handle.c138 static void test_commit(void) in test_commit() function
/external/crosvm/common/audio_streams/src/
Dcapture.rs351 let mut test_commit = TestCommit { frame_count: 0 }; in commit() localVariable
422 let mut test_commit = TestCommit { frame_count: 0 }; in async_commit() localVariable
Daudio_streams.rs918 let mut test_commit = TestCommit { frame_count: 0 }; in commit() localVariable
984 let mut test_commit = TestCommit { frame_count: 0 }; in async_commit() localVariable
/external/zstd/tests/
DDEPRECATED-test-zstd-speed.py214 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): function
/external/lz4/tests/
Dtest-lz4-speed.py203 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): function
/external/autotest/server/hosts/
Dhost_info_unittest.py241 def test_commit(self): member in InMemoryHostInfoStoreTest
/external/python/cpython3/Lib/test/test_sqlite3/
Dtest_dbapi.py338 def test_commit(self): member in ConnectionTests