Home
last modified time | relevance | path

Searched defs:Outcome (Results 1 – 25 of 72) sorted by relevance

123

/aosp_15_r20/cts/libs/vogar-expect/src/vogar/expect/
H A DOutcome.java31 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
/aosp_15_r20/external/vogar/src/vogar/
H A DOutcome.java31 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
/aosp_15_r20/packages/modules/Virtualization/android/composd_cmd/
Dcomposd_cmd.rs79 enum Outcome { enum
100 fn set_outcome(&self, outcome: Outcome) { in set_outcome()
107 fn wait(&self, duration: Duration) -> Result<Outcome> { in wait()
/aosp_15_r20/external/rust/android-crates-io/crates/libtest-mimic/src/
Dprinter.rs129 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()
Dlib.rs284 enum Outcome { enum
497 fn run_single(runner: Box<dyn FnOnce(bool) -> Outcome + Send>, test_mode: bool) -> Outcome { in run_single()
/aosp_15_r20/system/security/keystore2/src/
H A Doperation.rs157 pub enum Outcome { enum
308 locked_outcome: &mut Outcome, in update_outcome()
322 fn check_active(&self) -> Result<MutexGuard<Outcome>> { in check_active()
H A Dmetrics_store.rs329 op_outcome: &Outcome, in log_key_operation_event_stats()
354 op_outcome: &Outcome, in process_key_operation_event_stats()
/aosp_15_r20/system/security/keystore2/aidl/android/security/metrics/
H A DOutcome.aidl25 enum Outcome { enum
/aosp_15_r20/out/soong/.intermediates/system/security/keystore2/aidl/android.security.metrics-java-source/gen/android/security/metrics/
DOutcome.java15 public @interface Outcome { annotation
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_uploader.h29 enum class Outcome { SUCCESS, REMOVE_ENDPOINT, FAILURE }; enum
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/log/echo/
DOutcome.java12 abstract interface Outcome<T extends java.lang.Object> { interface
/aosp_15_r20/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1alpha/src/main/java/com/google/cloud/osconfig/v1alpha/
H A DOSPolicyResourceConfigStep.java298 public enum Outcome implements com.google.protobuf.ProtocolMessageEnum { enum in OSPolicyResourceConfigStep
441 private Outcome(int value) { in Outcome() method in OSPolicyResourceConfigStep.Outcome
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/
H A Dcallable_util.py25 class Outcome(ABC): class
/aosp_15_r20/external/googleapis/google/cloud/osconfig/agentendpoint/v1/
H A Dconfig_common.proto52 enum Outcome { enum
/aosp_15_r20/external/googleapis/google/cloud/osconfig/v1alpha/
H A Dconfig_common.proto60 enum Outcome { enum
/aosp_15_r20/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1alpha/src/main/proto/google/cloud/osconfig/v1alpha/
H A Dconfig_common.proto60 enum Outcome { enum
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/log/echo/
H A DLogcatEchoTrackerCommand.kt164 private sealed interface Outcome<out T> { interface
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
H A D_client_application.py43 class Outcome(collections.namedtuple("Outcome", ("kind", "code", "details"))): class
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
H A Dbase.py56 class Outcome(object): class
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DGeneratedMonitorTest.java139 private enum Outcome { enum in GeneratedMonitorTest
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcheck_assertion.h154 enum class Outcome { enum
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DGeneratedMonitorTest.java142 private enum Outcome { enum in GeneratedMonitorTest
/aosp_15_r20/out/soong/.intermediates/system/security/keystore2/aidl/android.security.metrics-rust/android_arm64_armv8-2a_cortex-a55_source/
Dandroid_security_metrics.rs953 pub mod Outcome { module
/aosp_15_r20/frameworks/proto_logging/stats/
H A Datoms.proto14978 enum Outcome { enum
16531 enum Outcome { enum
18111 enum Outcome { enum
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dtoolresults.v1beta3.json2725 "Outcome": { object

123