Searched defs:Outcome (Results 1 – 10 of 10) sorted by relevance
/external/vogar/src/vogar/ |
D | Outcome.java | 31 public final class Outcome { class 38 public Outcome(String outcomeName, Result result, List<String> outputLines) { in Outcome() method in Outcome 45 public Outcome(String outcomeName, Result result, String outputLine, Date date) { in Outcome() method in Outcome 52 public Outcome(String outcomeName, Result result, String outputLine) { in Outcome() method in Outcome 59 public Outcome(String outcomeName, Result result, Throwable throwable) { in Outcome() method in Outcome
|
/external/cronet/net/reporting/ |
D | reporting_uploader.h | 29 enum class Outcome { SUCCESS, REMOVE_ENDPOINT, FAILURE }; enum
|
/external/rust/crates/libtest-mimic/src/ |
D | printer.rs | 129 pub(crate) fn print_single_outcome(&mut self, outcome: &Outcome) { in print_single_outcome() 246 fn print_outcome_pretty(&mut self, outcome: &Outcome) { in print_outcome_pretty()
|
D | lib.rs | 284 enum Outcome { enum 497 fn run_single(runner: Box<dyn FnOnce(bool) -> Outcome + Send>, test_mode: bool) -> Outcome { in run_single()
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/ |
D | callable_util.py | 28 class Outcome(six.with_metaclass(abc.ABCMeta)): class
|
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/ |
D | _client_application.py | 44 class Outcome(collections.namedtuple('Outcome', ('kind', 'code', 'details'))): class
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/ |
D | base.py | 61 class Outcome(object): class
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | GeneratedMonitorTest.java | 139 private enum Outcome { enum in GeneratedMonitorTest
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | GeneratedMonitorTest.java | 142 private enum Outcome { enum in GeneratedMonitorTest
|
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | toolresults.v1beta3.json | 2725 "Outcome": { object
|