Home
last modified time | relevance | path

Searched defs:Policy (Results 1 – 25 of 1196) sorted by relevance

12345678910>>...48

/aosp_15_r20/external/crosvm/sandbox/src/
H A Dpolicy.rs19 pub struct Policy { struct
40 /// Policy for the main emulator process. argument
/aosp_15_r20/external/libbrillo/brillo/
H A Dbackoff_entry.h22 struct Policy { struct
25 int num_errors_to_ignore;
31 int initial_delay_ms;
34 double multiply_factor;
60 explicit BackoffEntry(const Policy* const policy); argument
/aosp_15_r20/external/cronet/net/base/
H A Dbackoff_entry.h30 struct Policy { struct
33 int num_errors_to_ignore;
39 int initial_delay_ms;
42 double multiply_factor;
68 explicit BackoffEntry(const Policy* policy); argument
/aosp_15_r20/external/clang/lib/Sema/
H A DDeclSpec.cpp448 const PrintingPolicy &Policy) { in getSpecifierName()
505 const PrintingPolicy &Policy) { in SetStorageClassSpec()
580 const PrintingPolicy &Policy) { in SetTypeSpecWidth()
616 const PrintingPolicy &Policy) { in SetTypeSpecType()
625 const PrintingPolicy &Policy) { in SetTypeSpecType()
645 const PrintingPolicy &Policy) { in SetTypeSpecType()
665 const PrintingPolicy &Policy) { in SetTypeSpecType()
674 const PrintingPolicy &Policy) { in SetTypeSpecType()
694 const PrintingPolicy &Policy) { in SetTypeSpecType()
715 const PrintingPolicy &Policy) { in SetTypeAltiVecVector()
[all …]
/aosp_15_r20/external/swiftshader/third_party/marl/src/
H A Dthread.cpp193 struct Policy : public Thread::Affinity::Policy { in anyOf() struct
194 Affinity affinity; in anyOf()
195 Policy(Affinity&& affinity) : affinity(std::move(affinity)) {} in anyOf() argument
197 Affinity get(uint32_t threadId, Allocator* allocator) const override { in anyOf()
224 struct Policy : public Thread::Affinity::Policy { in oneOf() struct
225 Affinity affinity; in oneOf()
226 Policy(Affinity&& affinity) : affinity(std::move(affinity)) {} in oneOf() argument
228 Affinity get(uint32_t threadId, Allocator* allocator) const override { in oneOf()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set_allocator_test.cc140 struct Policy { struct
141 using slot_type = Tracked<int32_t>;
142 using init_type = Tracked<int32_t>;
143 using key_type = int32_t;
146 static void construct(allocator_type* alloc, slot_type* slot, in construct()
153 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy()
158 static void transfer(allocator_type* alloc, slot_type* new_slot, in transfer()
165 static auto apply(F&& f, int32_t v) -> decltype(std::forward<F>(f)(v, v)) { in apply()
170 static auto apply(F&& f, const slot_type& v) in apply()
176 static auto apply(F&& f, slot_type&& v) in apply()
[all …]
H A Dnode_slot_policy_test.cc31 struct Policy : node_slot_policy<int&, Policy> { struct
32 using key_type = int;
33 using init_type = int;
36 static int* new_element(Alloc* alloc, int value) { in new_element()
41 static void delete_element(Alloc* alloc, int* elem) { in delete_element()
H A Draw_hash_set_probe_benchmark.cc50 struct Policy { struct
51 using slot_type = T;
52 using key_type = T;
53 using init_type = T;
56 static void construct(allocator_type* alloc, slot_type* slot, in construct()
62 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy()
66 static slot_type& element(slot_type* slot) { return *slot; } in element()
69 static auto apply(F&& f, const slot_type& arg) in apply()
75 static constexpr auto get_hash_slot_fn() { in get_hash_slot_fn()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set_allocator_test.cc140 struct Policy { struct
141 using slot_type = Tracked<int32_t>;
142 using init_type = Tracked<int32_t>;
143 using key_type = int32_t;
146 static void construct(allocator_type* alloc, slot_type* slot, in construct()
153 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy()
158 static void transfer(allocator_type* alloc, slot_type* new_slot, in transfer()
165 static auto apply(F&& f, int32_t v) -> decltype(std::forward<F>(f)(v, v)) { in apply()
170 static auto apply(F&& f, const slot_type& v) in apply()
176 static auto apply(F&& f, slot_type&& v) in apply()
[all …]
H A Dnode_slot_policy_test.cc31 struct Policy : node_slot_policy<int&, Policy> { struct
32 using key_type = int;
33 using init_type = int;
36 static int* new_element(Alloc* alloc, int value) { in new_element()
41 static void delete_element(Alloc* alloc, int* elem) { in delete_element()
H A Draw_hash_set_probe_benchmark.cc50 struct Policy { struct
51 using slot_type = T;
52 using key_type = T;
53 using init_type = T;
56 static void construct(allocator_type* alloc, slot_type* slot, in construct()
62 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy()
66 static slot_type& element(slot_type* slot) { return *slot; } in element()
69 static auto apply(F&& f, const slot_type& arg) in apply()
75 static constexpr auto get_hash_slot_fn() { in get_hash_slot_fn()
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Draw_hash_set_allocator_test.cc140 struct Policy { struct
141 using slot_type = Tracked<int32_t>;
142 using init_type = Tracked<int32_t>;
143 using key_type = int32_t;
146 static void construct(allocator_type* alloc, slot_type* slot, in construct()
153 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy()
158 static void transfer(allocator_type* alloc, slot_type* new_slot, in transfer()
165 static auto apply(F&& f, int32_t v) -> decltype(std::forward<F>(f)(v, v)) { in apply()
170 static auto apply(F&& f, const slot_type& v) in apply()
176 static auto apply(F&& f, slot_type&& v) in apply()
[all …]
H A Dnode_slot_policy_test.cc31 struct Policy : node_slot_policy<int&, Policy> { struct
32 using key_type = int;
33 using init_type = int;
36 static int* new_element(Alloc* alloc, int value) { in new_element()
41 static void delete_element(Alloc* alloc, int* elem) { in delete_element()
H A Draw_hash_set_probe_benchmark.cc50 struct Policy { struct
51 using slot_type = T;
52 using key_type = T;
53 using init_type = T;
56 static void construct(allocator_type* alloc, slot_type* slot, in construct()
62 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy()
66 static slot_type& element(slot_type* slot) { return *slot; } in element()
69 static auto apply(F&& f, const slot_type& arg) in apply()
75 static constexpr auto get_hash_slot_fn() { in get_hash_slot_fn()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/rbac/
Drbac_service_config_parser.cc53 struct Policy { struct
55 struct CidrRange {
64 struct SafeRegexMatch {
71 struct HeaderMatch {
88 struct StringMatch {
97 struct PathMatch {
105 struct Metadata {
112 struct Permission {
142 struct Principal {
177 std::vector<Permission> permissions;
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/ext/filters/rbac/
H A Drbac_service_config_parser.cc53 struct Policy { struct
55 struct CidrRange {
64 struct SafeRegexMatch {
71 struct HeaderMatch {
88 struct StringMatch {
97 struct PathMatch {
105 struct Metadata {
112 struct Permission {
142 struct Principal {
177 std::vector<Permission> permissions;
[all …]
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.h579 struct Policy { struct
592 } mPolicy GUARDED_BY(mPolicyLock); argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set_allocator_test.cc129 struct Policy { struct
130 using slot_type = Tracked<int32_t>;
131 using init_type = Tracked<int32_t>;
132 using key_type = int32_t;
135 static void construct(allocator_type* alloc, slot_type* slot, in construct()
142 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy()
147 static void transfer(allocator_type* alloc, slot_type* new_slot, in transfer()
154 static auto apply(F&& f, int32_t v) -> decltype(std::forward<F>(f)(v, v)) { in apply()
159 static auto apply(F&& f, const slot_type& v) in apply()
165 static auto apply(F&& f, slot_type&& v) in apply()
[all …]
H A Dnode_slot_policy_test.cc30 struct Policy : node_slot_policy<int&, Policy> { struct
31 using key_type = int;
32 using init_type = int;
35 static int* new_element(Alloc* alloc, int value) { in new_element()
40 static void delete_element(Alloc* alloc, int* elem) { in delete_element()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/
H A Draw_hash_set_allocator_test.cc129 struct Policy { struct
130 using slot_type = Tracked<int32_t>;
131 using init_type = Tracked<int32_t>;
132 using key_type = int32_t;
135 static void construct(allocator_type* alloc, slot_type* slot, in construct()
142 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy()
147 static void transfer(allocator_type* alloc, slot_type* new_slot, in transfer()
154 static auto apply(F&& f, int32_t v) -> decltype(std::forward<F>(f)(v, v)) { in apply()
159 static auto apply(F&& f, const slot_type& v) in apply()
165 static auto apply(F&& f, slot_type&& v) in apply()
[all …]
H A Dnode_hash_policy_test.cc30 struct Policy : node_hash_policy<int&, Policy> { struct
31 using key_type = int;
32 using init_type = int;
35 static int* new_element(Alloc* alloc, int value) { in new_element()
40 static void delete_element(Alloc* alloc, int* elem) { in delete_element()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/
H A Draw_hash_set_allocator_test.cc129 struct Policy { struct
130 using slot_type = Tracked<int32_t>;
131 using init_type = Tracked<int32_t>;
132 using key_type = int32_t;
135 static void construct(allocator_type* alloc, slot_type* slot, in construct()
142 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy()
147 static void transfer(allocator_type* alloc, slot_type* new_slot, in transfer()
154 static auto apply(F&& f, int32_t v) -> decltype(std::forward<F>(f)(v, v)) { in apply()
159 static auto apply(F&& f, const slot_type& v) in apply()
165 static auto apply(F&& f, slot_type&& v) in apply()
[all …]
H A Dnode_slot_policy_test.cc30 struct Policy : node_slot_policy<int&, Policy> { struct
31 using key_type = int;
32 using init_type = int;
35 static int* new_element(Alloc* alloc, int value) { in new_element()
40 static void delete_element(Alloc* alloc, int* elem) { in delete_element()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_allocator_test.cc129 struct Policy { struct
130 using slot_type = Tracked<int32_t>;
131 using init_type = Tracked<int32_t>;
132 using key_type = int32_t;
135 static void construct(allocator_type* alloc, slot_type* slot, in construct()
142 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy()
147 static void transfer(allocator_type* alloc, slot_type* new_slot, in transfer()
154 static auto apply(F&& f, int32_t v) -> decltype(std::forward<F>(f)(v, v)) { in apply()
159 static auto apply(F&& f, const slot_type& v) in apply()
165 static auto apply(F&& f, slot_type&& v) in apply()
[all …]
Dnode_slot_policy_test.cc30 struct Policy : node_slot_policy<int&, Policy> { struct
31 using key_type = int;
32 using init_type = int;
35 static int* new_element(Alloc* alloc, int value) { in new_element()
40 static void delete_element(Alloc* alloc, int* elem) { in delete_element()

12345678910>>...48