/external/lldb/include/lldb/Core/ |
D | RegularExpression.h | 41 Match (uint32_t max_matches) : in Match()
|
/external/lldb/source/Plugins/SymbolFile/Symtab/ |
D | SymbolFileSymtab.cpp | 330 …ing &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableLi… in FindGlobalVariables() 336 …:FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableLi… in FindGlobalVariables() 388 uint32_t max_matches, in FindTypes()
|
/external/lldb/source/Symbol/ |
D | SymbolVendor.cpp | 281 …ring &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, VariableLis… in FindGlobalVariables() 294 SymbolVendor::FindGlobalVariables (const RegularExpression& regex, bool append, size_t max_matches,… in FindGlobalVariables() 334 …ring &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, TypeList& t… in FindTypes()
|
/external/lldb/source/Interpreter/ |
D | CommandObjectRegexCommand.cpp | 33 uint32_t max_matches, in CommandObjectRegexCommand()
|
/external/lldb/source/Core/ |
D | Module.cpp | 543 size_t max_matches, in FindGlobalVariables() 555 size_t max_matches, in FindGlobalVariables() 760 size_t max_matches, in FindTypes_Impl() 777 size_t max_matches, in FindTypesInNamespace() 801 size_t max_matches, in FindTypes()
|
D | ModuleList.cpp | 481 size_t max_matches, in FindGlobalVariables() 498 size_t max_matches, in FindGlobalVariables() 609 …ontext& sc, const ConstString &name, bool name_is_fully_qualified, size_t max_matches, TypeList& t… in FindTypes()
|
/external/chromium_org/chrome/browser/history/ |
D | in_memory_url_index.cc | 167 size_t max_matches) { in HistoryItemsForTerms()
|
D | url_index_private_data.cc | 152 size_t max_matches, in HistoryItemsForTerms()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 870 uint32_t max_matches, in PrivateFindGlobalVariables() 895 …ing &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableLi… in FindGlobalVariables() 938 …FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableLi… in FindGlobalVariables() 1235 uint32_t max_matches, in FindTypes()
|
D | SymbolFileDWARF.cpp | 3084 …st lldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableLi… in FindGlobalVariables() 3207 …:FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableLi… in FindGlobalVariables() 3897 uint32_t max_matches, in FindTypes() 4110 SymbolFileDWARF::FindTypes(std::vector<dw_offset_t> die_offsets, uint32_t max_matches, TypeList& ty… in FindTypes()
|
/external/lldb/source/Expression/ |
D | ClangASTSource.cpp | 736 uint32_t max_matches = 1; in FindExternalVisibleDecls() local 1164 uint32_t max_matches = 1; in FindObjCMethodDecls() local 1335 uint32_t max_matches = 1; in FindObjCPropertyAndIvarDecls() local
|
/external/lldb/source/Target/ |
D | ObjCLanguageRuntime.cpp | 118 const uint32_t max_matches = UINT32_MAX; in LookupInCompleteClassCache() local
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeVendor.cpp | 588 uint32_t max_matches, in FindTypes()
|
/external/lldb/source/API/ |
D | SBModule.cpp | 457 SBModule::FindGlobalVariables (SBTarget &target, const char *name, uint32_t max_matches) in FindGlobalVariables()
|
D | SBTarget.cpp | 2243 SBTarget::FindGlobalVariables (const char *name, uint32_t max_matches) in FindGlobalVariables()
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | history_url_provider_unittest.cc | 1007 int max_matches; in TEST_F() local
|