Home
last modified time | relevance | path

Searched refs:GetDepth (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/libaddressinput/src/cpp/test/
Dlookup_key_test.cc43 EXPECT_EQ(0, lookup_key.GetDepth()); in TEST()
53 EXPECT_EQ(1, lookup_key.GetDepth()); in TEST()
64 EXPECT_EQ(2, lookup_key.GetDepth()); in TEST()
76 EXPECT_EQ(3, lookup_key.GetDepth()); in TEST()
88 EXPECT_EQ(1, lookup_key.GetDepth()); in TEST()
/external/lldb/source/Core/
DSearchFilter.cpp136 if (searcher.GetDepth() == Searcher::eDepthTarget) in Search()
151 if (searcher.GetDepth() == Searcher::eDepthTarget) in SearchInModuleList()
181 if (searcher.GetDepth () >= Searcher::eDepthModule) in DoModuleIteration()
185 if (searcher.GetDepth () == Searcher::eDepthModule) in DoModuleIteration()
209 if (searcher.GetDepth () == Searcher::eDepthModule) in DoModuleIteration()
247 if (searcher.GetDepth () == Searcher::eDepthCompUnit) in DoCUIteration()
394 if (searcher.GetDepth() == Searcher::eDepthTarget) in Search()
545 if (searcher.GetDepth() == Searcher::eDepthTarget) in Search()
713 if (searcher.GetDepth() == Searcher::eDepthTarget) in Search()
738 if (searcher.GetDepth() == Searcher::eDepthModule) in Search()
DAddressResolverFileLine.cpp91 AddressResolverFileLine::GetDepth() in GetDepth() function in AddressResolverFileLine
DFileLineResolver.cpp85 FileLineResolver::GetDepth() in GetDepth() function in FileLineResolver
/external/lldb/include/lldb/Interpreter/
DCommandCompletions.h182 GetDepth () = 0;
211 virtual Searcher::Depth GetDepth ();
244 virtual Searcher::Depth GetDepth ();
275 virtual Searcher::Depth GetDepth ();
/external/chromium_org/device/hid/
Dhid_report_descriptor_item.cc65 size_t HidReportDescriptorItem::GetDepth() const { in GetDepth() function in device::HidReportDescriptorItem
68 return parent_item->GetDepth() + 1; in GetDepth()
Dhid_report_descriptor_item.h158 size_t GetDepth() const;
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
Daddress_input_helper.cc165 hierarchy[lookup_key.GetDepth()].push_back(Node()); in CheckChildrenForPostCodeMatches()
166 Node* node = &hierarchy[lookup_key.GetDepth()].back(); in CheckChildrenForPostCodeMatches()
Dlookup_key.h61 size_t GetDepth() const;
Dondemand_supplier.cc49 lookup_key.GetDepth(), in Supply()
Dpreload_supplier.cc301 return hierarchy.rule[lookup_key.GetDepth()]; in GetRule()
348 lookup_key.GetDepth(), in GetRuleHierarchy()
Dlookup_key.cc146 size_t LookupKey::GetDepth() const { in GetDepth() function in i18n::addressinput::LookupKey
/external/lldb/include/lldb/Core/
DAddressResolverFileLine.h43 GetDepth ();
DAddressResolverName.h51 GetDepth ();
DFileLineResolver.h51 GetDepth ();
/external/lldb/include/lldb/Breakpoint/
DBreakpointResolverFileRegex.h44 GetDepth ();
DBreakpointResolverAddress.h51 GetDepth ();
DBreakpointResolverFileLine.h47 GetDepth ();
DBreakpointResolverName.h74 GetDepth ();
/external/lldb/source/Target/
DLanguageRuntime.cpp141 GetDepth () in GetDepth() function in ExceptionBreakpointResolver
144 return m_actual_resolver_sp->GetDepth(); in GetDepth()
/external/lldb/source/Breakpoint/
DBreakpointResolverAddress.cpp95 BreakpointResolverAddress::GetDepth() in GetDepth() function in BreakpointResolverAddress
DBreakpointResolverFileRegex.cpp118 BreakpointResolverFileRegex::GetDepth() in GetDepth() function in BreakpointResolverFileRegex
DBreakpointResolverFileLine.cpp230 BreakpointResolverFileLine::GetDepth() in GetDepth() function in BreakpointResolverFileLine
/external/opencv/otherlibs/highgui/
Dgrfmt_base.h73 int GetDepth() { return m_bit_depth; }; in GetDepth() function
/external/lldb/source/Commands/
DCommandCompletions.cpp521 CommandCompletions::SourceFileCompleter::GetDepth() in GetDepth() function in CommandCompletions::SourceFileCompleter
648 CommandCompletions::SymbolCompleter::GetDepth() in GetDepth() function in CommandCompletions::SymbolCompleter
714 CommandCompletions::ModuleCompleter::GetDepth() in GetDepth() function in CommandCompletions::ModuleCompleter

12