OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetTargets
(Results
1 - 6
of
6
) 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
."""
/development/testrunner/coverage/
coverage_targets.py
90
def
GetTargets
(self):
/external/chromium_org/tools/cr/cr/targets/
target.py
123
def
GetTargets
(cls):
/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
...]
/art/runtime/
dex_instruction.h
64
const int32_t*
GetTargets
() const {
Completed in 132 milliseconds