OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:big_delta
(Results
1 - 6
of
6
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
BuildResultsProperties.java
28
static final String P_ID_BIG_DELTA = "BuildResultsProperties.
big_delta
"; //$NON-NLS-1$
114
if ((this.status & ResultsElement.
BIG_DELTA
) != 0) {
ConfigResultsElement.java
243
if ((getStatus() &
BIG_DELTA
) != 0) {
281
if ((this.status &
BIG_DELTA
) != 0) { // there's a failure on this config
363
if (this.status !=
BIG_DELTA
) { // there's some other info in the status
ResultsElement.java
86
static final int
BIG_DELTA
= 0x1000;
337
if ((getStatus() &
BIG_DELTA
) != 0) {
390
* <li>{@link #
BIG_DELTA
} : the delta for the test is over the 10% threshold</li>
502
this.status |=
BIG_DELTA
;
BuildResultsElement.java
270
if ((getStatus() &
BIG_DELTA
) != 0) {
/external/chromium_org/base/test/
trace_event_analyzer_unittest.cc
709
double
big_delta
= 10.0;
local
727
// Add an event apart by
big_delta
.
728
event.timestamp +=
big_delta
;
735
EXPECT_EQ(
big_delta
, stats.max_us);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 1720 milliseconds