Searched refs:constraint (Results 1 – 19 of 19) 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'
104 %type<constraint_t> constraint;325 for (const auto& constraint : constraints) {326 const auto& constraint_name = constraint.first;327 const auto& constraint_value = constraint.second;328 DEBUG() << "Parent constraint on " << constraint_name;399 for (const auto& constraint : constraints) {400 const auto& constraint_name = constraint.first;401 const auto& constraint_value = constraint.second;402 DEBUG() << "Parent constraint on " << constraint_name;535 const auto constraint = $3->find(field->GetName());[all …]
100 auto constraint = packet->parent_constraints_.find("op_code"); in generate_rust_source_one_file() local101 if (constraint == packet->parent_constraints_.end()) { in generate_rust_source_one_file()104 auto opcode = std::get<std::string>(constraint->second); in generate_rust_source_one_file()
296 for (const auto& constraint : parent_constraints_) { in GenValidator() local297 s << "if (Get" << util::UnderscoreToCamelCase(constraint.first) << "() != "; in GenValidator()298 const auto& field = parent_->GetParamList().GetField(constraint.first); in GenValidator()300 s << std::get<int64_t>(constraint.second); in GenValidator()302 s << std::get<std::string>(constraint.second); in GenValidator()707 const auto& constraint = parent_constraints_.find(field->GetName()); in GenBuilderConstructor() local708 if (constraint != parent_constraints_.end()) { in GenBuilderConstructor()710 s << std::get<int64_t>(constraint->second); in GenBuilderConstructor()712 s << std::get<std::string>(constraint->second); in GenBuilderConstructor()909 auto constraint = FindConstraintField(); in GenRustStructImpls() local[all …]
217 auto constraint = packet->parent_constraints_.find("command_op_code"); in generate_cpp_headers_one_file() local218 if (constraint == packet->parent_constraints_.end()) { in generate_cpp_headers_one_file()222 out_file << "case " << std::get<std::string>(constraint->second) << ":"; in generate_cpp_headers_one_file()223 op_codes.erase(std::get<std::string>(constraint->second)); in generate_cpp_headers_one_file()226 op_codes.erase(std::get<std::string>(constraint->second)); in generate_cpp_headers_one_file()
271 const auto& constraint = parent_constraints_.find(field->GetName()); in GenConstructor() local272 if (constraint != parent_constraints_.end()) { in GenConstructor()275 s << std::get<int64_t>(constraint->second) << ";"; in GenConstructor()277 s << std::get<std::string>(constraint->second) << ";"; in GenConstructor()
506 const auto& constraint = parent_constraints_.find(field->GetName()); in GenInstanceOf() local507 if (constraint != parent_constraints_.end()) { in GenInstanceOf()510 s << std::get<int64_t>(constraint->second) << ")"; in GenInstanceOf()513 s << std::get<std::string>(constraint->second) << ")"; in GenInstanceOf()580 auto constraint = child->parent_constraints_.find(constraint_name); in FindDescendantsWithConstraint() local581 if (constraint != child->parent_constraints_.end()) { in FindDescendantsWithConstraint()582 res.insert(std::pair(child, constraint->second)); in FindDescendantsWithConstraint()
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.