Home
last modified time | relevance | path

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

/system/libvintf/
Dmain.cpp38 case COMPATIBLE: in compatibleString()
48 return compatibleString(value ? COMPATIBLE : INCOMPATIBLE); in boolCompatString()
319 if (compatible != COMPATIBLE) std::cout << ", " << error; in main()
Dcheck_vintf.cpp397 } else if (compatibleResult != COMPATIBLE) { in checkAllFiles()
DVintfObject.cpp592 return COMPATIBLE; in checkCompatibility()
/system/libvintf/include/vintf/
DVintfObject.h364 COMPATIBLE = 0, enumerator
/system/libvintf/test/
Dvintf_object_tests.cpp1334 ASSERT_EQ(COMPATIBLE, vintfObject->checkCompatibility(&error)) << error; in TEST_F()