Searched defs:exact_match (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/components/autofill/core/common/
H A Dpassword_form_fill_data_unittest.cc112 PasswordForm exact_match; local
113 exact_match.origin = GURL("https://foo.com/");
114 exact_match.action = GURL("https://foo.com/login");
115 exact_match.username_element = ASCIIToUTF16("username");
116 exact_match.username_value = ASCIIToUTF16("test1@gmail.com");
117 exact_match.password_element = ASCIIToUTF16("password");
118 exact_match.password_value = ASCIIToUTF16("test");
119 exact_match.submit_element = ASCIIToUTF16("");
120 exact_match.signon_realm = "https://foo.com/";
121 exact_match
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend.cc292 bool exact_match) {
296 if (exact_match ?
291 DeleteShortcutsWithURL(const GURL& url, bool exact_match) argument
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp120 const bool exact_match = true; local
130 exact_match,
142 exact_match,
/external/lldb/source/Symbol/
H A DTypeList.cpp227 bool exact_match)
237 return RemoveMismatchedTypes (type_scope, type_basename, type_class, exact_match);
244 bool exact_match)
282 if (exact_match || (type_scope_size == match_type_scope_size))
226 RemoveMismatchedTypes(const char *qualified_typename, bool exact_match) argument
241 RemoveMismatchedTypes(const std::string &type_scope, const std::string &type_basename, TypeClass type_class, bool exact_match) argument
/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp117 const bool exact_match = true; local
123 exact_match,
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_handler.cc268 bool exact_match = false; local
284 exact_match = image_urls_.size() == 1 ||
288 exact_match = score == 1 || preferred_icon_size() == 0;
290 exact_match ||
298 return exact_match;
/external/lldb/source/API/
H A DSBModule.cpp503 const bool exact_match = false; local
506 sb_type = SBType (module_sp->FindFirstType(sc, name, exact_match));
533 const bool exact_match = false; local
537 exact_match,
H A DSBTarget.cpp2115 const bool exact_match = false; local
2124 TypeSP type_sp (module_sp->FindFirstType(sc, const_typename, exact_match));
2184 bool exact_match = false; local
2190 exact_match,
/external/chromium_org/components/autofill/content/renderer/
H A Dpassword_autofill_agent.cc182 bool exact_match) {
183 if (exact_match)
180 DoUsernamesMatch(const base::string16& username1, const base::string16& username2, bool exact_match) argument
/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp405 const bool exact_match = false; local
510 exact_match,
519 exact_match,
/external/lldb/source/Core/
H A DModule.cpp787 bool exact_match)
790 const size_t num_matches = FindTypes (sc, name, exact_match, 1, type_list);
800 bool exact_match,
820 exact_match = true;
825 types.RemoveMismatchedTypes (type_scope, type_basename, type_class, exact_match);
785 FindFirstType(const SymbolContext& sc, const ConstString &name, bool exact_match) argument
798 FindTypes(const SymbolContext& sc, const ConstString &name, bool exact_match, size_t max_matches, TypeList& types) argument
/external/lldb/source/Expression/
H A DClangASTSource.cpp268 bool exact_match = false; local
269 module_list.FindTypes (null_sc, name, exact_match, UINT32_MAX, types);
678 const bool exact_match = false; local
683 m_target->GetImages().FindTypes(null_sc, name, exact_match, 1, types);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h245 int exact_match; member in struct:wpa_cred::roaming_partner
H A Dinterworking.c2047 const char *domain, int exact_match)
2065 if (!exact_match && pos[0] > len && pos[pos[0] - len] == '.') {
2183 wpa_printf(MSG_DEBUG, "Interworking: Comparing roaming_partner info fqdn='%s' exact_match=%d priority=%u country='%s'",
2184 partner->fqdn, partner->exact_match, partner->priority,
2190 partner->exact_match))
2046 domain_name_list_contains(struct wpabuf *domain_names, const char *domain, int exact_match) argument
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp940 bool exact_match = (m_alias_dict.find(cmd) != m_alias_dict.end()); local
941 if (exact_match)
944 return exact_match;

Completed in 3966 milliseconds