Searched defs:builds (Results 1 - 10 of 10) sorted by relevance

/external/autotest/frontend/client/src/autotest/moblab/rpc/
H A DMoblabRpcCallbacks.java69 public void onFetchBuildsForBoardCallbackSubmitted(List<String> builds); argument
/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 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...]
H A DDB_Results.java213 * The list of all the builds stored in the database.
421 * Returns all the builds names read from the database.
423 * @return The list of all builds names matching the scenario pattern used while reading data
430 String[] builds = new String[BUILDS_LENGTH];
431 System.arraycopy(BUILDS, 0, builds, 0, BUILDS_LENGTH);
432 return builds;
436 * Returns the number of builds stored int the database.
438 * @return The number of builds stored in the database.
768 * @param builds All builds t
771 queryScenarioSummaries(ScenarioResults scenarioResults, String configPattern, String[] builds) argument
1130 internalQueryScenarioSummaries(ScenarioResults scenarioResults, String config, String[] builds) argument
[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/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/autotest/frontend/afe/
H A Drpc_interface.py785 builds = {}
786 builds[provision.CROS_VERSION_PREFIX] = image
788 builds[provision.FW_RW_VERSION_PREFIX] = firmware_rw_build
790 builds[provision.FW_RO_VERSION_PREFIX] = firmware_ro_build
793 builds=builds, test_source_build=test_source_build,
1150 'builds'. If that fails, and the job is a hostless job, tries to
1151 get the image from its control file attributes 'build' or 'builds'.
1153 TODO(ntang): Needs to handle FAFT with two builds for ro/rw.
1163 value = keyvals.get('builds')
1772 builds = {} variable
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jar ... images/builds-generate-fingerprints.png html/images/builds-generate-menu.png html/images/builds- ...
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...

Completed in 1203 milliseconds