HomeSort by relevance Sort by last modified time
    Searched full:baseline (Results 126 - 150 of 762) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/tools/imagediff/
image_diff.cc 142 float PercentageDifferent(const Image& baseline, const Image& actual) {
143 int w = std::min(baseline.w(), actual.w());
144 int h = std::min(baseline.h(), actual.h());
150 if (baseline.pixel_at(x, y) != actual.pixel_at(x, y))
156 int max_w = std::max(baseline.w(), actual.w());
157 int max_h = std::max(baseline.h(), actual.h());
241 fputs("Error, baseline image can't be decoded.\n", stderr);
  /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/
ConfigResultsElement.java 43 static final String P_STR_CONFIG_BASELINE_BUILD = "baseline build"; //$NON-NLS-1$
44 static final String P_STR_CONFIG_BASELINED = "has baseline"; //$NON-NLS-1$
46 static final String P_STR_CONFIG_DELTA = "delta with baseline"; //$NON-NLS-1$
116 list.add("There's no baseline for this machine to compare with");
156 * Get the baseline build used for this configuration.
158 * @param buildName The name of the build to have the baseline
159 * @return The baseline build as {@link BuildResultsElement}.
BuildResultsElement.java 30 static final String P_ID_BUILD_BASELINE = "BuildResultsElement.baseline"; //$NON-NLS-1$
42 static final String P_STR_BUILD_IS_BASELINE = "is baseline"; //$NON-NLS-1$
43 static final String P_STR_BUILD_BASELINE = "baseline"; //$NON-NLS-1$
45 static final String P_STR_BUILD_DELTA = "delta with baseline"; //$NON-NLS-1$
119 list.add("There's no baseline to compare with");
325 // TODO (frederic) report high variation in baseline results along history
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 107 help_text = "Copy existing baselines down one level in the baseline order to ensure new baselines don't break existing passing platforms."
127 def _port_for_primary_baseline(self, baseline):
129 if self._tool.filesystem.basename(port.baseline_version_dir()) == baseline:
131 raise Exception("Failed to find port for primary baseline %s." % baseline)
135 ports = [self._port_for_primary_baseline(baseline) for baseline in self._immediate_predecessors_in_fallback(baseline_directory)]
140 # Need to gather all the baseline paths before modifying the filesystem since
145 _log.debug("No existing baseline for %s." % test_name)
150 _log.debug("Existing baseline at %s, not copying over it." % new_baseline
    [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 85 our $base_filename; # Optional name of file containing baseline data
116 "baseline-file=s" => \$base_filename,
203 -b, --baseline-file BASEFILE Use BASEFILE as baseline file
252 # Read and apply baseline data if specified
255 # Read baseline file
256 info("Reading baseline file $base_filename\n");
260 # Apply baseline
261 info("Subtracting baseline data.\n");
986 # Subtract the execution counts found in the baseline hash referenced b
    [all...]
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
genflat.pl 85 our $base_filename; # Optional name of file containing baseline data
116 "baseline-file=s" => \$base_filename,
203 -b, --baseline-file BASEFILE Use BASEFILE as baseline file
252 # Read and apply baseline data if specified
255 # Read baseline file
256 info("Reading baseline file $base_filename\n");
260 # Apply baseline
261 info("Subtracting baseline data.\n");
986 # Subtract the execution counts found in the baseline hash referenced b
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp 476 // Find out the baseline of the cell
477 // If the cell's baseline is more then the row's baseline then the cell's baseline become the row's baseline
478 // and if the row's baseline goes out of the row's boundries then adjust row height accordingly.
484 // Ignoring the intrinsic padding as it depends on knowing the row's baseline, which won't be accurate
488 m_grid[row].baseline = max(m_grid[row].baseline, baselinePosition);
495 m_rowPos[row + 1] = max<int>(m_rowPos[row + 1], m_rowPos[row] + m_grid[row].baseline + cellStartRowBaselineDescent)
837 LayoutUnit baseline = cell->cellBaselinePosition(); local
    [all...]
RenderTableSection.h 115 , baseline()
121 LayoutUnit baseline; member in struct:WebCore::FINAL::RowStruct
198 LayoutUnit rowBaseline(unsigned row) { return m_grid[row].baseline; }
  /external/jpeg/
jpegtran.1 18 for example from baseline JPEG to progressive JPEG or vice versa. It can also
69 If you specify none of these switches, you get a plain baseline-JPEG output
194 This example converts a baseline JPEG file to progressive form:
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 128 llvm::Timer BaseLine((Name + ": Loop").str(), Group);
129 BaseLine.startTimer();
134 BaseLine.stopTimer();
  /external/qemu/distrib/jpeg-6b/
jpegtran.1 18 for example from baseline JPEG to progressive JPEG or vice versa. It can also
69 If you specify none of these switches, you get a plain baseline-JPEG output
194 This example converts a baseline JPEG file to progressive form:
  /frameworks/base/core/java/android/widget/
ImageView.java     [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 282 protected Account[] getAccountManagerAccounts(Account[] baseline) {
284 if (baseline.length == 0) {
291 for (Account removeAccount : baseline) {
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.css 52 -webkit-align-items: baseline;
  /external/chromium_org/ui/gfx/
platform_font.h 42 // Returns the baseline, or ascent, of the font.
render_text_mac.h 86 // Common baseline for this line of text. Computed by |EnsureLayout()|.
  /external/chromium_org/ui/views/layout/
layout_constants.h 23 // When several controls are aligned vertically, the baseline should be spaced
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2606.js 28 // Check baseline for __proto__.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
results.html 26 <li>results color depends on the diff of the delta with the baseline:
  /external/linux-tools-perf/Documentation/
perf-diff.txt 24 Show position displacement relative to baseline.
  /external/srec/tools/dictTest/
dictTest.c 39 LPRINTF("usage: dictTest [-words words.txt] [-vocab dictionary.ok] [-itest input.tst] [-out output.txt] [-locale en-us|en-gb|fr-fr|de-de] [-parfile baseline.par]\n");
186 LPRINTF ( "Looking for the default parfile, $ESRSDK/config/$ESRLANG/baseline.par...\n" );
196 LSTRCAT ( parfilename, L("/baseline.par") );
231 LSTRCAT ( parfilename, L("/baseline.par") );
  /frameworks/base/core/java/android/text/style/
DrawableMarginSpan.java 43 int top, int baseline, int bottom,
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AbstractLayoutTest.java 33 public static final String[] VERTICAL_NAMES = { "TOP", "CENTER", "BASELINE", "BOTTOM", "FILL" };
  /docs/source.android.com/src/
legal.jd 38 style="margin:0;padding:0 2px;vertical-align:baseline" /> logo, and
49 style="margin:0;padding:0;vertical-align:baseline" /> can be used, reproduced, and modified freely
  /external/chromium/chrome/browser/policy/
device_management_service.cc 28 // amongst others. Wraps a baseline request context from which we reuse the
42 // Share resolver, proxy service and ssl bits with the baseline context. This

Completed in 3370 milliseconds

1 2 3 4 56 7 8 91011>>