Searched refs:GetTargets (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/tools/cr/cr/actions/
H A Dbuilder.py19 They should override the GetTargets method to return the set of valid targets
21 more efficiently than checking from presents in the result of GetTargets.
48 def GetTargets(self): member in class:Builder
59 return target_name in self.GetTargets()
64 return difflib.get_close_matches(target_name, self.GetTargets(), 10, 0.4)
H A Dninja.py83 def GetTargets(self): member in class:NinjaBuilder
84 """Overridden from Builder.GetTargets."""
/external/chromium_org/tools/cr/cr/commands/
H A Dbuild.py33 cr.Target.GetTargets(), cr.context.remains)
57 cr.Target.GetTargets(), cr.context.remains)
81 cr.Target.GetTargets(), cr.context.remains)
H A Dinstall.py33 targets = cr.Target.GetTargets()
H A Ddebug.py31 targets = cr.Target.GetTargets()
H A Drun.py33 targets = cr.Target.GetTargets()
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.cc231 ui::GetAtomIntersection(text_atoms, GetTargets(), &requested_types);
249 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types);
306 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types);
346 ui::GetAtomIntersection(text_atoms, GetTargets(), &requested_types);
354 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types);
386 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types);
414 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types);
474 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types);
490 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types);
541 std::vector< ::Atom> OSExchangeDataProviderAuraX11::GetTargets() cons function in class:ui::OSExchangeDataProviderAuraX11
[all...]
H A Dos_exchange_data_provider_aurax11.h113 std::vector< ::Atom> GetTargets() const;
/external/chromium_org/tools/cr/cr/targets/
H A Dtarget.py123 def GetTargets(cls): member in class:Target

Completed in 2022 milliseconds