Searched refs:full_match (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
D | regexp_adapter_re2.cc | 122 bool full_match, in Match() argument 124 if (full_match) { in Match()
|
D | regexp_adapter_icu.cc | 158 bool full_match, in Match() argument 167 bool match_succeeded = full_match in Match()
|
D | regexp_adapter.h | 106 bool full_match,
|
/external/lldb/source/Core/ |
D | SearchFilter.cpp | 364 const bool full_match = spec.GetDirectory(); in ModulePasses() local 365 return FileSpec::Equal(spec, m_module_spec, full_match); in ModulePasses() 412 const bool full_match = m_module_spec.GetDirectory(); in Search() local 413 if (FileSpec::Equal (m_module_spec, module->GetFileSpec(), full_match)) in Search()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 1318 Int full_match = -1; in VG_() local 1345 if (full_match != -1) in VG_() 1347 full_match = kpos; in VG_() 1363 if (full_match != -1) { in VG_() 1364 return full_match; in VG_() 1379 if (partial_match != -1 || full_match != -1) in VG_()
|
/external/lldb/source/Symbol/ |
D | CompileUnit.cpp | 327 const bool full_match = file_spec.GetDirectory(); in ResolveSymbolContext() local 328 bool file_spec_matches_cu_file_spec = FileSpec::Equal(file_spec, *this, full_match); in ResolveSymbolContext()
|
/external/lldb/source/Target/ |
D | TargetList.cpp | 366 bool full_match = exe_file_spec.GetDirectory(); in FindTargetWithExecutableAndArchitecture() local 375 if (FileSpec::Equal (exe_file_spec, exe_module->GetFileSpec(), full_match)) in FindTargetWithExecutableAndArchitecture()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 850 const bool full_match = file_spec.GetDirectory(); in ResolveSymbolContext() local 851 resolve = FileSpec::Equal (file_spec, so_file_spec, full_match); in ResolveSymbolContext()
|
D | SymbolFileDWARF.cpp | 2848 const bool full_match = file_spec.GetDirectory(); in ResolveSymbolContext() local 2849 …l file_spec_matches_cu_file_spec = dc_cu != NULL && FileSpec::Equal(file_spec, *dc_cu, full_match); in ResolveSymbolContext()
|