Searched defs:baseline (Results 1 - 25 of 31) sorted by relevance

12

/external/eigen/bench/btl/generic_bench/timers/
H A DSTL_timer.hh32 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
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
H A DAllocationStats.java81 * {@code baseline} measurement. The {@code baseline} measurement must have a lower weight
84 AllocationStats minus(AllocationStats baseline) { argument
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
116 delta(AllocationStats baseline) argument
[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/
H A DBuildResults.java46 boolean baseline; field in class:BuildResults
56 this.baseline = this.name.startsWith(DB_Results.getDbBaselinePrefix());
108 * Returns the most recent baseline build results.
110 * @return The {@link BuildResults baseline build results}.
157 if (this.baseline) {
315 * Returns whether the build is a baseline build or not.
317 * @return <code>true</code> if the build name starts with the baseline prefix
322 return this.baseline;
386 this.baseline = kind == 0;
387 if (this.baseline) {
[all...]
H A DConfigResults.java30 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...]
H A DPerformanceResults.java34 * 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) { argument
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 an
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DGenerateResults.java47 * 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) { argument
196 setDefaults(current, baseline);
214 String baseline = null;
228 if (arg.equals("-baseline")) {
229 baseline = args[i + 1];
230 if (baseline.startsWith("-")) {
234 buffer.append(" -baseline
979 setDefaults(String buildName, String baseline) argument
[all...]
/external/opencv3/modules/imgcodecs/test/
H A Dtest_drawing.cpp171 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...]
/external/skia/gm/
H A Ddrawbitmaprect.cpp182 SkScalar baseline = dstRect.height() + variable
185 0, baseline,
/external/opencv3/modules/videoio/src/
H A Dcap_openni2.cpp149 // TODO find in OpenNI function to convert z->disparity and remove fields "baseline" and depthFocalLength_VGA
151 double baseline; member in class:CvCapture_OpenNI2
383 if (depth.getProperty<double>(XN_STREAM_PROPERTY_EMITTER_DCMOS_DISTANCE, &baseline) != openni::STATUS_OK)
389 // baseline from cm -> mm
390 baseline *= 10;
539 propValue = baseline;
773 static void computeDisparity_32F( const openni::VideoFrameRef& depthMetaData, cv::Mat& disp, double baseline, int F, int noSampleValue, int shadowValue)
779 // disparity = baseline * F / z;
781 float mult = (float)(baseline /*mm*/ * F /*pixels*/);
802 computeDisparity_32F(depthFrame, disp32, baseline, depthFocalLength_VG
[all...]
H A Dcap_openni.cpp505 // TODO find in OpenNI function to convert z->disparity and remove fields "baseline" and depthFocalLength_VGA
507 XnDouble baseline; member in class:CvCapture_OpenNI
747 if( depthGenerator.GetRealProperty( "LDDIS", baseline ) != XN_STATUS_OK )
753 // baseline from cm -> mm
754 baseline *= 10;
950 propValue = baseline;
1217 static void computeDisparity_32F( const xn::DepthMetaData& depthMetaData, cv::Mat& disp, XnDouble baseline, XnUInt64 F, argument
1225 // disparity = baseline * F / z;
1227 float mult = (float)(baseline /*mm*/ * F /*pixels*/);
1248 computeDisparity_32F( depthMetaData, disp32, baseline, depthFocalLength_VG
[all...]
/external/pdfium/samples/
H A Dimage_diff.cc137 void CountImageSizeMismatchAsPixelDifference(const Image& baseline, argument
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) { argument
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, actua
172 HistogramPercentageDifferent(const Image& baseline, const Image& actual) argument
[all...]
/external/safe-iop/src/
H A Dsafe_iop.c57 if (!baseline) { \
60 baseline = 1; \
79 int baseline = 0; /* indicates if the base value is present */ local
/external/opencv3/modules/highgui/src/
H A Dwindow_carbon.cpp575 SInt16 baseline; local
577 GetThemeTextDimensions( text, kThemeCurrentPortFont, kThemeStateActive, false, &qdSize, &baseline );
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp109 FX_FLOAT baseline = pText->m_PosY; local
129 pBaseLine = InsertTextBox(pBaseLine, baseline, leftx + segment_left,
136 pBaseLine = InsertTextBox(pBaseLine, baseline, leftx + segment_left,
153 pBaseLine = InsertTextBox(pBaseLine, baseline, leftx + segment_left,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar ... .tools.internal.provisional.model.IApiBaseline baseline boolean success java.io.File file public void ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
H A Drepository-tools-ant.jar ... .internal.repository.tools.tasks.DestinationRepository baseline private String comparatorId private java.io.File comparatorLog ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jar ... html/components.html html/images/builds-generate-baseline.png html/images/builds-generate-fingerprints. ...
/external/v8/test/cctest/
H A Dtest-api.cc14345 int64_t baseline = isolate->AdjustAmountOfExternalAllocatedMemory(0); local
14346 CHECK_EQ(baseline + kSize,
14348 CHECK_EQ(baseline,
14352 CHECK_EQ(baseline + kTriggerGCSize,
14354 CHECK_EQ(baseline,
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1243 milliseconds

12