Searched defs:TestModel (Results 1 – 4 of 4) sorted by relevance
310 struct TestModel { struct315 // Additional testing information and flags associated with the TestModel. argument322 // If set to true, the TestModel specifies a validation test that is expected to fail during argument324 bool expectFailure = false;327 TestHalVersion minSupportedVersion = TestHalVersion::UNKNOWN;330 int32_t getAidlVersionInt() const { in getAidlVersionInt()359 TestModel copy() const { in copy() argument369 bool hasQuant8CoupledOperands() const { in hasQuant8CoupledOperands()418 bool hasScalarOutputs() const { in hasScalarOutputs()444 // This should only match the TestModel generated from while_infinite_loop.mod.py. in isInfiniteLoopTimeoutTest() argument
34 public class TestModel extends Model { class52 public TestModel(UserId userId, String authority, Features features) { in TestModel() method in TestModel
32 TestModel::TestModel( in TestModel() function in rootcanal::TestModel
159 class TestModel : public WrapperModel { class