Searched refs:test_string (Results 1 – 6 of 6) sorted by relevance
226 char *test_string = "abaababbaaaba"; in test_semanage_str_count() local228 CU_ASSERT_EQUAL(semanage_str_count(test_string, 'z'), 0); in test_semanage_str_count()229 CU_ASSERT_EQUAL(semanage_str_count(test_string, 'a'), 8); in test_semanage_str_count()230 CU_ASSERT_EQUAL(semanage_str_count(test_string, 'b'), 5); in test_semanage_str_count()
42 bool test_string(std::string s) { in test_string() function
163 int test_string() { in test_string() function608 test(test_string, "test string JSON data types"); in main()
1154 void test_string(void) in test_string() function1658 test_string(); in main()
1194 void test_string(void) in test_string() function1698 test_string(); in main()
1046 const char *test_string() { in test_string() function