Home
last modified time | relevance | path

Searched defs:outcome (Results 1 – 25 of 33) sorted by relevance

12

/external/vogar/src/vogar/
DAnnotatedOutcome.java40 private final Outcome outcome; field in AnnotatedOutcome
44 AnnotatedOutcome(Outcome outcome, Expectation expectation) { in AnnotatedOutcome()
49 public void add(long date, Outcome outcome) { in add()
DExpectation.java119 public boolean matches(Outcome outcome) { in matches()
123 private boolean patternMatches(Outcome outcome) { in patternMatches()
DDriver.java89 Outcome outcome = outcomes.get(action.getName()); in buildAndRun() local
226 public synchronized void recordOutcome(Outcome outcome) { in recordOutcome()
227 outcomes.put(outcome.getName(), outcome); in recordOutcome() local
DJarSuggestions.java40 public void addSuggestionsFromOutcome(Outcome outcome, ClassFileIndex classFileIndex, in addSuggestionsFromOutcome()
DXmlReportPrinter.java145 private void print(KXmlSerializer serializer, Outcome outcome) throws IOException { in print()
DOutcomeStore.java71 Outcome outcome = entry.getValue(); in read() local
DConsole.java139 public void outcome(String name) {} in outcome() method in Console
455 @Override public synchronized void outcome(String name) { in outcome() method in Console.StreamingConsole
DOutcome.java160 Outcome outcome = (Outcome) o; in equals() local
DExpectationStore.java77 public Expectation get(Outcome outcome) { in get()
/external/r8/src/test/java/com/android/tools/r8/
DJctfTestSpecifications.java4832 Outcome outcome = null; in getExpectedOutcome() local
/external/vogar/src/vogar/monitor/
DHostMonitor.java158 void finish(Outcome outcome); in finish()
/external/lmfit/lib/
Dlmstruct.h66 int outcome; /* Status indicator. Nonnegative values are used as index member
/external/vogar/src/vogar/tasks/
DRunActionTask.java215 @Override public void finish(Outcome outcome) { in finish()
/external/vogar/test/vogar/target/
DAbstractTestRunnerTest.java179 private static String outcome( in outcome() method in AbstractTestRunnerTest.ExpectedResults
/external/r8/tools/
Dutils.py100 def __init__(self, test_name, outcome): argument
/external/webrtc/webrtc/test/
Dfake_network_pipe.cc35 int outcome = rand() % 100; in UniformLoss() local
/external/v8/src/compiler/
Doperation-typer.cc993 ComparisonOutcome outcome) { in Invert()
1001 Type* OperationTyper::FalsifyUndefined(ComparisonOutcome outcome) { in FalsifyUndefined()
/external/python/cpython2/Objects/
Dclassobject.c965 long outcome; in instance_hash() local
1041 Py_ssize_t outcome; in instance_length() local
1785 long outcome; in instance_nonzero() local
/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java486 int outcome; in approximate() local
/external/protobuf/gtest/src/
Dgtest-death-test.cc332 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc348 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-death-test.cc396 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
/external/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc383 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
/external/googletest/googletest/src/
Dgtest-death-test.cc396 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
/external/v8/testing/gtest/src/
Dgtest-death-test.cc394 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl

12