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

  /cts/libs/vogar-expect/src/vogar/
Expectation.java 104 * Returns true if {@code outcome} matches this expectation.
106 public boolean matches(Outcome outcome) {
107 return patternMatches(outcome) && (bugIsOpen || result == outcome.getResult());
110 private boolean patternMatches(Outcome outcome) {
111 return pattern.matcher(outcome.getOutput()).matches();
AnnotatedOutcome.java 26 * Contains an outcome for a test, along with some metadata pertaining to the history of this test,
27 * including a list of previous outcomes, an outcome corresponding to the tag Vogar is being run
39 private final Outcome outcome; field in class:AnnotatedOutcome
41 private final SortedMap<Long, Outcome> previousOutcomes;
44 private final Outcome tagOutcome;
47 AnnotatedOutcome(Outcome outcome, Expectation expectation,
48 SortedMap<Long, Outcome> previousOutcomes, String tagName, Outcome tagOutcome
    [all...]
Outcome.java 28 * An outcome of an action. Some actions may have multiple outcomes. For
29 * example, JUnit tests have one outcome for each test method.
31 public final class Outcome {
38 public Outcome(String outcomeName, Result result, List<String> outputLines) {
45 public Outcome(String outcomeName, Result result, String outputLine, Date date) {
52 public Outcome(String outcomeName, Result result, String outputLine) {
59 public Outcome(String outcomeName, Result result, Throwable throwable) {
128 * Returns whether the result indicates that the contents of the Outcome are important.
144 * Returns a filesystem db path for this outcome. For example, a path for an outcome with nam
153 Outcome outcome = (Outcome) o; local
    [all...]
ExpectationStore.java 41 * <li>Outcome expectations name an outcome (or its prefix, such as
45 * outcome. These expectations are useful for hiding failures caused by
49 * <p>If an outcome matches both an outcome expectation and a failure
50 * expectation, the outcome expectation will be returned.
60 * Finds the expected result for the specified action or outcome name. This
69 * Finds the expected result for the specified outcome after it has
71 * outcome's output.
77 public Expectation get(Outcome outcome)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
test_attempt_state.cc 37 const LoginFailure& outcome) {
39 online_outcome_ = outcome;
online_attempt.h 58 const LoginFailure& outcome);
test_attempt_state.h 33 const LoginFailure& outcome);
auth_attempt_state.cc 56 const LoginFailure& outcome) {
59 online_outcome_ = outcome;
online_attempt.cc 153 const LoginFailure& outcome) {
154 attempt_->RecordOnlineLoginStatus(credentials, outcome);
auth_attempt_state.h 35 // Copy |credentials| and |outcome| into this object, so we can have
40 const LoginFailure& outcome);
cryptohome_op_unittest.cc 111 void RunTest(CryptohomeOp* op, bool outcome, int code) {
112 mock_library_->SetAsyncBehavior(outcome, code);
122 EXPECT_EQ(outcome, state_.cryptohome_outcome());
  /external/llvm/test/lib/
llvm.exp 2 proc execOneLine { test PRS outcome lineno line } {
144 set outcome PASS
191 set outcome XFAIL
195 set outcome XFAIL
206 set outcome PASS
209 set outcome PASS
225 set resultmsg [execOneLine $test $PRNUMS $outcome $i $theLine ]
227 if { $outcome == "XFAIL" } {
242 if { $outcome == "XFAIL" } {
  /external/chromium/chrome/browser/chromeos/cros/
mock_cryptohome_library.h 25 void SetUp(bool outcome, int code) {
26 outcome_ = outcome;
95 void SetAsyncBehavior(bool outcome, int code) {
96 outcome_ = outcome;
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf_s.S 26 # resulting flag definedness depends on outcome of sub above
  /external/v8/tools/
test.py 191 outcome = 'CRASH'
193 outcome = 'FAIL'
195 outcome = 'pass'
196 print 'Done running %s: %s' % (output.test.GetLabel(), outcome)
403 outcome = CRASH
405 outcome = TIMEOUT
407 outcome = FAIL
409 outcome = PASS
410 return not outcome in self.test.outcomes
756 class Outcome(Expression)
    [all...]
  /external/gtest/src/
gtest-death-test.cc 348 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
349 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; }
390 // 5. The parent reads child's output through the pipe (outcome code and
432 // outcome data member.
433 // TODO(vladl@google.com): Outcome classification logic is common with
733 // outcome data member.
787 // outcome: An enumeration describing how the death test
819 switch (outcome()) {
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 332 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; }
429 // outcome: An enumeration describing how the death test
457 switch (outcome()) {
513 // 5. The parent reads child's output through the pipe (outcome code and
550 // outcome data member.
714 // outcome data member.
    [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 345 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
472 // outcome: An enumeration describing how the death test
500 switch (outcome()) {
561 // 5. The parent reads child's output through the pipe (outcome code and
598 // outcome data member.
762 // outcome data member.
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 345 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
472 // outcome: An enumeration describing how the death test
500 switch (outcome()) {
561 // 5. The parent reads child's output through the pipe (outcome code and
598 // outcome data member.
762 // outcome data member.
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 139 should not be blamed for the outcome. according to posix, "." is the
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gimple.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
gimple.h     [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1227 milliseconds