Searched defs:SELECTOR (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/cr/cr/actions/
H A Dinstaller.py19 SELECTOR = 'CR_INSTALLER' variable in class:Installer
H A Dbuilder.py23 SELECTOR = 'CR_BUILDER' variable in class:Builder
H A Ddebugger.py17 SELECTOR = 'CR_DEBUGGER' variable in class:Debugger
H A Drunner.py18 SELECTOR = 'CR_RUNNER' variable in class:Runner
/external/chromium_org/tools/cr/cr/base/
H A Dbuildtype.py18 SELECTOR = 'CR_BUILDTYPE' variable in class:BuildType
33 '--type', dest=cls.SELECTOR,
36 help='Sets the build type to use. Overrides ' + cls.SELECTOR
H A Darch.py17 SELECTOR = 'CR_ARCH' variable in class:Arch
22 '--architecture', dest=cls.SELECTOR,
25 help='Sets the target architecture to use. Overrides ' + cls.SELECTOR
H A Dplatform.py24 SELECTOR = 'CR_PLATFORM' variable in class:Platform
29 '--platform', dest=cls.SELECTOR,
32 help='Sets the target platform to use. Overrides ' + cls.SELECTOR

Completed in 260 milliseconds