Searched refs:test_commit (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/crosvm/common/audio_streams/src/ |
H A D | capture.rs | 351 let mut test_commit = TestCommit { frame_count: 0 }; in commit() localVariable 355 let mut cp_buf = CaptureBuffer::new(FRAME_SIZE, &mut buf, &mut test_commit).unwrap(); in commit() 361 assert_eq!(test_commit.frame_count, 480); in commit() 422 let mut test_commit = TestCommit { frame_count: 0 }; in async_commit() localVariable 427 AsyncCaptureBuffer::new(FRAME_SIZE, &mut buf, &mut test_commit).unwrap(); in async_commit() 433 assert_eq!(test_commit.frame_count, 480); in async_commit()
|
H A D | audio_streams.rs | 918 let mut test_commit = TestCommit { frame_count: 0 }; in commit() localVariable 922 let mut pb_buf = PlaybackBuffer::new(FRAME_SIZE, &mut buf, &mut test_commit).unwrap(); in commit() 926 assert_eq!(test_commit.frame_count, 480); in commit() 984 let mut test_commit = TestCommit { frame_count: 0 }; in async_commit() localVariable 989 AsyncPlaybackBuffer::new(FRAME_SIZE, &mut buf, &mut test_commit).unwrap(); in async_commit() 993 assert_eq!(test_commit.frame_count, 480); in async_commit()
|
/aosp_15_r20/external/selinux/libsemanage/tests/ |
H A D | test_handle.c | 28 static void test_commit(void); 70 CU_add_test(suite, "test_commit", test_commit); in handle_add_tests() 138 static void test_commit(void) in test_commit() function
|
/aosp_15_r20/external/lz4/tests/ |
H A D | test-lz4-speed.py | 203 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): function 340 … test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail)
|
/aosp_15_r20/external/zstd/tests/ |
H A D | DEPRECATED-test-zstd-speed.py | 214 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): function 365 … test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail)
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | host_info_unittest.py | 241 def test_commit(self): member in InMemoryHostInfoStoreTest
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_sqlite3/ |
D | test_dbapi.py | 366 def test_commit(self): member in ConnectionTests
|