Home
last modified time | relevance | path

Searched refs:test_commit (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsemanage/tests/
Dtest_handle.c28 void test_commit(void);
70 CU_add_test(suite, "test_commit", test_commit); in handle_add_tests()
138 void test_commit(void) in test_commit() function
/external/oss-fuzz/infra/base-images/base-builder/
Dbisect_clang.py64 def test_commit(self, test_command): member in GitRepo
81 result = self.test_commit(test_command)
83 result = self.test_commit(test_command)
Dbisect_clang_test.py257 result = self.git.test_commit(self.test_command)
/external/lz4/tests/
Dtest-lz4-speed.py203 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): function
340test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail)
/external/zstd/tests/
DDEPRECATED-test-zstd-speed.py214 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): function
365test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail)
/external/autotest/server/hosts/
Dhost_info_unittest.py241 def test_commit(self): member in InMemoryHostInfoStoreTest