Home
last modified time | relevance | path

Searched refs:COMPATIBLE (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/tools/aidl/
H A Doptions.h82 enum class CheckApiLevel { COMPATIBLE, EQUAL }; enumerator
172 CheckApiLevel check_api_level_ = CheckApiLevel::COMPATIBLE;
H A Doptions_unittest.cpp411 EXPECT_EQ(Options::CheckApiLevel::COMPATIBLE, options->GetCheckApiLevel()); in TEST()
423 EXPECT_EQ(Options::CheckApiLevel::COMPATIBLE, options->GetCheckApiLevel()); in TEST()
H A Doptions.cpp294 check_api_level_ = CheckApiLevel::COMPATIBLE; in Options()
/aosp12/system/libvintf/
H A Dmain.cpp38 case COMPATIBLE: in compatibleString()
48 return compatibleString(value ? COMPATIBLE : INCOMPATIBLE); in boolCompatString()
319 if (compatible != COMPATIBLE) std::cout << ", " << error;
H A Dcheck_vintf.cpp446 } else if (compatibleResult != COMPATIBLE) { in checkAllFiles()
H A DVintfObject.cpp640 return COMPATIBLE; in checkCompatibility()
/aosp12/system/libvintf/include/vintf/
H A DVintfObject.h382 COMPATIBLE = 0, enumerator
/aosp12/system/libvintf/test/
H A Dvintf_object_tests.cpp1434 ASSERT_EQ(COMPATIBLE, vintfObject->checkCompatibility(&error)) << error; in TEST_F()