Home
last modified time | relevance | path

Searched refs:trues (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dchecker_test.cc76 constexpr Case trues[] = { in TEST() local
114 for (Case c : trues) { in TEST()
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker_test.cc62 constexpr Case trues[] = { in TEST() local
100 for (Case c : trues) { in TEST()
/third_party/libsoup/tests/
Dxmlrpc-old-test.c137 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()
Dxmlrpc-old-server-test.c64 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()
Dxmlrpc-server-test.c58 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()
Dxmlrpc-test.c113 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/
Dgmarkup.c2645 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()