/external/lldb/include/lldb/Core/ |
D | RegularExpression.h | 41 Match (uint32_t max_matches) : in Match() argument 44 if (max_matches > 0) in Match() 45 m_matches.resize(max_matches + 1); in Match()
|
D | Module.h | 379 size_t max_matches, 407 size_t max_matches, 455 size_t max_matches, 489 size_t max_matches, 1076 size_t max_matches,
|
D | ModuleList.h | 306 size_t max_matches, 334 size_t max_matches, 437 size_t max_matches,
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | history_url_provider_unittest.cc | 991 int max_matches; in TEST_F() local 992 for (max_matches = 0; max_matches < kMaxMatches; ++max_matches) { in TEST_F() 993 if (test_cases[i].matches[max_matches].url == NULL) in TEST_F() 995 output[max_matches].url = in TEST_F() 996 url_fixer::FixupURL(test_cases[i].matches[max_matches].url, in TEST_F() 998 output[max_matches].allowed_to_be_default_match = true; in TEST_F() 1006 base::string16(), false, output, max_matches)); in TEST_F() 1007 for (int j = 0; j < max_matches; ++j) { in TEST_F() 1016 base::string16(), false, output, max_matches)); in TEST_F() 1017 for (int j = 0; j < max_matches; ++j) { in TEST_F()
|
/external/lldb/source/Symbol/ |
D | SymbolVendor.cpp | 281 …g &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, VariableList& … in FindGlobalVariables() argument 288 … return m_sym_file_ap->FindGlobalVariables(name, namespace_decl, append, max_matches, variables); in FindGlobalVariables() 294 SymbolVendor::FindGlobalVariables (const RegularExpression& regex, bool append, size_t max_matches,… in FindGlobalVariables() argument 301 return m_sym_file_ap->FindGlobalVariables(regex, append, max_matches, variables); in FindGlobalVariables() 334 …g &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, TypeList& type… in FindTypes() argument 341 return m_sym_file_ap->FindTypes(sc, name, namespace_decl, append, max_matches, types); in FindTypes()
|
/external/lldb/include/lldb/Symbol/ |
D | SymbolFile.h | 136 …&name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& … 137 …GlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& … 140 …&name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, TypeList& type…
|
D | SymbolVendor.h | 98 size_t max_matches, 104 size_t max_matches, 126 size_t max_matches,
|
D | TypeVendor.h | 40 uint32_t max_matches,
|
/external/lldb/source/Plugins/SymbolFile/Symtab/ |
D | SymbolFileSymtab.h | 91 …ldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::… 94 …es(const lldb_private::RegularExpression& regex, bool append, uint32_t max_matches, lldb_private::… 103 …ldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::…
|
D | SymbolFileSymtab.cpp | 330 …&name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& … in FindGlobalVariables() argument 336 …dGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& … in FindGlobalVariables() argument 388 uint32_t max_matches, in FindTypes() argument
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 870 uint32_t max_matches, in PrivateFindGlobalVariables() argument 885 … if (oso_dwarf->FindGlobalVariables(name, namespace_decl, true, max_matches, variables)) in PrivateFindGlobalVariables() 886 if (variables.GetSize() > max_matches) in PrivateFindGlobalVariables() 895 …&name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& … in FindGlobalVariables() argument 913 max_matches, in FindGlobalVariables() 920 if (max_matches == UINT32_MAX) in FindGlobalVariables() 924 if (max_matches >= total_matches) in FindGlobalVariables() 929 max_matches -= oso_matches; in FindGlobalVariables() 938 …GlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& … in FindGlobalVariables() argument 954 max_matches, in FindGlobalVariables() [all …]
|
D | SymbolFileDWARFDebugMap.h | 83 …ldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::… 84 …s (const lldb_private::RegularExpression& regex, bool append, uint32_t max_matches, lldb_private::… 87 …ldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::… 251 uint32_t max_matches,
|
D | SymbolFileDWARF.h | 118 …ldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::… 119 …es(const lldb_private::RegularExpression& regex, bool append, uint32_t max_matches, lldb_private::… 122 …ldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::… 447 …uint32_t FindTypes(std::vector<dw_offset_t> die_offsets, uint32_t max_matches, lldb…
|
/external/lldb/examples/darwin/heap_find/ |
D | heap.py | 457 if i > options.max_matches: 458 …atches (%u) was reached, use the --max-matches option to get more results' % (options.max_matches)) 665 user_init_code = user_init_code_format % (options.max_matches, ptr_expr) 759 user_init_code = user_init_code_format % (options.max_matches, cstr) 947 if num_matches < options.max_matches: 948 options.max_matches = options.max_matches - num_matches 950 options.max_matches = 0 951 if options.max_matches == 0: 1100 … user_init_code = user_init_code_format % (options.max_matches, num_objc_classes, isa)
|
/external/lldb/source/Core/ |
D | ModuleList.cpp | 481 size_t max_matches, in FindGlobalVariables() argument 489 (*pos)->FindGlobalVariables (name, NULL, append, max_matches, variable_list); in FindGlobalVariables() 498 size_t max_matches, in FindGlobalVariables() argument 506 (*pos)->FindGlobalVariables (regex, append, max_matches, variable_list); in FindGlobalVariables() 609 …ext& sc, const ConstString &name, bool name_is_fully_qualified, size_t max_matches, TypeList& type… in FindTypes() argument 623 … total_matches += (*pos)->FindTypes (sc, name, name_is_fully_qualified, max_matches, types); in FindTypes() 625 if (total_matches >= max_matches) in FindTypes() 631 if (total_matches < max_matches) in FindTypes() 640 … total_matches += (*pos)->FindTypes (world_sc, name, name_is_fully_qualified, max_matches, types); in FindTypes() 642 if (total_matches >= max_matches) in FindTypes()
|
D | Module.cpp | 543 size_t max_matches, in FindGlobalVariables() argument 548 return symbols->FindGlobalVariables(name, namespace_decl, append, max_matches, variables); in FindGlobalVariables() 555 size_t max_matches, in FindGlobalVariables() argument 560 return symbols->FindGlobalVariables(regex, append, max_matches, variables); in FindGlobalVariables() 760 size_t max_matches, in FindTypes_Impl() argument 768 return symbols->FindTypes(sc, name, namespace_decl, append, max_matches, types); in FindTypes_Impl() 777 size_t max_matches, in FindTypesInNamespace() argument 781 return FindTypes_Impl(sc, type_name, namespace_decl, append, max_matches, type_list); in FindTypesInNamespace() 801 size_t max_matches, in FindTypes() argument 823 if (FindTypes_Impl(sc, type_basename_const_str, NULL, append, max_matches, types)) in FindTypes() [all …]
|
/external/lldb/source/Interpreter/ |
D | CommandObjectRegexCommand.cpp | 33 uint32_t max_matches, in CommandObjectRegexCommand() argument 37 m_max_matches (max_matches), in CommandObjectRegexCommand()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeVendor.h | 38 uint32_t max_matches,
|
/external/lldb/include/lldb/Interpreter/ |
D | CommandObjectRegexCommand.h | 36 uint32_t max_matches,
|
/external/chromium_org/chrome/browser/history/ |
D | in_memory_url_index.cc | 167 size_t max_matches) { in HistoryItemsForTerms() argument 171 max_matches, in HistoryItemsForTerms()
|
D | in_memory_url_index.h | 126 size_t max_matches);
|
/external/lldb/include/lldb/API/ |
D | SBModule.h | 178 uint32_t max_matches);
|
/external/lldb/source/Target/ |
D | ObjCLanguageRuntime.cpp | 118 const uint32_t max_matches = UINT32_MAX; in LookupInCompleteClassCache() local 124 max_matches, in LookupInCompleteClassCache()
|
/external/lldb/source/Expression/ |
D | ClangASTSource.cpp | 736 uint32_t max_matches = 1; in FindExternalVisibleDecls() local 741 max_matches, in FindExternalVisibleDecls() 1164 uint32_t max_matches = 1; in FindObjCMethodDecls() local 1169 max_matches, in FindObjCMethodDecls() 1335 uint32_t max_matches = 1; in FindObjCPropertyAndIvarDecls() local 1340 max_matches, in FindObjCPropertyAndIvarDecls()
|
/external/lldb/source/API/ |
D | SBModule.cpp | 457 SBModule::FindGlobalVariables (SBTarget &target, const char *name, uint32_t max_matches) in FindGlobalVariables() argument 467 max_matches, in FindGlobalVariables()
|