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

  /external/chromium/chrome/browser/history/
history_types_unittest.cc 19 size_t match_count; local
20 const size_t* matches = result.MatchesForURL(result[i].url(), &match_count);
23 for (size_t match = 0; match < match_count; match++) {
77 size_t match_count; local
78 const size_t* matches = results.MatchesForURL(url1, &match_count);
79 ASSERT_EQ(2U, match_count);
84 matches = results.MatchesForURL(url2, &match_count);
85 ASSERT_EQ(1U, match_count);
93 matches = results.MatchesForURL(url1, &match_count);
94 ASSERT_EQ(1U, match_count);
120 size_t match_count; local
153 size_t match_count; local
    [all...]
  /external/bluetooth/glib/tests/
regex-test.c 338 gint match_count = g_slist_length (matches); local
339 g_print ("failed \t(got %d %s, expected %d)\n", match_count,
340 match_count == 1 ? "match" : "matches",
664 gint match_count; local
688 match_count = g_strv_length (matches);
690 match_count = 0;
692 if (match_count != g_slist_length (expected))
694 g_print ("failed \t(got %d %s, expected %d)\n", match_count,
695 match_count == 1 ? "match" : "matches",
713 verbose ("passed (%d %s)\n", match_count,
1307 gint match_count; local
1415 gint match_count; local
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 227 size_t match_count = matches.size(); local
228 for (size_t i = 0; i < match_count;) {
236 } while ((i < match_count) && (offset == matches[i].offset));
  /external/pcre/
pcre_dfa_exec.c 392 int active_count, new_count, match_count; local
422 match_count = PCRE_ERROR_NOMATCH; /* A negative number */
751 if (match_count < 0) match_count = (offsetcount >= 2)? 1 : 0;
752 else if (match_count > 0 && ++match_count * 2 >= offsetcount)
753 match_count = 0;
754 count = ((match_count == 0)? offsetcount : match_count * 2) - 2;
767 match_count, rlevel*2-2, SP))
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
encodetable_test.cc 119 static bool AnyMatch(int match_count) { return match_count != 0; }

Completed in 622 milliseconds