Home
last modified time | relevance | path

Searched refs:match_error (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
Dbackend_impl.h291 Addr entry_addr, bool* match_error);
Dbackend_impl.cc1567 bool* match_error) { in MatchEntry() argument
1573 *match_error = false; in MatchEntry()
1636 *match_error = true; in MatchEntry()
1655 *match_error = true; in MatchEntry()
/external/bluetooth/glib/glib/
Dgtestutils.c1766 const char *match_error = match_result ? "failed to match" : "contains invalid match"; in g_test_trap_assertions() local
1783 …dup_printf ("stdout of child process (%d) %s: %s", test_trap_last_pid, match_error, stdout_pattern… in g_test_trap_assertions()
1789 …dup_printf ("stderr of child process (%d) %s: %s", test_trap_last_pid, match_error, stderr_pattern… in g_test_trap_assertions()