Home
last modified time | relevance | path

Searched refs:AnyOf (Results 1 – 7 of 7) sorted by relevance

/system/tools/aidl/
Dpermission.h30 struct AnyOf;
33 typedef std::variant<std::string, AnyOf, AllOf> Expression;
37 struct AnyOf { struct
Dpermission.cpp36 if (const auto& any = std::get_if<AnyOf>(&expr); any) { in AsJavaAnnotation()
Dgenerate_java_binder.cpp523 void operator()(const perm::AnyOf& quantifier) { in operator ()()
Daidl_language.cpp343 auto v = android::aidl::perm::AnyOf{anyOf.value()}; in EnforceExpression()
Daidl_unittest.cpp1584 testing::AnyOf(testing::Eq(expected_stderr), testing::Eq(expected_stderr_newbison))); in TEST_P()
2896 testing::AnyOf(testing::Eq(expected_stderr), testing::Eq(expected_stderr_newbison))); in TEST_P()
/system/core/trusty/stats/test/
Dstats_test.cpp245 ASSERT_THAT(status, ::testing::AnyOf(NO_ERROR, TIMED_OUT)); in TEST_F()
252 ::testing::AnyOf(::testing::Eq(TrustyAtoms::TrustyAppCrashed), in TEST_F()
323 ASSERT_THAT(status, ::testing::AnyOf(NO_ERROR, TIMED_OUT)); in TEST_F()
330 ::testing::AnyOf(::testing::Eq(TrustyAtoms::TrustyAppCrashed), in TEST_F()
359 ::testing::AnyOf(kExpectedCrashReasonsArm64, kExpectedCrashReasonsArm32)); in TEST_F()
/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc41 using testing::AnyOf;
351 DeviceExists(AnyOf(GetDevice(S("bar")), in TEST_P()
410 DeviceExists(AnyOf(GetDevice(S("vendor")), in TEST_P()
417 GetState(AnyOf(S("vendor"), T("vendor"), S("system"), T("system")))) in TEST_P()
452 DeviceExists(AnyOf(GetDevice(S("vendor")), in TEST_P()
459 GetState(AnyOf(S("vendor"), T("vendor"), S("system"), T("system")))) in TEST_P()
487 DeviceExists(AnyOf(GetDevice(S("bar")), GetDevice(T("bar"))))) in TEST_P()