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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/preload/
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/chromium_org/third_party/WebKit/Source/core/svg/
svgattrs.in 8 alignment-baseline
18 baseline-shift
47 dominant-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...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
CaptureRenderer.java 72 if (node.baseline != -1) {
74 g.drawLine(0, node.baseline, width, node.baseline);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
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.
Baseline6.java 26 * Baseline alignment in RelativeLayout.
Baseline7.java 26 * Baseline alignment in RelativeLayout with various font weights.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
builds.html 54 to choose the baseline to compare with:
55 <p><img src="images/builds-generate-baseline.png" alt="Generate results: baseline selection"/></p>
73 <li>Baseline: hide the baselines (starting with R-3.x)</li>
  /external/skia/tools/skpdiff/
SkDiffContext.h 36 * @param baselinePath The baseline directory's path
43 * @param baselinePattern A pattern for baseline files
44 * @param testPattern A pattern for test files that matches each file of the baseline file
50 * @param baselinePath The baseline file path
SkDifferentPixelsMetric.h 31 virtual int queueDiff(SkBitmap* baseline, SkBitmap* test) SK_OVERRIDE;
SkPMetric.h 22 virtual int queueDiff(SkBitmap* baseline, SkBitmap* test) SK_OVERRIDE;
  /external/valgrind/main/massif/tests/
ignoring.c 16 // Now do an allocation to provide the post-peak baseline.
  /frameworks/base/core/java/android/text/style/
LineBackgroundSpan.java 27 int top, int baseline, int bottom,
  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 165 # Find the baseline image
170 print " No baseline image found, mask will not be updated"
171 baseline = None
173 baseline = Image.open(os.path.join(mask_scrape_dir, mask_scrapes[0]))
195 # Calculate the difference between the new scrape and the baseline,
197 if baseline:
198 diff = ImageChops.multiply(ImageChops.difference(scrape, baseline),
203 print " Scrape identical to baseline, no change in mask"
209 # black pixels (where the scrape and the baseline were identical)
210 # to white, all others (where the scrape and the baseline differed
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
styled_text_field_cell.h 17 // The border and focus ring are modified, as is the font baseline. Subclasses
42 // Baseline adjust for the text in this cell. Defaults to 0. Subclasses should
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.h 58 // The baseline of the child views. This is -1 if none of the views support a
59 // baseline.
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.h 58 // The baseline of the child views. This is -1 if none of the views support a
59 // baseline.
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSValueKeywords.in 237 // baseline
249 //baseline
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 53 BASELINE='baseline'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 53 BASELINE='baseline'
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GlobalCanvasDragInfo.java 166 * Returns the baseline of the drag, or -1 if not applicable
175 * Sets the baseline of the drag
177 * @param baseline the new baseline
179 public void setDragBaseline(int baseline) {
180 mDragBaseline = baseline;
  /external/chromium_org/third_party/lcov/man/
genhtml.1 14 .RB [ \-b | \-\-baseline\-file ]
15 .IR baseline\-file
135 .BI "\-b " baseline\-file
137 .BI "\-\-baseline\-file " baseline\-file
140 .I baseline\-file
141 as coverage baseline.
144 .I baseline\-file
148 .I baseline\-file
152 .I baseline\-fil
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 487 function subtractData(data, baseline) {
489 if (baseline.data.length != count) {
494 var obj2 = baseline.data[i];
535 // Compute results for the data with an optional baseline.
536 // If |baseline| is undefined, will compute the results of this
537 // run. Otherwise, computes the diff between this data and the baseline.
538 function computeResults(data, baseline) {
548 if (baseline) {
549 computeDisplayResults(baseline);
550 if (!subtractData(data, baseline)) {
    [all...]

Completed in 1787 milliseconds

12 3 4 5 6 7 8 91011>>