Home
last modified time | relevance | path

Searched defs:outcome (Results 1 – 25 of 48) 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()
DDriver.java89 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
DExpectation.java119 public boolean matches(Outcome outcome) { in matches()
123 private boolean patternMatches(Outcome outcome) { in patternMatches()
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/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/kotlin/kotlinx/atomicfu/plugin/gradle/
Dutils.kt15 .filter { (_, outcome) -> outcome != expected } in <lambda>() method
20 … "\n${unexpectedOutcomes.joinToString("\n") { (task, outcome) -> "* $task -> $outcome" }}") in <lambda>() method
/external/zstd/programs/
Dbenchfn.c64 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/
Dtinytest.c79 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/
Dtest_message.py619 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/
DHostMonitor.java158 void finish(Outcome outcome); in finish()
/external/grpc-grpc/src/core/lib/gprpp/
Dthd_posix.cc140 bool outcome = false; in Thread() local
Dthd_windows.cc136 bool outcome = false; in Thread() local
/external/skqp/tools/skqp/src/
Dskqp_main.cpp106 SkQP::RenderOutcome outcome; in main() local
/external/lmfit/lib/
Dlmstruct.h66 int outcome; /* Status indicator. Nonnegative values are used as index member
/external/vogar/src/vogar/tasks/
DRunActionTask.java214 @Override public void finish(Outcome outcome) { in finish()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dthd_windows.cc157 bool outcome = false; in Thread() local
Dthd_posix.cc185 bool outcome = false; in Thread() local
/external/skia/tools/skqp/src/
Dskqp_main.cpp121 SkQP::RenderOutcome outcome; in main() local
/external/vogar/test/vogar/target/
DAbstractTestRunnerTest.java179 private static String outcome( in outcome() method in AbstractTestRunnerTest.ExpectedResults
/external/skia/src/sksl/
DSkSLMain.cpp525 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/
Dbase.py101 def outcome(self): member in OperationContext

12