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

  /external/bison/tests/
Makefile.am 53 torture.at existing.at regression.at \
55 cxx-type.at glr-regression.at
Makefile 212 torture.at existing.at regression.at \
214 cxx-type.at glr-regression.at
testsuite 424 113;regression.at:28;Trivial grammars;;
425 114;regression.at:57;Early token definitions;;
426 115;regression.at:95;Braces parsing;;
427 116;regression.at:117;Duplicate string;;
428 117;regression.at:143;Rule Line Numbers;report;
429 118;regression.at:287;Mixing %token styles;;
430 119;regression.at:310;Invalid inputs;;
431 120;regression.at:336;Invalid inputs with {};;
432 121;regression.at:363;Token definitions;;
433 122;regression.at:416;Characters Escapes;
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timeout-clear-watch.js 1 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
permission-denied-already-clear-watch.js 1 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
  /external/skia/bench/
bench_graph_svg.py 174 """Creates regression data from line segments.
185 regression = bench_util.LinearRegression(regression_line)
186 regressions[label] = regression
196 for regression in regressions.itervalues():
197 min_slope = regression.find_min_slope()
696 regression = regressions[label]
697 min_slope = regression.find_min_slope()
707 slope = regression.slope
708 intercept = regression.intercept
709 min_x = regression.min_
    [all...]
  /sdk/traceview/src/com/android/traceview/
MainWindow.java 211 boolean regression = false;
229 regression = true;
237 System.out.printf(" -r regression only%n");
270 reader = new DmTraceReader(traceName, regression);
DmTraceReader.java 73 public DmTraceReader(String traceFileName, boolean regression) throws IOException {
75 mRegression = regression;
  /external/opencv/ml/src/
mlknearest.cpp 88 bool CvKNearest::is_regression() const { return regression; }
125 regression = _is_regression;
229 if( regression )
334 (CV_MAT_TYPE(_results->type) != CV_32SC1 || regression))
  /external/openssh/regress/
bsd.regress.mk 2 # No man pages for regression tests.
  /external/v8/test/mjsunit/regress/
regress-20070207.js 28 // The following regression test illustrates a problem in using the
regress-720.js 28 // This regression test is used to ensure that Object.defineProperty
regress-1246.js 28 // This regression tests the behaviour of the parseInt function when
  /external/v8/test/mjsunit/
string-flatten.js 28 // Check for regression of bug 1011505 (out of memory when flattening strings).
sin-cos.js 44 // some point. This is a regression test for that issue.
switch.js 154 // Test for regression
166 assertEquals(1, regress_string('object'), 'regression-string');
external-array.js 30 // This is a regression test for overlapping key and value registers.
  /external/v8/test/mjsunit/compiler/
regress-3136962.js 28 // Reduced regression test for a global value numbering bug. Original
  /external/webkit/Tools/Scripts/
bisect-builds 29 # This script attempts to find the point at which a regression (or progression)
108 [-p|--progression] searching for a progression, not a regression
149 die "ERROR: Bug not reproduced in starting revision! Do you need to test an earlier revision or for a regression?"
162 die "ERROR: Bug reproduced in ending revision! Do you need to test a later revision or for a regression?"
  /external/skia/
Android.mk 464 # golden-master (fidelity / regression test)
  /external/mksh/src/
Build.sh     [all...]
  /external/opencv/ml/include/
ml.h 310 bool regression; member in class:CvKNearest
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 1146 milliseconds