Searched refs:constraint (Results 1 – 17 of 17) sorted by relevance
35 implementation 'com.android.support.constraint:constraint-layout:1.0.2'41 implementation 'com.android.support.constraint:constraint-layout:1.0.2'
96 %type<constraint_t> constraint;276 for (const auto& constraint : constraints) {277 const auto& constraint_name = constraint.first;278 const auto& constraint_value = constraint.second;279 DEBUG() << "Parent constraint on " << constraint_name;349 for (const auto& constraint : constraints) {350 const auto& constraint_name = constraint.first;351 const auto& constraint_value = constraint.second;352 DEBUG() << "Parent constraint on " << constraint_name;485 const auto constraint = $3->find(field->GetName());[all …]
262 for (const auto& constraint : parent_constraints_) { in GenValidator() local263 s << "if (Get" << util::UnderscoreToCamelCase(constraint.first) << "() != "; in GenValidator()264 const auto& field = parent_->GetParamList().GetField(constraint.first); in GenValidator()266 s << std::get<int64_t>(constraint.second); in GenValidator()268 s << std::get<std::string>(constraint.second); in GenValidator()646 const auto& constraint = parent_constraints_.find(field->GetName()); in GenBuilderConstructor() local647 if (constraint != parent_constraints_.end()) { in GenBuilderConstructor()649 s << std::get<int64_t>(constraint->second); in GenBuilderConstructor()651 s << std::get<std::string>(constraint->second); in GenBuilderConstructor()
243 const auto& constraint = parent_constraints_.find(field->GetName()); in GenConstructor() local244 if (constraint != parent_constraints_.end()) { in GenConstructor()247 s << std::get<int64_t>(constraint->second) << ";"; in GenConstructor()249 s << std::get<std::string>(constraint->second) << ";"; in GenConstructor()
445 const auto& constraint = parent_constraints_.find(field->GetName()); in GenInstanceOf() local446 if (constraint != parent_constraints_.end()) { in GenInstanceOf()449 s << std::get<int64_t>(constraint->second) << ")"; in GenInstanceOf()452 s << std::get<std::string>(constraint->second) << ")"; in GenInstanceOf()
30 implementation 'com.android.support.constraint:constraint-layout:1.0.2'
36 implementation 'com.android.support.constraint:constraint-layout:1.0.2'
29 implementation 'com.android.support.constraint:constraint-layout:1.1.3'
35 implementation 'com.android.support.constraint:constraint-layout:1.1.3'
20 * Blocking CPU suspend is the only constraint that must be respected by all
46 # Do NOT exempt mlstrustedobject types from this constraint.
94 (portrait). During lookup, every constraint set is matched against the96 constraint set is returned (ResourceTypes.{h,cpp}).