OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUPPORTED_VERSIONS
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mac.py
41
SUPPORTED_VERSIONS
= ('snowleopard', 'lion', 'retina', 'mountainlion', 'mavericks')
77
assert self._version in self.
SUPPORTED_VERSIONS
win.py
47
SUPPORTED_VERSIONS
= ('xp', 'win7')
69
assert self._version in self.
SUPPORTED_VERSIONS
, "%s is not in %s" % (self._version, self.
SUPPORTED_VERSIONS
)
linux.py
46
SUPPORTED_VERSIONS
= ('x86', 'x86_64')
99
assert arch in self.
SUPPORTED_VERSIONS
base.py
131
SUPPORTED_VERSIONS
= []
135
return cls.FALLBACK_PATHS[cls.
SUPPORTED_VERSIONS
[-1]]
[
all
...]
android.py
408
SUPPORTED_VERSIONS
= ('android')
[
all
...]
Completed in 37 milliseconds