HomeSort by relevance Sort by last modified time
    Searched refs:GetTargets (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/tools/cr/cr/actions/
builder.py 19 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):
59 return target_name in self.GetTargets()
64 return difflib.get_close_matches(target_name, self.GetTargets(), 10, 0.4)
ninja.py 83 def GetTargets(self):
84 """Overridden from Builder.GetTargets."""
  /external/chromium_org/tools/cr/cr/commands/
build.py 33 cr.Target.GetTargets(), cr.context.remains)
57 cr.Target.GetTargets(), cr.context.remains)
81 cr.Target.GetTargets(), cr.context.remains)
install.py 33 targets = cr.Target.GetTargets()
debug.py 31 targets = cr.Target.GetTargets()
run.py 33 targets = cr.Target.GetTargets()
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 231 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() const
    [all...]
os_exchange_data_provider_aurax11.h 113 std::vector< ::Atom> GetTargets() const;
  /development/testrunner/coverage/
coverage_targets.py 90 def GetTargets(self):
coverage.py 207 self._targets_manifest.GetTargets(), do_src=False)
  /external/chromium_org/tools/cr/cr/targets/
target.py 123 def GetTargets(cls):
  /art/runtime/
dex_instruction.h 64 const int32_t* GetTargets() const {
  /art/compiler/dex/portable/
mir_to_gbc.cc 174 const int32_t* targets = payload->GetTargets();
    [all...]

Completed in 165 milliseconds