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

  /external/chromium_org/tools/cr/cr/actions/
builder.py 17 They should override the GetTargets method to return the set of valid targets
19 more efficiently than checking from presents in the result of GetTargets.
46 def GetTargets(self, context):
57 return target_name in self.GetTargets(context)
ninja.py 55 def GetTargets(self, context):
56 """Overridden from Builder.GetTargets."""
  /development/testrunner/coverage/
coverage_targets.py 90 def GetTargets(self):
  /external/chromium_org/tools/cr/cr/targets/
target.py 126 def GetTargets(cls, context):
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 167 ui::GetAtomIntersection(text_atoms, GetTargets(), &requested_types);
185 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types);
264 ui::GetAtomIntersection(text_atoms, GetTargets(), &requested_types);
271 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types);
285 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types);
309 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types);
325 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types);
371 std::vector< ::Atom> OSExchangeDataProviderAuraX11::GetTargets() const {
  /art/runtime/
dex_instruction.h 64 const int32_t* GetTargets() const {

Completed in 2896 milliseconds