Searched refs:builds (Results 1 - 25 of 71) sorted by relevance

123

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedWatch.uml2.properties17 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
H A DfeedWatch.emf.properties17 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
H A DfeedPublish.eclipse.properties19 #file=/builds/transfer/files/master/downloads/builds-eclipse-3.3.xml
20 file=../data/builds-eclipse-3.4.xml
27 feedURL=http://download.eclipse.org/eclipse/downloads/builds-eclipse.xml
H A DfeedPublish.emf.properties19 #file=/var/www/emf/feeds/builds-emf-2.3.xml
20 file=../data/builds-emf-2.3.xml
27 feedURL=http://download.eclipse.org/tools/emf/feeds/builds-emf-2.3.xml
H A DfeedPublish.uml2.properties19 #file=/var/www/modeling/mdt/feeds/builds-uml2-uml-2.1.xml
20 file=../data/builds-uml2-uml-2.1.xml
27 feedURL=http://download.eclipse.org/modeling/mdt/feeds/builds-uml2-uml-2.1.xml
/external/valgrind/auxprogs/
H A Dnightly-build-summary27 # "builds" array of hashes
35 # "builds" is an array of hashes with the following keys
222 my @builds = @{ $nightly{"builds"} };
224 $nightly{"num_builds"} = scalar (@builds);
228 foreach my $build (@builds) {
272 my @builds = ();
302 $nightly{"builds"} = [ @builds ];
306 @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/
H A DScenarioResults.java49 String[] builds = DB_Results.getBuilds();
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
[all...]
H A DComponentResults.java52 Set builds = scenarioResults.getAllBuildNames();
53 buildNames.addAll(builds);
117 String[] builds = getAllSortedBuildNames(true/*descending order*/);
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();
243 int idx = builds
[all...]
H A DSQL_Results.java237 * 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 { argument
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[
[all...]
H A DConfigResults.java43 void completeResults(String[] builds) { argument
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();
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();
162 builds
[all...]
H A DPerformanceResults.java112 * Returns the list of all builds currently read.
114 * @return The names list of all currently known builds
263 * 1: all except baseline builds
264 * 2: all except baseline and nightly builds
265 * 3: only integration builds
365 // Read all builds
495 // Look for missing builds
497 String[] builds = DB_Results.getBuilds();
498 Arrays.sort(builds, Util.BUILD_DATE_COMPARATOR);
499 for (int i=builds
812 updateBuilds(String[] builds, boolean force, File dataDir, IProgressMonitor monitor) argument
[all...]
/external/svox/pico/
H A DAndroid.mk2 # This makefile builds both an activity and a shared library.
/external/icu/icu4c/source/samples/
H A Dreadme.txt76 Note: 'make all-samples' won't work correctly in out of source builds.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DRawDataTable.java25 * Class used to fill details file of scenario builds data.
83 List builds = this.configResults.getBuildsMatchingPrefixes(this.buildPrefixes);
84 Collections.reverse(builds);
85 int size = builds.size();
87 BuildResults buildResults = (BuildResults) builds.get(i);
H A DScenarioData.java44 * Class used to print scenario all builds data.
88 * Returns a LineGraph object representing measurements for a scenario over builds.
103 Iterator builds = configResults.getResults();
105 buildLoop: while (builds.hasNext()) {
106 BuildResults buildResults = (BuildResults) builds.next();
156 * Print the scenario all builds data from the given performance results.
212 * Print the summary file of the builds data.
227 List builds = configResults.getBuilds(buildPrefix);
229 if (builds.size() > 0) {
230 highlightedPoints.add(builds
[all...]
/external/freetype/
H A DAndroid.mk52 # the following is for testing only, and should not be used in final builds
/external/noto-fonts/
H A DAndroid.mk41 # license. These are not included in SMALLER_FONT_FOOTPRINT builds.
83 # The following fonts are included in all builds.
92 # The following fonts are excluded from SMALLER_FONT_FOOTPRINT builds.
194 # The following fonts are excluded from MINIMAL_FONT_FOOTPRINT builds.
/external/svox/pico/tts/
H A DAndroid.mk5 # to the rule below / except that it builds a shared
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DPerformanceResultsElement.java149 String[] builds = this.results == null ? getBuildNames() : getPerformanceResults().getAllBuildNames();
150 if (Arrays.binarySearch(builds, buildResultsElement.getName(), Util.BUILD_DATE_COMPARATOR) < 0) {
188 public void updateBuilds(String[] builds, boolean force, File dataDir, IProgressMonitor monitor) { argument
192 getPerformanceResults().updateBuilds(builds, force, dataDir, monitor);
284 buffer.append(" builds to confirm a regression: ");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DBuildsView.java54 * View to see all the builds which have performance results stored in the database.
56 * Typical actions from this view are update local data files with builds results
114 // Generate all selected builds
241 * Action to update local data files with the performance results of all builds.
263 * Class to compare builds regarding their date instead of their name.
301 * Compute the list of builds to update based on their status.
330 // Set the content provider: first level is builds list
385 PlatformUI.getWorkbench().getHelpSystem().setHelp(this.viewer.getControl(), "org.eclipse.test.performance.ui.builds");
430 * Get all builds from the model.
556 // Refresh only builds vie
[all...]
H A DPerformanceResultsPreferencePage.java222 this.statusBuildsToConfirm.setToolTipText("The number of previous builds to take into account to confirm a regression");
496 String[] builds = DB_Results.getBuilds();
497 Arrays.sort(builds, Util.BUILD_DATE_COMPARATOR);
498 int length = builds.length;
500 this.lastBuildCombo.add(builds[i]);
754 String builds[] = this.lastBuildCombo.getItems();
755 int bLength = builds.length;
758 if (builds[b].length() > 0 && Util.getBuildDate(builds[b]).equals(milestone)) {
874 // Verify the 'builds t
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php21 page you can find the latest <a href="build_types.html">builds</a> produced by
27 about different kinds of builds look <a href="build_types.html">here</a>.</p></td></tr>
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt38 This project builds the zlib binaries as follows:
/external/libvpx/libvpx/test/android/
H A DAndroid.mk9 # This make file builds vpx_test app for android.
/external/mdnsresponder/
H A DAndroid.mk95 # This builds an mDns that is embeddable within GmsCore for the nearby connections API

Completed in 1305 milliseconds

123