Searched defs:full_match (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_adapter_re2.cc122 bool full_match,
124 if (full_match) {
121 Match(const string& input_string, bool full_match, string* matched_string) const argument
H A Dregexp_adapter_icu.cc158 bool full_match,
167 bool match_succeeded = full_match
157 Match(const string& input_string, bool full_match, string* matched_string) const argument
/external/lldb/source/Core/
H A DSearchFilter.cpp364 const bool full_match = spec.GetDirectory(); local
365 return FileSpec::Equal(spec, m_module_spec, full_match);
412 const bool full_match = m_module_spec.GetDirectory(); local
413 if (FileSpec::Equal (m_module_spec, module->GetFileSpec(), full_match))
/external/lldb/source/Symbol/
H A DCompileUnit.cpp327 const bool full_match = file_spec.GetDirectory(); local
328 bool file_spec_matches_cu_file_spec = FileSpec::Equal(file_spec, *this, full_match);
/external/lldb/source/Target/
H A DTargetList.cpp366 bool full_match = exe_file_spec.GetDirectory(); local
375 if (FileSpec::Equal (exe_file_spec, exe_module->GetFileSpec(), full_match))
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c1318 Int full_match = -1; local
1345 if (full_match != -1)
1347 full_match = kpos;
1363 if (full_match != -1) {
1364 return full_match;
1379 if (partial_match != -1 || full_match != -1)
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp850 const bool full_match = file_spec.GetDirectory(); local
851 resolve = FileSpec::Equal (file_spec, so_file_spec, full_match);
H A DSymbolFileDWARF.cpp2848 const bool full_match = file_spec.GetDirectory(); local
2849 bool file_spec_matches_cu_file_spec = dc_cu != NULL && FileSpec::Equal(file_spec, *dc_cu, full_match);

Completed in 956 milliseconds