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

  /cts/libs/vogar-expect/src/vogar/
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...]
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...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prmwait.h 130 ** 'outcome' field. The fields are not valid when the NSPR runtime
142 PRMWStatus outcome; /* outcome of the current/last operation */ member in struct:PRRecvWait
215 ** The outcome of the wait operation may still fail, and
217 ** outcome field. Details can be retrieved from PR_GetError().
237 ** PRRecvWait object with the outcome noted.
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 51 * transient values of COMPLETING (while outcome is being set) or
75 private Object outcome; // non-volatile, protected by state reads/writes field in class:FutureTask
88 Object x = outcome;
202 outcome = v;
220 outcome = t;
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 508 const wchar_t* outcome = NULL; local
511 outcome = kToastExpTriesOkGroup;
514 outcome = kToastExpCancelGroup;
517 outcome = kToastExpUninstallGroup;
520 outcome = kToastExpTriesErrorGroup;
523 SetClient(experiment_group + outcome, true);
525 if (outcome != kToastExpUninstallGroup)
  /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/chromium_org/chrome/installer/setup/
setup_main.cc 862 installer::EulaHTMLDialog::Outcome outcome = dlg.ShowModal(); local
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 383 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
510 // outcome: An enumeration describing how the death test
538 switch (outcome()) {
599 // 5. The parent reads child's output through the pipe (outcome code and
636 // outcome data member.
796 // outcome data member.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/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/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()) {
560 // 5. The parent reads child's output through the pipe (outcome code and
597 // outcome data member.
761 // outcome data member.
    [all...]
  /external/mesa3d/src/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/open-vcdiff/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/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...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 385 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
512 // outcome: An enumeration describing how the death test
540 switch (outcome()) {
601 // 5. The parent reads child's output through the pipe (outcome code and
638 // outcome data member.
798 // outcome data member.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 480 milliseconds