/external/vogar/src/vogar/ |
D | AnnotatedOutcome.java | 40 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()
|
D | Expectation.java | 119 public boolean matches(Outcome outcome) { in matches() 123 private boolean patternMatches(Outcome outcome) { in patternMatches()
|
D | Driver.java | 89 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
|
D | JarSuggestions.java | 40 public void addSuggestionsFromOutcome(Outcome outcome, ClassFileIndex classFileIndex, in addSuggestionsFromOutcome()
|
D | XmlReportPrinter.java | 145 private void print(KXmlSerializer serializer, Outcome outcome) throws IOException { in print()
|
D | OutcomeStore.java | 71 Outcome outcome = entry.getValue(); in read() local
|
D | Console.java | 139 public void outcome(String name) {} in outcome() method in Console 455 @Override public synchronized void outcome(String name) { in outcome() method in Console.StreamingConsole
|
D | Outcome.java | 160 Outcome outcome = (Outcome) o; in equals() local
|
D | ExpectationStore.java | 77 public Expectation get(Outcome outcome) { in get()
|
/external/r8/src/test/java/com/android/tools/r8/ |
D | JctfTestSpecifications.java | 4832 Outcome outcome = null; in getExpectedOutcome() local
|
/external/vogar/src/vogar/monitor/ |
D | HostMonitor.java | 158 void finish(Outcome outcome); in finish()
|
/external/lmfit/lib/ |
D | lmstruct.h | 66 int outcome; /* Status indicator. Nonnegative values are used as index member
|
/external/vogar/src/vogar/tasks/ |
D | RunActionTask.java | 215 @Override public void finish(Outcome outcome) { in finish()
|
/external/vogar/test/vogar/target/ |
D | AbstractTestRunnerTest.java | 179 private static String outcome( in outcome() method in AbstractTestRunnerTest.ExpectedResults
|
/external/r8/tools/ |
D | utils.py | 100 def __init__(self, test_name, outcome): argument
|
/external/webrtc/webrtc/test/ |
D | fake_network_pipe.cc | 35 int outcome = rand() % 100; in UniformLoss() local
|
/external/v8/src/compiler/ |
D | operation-typer.cc | 993 ComparisonOutcome outcome) { in Invert() 1001 Type* OperationTyper::FalsifyUndefined(ComparisonOutcome outcome) { in FalsifyUndefined()
|
/external/python/cpython2/Objects/ |
D | classobject.c | 965 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/ |
D | UnaryCRFunction.java | 486 int outcome; in approximate() local
|
/external/protobuf/gtest/src/ |
D | gtest-death-test.cc | 332 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 348 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-death-test.cc | 396 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-death-test.cc | 383 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
|
/external/googletest/googletest/src/ |
D | gtest-death-test.cc | 396 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
|
/external/v8/testing/gtest/src/ |
D | gtest-death-test.cc | 394 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
|