Searched defs:runtime (Results 1 - 1 of 1) sorted by relevance

/system/libvintf/test/
H A Dmain.cpp1628 RuntimeInfo runtime = testRuntimeInfo(); local
1656 EXPECT_TRUE(runtime.checkCompatibility(cm, &error)) << error;
1681 EXPECT_FALSE(runtime.checkCompatibility(cm, &error))
1707 EXPECT_TRUE(runtime.checkCompatibility(cm, &error)) << error;
1735 EXPECT_TRUE(runtime.checkCompatibility(cm, &error));
1764 EXPECT_FALSE(runtime.checkCompatibility(cm, &error))
1794 EXPECT_TRUE(runtime.checkCompatibility(cm, &error)) << error;
1836 EXPECT_TRUE(runtime.checkCompatibility(cm, &error)) << error;
1878 EXPECT_FALSE(runtime.checkCompatibility(cm, &error)) << "all fragments should be used.";
1920 EXPECT_FALSE(runtime
[all...]

Completed in 67 milliseconds