Searched refs:trues (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | checker_test.cc | 76 constexpr Case trues[] = { in TEST() local 114 for (Case c : trues) { in TEST()
|
/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker_test.cc | 62 constexpr Case trues[] = { in TEST() local 100 for (Case c : trues) { in TEST()
|
/third_party/libsoup/tests/ |
D | xmlrpc-old-test.c | 137 int i, trues, falses; in test_countBools() local 148 for (i = trues = falses = 0; i < 10; i++) { in test_countBools() 153 trues++; in test_countBools() 173 g_assert_cmpint (trues, ==, ret_trues); in test_countBools()
|
D | xmlrpc-old-server-test.c | 64 int i, trues = 0, falses = 0; in do_countBools() local 84 trues++; in do_countBools() 89 soup_value_hash_insert (ret, "true", G_TYPE_INT, trues); in do_countBools()
|
D | xmlrpc-server-test.c | 58 int trues = 0, falses = 0; in do_countBools() local 69 trues++; in do_countBools() 75 g_variant_dict_insert (&dict, "true", "i", trues); in do_countBools()
|
D | xmlrpc-test.c | 113 int i, trues, falses; in test_countBools() local 123 for (i = trues = falses = 0; i < 10; i++) { in test_countBools() 128 trues++; in test_countBools() 146 g_assert_cmpint (trues, ==, ret_trues); in test_countBools()
|
/third_party/glib/glib/ |
D | gmarkup.c | 2645 char const * const trues[] = { "true", "t", "yes", "y", "1" }; in g_markup_parse_boolean() local 2659 for (i = 0; i < G_N_ELEMENTS (trues); i++) in g_markup_parse_boolean() 2661 if (g_ascii_strcasecmp (string, trues[i]) == 0) in g_markup_parse_boolean()
|