HomeSort by relevance Sort by last modified time
    Searched defs:exact_match (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/components/autofill/core/common/
password_form_fill_data_unittest.cc 112 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.ssl_valid = true
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 200 int i, match, exact_match, second_partial_match; local
220 exact_match = 0;
241 exact_match = 1;
260 if (!exact_match && second_partial_match) {
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 120 const bool exact_match = true; local
130 exact_match,
142 exact_match,
  /external/lldb/source/Target/
ObjCLanguageRuntime.cpp 117 const bool exact_match = true; local
123 exact_match,
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 269 bool exact_match = false; local
285 exact_match = image_urls_.size() == 1 ||
289 exact_match = score == 1 || preferred_icon_size() == 0;
291 exact_match ||
299 return exact_match;
  /external/lldb/source/API/
SBModule.cpp 503 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,
SBTarget.cpp 2115 const bool exact_match = false; local
2184 bool exact_match = false; local
    [all...]
  /external/lldb/source/Commands/
CommandObjectMemory.cpp 405 const bool exact_match = false; local
510 exact_match,
519 exact_match,
    [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp 268 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);
    [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 940 bool exact_match = (m_alias_dict.find(cmd) != m_alias_dict.end()); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 244 int exact_match; member in struct:wpa_cred::roaming_partner
    [all...]

Completed in 676 milliseconds