/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 | Driver.java | 89 Outcome outcome = outcomes.get(action.getName()); in buildAndRun() local 222 public synchronized void recordOutcome(Outcome outcome) { in recordOutcome() 223 outcomes.put(outcome.getName(), outcome); in recordOutcome() local
|
D | Expectation.java | 119 public boolean matches(Outcome outcome) { in matches() 123 private boolean patternMatches(Outcome outcome) { in patternMatches()
|
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/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/kotlin/kotlinx/atomicfu/plugin/gradle/ |
D | utils.kt | 15 .filter { (_, outcome) -> outcome != expected } in <lambda>() method 20 … "\n${unexpectedOutcomes.joinToString("\n") { (task, outcome) -> "* $task -> $outcome" }}") in <lambda>() method
|
/external/zstd/programs/ |
D | benchfn.c | 64 int BMK_isSuccessful_runOutcome(BMK_runOutcome_t outcome) in BMK_isSuccessful_runOutcome() 71 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome) in BMK_extract_runTime() 77 size_t BMK_extract_errorResult(BMK_runOutcome_t outcome) in BMK_extract_errorResult() 94 BMK_runOutcome_t outcome; in BMK_setValid_runTime() local
|
/external/libevent/test/ |
D | tinytest.c | 79 enum outcome { SKIP=2, OK=1, FAIL=0 }; enum 157 int outcome; in testcase_run_bare_() local 315 enum outcome outcome; local
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_message.py | 619 def subtype_as_make(self, method, subtype, outcome): argument 637 def subtype_as_make_with_boundary(self, method, subtype, outcome): argument 665 def subtype_as_add(self, method, subtype, outcome): argument
|
/external/vogar/src/vogar/monitor/ |
D | HostMonitor.java | 158 void finish(Outcome outcome); in finish()
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | thd_posix.cc | 140 bool outcome = false; in Thread() local
|
D | thd_windows.cc | 136 bool outcome = false; in Thread() local
|
/external/skqp/tools/skqp/src/ |
D | skqp_main.cpp | 106 SkQP::RenderOutcome outcome; in main() local
|
/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 | 214 @Override public void finish(Outcome outcome) { in finish()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | thd_windows.cc | 157 bool outcome = false; in Thread() local
|
D | thd_posix.cc | 185 bool outcome = false; in Thread() local
|
/external/skia/tools/skqp/src/ |
D | skqp_main.cpp | 121 SkQP::RenderOutcome outcome; in main() local
|
/external/vogar/test/vogar/target/ |
D | AbstractTestRunnerTest.java | 179 private static String outcome( in outcome() method in AbstractTestRunnerTest.ExpectedResults
|
/external/skia/src/sksl/ |
D | SkSLMain.cpp | 525 ResultCode outcome = processCommand(args); in processWorklist() local 536 ResultCode outcome = processCommand(args); in processWorklist() local
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/ |
D | base.py | 101 def outcome(self): member in OperationContext
|