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

1 2

  /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.
  /packages/apps/Mms/apptests/
Android.mk 12 # Builds against the public SDK
19 # This finds and builds the test apk as well, so a single make does both.
  /packages/apps/Mms/
Android.mk 17 # Builds against the public SDK
36 # This finds and builds the test apk as well, so a single make does both.
  /external/objenesis/
Android.mk 42 # Builds the Objenesis TCK as a device-targeted library
54 # Builds the deployable Objenesis TCK for Android
  /cts/build/
test_host_java_library.mk 16 # Builds a host library and defines a rule to generate the associated test
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_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_uiautomator.mk 16 # Builds a uiautomator library and defines a rule to generate the associated test
  /cts/common/host-side/tradefed/
Android.mk 16 # Builds the compatibility tradefed host library
  /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/chromium_org/chrome/browser/resources/media/
webrtc_logs.js 13 * Callback from backend with the list of uploads. Builds the UI.
  /external/chromium_org/chrome/browser/resources/
crashes.js 16 * Callback from backend with the list of crashes. Builds the UI.
  /external/mockito/
Android.mk 39 # Builds the Mockito source code, but does not include any run-time
44 # Exclude source used to dynamically create classes since target builds use
  /external/sepolicy/
Android.mk 17 # User builds are always forced unconfined+enforcing
30 # Builds the singular path for each replace file.
62 # Builds paths for all requested policy files w.r.t
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 127 * Builds a summary of current state and exports it as a downloaded file.
  /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...]
  /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
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
table_util.js 48 * Utility function to determine colgroup structure. Builds an array that
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 79 * Builds an error object with a message that may be sent to the server.
102 * Builds a request to the notification server.
689 * Builds the object to manage tasks (mutually exclusive chains of events).
844 * Builds an object to manage retrying activities with exponential backoff.
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
util.js 132 * Builds a string by repeating |str| |count| times.
  /external/chromium_org/tools/sheriffing/
botinfo.js 20 this.builds = {};
29 /** Update info about the bot, including info about the builder's builds. */
45 // Send asynchronous requests to get info about the builder's last builds.
56 if (this.builds[buildNumber] &&
57 this.builds[buildNumber].state != 'running') {
73 var url = rootJsonUrl + 'builders/' + this.name + '/builds/' + buildNumber;
82 botInfo.builds[json.number] = new BuildInfo(json);
92 // The cached builds line doesn't store every build so we can't just take the
116 * Returns true IFF the last few builds are all green.
121 var ascendingBuildNumbers = Object.keys(this.builds);
    [all...]

Completed in 1373 milliseconds

1 2