Searched refs:allowed_architectures (Results 1 – 4 of 4) sorted by relevance
377 check_allowed_architectures(const engine::strings_set& allowed_architectures, in check_allowed_architectures() argument380 if (!allowed_architectures.empty()) { in check_allowed_architectures()383 if (allowed_architectures.find(architecture) == in check_allowed_architectures()384 allowed_architectures.end()) in check_allowed_architectures()551 engine::metadata::allowed_architectures(void) const in allowed_architectures() function in engine::metadata1089 reason = check_allowed_architectures(md.allowed_architectures(), cfg); in check_reqs()
56 ATF_REQUIRE(md.allowed_architectures().empty()); in ATF_TEST_CASE_BODY()113 ATF_REQUIRE(architectures == md.allowed_architectures()); in ATF_TEST_CASE_BODY()134 ATF_REQUIRE_EQ(1, md1.allowed_architectures().size()); in ATF_TEST_CASE_BODY()135 ATF_REQUIRE_EQ(2, md2.allowed_architectures().size()); in ATF_TEST_CASE_BODY()185 ATF_REQUIRE(architectures == md.allowed_architectures()); in ATF_TEST_CASE_BODY()246 ATF_REQUIRE(architectures == md.allowed_architectures()); in ATF_TEST_CASE_BODY()
83 const strings_set& allowed_architectures(void) const;
391 allowed_architectures = some-architecture