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 hasControlFlow() const { return !referenced.empty(); } in hasControlFlow()371 bool hasQuant8CoupledOperands() const { in hasQuant8CoupledOperands()420 bool hasScalarOutputs() const { in hasScalarOutputs()[all …]
34 public class TestModel extends Model { class53 public TestModel(UserId userId, String authority, Features features) { in TestModel() method in TestModel
34 TestModel::TestModel( in TestModel() function in rootcanal::TestModel
159 class TestModel : public WrapperModel { class