HomeSort by relevance Sort by last modified time
    Searched refs:Builds (Results 1 - 25 of 33) sorted by null

1 2

  /external/autotest/site_utils/suite_scheduler/
constants.py 18 class Builds:
task.py 16 from constants import Builds
363 not self.test_source in [Builds.FIRMWARE_RW, Builds.CROS]):
699 builds = []
705 builds.extend(build)
706 for build in builds:
712 if self.test_source == Builds.FIRMWARE_RW:
714 elif self.test_source == Builds.CROS:
718 logging.debug('Schedule %s for builds %s.%s',
719 self._suite, builds,
    [all...]
  /external/chromium-trace/catapult/firefighter/update/
main.py 8 from handlers import builds namespace
14 ('/builds', builds.Builds),
  /packages/apps/BasicSmsReceiver/
Android.mk 13 # Builds against the public SDK
20 # This finds and builds the test apk as well, so a single make does both.
  /external/chromium-trace/catapult/firefighter/update/common/buildbot/
builds.py 14 class Builds(object):
45 strictly need all the builds requested, be sure to check the result length.
65 url = 'json/builders/%s/builds/?%s' % (
69 builds = network.FetchData(url).values()
72 # Try downloading the builds individually instead.
73 builds = []
75 url = 'json/builders/%s/builds/%d' % (
79 builds.append(network.FetchData(url))
85 for build_data in builds:
builder.py 7 from common.buildbot import builds namespace
25 self._builds = builds.Builds(master_name, name, self._url)
62 def builds(self): member in class:Builder
79 """Set of builds whose data are visible on the master in increasing order.
81 More builds may be available than this.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties 23 RSSFeedCreateFeedTask.Builds=Builds
  /external/objenesis/
Android.mk 50 # Builds the Objenesis TCK as a device-targeted library
62 # Builds the deployable Objenesis TCK for Android
  /cts/build/
compatibility_test_suite.mk 16 # Builds a compatibility test suite.
support_package.mk 16 # Builds a package which is needed by a test package and copies it to CTS
21 # Disable by default so "m cts" will work in emulator builds
test_deqp_package.mk 16 # Builds dEQP test description XMLs needed by CTS.
test_executable.mk 16 # Builds an executable and defines a rule to generate the associated test
test_gtest_package.mk 16 # Builds a package and defines a rule to generate the associated test
22 # Disable by default so "m cts" will work in emulator builds
test_host_java_library.mk 16 # Builds a host library and defines a rule to generate the associated test
test_package.mk 16 # Builds a package and defines a rule to generate the associated test
22 # Disable by default so "m cts" will work in emulator builds
test_target_java_library.mk 16 # Builds a host library and defines a rule to generate the associated test
19 # Disable by default so "m cts" will work in emulator builds
test_target_testng_package.mk 16 # Builds a host library and defines a rule to generate the associated test
19 # Disable by default so "m cts" will work in emulator builds
device_info_package.mk 16 # Builds a package which can be instrumented to retrieve information about the device under test.
  /external/mockito/
Android.mk 40 # Builds the Mockito source code, but does not include any run-time
45 # Exclude source used to dynamically create classes since target builds use
101 # Builds the Mockito source code, but does not include any run-time
  /external/chromium-trace/catapult/firefighter/update/handlers/
builds.py 18 class Builds(webapp2.RequestHandler):
32 # Filter out recorded builds from available builds.
62 # its list of cached builds. That results in more builds than we want.
63 # Limit the list to the last 100 builds, because the urlfetch URL limit is
65 builds = frozenset(build for build in builder.cached_builds
67 available_builds[builder.name] = builds
73 # we request up to 100 builds (see above comment), and the slowest cron bots
96 builds = collections.defaultdict(set
    [all...]
  /external/guice/
Android.mk 26 # Builds the 'no_aop' flavor for Android.
  /build/
envsetup.sh 8 - mm: Builds all of the modules in the current directory, but not their dependencies.
9 - mmm: Builds all of the modules in the supplied directories, but not their dependencies.
11 - mma: Builds all of the modules in the current directory, and their dependencies.
12 - mmma: Builds all of the modules in the supplied directories, and their dependencies.
    [all...]
  /system/sepolicy/
Android.mk 29 # Builds paths for all policy files found in BOARD_SEPOLICY_DIRS and the LOCAL_PATH.
33 # Builds paths for all policy files found in BOARD_SEPOLICY_DIRS.
108 echo "ERROR: permissive domains not allowed in user builds" 1>&2; \
145 echo "ERROR: permissive domains not allowed in user builds" 1>&2; \
  /external/ceres-solver/
Android.mk 32 # Builds Ceres for Android, using the standard toolchain (not
71 # simple and small implementation that builds on Android. However, if
  /external/ceres-solver/jni/
Android.mk 32 # Builds Ceres for Android, using the standard toolchain (not
71 # simple and small implementation that builds on Android. However, if

Completed in 487 milliseconds

1 2