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

1 2 3 4 5 6

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedWatch.uml2.properties 17 file=../data/builds-emf-2.3.xml
20 feedURL=http://www.eclipse.org/emf/feeds/builds-emf-2.3.xml
38 # <arg line="-debug 1 -feedURL http://www.eclipse.org/emf/feeds/builds.xml
feedWatch.emf.properties 17 file=../data/builds-eclipse-3.4.xml
20 feedURL=http://download.eclipse.org/downloads/builds-eclipse.xml
41 # <arg line="-debug 1 -feedURL http://www.eclipse.org/emf/feeds/builds.xml
  /external/chromium_org/ui/message_center/
dummy_message_center.cc 12 #error This file should only be used in Android or iOS builds.
  /external/chromium_org/ui/base/
view_prop.h 14 #error view_prop.h is only for windows and aura builds.
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ScenarioResults.java 49 String[] builds = DB_Results.getBuilds(); local
58 Arrays.sort(builds, comparator);
59 int idx = Arrays.binarySearch(builds, lastBuildName, comparator);
61 builds = null;
63 int size = builds.length - ++idx;
64 System.arraycopy(builds, idx, builds = new String[size], 0, size);
66 // String[] builds = null;
70 configResults.completeResults(builds);
105 List builds = configResults.getBuilds(null) local
388 String[] builds = buildName == null ? null : new String[] { buildName }; local
    [all...]
ComponentResults.java 52 Set builds = scenarioResults.getAllBuildNames(); local
53 buildNames.addAll(builds);
117 String[] builds = getAllSortedBuildNames(true/*descending order*/); local
121 int buildsLength= builds.length;
126 String buildName = builds[i];
147 // if (milestoneDate != null) { // update previous builds
163 String lastBuildName = builds[last];
165 lastBuildName = builds[--last];
242 String[] builds = getAllSortedBuildNames(); local
243 int idx = builds.length-1
    [all...]
SQL_Results.java 237 * configuration and builds.
241 * @param builds The list of builds to get summaries. When <code>null</code>
242 * summaries for all DB builds will be read.
247 ResultSet queryScenarioSummaries(int scenarioID, String config, String[] builds) throws SQLException {
248 int length = builds==null ? 0 : builds.length;
255 buildPattern = builds[0];
259 loop: for (int idx=0; idx < builds[0].length(); idx++) {
260 char ch = builds[0].charAt(idx)
    [all...]
ConfigResults.java 43 void completeResults(String[] builds) {
46 DB_Results.queryScenarioSummaries(scenarioResults, this.name, builds);
133 * @param buildPattern The pattern of searched builds
134 * @return The list of the builds which names match the given pattern.
138 List builds = new ArrayList(); local
143 builds.add(buildResults);
146 return builds;
153 * @return The list of the builds which precedes the given build name.
157 List builds = new ArrayList(); local
162 builds.add(buildResults)
175 List builds = new ArrayList(); local
    [all...]
  /build/core/
shared_library.mk 12 $(warning $(LOCAL_MODULE): LOCAL_MODULE_PATH for shared libraries is unsupported in multiarch builds, use LOCAL_MODULE_RELATIVE_PATH instead)
18 $(warning $(LOCAL_MODULE): LOCAL_UNSTRIPPED_PATH for shared libraries is unsupported in multiarch builds)
  /external/chromium_org/tools/
prepare-bisect-perf-regression.py 13 ./tools/prepare-bisect-perf-regressions.py --working_directory "~/builds"
16 Would result in creating ~/builds/bisect and then populating it with a copy of
  /device/generic/goldfish/qemud/
Android.mk 5 # smooth builds even if the tree contains both versions.
  /bionic/libc/bionic/
NetdClient.cpp 18 #error NetdClient.cpp should NOT be included in static libc builds.
  /device/generic/goldfish/opengl/system/egl/
Android.mk 25 # Ensure that this file is only copied to emulator-specific builds.
26 # Other builds are device-specific and will provide their own
  /external/chromium_org/remoting/webapp/
cs_oauth2_trampoline.js 5 // For open-source builds, the redirect URL ends in /dev. For official builds,
  /external/chromium_org/third_party/freetype/
Android.mk 39 $(LOCAL_PATH)/builds \
51 # the following is for testing only, and should not be used in final builds
  /external/freetype/
Android.mk 40 $(LOCAL_PATH)/builds \
52 # the following is for testing only, and should not be used in final builds
  /external/chromium_org/third_party/icu/source/samples/
readme.txt 76 Note: 'make all-samples' won't work correctly in out of source builds.
  /external/icu/icu4c/source/samples/
readme.txt 76 Note: 'make all-samples' won't work correctly in out of source builds.
  /external/chromium_org/tools/valgrind/
waterfall.sh 66 echo -n "Fetching builds by slave '${SLAVE_NAME}'"
69 # We speed up the 'fetch' step by skipping the builds/tests which succeeded.
74 # to find the failed builds.
89 sed "s/.*\/builds\///" | sed "s/\".*//")
95 download $SLAVE_URL/builds/$BUILD "$TMPFILE"
109 download "$SLAVE_URL/builds/$REPORT/text" "$TMPFILE"
122 echo $SLAVE_URL/builds/$BUILD >> "$REPORT_FILE"
168 -n N Fetch N builds from each slave.
210 echo "Fetching $NUMBUILDS builds"
regrind.sh 18 # how many builds back to check
51 wget -q -O regrind-builds.html "$LAYOUT_URL"
52 latest=`grep "<li><font .*" < regrind-builds.html | head -1 | sed 's/.*#//;s/<.*//'`
60 url="$LAYOUT_URL/builds/$i/steps/valgrind%20test:%20layout/logs/stdio"
  /external/compiler-rt/make/platform/
darwin_fat.mk 7 # example, Debug and Release builds, or builds with and without
21 # When not universal builds, this section may define:
  /build/tools/
check_builds.sh 28 # test-builds/sizes.html that has a pretty chart of which files are
34 TEST_BUILD_DIR=test-builds
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
Android.mk 47 # Ensure that this file is only copied to emulator-specific builds.
48 # Other builds are device-specific and will provide their own
  /external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
arm64_make 12 arm64_make - this script builds a AArch64 version of skia that

Completed in 483 milliseconds

1 2 3 4 5 6