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

  /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/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 252 int exact_match; member in struct:wpa_cred::roaming_partner
    [all...]

Completed in 479 milliseconds