HomeSort by relevance Sort by last modified time
    Searched full:builders (Results 1 - 25 of 41) sorted by null

1 2

  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
__init__.py 1 from webkit import auth, status, builders, schedulers namespace
4 reload(builders)
schedulers.py 3 def getSchedulers(builders):
4 builders = map(lambda builder: (builder['name'], builder['periodic']), builders)
5 trunkBuilders = [name for name, periodic in builders if name.startswith('trunk-') and not periodic]
7 stableBuilders = [name for name, periodic in builders if name.startswith('stable-') and not periodic]
9 periodicBuilders = [name for name, periodic in builders if periodic]
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/
robots.txt 3 Disallow: /builders
  /external/webkit/WebKitTools/Scripts/webkitpy/
buildbot_unittest.py 40 <td class="box"><a href="builders/Windows%20Debug%20%28Tests%29">Windows Debug (Tests)</a></td>
41 <td align="center" class="LastBuild box success"><a href="builders/Windows%20Debug%20%28Tests%29/builds/3693">47380</a><br />build<br />successful</td>
44 <td class="box"><a href="builders/SnowLeopard%20Intel%20Release">SnowLeopard Intel Release</a></td>
48 <td class="box"><a href="builders/Qt%20Linux%20Release">Qt Linux Release</a></td>
49 <td align="center" class="LastBuild box failure"><a href="builders/Qt%20Linux%20Release/builds/654">47383</a><br />failed<br />compile-webkit</td>
55 'builder_url': u'http://build.webkit.org/builders/Windows%20Debug%20%28Tests%29',
56 'build_url': u'http://build.webkit.org/builders/Windows%20Debug%20%28Tests%29/builds/3693',
62 'builder_url': u'http://build.webkit.org/builders/SnowLeopard%20Intel%20Release',
67 'builder_url': u'http://build.webkit.org/builders/Qt%20Linux%20Release',
68 'build_url': u'http://build.webkit.org/builders/Qt%20Linux%20Release/builds/654'
    [all...]
buildbot.py 51 # red we should not be landing patches. Other builders should be added
100 builders = []
104 builders.append(builder)
105 return builders
128 builders = []
132 builders.append(builder)
133 return builders
  /libcore/luni/src/main/java/javax/net/ssl/
KeyStoreBuilderParameters.java 53 * the list of key store builders
60 throw new NullPointerException("Builders list is null");
63 throw new IllegalArgumentException("Builders list is empty");
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
ensurebuildersaregreen.py 48 error("Builders [%s] are red, please do not commit.\nSee http://%s.\nPass --ignore-builders to bypass this check." % (", ".join(red_builders_names), self._tool.buildbot.buildbot_host))
options.py 35 check_builders = make_option("--ignore-builders", action="store_false", dest="check_builders", default=True, help="Don't check to see if the build.webkit.org builders are green before landing.")
  /development/pdk/docs/about/
philosophy.jd 33 compatible", and what is required of device builders to achieve that status.
36 ecosystem of applications that we are building around Android, device builders
41 of replaceable parts. Conceptually, our notion is that device builders port
54 <li>Device builders and Contributors work with the current
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidNature.java 81 // remove the android builders
126 // the android builders in relation to the java builder.
128 // android builders.
186 // it's not there, lets add it at the beginning of the builders
230 // copy the builders before.
242 // set the new builders in the project
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ResourceManagerBuilder.java 102 // interrupt the build. The next builders will not run.
114 // This interrupts the build. The next builders will not run.
122 // This interrupts the build. The next builders will not run.
166 // This interrupts the build. The next builders will not run.
PreCompilerBuilder.java 319 // This interrupts the build. The next builders will not run.
333 // This interrupts the build. The next builders will not run.
356 // This interrupts the build. The next builders will not run.
453 // This interrupts the build. The next builders will not run.
465 // This interrupts the build. The next builders will not run.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 81 // the build id will be null, and this is handled by the builders.
83 // the build id will be null, and this is handled by the builders.
  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 445 * This can only be used with builders of type insert, update, or assert.
461 * This can only be used with builders of type insert, update, or assert.
479 * This can only be used with builders of type update, delete, or assert.
498 * This can only be used with builders of type insert, update, or assert.
516 * This can only be used with builders of type insert, update, or assert.
560 * This can only be used with builders of type update, delete, or assert.
581 * This can only be used with builders of type update, delete, or assert.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
FixProjectAction.java 102 // now we fix the builders
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
master.cfg 332 c['builders'] = []
333 for builder in config['builders']:
353 c['builders'].append(builder)
  /external/v8/src/
SConscript 268 env['BUILDERS']['JS2C'] = Builder(action=js2c.JS2C)
269 env['BUILDERS']['Snapshot'] = Builder(action='$SOURCE $TARGET --logfile "$LOGFILE" --log-snapshot-positions')
  /development/pdk/docs/source/
code-lines.jd 59 <p>OEMs and other device builders naturally want to ship devices with the
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
ExtendedPKIXBuilderParameters.java 16 * This class contains extended parameters for PKIX certification path builders.
  /external/chromium/net/
net_resources.scons 277 env['BUILDERS']['grit'] = Builder(action=grit_action,
  /external/stlport/doc/
README.wince 30 - Platform Builders (PB): this tool is used to create a CE image. You can select the
  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSetting.java 246 * @param factory DocumentBuilderFactory Factory for DOM builders
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSetting.java 246 * @param factory DocumentBuilderFactory Factory for DOM builders
  /external/protobuf/java/src/main/java/com/google/protobuf/
Message.java 152 // Builders
159 * Abstract interface implemented by Protocol Message builders.
MessageLite.java 140 // Builders
154 * Abstract interface implemented by Protocol Message builders.

Completed in 396 milliseconds

1 2