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

1 2 3 4 5 6 7 8

  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DefaultDeflateCompatibilityWindow.java 36 // Baseline generated on 2015-11-27 using Oracle's Java Runtime Environment:
69 * Implementation of the lazy-holder idiom to hold and return the baseline.
76 * Generates the baseline and returns it.
80 Map<JreDeflateParameters, String> baseline = new HashMap<JreDeflateParameters, String>(); local
81 baseline.put(
84 baseline.put(
87 baseline.put(
90 baseline.put(
93 baseline.put(
96 baseline.put
    [all...]
  /external/autotest/client/site_tests/security_SuidBinaries/
security_SuidBinaries.py 20 Load the list of expected files for a given baseline type.
21 @param bltype the baseline to load.
23 baseline_file = open(os.path.join(self.bindir, 'baseline.' + bltype))
27 def run_once(self, baseline='suid'):
29 Do a find on the system for setuid binaries, compare against baseline.
30 Fail if setuid binaries are found on the system but not on the baseline.
46 if baseline in permmask:
47 cmd += '-a -perm /%s -print' % (permmask[baseline])
48 elif baseline == 'fscap':
51 raise error.TestFail("Unknown baseline '%s'!" % (baseline)
    [all...]
  /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_ \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
error-001.s 3 ;; Not really an error but a baseline for the expect function
  /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;
  /frameworks/base/core/java/android/text/style/
LineBackgroundSpan.java 27 int top, int baseline, int bottom,
LeadingMarginSpan.java 59 * @param baseline the baseline of the line
69 int top, int baseline, int bottom,
156 int top, int baseline, int bottom,
  /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/autotest/client/site_tests/security_RootfsStatefulSymlinks/
security_RootfsStatefulSymlinks.py 24 bfile = open(os.path.join(self.bindir, 'baseline'))
25 baseline = json.loads(bfile.read())
27 return baseline
46 # that's permitted by "can_dangle": true in the baseline.
76 baseline = self.load_baseline()
85 # Check if this link is in the baseline. If not, test fails.
86 if not link in baseline:
87 logging.error("No baseline entry for '%s'", link)
93 file_pass = self.validate_attributes(link, baseline[link])
96 # The above will have flagged any links for which we had no baseline
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
AllocationStats.java 81 * {@code baseline} measurement. The {@code baseline} measurement must have a lower weight
84 AllocationStats minus(AllocationStats baseline) {
85 for (Entry<Allocation> entry : baseline.allocations.entrySet()) {
90 + "Observed %d instance(s) of %s in the baseline but only %d in the actual "
98 return new AllocationStats(allocationCount - baseline.allocationCount,
99 allocationSize - baseline.allocationSize,
100 reps - baseline.reps,
101 Multisets.difference(allocations, baseline.allocations));
105 + "between the baseline %s and the measurement %s is invalid. Consider enabling
    [all...]
MicrobenchmarkAllocationWorker.java 91 AllocationStats baseline = null; local
96 if (stats.equals(baseline)) {
104 baseline = stats;
108 // the baseline allocations did not settle down and so are probably non-deterministic.
128 AllocationStats baseline = measureAllocations(benchmark, benchmarkMethod, 0); local
132 return measurement.minus(baseline).toMeasurements();
  /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/autotest/client/site_tests/security_Firewall/
security_Firewall.py 26 """The baseline file lists the rules that we expect.
39 so that we can update the baseline file if necessary.
69 baseline = self.load_baseline("baseline.%s" % executable)
71 webserv_rules = self.load_baseline("baseline.webservd")
73 baseline.update(webserv_rules)
79 missing_rules = baseline - current
80 extra_rules = current - 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/pdfium/samples/
image_diff.cc 137 void CountImageSizeMismatchAsPixelDifference(const Image& baseline,
140 int w = std::min(baseline.w(), actual.w());
141 int h = std::min(baseline.h(), actual.h());
144 int max_w = std::max(baseline.w(), actual.w());
145 int max_h = std::max(baseline.h(), actual.h());
152 float PercentageDifferent(const Image& baseline, const Image& actual) {
153 int w = std::min(baseline.w(), actual.w());
154 int h = std::min(baseline.h(), actual.h());
160 if (baseline.pixel_at(x, y) != actual.pixel_at(x, y))
165 CountImageSizeMismatchAsPixelDifference(baseline, actual, &pixels_different)
    [all...]
  /external/autotest/client/site_tests/security_BundledExtensions/
security_BundledExtensions.py 23 bfile = open(os.path.join(self.bindir, 'baseline'))
24 with open(os.path.join(self.bindir, 'baseline')) as bfile:
25 baseline = []
28 baseline.append(line)
29 baseline = json.loads(''.join(baseline))
30 self._ignored_extension_ids = baseline['ignored_extension_ids']
31 self._bundled_crx_baseline = baseline['bundled_crx_baseline']
32 self._component_extension_baseline = baseline[
34 self._official_components = baseline['official_components'
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
BitmapFontMetricsTest.java 69 smallFont.draw(spriteBatch, "baseline", 20, viewHeight - 40);
91 float baseline = y - font.getCapHeight(); local
96 renderer.line(0, baseline, 9999, baseline);
98 renderer.line(0, baseline + font.getXHeight(), 9999, baseline + font.getXHeight());
102 renderer.line(0, baseline + font.getDescent(), 9999, baseline + font.getDescent());
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
CaptureRenderer.java 72 if (node.baseline != -1) {
74 g.drawLine(0, node.baseline, width, node.baseline);
  /frameworks/support/design/src/android/support/design/internal/
BaselineLayout.java 27 * A simple ViewGroup that aligns all the views inside on a baseline.
61 final int baseline = child.getBaseline(); local
62 if (baseline != -1) {
63 maxChildBaseline = Math.max(maxChildBaseline, baseline);
64 maxChildDescent = Math.max(maxChildDescent, child.getMeasuredHeight() - baseline);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-artifactcomparator/0.20.0/
tycho-artifactcomparator-0.20.0.jar 
  /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/autotest/server/site_tests/platform_GCC/
platform_GCC.py 38 def compare_logs(self, baseline, new):
39 baseline_results = self.parse_log(baseline)
40 logging.info('%d results parsed in baseline (%s).' %
41 (len(baseline_results), baseline))
111 baseline = os.path.join(self.bindir, '%s.log' % (log))
113 differences = self.compare_logs(baseline, log_to)
  /external/opencv3/modules/imgcodecs/test/
test_drawing.cpp 171 int baseline = 0, thickness = 3, fontFace = FONT_HERSHEY_SCRIPT_SIMPLEX; local
173 Size textSize = getTextSize( text1, fontFace, fontScale, thickness, &baseline);
174 baseline += thickness;
176 rectangle(img, textOrg + Point(0, baseline), textOrg + Point(textSize.width, -textSize.height), Scalar(0,0,255));
185 textSize = getTextSize( text2, FONT_HERSHEY_SIMPLEX, fontScale, thickness, &baseline);
190 textSize = getTextSize( text2, FONT_HERSHEY_PLAIN, fontScale, thickness, &baseline);
195 textSize = getTextSize( text2, FONT_HERSHEY_DUPLEX, fontScale, thickness, &baseline);
199 textSize = getTextSize( text2, FONT_HERSHEY_COMPLEX, fontScale, thickness, &baseline);
203 textSize = getTextSize( text2, FONT_HERSHEY_TRIPLEX, fontScale, thickness, &baseline);
208 textSize = getTextSize( text2, FONT_HERSHEY_COMPLEX_SMALL, fontScale, thickness, &baseline);
332 int baseline = 0; local
501 int baseline = 0; local
    [all...]

Completed in 458 milliseconds

1 2 3 4 5 6 7 8