Home
last modified time | relevance | path

Searched full:policies (Results 1 – 25 of 3016) sorted by relevance

12345678910>>...121

/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/
Dutility_fwd.hpp27 template<class T, class Policies>
28 const T& lower(const interval<T,Policies>& x);
30 template<class T, class Policies>
31 const T& upper(const interval<T,Policies>& x);
33 template<class T, class Policies>
34 T checked_lower(const interval<T,Policies>& x);
36 template<class T, class Policies>
37 T width(const interval<T,Policies>& x);
39 template<class T, class Policies>
40 T median(const interval<T,Policies>& x);
[all …]
Darith.hpp28 template<class T, class Policies> inline
29 const interval<T, Policies>& operator+(const interval<T, Policies>& x) in operator +()
34 template<class T, class Policies> inline
35 interval<T, Policies> operator-(const interval<T, Policies>& x) in operator -()
38 return interval<T, Policies>::empty(); in operator -()
39 return interval<T, Policies>(-x.upper(), -x.lower(), true); in operator -()
42 template<class T, class Policies> inline
43 interval<T, Policies>& interval<T, Policies>::operator+=(const interval<T, Policies>& r) in operator +=()
48 typename Policies::rounding rnd; in operator +=()
54 template<class T, class Policies> inline
[all …]
Dutility.hpp31 template<class T, class Policies> inline
32 const T& lower(const interval<T, Policies>& x) in lower()
37 template<class T, class Policies> inline
38 const T& upper(const interval<T, Policies>& x) in upper()
43 template<class T, class Policies> inline
44 T checked_lower(const interval<T, Policies>& x) in checked_lower()
47 typedef typename Policies::checking checking; in checked_lower()
53 template<class T, class Policies> inline
54 T checked_upper(const interval<T, Policies>& x) in checked_upper()
57 typedef typename Policies::checking checking; in checked_upper()
[all …]
Dtransc.hpp27 template<class T, class Policies> inline
28 interval<T, Policies> exp(const interval<T, Policies>& x) in exp()
30 typedef interval<T, Policies> I; in exp()
33 typename Policies::rounding rnd; in exp()
37 template<class T, class Policies> inline
38 interval<T, Policies> log(const interval<T, Policies>& x) in log()
40 typedef interval<T, Policies> I; in log()
44 typename Policies::rounding rnd; in log()
45 typedef typename Policies::checking checking; in log()
51 template<class T, class Policies> inline
[all …]
Dinterval.hpp37 template<class T, class Policies>
45 typedef Policies traits_type;
55 interval(interval<T, Policies> const &r);
61 interval &operator=(interval<T, Policies> const &r);
119 typedef typename Policies::checking checking; in number_holder()
127 typedef typename Policies::checking checking;
128 typedef typename Policies::rounding rounding;
134 template<class T, class Policies> inline
135 interval<T, Policies>::interval(): in interval()
139 template<class T, class Policies> inline
[all …]
Darith2.hpp23 #include <boost/numeric/interval/policies.hpp>
31 template<class T, class Policies> inline
32 interval<T, Policies> fmod(const interval<T, Policies>& x, in fmod()
33 const interval<T, Policies>& y) in fmod()
36 return interval<T, Policies>::empty(); in fmod()
37 typename Policies::rounding rnd; in fmod()
38 typedef typename interval_lib::unprotect<interval<T, Policies> >::type I; in fmod()
44 template<class T, class Policies> inline
45 interval<T, Policies> fmod(const interval<T, Policies>& x, const T& y) in fmod()
48 return interval<T, Policies>::empty(); in fmod()
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/interval/doc/
Dinterval.htm33 <a href="rounding.htm">Rounding policies</a><br>
34 <a href="checking.htm">Checking policies</a><br>
35 <a href="policies.htm">Policies manipulation</a><br>
54 <code>interval&lt;T,Policies&gt;</code> where <code>Policies</code> is a
56 <code>interval&lt;T&gt;</code> just happens to pick the default policies
176 to be given by the two policies (rounding and checking). We do nevertheless
259 policies <code>Rounding</code> and <code>Checking</code> and pass them to
260 <code>interval&lt;T, Policies&gt;</code> through the use of <code>Policies
261 := boost::numeric::interval_lib::policies&lt;Rounding,Checking&gt;</code>.
262 Appropriate policies can be fabricated by using the various classes
[all …]
/external/selinux/libsepol/tests/
Dtest-neverallow.c97 …"neverallow on line 53 of policies/test-neverallow/policy.conf.std (or line 53 of policies/test-ne… in test_neverallow_basic()
98 …"neverallow on line 60 of policies/test-neverallow/policy.conf.std (or line 60 of policies/test-ne… in test_neverallow_basic()
99 …"neverallow on line 67 of policies/test-neverallow/policy.conf.std (or line 67 of policies/test-ne… in test_neverallow_basic()
100 …"neverallow on line 74 of policies/test-neverallow/policy.conf.std (or line 74 of policies/test-ne… in test_neverallow_basic()
101 …"neverallow on line 81 of policies/test-neverallow/policy.conf.std (or line 81 of policies/test-ne… in test_neverallow_basic()
102 …"neverallow on line 89 of policies/test-neverallow/policy.conf.std (or line 89 of policies/test-ne… in test_neverallow_basic()
103 …"neverallow on line 97 of policies/test-neverallow/policy.conf.std (or line 97 of policies/test-ne… in test_neverallow_basic()
104 …"neverallow on line 106 of policies/test-neverallow/policy.conf.std (or line 106 of policies/test-… in test_neverallow_basic()
105 …"neverallow on line 106 of policies/test-neverallow/policy.conf.std (or line 106 of policies/test-… in test_neverallow_basic()
106 …"neverallow on line 115 of policies/test-neverallow/policy.conf.std (or line 115 of policies/test-… in test_neverallow_basic()
[all …]
DMakefile27 # In order to load source policies we need to link in the checkpolicy/checkmodule parser and util c…
28 # This is less than ideal, but it makes the tests easier to maintain by allowing source policies
40 m4support := $(wildcard policies/support/*.spt)
41 testsuites := $(wildcard policies/test-*)
45 policies := $(stdpol) $(mlspol) macro
47 all: $(EXE) $(policies)
48 policies: $(policies) target
61 rm -f $(policies)
62 rm -f policies/test-downgrade/policy.hi policies/test-downgrade/policy.lo
70 test: $(EXE) $(policies)
[all …]
/external/cronet/third_party/boringssl/src/pki/
Dcertificate_policies_unittest.cc20 {"CERTIFICATE POLICIES", result}, in LoadTestData()
44 std::vector<der::Input> policies; in TEST_P() local
47 der::Input(der), fail_parsing_unknown_qualifier_oids(), &policies, in TEST_P()
54 std::vector<der::Input> policies; in TEST_P() local
57 der::Input(der), fail_parsing_unknown_qualifier_oids(), &policies, in TEST_P()
64 std::vector<der::Input> policies; in TEST_P() local
67 der::Input(der), fail_parsing_unknown_qualifier_oids(), &policies, in TEST_P()
69 ASSERT_EQ(1U, policies.size()); in TEST_P()
70 EXPECT_EQ(der::Input(kAnyPolicyOid), policies[0]); in TEST_P()
76 std::vector<der::Input> policies; in TEST_P() local
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/detail/
Ddivision.hpp24 template<class T, class Policies> inline
25 interval<T, Policies> div_non_zero(const interval<T, Policies>& x, in div_non_zero()
26 const interval<T, Policies>& y) in div_non_zero()
29 typename Policies::rounding rnd; in div_non_zero()
30 typedef interval<T, Policies> I; in div_non_zero()
52 template<class T, class Policies> inline
53 interval<T, Policies> div_non_zero(const T& x, const interval<T, Policies>& y) in div_non_zero()
56 typename Policies::rounding rnd; in div_non_zero()
57 typedef interval<T, Policies> I; in div_non_zero()
66 template<class T, class Policies> inline
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/compare/
Dexplicit.hpp30 template<class T, class Policies> inline
31 bool cerlt(const interval<T, Policies>& x, const T& y) in cerlt()
36 template<class T, class Policies> inline
37 bool cerlt(const T& x, const interval<T, Policies>& y) in cerlt()
48 template<class T, class Policies> inline
49 bool cerle(const interval<T, Policies>& x, const T& y) in cerle()
54 template<class T, class Policies> inline
55 bool cerle(const T& x, const interval<T, Policies>& y) in cerle()
66 template<class T, class Policies> inline
67 bool cergt(const interval<T, Policies>& x, const T& y) in cergt()
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/ext/
Dinteger.hpp19 template<class T, class Policies> inline
20 interval<T, Policies> operator+ (const interval<T, Policies>& x, int y) in operator +()
25 template<class T, class Policies> inline
26 interval<T, Policies> operator+ (int x, const interval<T, Policies>& y) in operator +()
31 template<class T, class Policies> inline
32 interval<T, Policies> operator- (const interval<T, Policies>& x, int y) in operator -()
37 template<class T, class Policies> inline
38 interval<T, Policies> operator- (int x, const interval<T, Policies>& y) in operator -()
43 template<class T, class Policies> inline
44 interval<T, Policies> operator* (const interval<T, Policies>& x, int y) in operator *()
[all …]
/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/
DBatchGetEffectiveIamPoliciesResponse.java85 …* [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policie…
103 …* [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policie…
119 * The effective policies for the
121 * These policies include the policy set on the
125 * Note that these policies are not filtered according to the resource type
128 * These policies are hierarchically ordered by
132 * itself to its parents and ancestors, such that policies[i]'s
134 * is the child of policies[i+1]'s
136 * if policies[i+1] exists.
140 …gle.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo policies = 2;
[all …]
DBatchGetEffectiveIamPoliciesResponseOrBuilder.java30 * The effective policies for a batch of resources. Note that the results
33 * When a resource does not have any effective IAM policies, its corresponding
35 …* [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.Effecti…
48 * The effective policies for a batch of resources. Note that the results
51 * When a resource does not have any effective IAM policies, its corresponding
53 …* [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.Effecti…
66 * The effective policies for a batch of resources. Note that the results
69 * When a resource does not have any effective IAM policies, its corresponding
71 …* [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.Effecti…
83 * The effective policies for a batch of resources. Note that the results
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dorgpolicy.v2.json150 "policies": { object
154 "flatPath": "v2/folders/{foldersId}/policies",
156 "id": "orgpolicy.folders.policies.create",
169 "path": "v2/{+parent}/policies",
182 "flatPath": "v2/folders/{foldersId}/policies/{policiesId}",
184 "id": "orgpolicy.folders.policies.delete",
192 "pattern": "^folders/[^/]+/policies/[^/]+$",
207 "flatPath": "v2/folders/{foldersId}/policies/{policiesId}",
209 "id": "orgpolicy.folders.policies.get",
217 "pattern": "^folders/[^/]+/policies/[^/]+$",
[all …]
/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/
DOrgPolicyInfo.java56 private Policies policies; field in OrgPolicyInfo
121 static class Policies { class in OrgPolicyInfo
129 Policies( in Policies() method in OrgPolicyInfo.Policies
186 Policies policies = (Policies) o; in equals() local
187 return Objects.equals(allValues, policies.allValues) in equals()
188 && Objects.equals(allowedValues, policies.allowedValues) in equals()
189 && Objects.equals(deniedValues, policies.deniedValues) in equals()
190 && Objects.equals(inheritFromParent, policies.inheritFromParent) in equals()
191 && Objects.equals(suggestedValue, policies.suggestedValue); in equals()
209 static Policies fromProtobuf(ListPolicy listPolicy) { in fromProtobuf()
[all …]
/external/autotest/client/cros/enterprise/
Dpolicy_manager.py28 Setting policies to a Fake DM server
29 Obtaining policies from a DUT
31 Obtinaing both set/received policies in many different data formats
32 Verifying policies provided to the DUT are correct.
35 fake_dm_server is not required to obtain policies from the DUT, get
62 Used to configure desired policies on the DUT. Will also save the
63 configured policies.
68 @params user/suggested_user/device/extension: dict of the policies to
71 @param new: bool, if True clear all previously configured policies.
97 style of extension policies you want to see. The DM server will not be
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/iterators/
Dmulti_pass_fwd.hpp20 // input policies
28 // ownership policies
32 // checking policies
37 // storage policies
58 , typename Policies = iterator_policies::default_policy<> >
61 template <typename T, typename Policies>
62 void swap(multi_pass<T, Policies> &x, multi_pass<T, Policies> &y);
73 template <typename T, typename Policies>
74 void clear_queue(multi_pass<T, Policies>&
77 template <typename T, typename Policies>
[all …]
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dgrpc_authorization_engine_test.cc69 std::map<std::string, Rbac::Policy> policies; in TEST_F() local
70 policies["policy1"] = std::move(policy1); in TEST_F()
71 policies["policy2"] = std::move(policy2); in TEST_F()
72 Rbac rbac("authz", Rbac::Action::kAllow, std::move(policies)); in TEST_F()
85 std::map<std::string, Rbac::Policy> policies; in TEST_F() local
86 policies["policy1"] = std::move(policy1); in TEST_F()
87 Rbac rbac("authz", Rbac::Action::kAllow, std::move(policies)); in TEST_F()
110 std::map<std::string, Rbac::Policy> policies; in TEST_F() local
111 policies["policy1"] = std::move(policy1); in TEST_F()
112 policies["policy2"] = std::move(policy2); in TEST_F()
[all …]
Dcel_authorization_engine_test.cc35 std::vector<envoy_config_rbac_v3_RBAC*> policies{allow_policy_}; in TEST_F() local
37 CelAuthorizationEngine::CreateCelAuthorizationEngine(policies); in TEST_F()
43 std::vector<envoy_config_rbac_v3_RBAC*> policies{deny_policy_, allow_policy_}; in TEST_F() local
45 CelAuthorizationEngine::CreateCelAuthorizationEngine(policies); in TEST_F()
47 << "Error: Failed to create CelAuthorizationEngine with two policies."; in TEST_F()
51 std::vector<envoy_config_rbac_v3_RBAC*> policies{}; in TEST_F() local
53 CelAuthorizationEngine::CreateCelAuthorizationEngine(policies); in TEST_F()
55 << "Error: Created CelAuthorizationEngine without policies."; in TEST_F()
59 std::vector<envoy_config_rbac_v3_RBAC*> policies{deny_policy_, allow_policy_, in TEST_F() local
62 CelAuthorizationEngine::CreateCelAuthorizationEngine(policies); in TEST_F()
[all …]
/external/grpc-grpc/test/core/security/
Dgrpc_authorization_engine_test.cc68 std::map<std::string, Rbac::Policy> policies; in TEST_F() local
69 policies["policy1"] = std::move(policy1); in TEST_F()
70 policies["policy2"] = std::move(policy2); in TEST_F()
71 Rbac rbac("authz", Rbac::Action::kAllow, std::move(policies)); in TEST_F()
84 std::map<std::string, Rbac::Policy> policies; in TEST_F() local
85 policies["policy1"] = std::move(policy1); in TEST_F()
86 Rbac rbac("authz", Rbac::Action::kAllow, std::move(policies)); in TEST_F()
109 std::map<std::string, Rbac::Policy> policies; in TEST_F() local
110 policies["policy1"] = std::move(policy1); in TEST_F()
111 policies["policy2"] = std::move(policy2); in TEST_F()
[all …]
Dcel_authorization_engine_test.cc35 std::vector<envoy_config_rbac_v3_RBAC*> policies{allow_policy_}; in TEST_F() local
37 CelAuthorizationEngine::CreateCelAuthorizationEngine(policies); in TEST_F()
43 std::vector<envoy_config_rbac_v3_RBAC*> policies{deny_policy_, allow_policy_}; in TEST_F() local
45 CelAuthorizationEngine::CreateCelAuthorizationEngine(policies); in TEST_F()
47 << "Error: Failed to create CelAuthorizationEngine with two policies."; in TEST_F()
51 std::vector<envoy_config_rbac_v3_RBAC*> policies{}; in TEST_F() local
53 CelAuthorizationEngine::CreateCelAuthorizationEngine(policies); in TEST_F()
55 << "Error: Created CelAuthorizationEngine without policies."; in TEST_F()
59 std::vector<envoy_config_rbac_v3_RBAC*> policies{deny_policy_, allow_policy_, in TEST_F() local
62 CelAuthorizationEngine::CreateCelAuthorizationEngine(policies); in TEST_F()
[all …]
/external/openscreen/cast/common/certificate/
Dcast_cert_validator_unittest.cc425 // Tests verifying a certificate chain with the policies:
427 // Root: policies={}
428 // Intermediate: policies={anyPolicy}
429 // Leaf: policies={anyPolicy}
437 // Test verifying a certificate chain with the policies:
439 // Root: policies={}
440 // Intermediate: policies={anyPolicy}
441 // Leaf: policies={audioOnly}
449 // Test verifying a certificate chain with the policies:
451 // Root: policies={}
[all …]
/external/google-cloud-java/java-orgpolicy/proto-google-cloud-orgpolicy-v2/src/main/proto/google/cloud/orgpolicy/v2/
Dorgpolicy.proto37 // An interface for managing organization policies.
49 // `Policies` are inherited down through the resource hierarchy. A `policy`
54 // controlled by an organization's policy administrator. `Policies` are a
73 // Retrieves all of the `Policies` that exist on a particular resource.
76 get: "/v2/{parent=projects/*}/policies"
77 additional_bindings { get: "/v2/{parent=folders/*}/policies" }
78 additional_bindings { get: "/v2/{parent=organizations/*}/policies" }
90 get: "/v2/{name=projects/*/policies/*}"
91 additional_bindings { get: "/v2/{name=folders/*/policies/*}" }
92 additional_bindings { get: "/v2/{name=organizations/*/policies/*}" }
[all …]

12345678910>>...121