HomeSort by relevance Sort by last modified time
    Searched full:baseline (Results 1 - 25 of 703) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/456-baseline-array-set/
info.txt 2 of available registers when using the baseline register
  /art/test/504-regression-baseline-entry/
info.txt 1 Regression test for the baseline compiler which required the entry block to fall
  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric_cpu.cpp 17 bool SkDifferentPixelsMetric::diff(SkBitmap* baseline, SkBitmap* test,
23 if (baseline->width() != test->width() || baseline->height() != test->height() ||
24 baseline->width() <= 0 || baseline->height() <= 0 ||
25 baseline->colorType() != test->colorType()) {
26 SkASSERT(baseline->width() == test->width());
27 SkASSERT(baseline->height() == test->height());
28 SkASSERT(baseline->width() > 0);
29 SkASSERT(baseline->height() > 0)
    [all...]
SkDifferentPixelsMetric_opencl.cpp 20 "__kernel void diff(read_only image2d_t baseline, read_only image2d_t test, \n"
23 " uint4 baselinePixel = read_imageui(baseline, gInSampler, coord); \n"
39 bool SkDifferentPixelsMetric::diff(SkBitmap* baseline, SkBitmap* test, bool computeAlphaMask,
52 if (baseline->width() != test->width() || baseline->height() != test->height() ||
53 baseline->width() <= 0 || baseline->height() <= 0 ||
54 baseline->config() != test->config()) {
63 if (!this->makeImage2D(baseline, &baselineImage) || !this->makeImage2D(test, &testImage)) {
69 result->result = 1.0 / ((double)baseline->width() * baseline->height())
    [all...]
README 11 "/usr/local/google/home/zachr/Downloads/diffs/baseline" \
SkDiffContext.h 32 * are transparent for each pixel that differs between baseline and test).
40 * per-channel difference between baseline and test at each pixel).
48 * for each pixel that differs between baseline and test).
83 * @param baselinePath The baseline directory's path
90 * @param baselinePattern A pattern for baseline files
91 * @param testPattern A pattern for test files that matches each file of the baseline file
97 * @param baselinePath The baseline file path
110 * "baselinePath" : string containing the path to the baseline image
113 * mask of the pixel difference between the baseline
119 * baseline and test images at each pixe
    [all...]
SkPMetric.h 22 virtual bool diff(SkBitmap* baseline, SkBitmap* test, const BitmapsToCreate& bitmapsToCreate,
  /development/ndk/platforms/android-14/samples/native-media/
README.txt 4 video: H.264 baseline profile
  /external/linux-tools-perf/src/tools/perf/Documentation/
perf-diff.txt 11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
72 --baseline-only::
73 Show only items with match in baseline.
94 The comparison is governed by the baseline file. The baseline perf.data
96 the command line are searched for the baseline sample pair. If the pair
99 All samples from non-baseline perf.data files, that do not match any
100 baseline entry, are displayed with empty space within baseline column
110 b - baseline sample percentag
    [all...]
  /frameworks/base/tools/preload/
MemoryUsage.java 107 MemoryUsage subtract(MemoryUsage baseline) {
109 nativeSharedPages - baseline.nativeSharedPages,
110 javaSharedPages - baseline.javaSharedPages,
111 otherSharedPages - baseline.otherSharedPages,
112 nativePrivatePages - baseline.nativePrivatePages,
113 javaPrivatePages - baseline.javaPrivatePages,
114 otherPrivatePages - baseline.otherPrivatePages,
115 allocCount - baseline.allocCount,
116 allocSize - baseline.allocSize,
117 freedCount - baseline.freedCount
156 static MemoryUsage baseline() { method in class:MemoryUsage
    [all...]
PrintCsv.java 44 MemoryUsage baseline = MemoryUsage.baseline(); local
51 printRow(System.out, baseline, loadedClass);
70 static void printRow(PrintStream out, MemoryUsage baseline,
108 = loadedClass.memoryUsage.subtract(baseline);
  /external/skia/tools/
coverage.sh 20 # Generate a zero-baseline so files not covered by $COMMAND will still show up in the report.
22 lcov $QUIET --gcov-tool=$GCOV -c -b out/Coverage -d out/Coverage -o /tmp/baseline -i
28 lcov $QUIET -a /tmp/baseline -a /tmp/coverage -o /tmp/merged
  /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/
ConfigResults.java 30 BuildResults baseline, current; field in class:ConfigResults
44 /*if (this.baseline == null || this.current == null) */initialize();
50 * Returns the baseline build name used to compare results with.
52 * @return The name of the baseline build
56 if (this.baseline == null) {
59 return this.baseline.getName();
63 * Returns the most recent baseline build results.
65 * @return The {@link BuildResults baseline build results}.
69 if (this.baseline == null) {
72 return this.baseline;
    [all...]
  /external/eigen/bench/btl/generic_bench/timers/
STL_timer.hh 32 STL_Timer(){ baseline = false; }; // Default constructor
41 // Start a series of r trials to determine baseline time:
44 baseline = true;
73 // true if this is a baseline computation, false otherwise
74 bool baseline; member in class:STL_Timer
75 // For recording the baseline time
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasTestList.java 40 public final float baseline; field in class:BlasTestList.TestName
44 baseline = base;
48 baseline = 1.f;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 19 import static com.android.ide.common.api.SegmentType.BASELINE;
49 * different segment types -- the left edge, the right edge, the baseline, the center
163 } else if (hEdge.edgeType == BASELINE) {
226 // Match baseline
228 int baseline = firstNode.getBaseline(); local
229 if (baseline != -1) {
230 mDraggedBaseline = baseline;
231 edge = new Segment(b.y + baseline, b.x, b.x2(), firstNode, null, BASELINE,
236 int baseline = feedback.dragBaseline local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Baseline3.java 26 * Baseline alignement in LinearLayout with a center_vertical gravity. This sample shows that
27 * using a center_vertical gravity disables baseline alignment.
Baseline1.java 26 * Baseline alignment in LinearLayout.
Baseline2.java 26 * Baseline alignment in LinearLayout with a BOTTOM gravity.
Baseline4.java 26 * Baseline alignment in LinearLayout with mixed gravities.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
results.properties 12 -baseline 3.0_200406251208_200505301645 \
13 -baseline.prefix 3.0_ \
  /external/skia/src/core/
SkTextFormatParams.h 16 // Fraction of the text size to lower a strike through line below the baseline.
18 // Fraction of the text size to lower a underline below the baseline.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
readme.html 34 baseline measurements for one scenario on one configuration. The web page displays
35 the raw data for the current and baseline measurements and also displays line
37 and baseline.</p><p><br> <b>Requirements</b> </p><ul> <li>Windows or Linux (x86)
52 following command:<b><br> <br> genresults -baseline &lt;baseline build id&gt;
56 patterns&gt;] [-fingerprints][-scenarioresults][-current.prefix &lt;comma-separated list of build id prefixes&gt;][-baseline.prefix &lt;comma-separated list of build id prefixes&gt;]</b></LI></OL><br> Parameter descriptions:
57 <blockquote> <p>-baseline &lt;baseline build id. A previous value used in the
70 description. The value should be quoted if there are spaces in the value.&gt;<BR>of builds which match any prefix in this list. When omitted, a magenta line is draw on the graph which represents the baseline value specified in the -baseline parameter.&gt;<br> -highlight &lt;Comma-separated
    [all...]
  /external/toybox/
Makefile 13 .PHONY: clean distclean baseline bloatcheck install install_flat \
26 baseline: toybox_unstripped
65 @echo ' baseline - Create toybox_old for use by bloatcheck.'
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
CaptureRenderer.java 72 if (node.baseline != -1) {
74 g.drawLine(0, node.baseline, width, node.baseline);

Completed in 2145 milliseconds

1 2 3 4 5 6 7 8 91011>>