OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regress
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/tools/perf_expectations/
make_expectations.py
90
for subkey in ['improve', '
regress
', 'tolerance']:
286
regress
= (float(trace_values[tracename]['high']) -
293
regress
= float(trace_values[tracename]['high'])
296
# So far we've assumed better is lower (
regress
> improve). If the actual
297
# values for
regress
and improve are equal, though, and better was not
300
if better == None and
regress
== improve:
301
OutputMessage('
regress
(%s) is equal to improve (%s), and "better" is '
304
regress
, improve), verbose_message=False)
308
# improvements, swap our
regress
and improve. This value must be a
310
if '
regress
' in perf[key] and 'improve' in perf[key]
[
all
...]
update_perf_expectations.py
23
"
regress
": 0, "sha1": "54d94538"},
29
"
regress
": 0},
152
# "better": "lower", "improve": 0, "
regress
": 3, "sha1": "276ba29c"},
/external/chromium_org/third_party/libevent/test/
test.sh
42
echo -n "
regress
: "
43
if ./
regress
>/dev/null ;
/external/chromium_org/v8/test/mjsunit/
regexp-standalones.js
33
// Tests from ecma_3/RegExp/
regress
-78156.js
58
// Tests from ecma_3/RegExp/
regress
-72964.js
array-push-unshift-read-only-length.js
103
// it will
regress
performance. Uncomment the following line once acceptable
stress-array-push.js
28
// Rewrite of mozilla_js_tests/js1_5/GC/
regress
-278725
mirror-error.js
80
// Check the formatted text (
regress
1231579).
mirror-function.js
82
// Check the formatted text (
regress
1142074).
date.js
68
// Tests inspired by js1_5/Date/
regress
-346363.js
regexp.js
89
// From ecma_3/RegExp/
regress
-334158.js
Completed in 715 milliseconds