HomeSort by relevance Sort by last modified time
    Searched full:baseline (Results 51 - 75 of 622) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/native/opengl/tests/gralloc/
gralloc.cpp 71 StopWatch watch("memcpy baseline");
90 StopWatch watch("lamecpy baseline");
  /development/samples/ApiDemos/src/com/example/android/apis/view/
BaselineNested1.java 25 * Baseline alignment includes elements within nested vertical
BaselineNested2.java 25 * Baseline alignment includes an element within a nested horizontal
BaselineNested3.java 25 * Baseline alignment includes a {@link android.widget.LinearLayout}
_index.html 89 <h3>Baseline</h3>
93 <dd>Demonstrates the default baseline alignment in a simple LinearLayout with items at the top of the screen. </dd>
96 <dd>Demonstrates the default baseline alignment in a simple LinearLayout with items at the bottom of the screen.</dd>
99 <dd>Demonstrates the default baseline alignment in a simple LinearLayout with items in the center of the screen.</dd>
102 <dd>Demonstrates the default baseline alignment in a complex LinearLayout.</dd>
105 <dd>Demonstrates a baseline alignment with a multiline field. </dd>
108 <dd>Demonstrates baseline alignment in a RelativeLayout. </dd>
111 <dd>Demonstrates baseline aligning specific elements in three parallel vertical LinearLayout objects.</dd>
114 <dd>Demonstrates baseline aligning specific elements in three mixed vertical and horizontal LinearLayout objects.</dd>
117 <dd>Demonstrates baseline alignment within nested LinearLayout objects. </dd
    [all...]
GridLayout3.java 52 Spec emailRow = spec(2, BASELINE);
53 Spec passwordRow = spec(3, BASELINE);
  /external/chromium/chrome/browser/ui/cocoa/
chrome_browser_window_unittest.mm 41 // Baseline test that the window creates, displays, closes, and
  /external/clang/test/Sema/
pragma-pack-2.c 8 // Baseline
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/doc/
help.html 32 <p>The X axis represents percentage of the variation vs. the given baseline</p>
49 <p>Each test have two bars: the former is white and shows the baseline result, the latter is colored (red, green or gray) and shows the current build result.<br>
50 The variation between the baseline and the build is displayed as a percentage on top of both bars.</p>
99 <td><b>Test may have no result for the used baseline, hence the first available build is used as a reference</b>.<br>
  /external/valgrind/main/memcheck/tests/
error_counts.c 30 // Get a baseline, after start-up and also after printf (because Darwin
  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.cpp 95 return WEB_UI_STRING_KEY("Raise Baseline", "Raise Baseline (Undo action name)", "Undo action name");
97 return WEB_UI_STRING_KEY("Lower Baseline", "Lower Baseline (Undo action name)", "Undo action name");
  /external/webkit/Tools/Scripts/
run-sunspider 57 --set-baseline Set baseline for future comparisons
73 'set-baseline' => \$setBaseline,
124 push @args, "--set-baseline" if $setBaseline;
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
queue.js 146 var baselineTarget = getSelectValue('baseline-target');
147 var baselineMoveTo = getSelectValue('baseline-move-to');
152 '&baseline-target=' + encodeURIComponent(baselineTarget) +
153 '&baseline-move-to=' + encodeURIComponent(baselineMoveTo));
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
dillo 2 baseline
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
mozilla 18 alignment-baseline
80 baseline
81 baseline-shift
166 dominant-baseline
  /frameworks/base/core/java/android/text/style/
LeadingMarginSpan.java 56 * @param baseline the baseline of the line
66 int top, int baseline, int bottom,
139 int top, int baseline, int bottom,
  /frameworks/base/tools/preload/
PrintHtmlDiff.java 81 printTable(out, root.baseline, added);
83 printTable(out, root.baseline, removed);
87 static void printTable(PrintStream out, MemoryUsage baseline,
126 = clazz.memoryUsage.subtract(baseline);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridMatch.java 90 case BASELINE:
91 return String.format("Align baseline in row %1$d", cellIndex + 1);
135 * Computes the sorting priority of this match, giving baseline matches higher
140 case BASELINE:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 47 * Prefix of baseline builds displayed in data graphs.
48 * This field is set using <b>-baseline.prefix</b> argument.
51 * <pre>-baseline.prefix 3.2_200606291905</pre>
189 public GenerateResults(PerformanceResults results, String current, String baseline, boolean fingerprints, File data, File output) {
196 setDefaults(current, baseline);
214 String baseline = null; local
228 if (arg.equals("-baseline")) {
229 baseline = args[i + 1];
230 if (baseline.startsWith("-")) {
234 buffer.append(" -baseline = "+baseline+'\n')
    [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/
PerformanceResults.java 34 * Usually performance results are built for a current build vs. a baseline build.
46 String baselineName; // Name of the baseline build used for comparison
102 public PerformanceResults(String name, String baseline, String baselinePrefix, PrintStream stream) {
104 this.baselineName = baseline;
124 * Returns the name of the baseline used for extracted results
126 * @return The build name of the baseline of <code>null</code>
127 * if no specific baseline is used for the extracted results.
134 * Get the baseline prefix (computed from #baselineName).
263 * 1: all except baseline builds
264 * 2: all except baseline and nightly build
    [all...]
  /external/quake/quake/src/WinQuake/
sv_main.cpp 476 miss = ent->u.v.origin[i] - ent->baseline.origin[i];
481 if ( ent->u.v.angles[0] != ent->baseline.angles[0] )
484 if ( ent->u.v.angles[1] != ent->baseline.angles[1] )
487 if ( ent->u.v.angles[2] != ent->baseline.angles[2] )
493 if (ent->baseline.colormap != ent->u.v.colormap)
496 if (ent->baseline.skin != ent->u.v.skin)
499 if (ent->baseline.frame != ent->u.v.frame)
502 if (ent->baseline.effects != ent->u.v.effects)
505 if (ent->baseline.modelindex != ent->u.v.modelindex)
941 // create entity baseline
    [all...]
  /external/skia/tools/
download_baselines.py 41 # GM baseline image URL in regular Skia SVN repository
53 baseline type.
57 @param builder_suffix if multiple builders uploaded actual GM images for this baseline type,
88 """Return SVN URL from which we can check out the baseline images for this
89 baseline type.
115 """Download most recently generated baseline images for a single platform,
  /development/samples/ApiDemos/res/layout/
baseline_nested_3.xml 30 be baseline aligned with the others.-->
53 <!-- We'll point to the linear layout to baseline align by, which
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 294 * Get the baseline of a given label. That's how many pixels from the top of
295 * the label to the text baseline. (This is equivalent to the negative of
299 * @return the baseline in pixels.
302 return mLabels.get(labelID).baseline;
371 public Label(float width, float height, float baseLine,
375 this.baseline = baseLine;
386 public float baseline; field in class:LabelMaker.Label
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
components.html 55 <li>no baseline for test(s)</li>
77 <li>Baseline: hide the baselines (starting with R-3.x)</li>

Completed in 1875 milliseconds

1 23 4 5 6 7 8 91011>>