HomeSort by relevance Sort by last modified time
    Searched refs:expected_count (Results 1 - 2 of 2) sorted by null

  /external/chromium/googleurl/src/
url_parse_unittest.cc 171 int expected_count; member in struct:CountCase
227 EXPECT_EQ(count_cases[i].expected_count, chars_before);
  /external/bluetooth/glib/tests/
regex-test.c 442 gint expected_count)
457 if (count != expected_count)
459 g_print ("failed \t(got %d, expected: %d)\n", count, expected_count);
470 #define TEST_MATCH_COUNT(pattern, string, start_position, match_opts, expected_count) { \
472 if (test_match_count (pattern, string, start_position, match_opts, expected_count)) \
    [all...]

Completed in 90 milliseconds