HomeSort by relevance Sort by last modified time
    Searched defs:outcome (Results 1 - 18 of 18) 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.
  /external/chromium_org/third_party/webrtc/test/
fake_network_pipe.cc 37 int outcome = rand() % 100; local
38 return outcome < loss_percent;
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_manager.cc 303 MergeVerificationOutcome outcome = POST_MERGE_SUCCESS; local
323 outcome = POST_MERGE_MISSING_PRIMARY_ACCOUNT;
325 outcome = POST_MERGE_PRIMARY_NOT_FIRST_ACCOUNT;
328 outcome = POST_MERGE_NO_ACCOUNTS;
332 RecordCookiesCheckOutcome(is_pre_merge, outcome);
336 if (outcome != POST_MERGE_SUCCESS &&
337 outcome != POST_MERGE_PRIMARY_NOT_FIRST_ACCOUNT) {
366 SessionRestoreOutcome outcome,
369 outcome,
377 MergeVerificationOutcome outcome) {
    [all...]
  /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 504 const wchar_t* outcome = NULL; local
507 outcome = kToastExpTriesOkGroup;
510 outcome = kToastExpCancelGroup;
513 outcome = kToastExpUninstallGroup;
516 outcome = kToastExpTriesErrorGroup;
519 SetClient(experiment_group + outcome, true);
521 if (outcome != kToastExpUninstallGroup)
  /external/chromium_org/chrome/browser/extensions/
install_verifier.cc 355 void MustRemainDisabledHistogram(MustRemainDisabledOutcome outcome) {
357 outcome, MUST_REMAIN_DISABLED_OUTCOME_MAX);
384 MustRemainDisabledOutcome outcome = VERIFIED; local
387 outcome = FORCED_NOT_VERIFIED;
390 outcome = NOT_FROM_STORE;
397 outcome = NO_SIGNATURE;
401 outcome = NOT_VERIFIED_BUT_UNKNOWN_ID;
404 outcome = NOT_VERIFIED;
409 outcome = NOT_VERIFIED_BUT_NOT_ENFORCING;
411 MustRemainDisabledHistogram(outcome);
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 848 installer::EulaHTMLDialog::Outcome outcome = dlg.ShowModal(); local
    [all...]
  /external/chromium_org/testing/gtest/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/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 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/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 348 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
475 // outcome: An enumeration describing how the death test
503 switch (outcome()) {
563 // 5. The parent reads child's output through the pipe (outcome code and
600 // outcome data member.
764 // 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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 440 milliseconds