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

  /development/testrunner/coverage/
coverage_target.py 40 def SetType(self, buildtype):
41 self._type = buildtype
  /external/chromium_org/tools/cr/cr/commands/
init.py 14 cr.Platform.SELECTOR, cr.BuildType.SELECTOR, cr.Arch.SELECTOR,
43 cr.BuildType.AddArguments(parser)
63 base, buildtype = os.path.split(out)
64 if not (base and buildtype):
67 if not cr.BuildType.FindPlugin(buildtype):
68 print 'Specified build type', buildtype, 'is not valid'
69 print 'Must be one of', ','.join(p.name for p in cr.BuildType.Plugins())
72 cr.context.args.CR_BUILDTYPE != buildtype):
74 print 'Got', cr.context.args.CR_BUILDTYPE, 'and', buildtype
    [all...]
  /external/chromium_org/remoting/webapp/
build-webapp.py 78 def buildWebApp(buildtype, version, destination, zip_path,
83 buildtype: the type of build ("Official" or "Dev").
197 if buildtype == 'Official':
234 if buildtype != 'Official':
  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 202 buildtype = os.environ.get('BUILDTYPE')
203 if buildtype:
204 buildtype_list = [ buildtype ]

Completed in 1097 milliseconds