/external/libbrillo/brillo/ |
D | backoff_entry.cc | 18 : policy_(policy) { in BackoffEntry() 19 DCHECK(policy_); in BackoffEntry() 46 if (policy_->always_use_initial_delay) in InformOfRequest() 47 delay = base::TimeDelta::FromMilliseconds(policy_->initial_delay_ms); in InformOfRequest() 73 if (policy_->entry_lifetime_ms == -1) in CanDiscard() 88 return unused_since_ms >= std::max(policy_->maximum_backoff_ms, in CanDiscard() 89 policy_->entry_lifetime_ms); in CanDiscard() 94 return unused_since_ms >= policy_->entry_lifetime_ms; in CanDiscard() 114 std::max(0, failure_count_ - policy_->num_errors_to_ignore); in CalculateReleaseTime() 118 if (policy_->always_use_initial_delay) in CalculateReleaseTime() [all …]
|
D | backoff_entry.h | 108 const Policy* const policy_; variable
|
/external/libchrome/components/policy/core/common/ |
D | external_data_fetcher.cc | 16 policy_(policy) { in ExternalDataFetcher() 21 policy_(other.policy_) { in ExternalDataFetcher() 35 first->policy_ == second->policy_; in Equals() 40 manager_->Fetch(policy_, callback); in Fetch()
|
D | external_data_fetcher.h | 48 const std::string policy_; variable
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/ |
D | subchannel_list.h | 190 LoadBalancingPolicy* policy() const { return policy_; } in policy() 218 LoadBalancingPolicy* policy_; variable 360 policy_(policy), in SubchannelList() 378 tracer_->name(), policy_, address.ToString().c_str()); in SubchannelList() 386 tracer_->name(), policy_, this, subchannels_.size(), in SubchannelList() 397 policy_, this); in ~SubchannelList() 405 tracer_->name(), policy_, this); in ShutdownLocked()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/ |
D | subchannel_list.h | 217 LoadBalancingPolicy* policy() const { return policy_; } in policy() 253 LoadBalancingPolicy* policy_; variable 491 policy_(policy), in SubchannelList() 527 tracer_->name(), policy_, address_uri); in SubchannelList() 538 tracer_->name(), policy_, this, subchannels_.size(), subchannel, in SubchannelList() 551 policy_, this); in ~SubchannelList() 560 tracer_->name(), policy_, this); in ShutdownLocked()
|
/external/ImageMagick/Magick++/lib/ |
D | Functions.cpp | 55 MagickPPExport bool Magick::SetSecurityPolicy(const std::string &policy_) in SetSecurityPolicy() argument 61 status=MagickCore::SetMagickSecurityPolicy(policy_.c_str(), in SetSecurityPolicy()
|
/external/libchrome/base/ |
D | observer_list_threadsafe.h | 103 : policy_(policy) {} 125 if (policy_ == ObserverListPolicy::ALL) { 222 const ObserverListPolicy policy_ = ObserverListPolicy::ALL;
|
D | observer_list.h | 116 max_index_(list->policy_ == ObserverListPolicy::ALL in Iter() 226 explicit ObserverList(ObserverListPolicy policy) : policy_(policy) {} in ObserverList() 297 const ObserverListPolicy policy_ = ObserverListPolicy::ALL; variable
|
/external/libbrillo/policy/ |
D | device_policy_impl.cc | 733 if (policy_.has_policy_data_signature()) { in VerifyPolicySignature() 734 std::string policy_data = policy_.policy_data(); in VerifyPolicySignature() 735 std::string policy_data_signature = policy_.policy_data_signature(); in VerifyPolicySignature() 753 if (policy::LoadPolicyFromPath(policy_path, &policy_data_str, &policy_) != in LoadPolicyFromFile() 757 if (!policy_.has_policy_data()) { in LoadPolicyFromFile() 761 if (!policy_data_.ParseFromString(policy_.policy_data()) || in LoadPolicyFromFile()
|
D | device_policy_impl.h | 136 enterprise_management::PolicyFetchResponse policy_; variable
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Functions.h | 35 MagickPPExport bool SetSecurityPolicy(const std::string &policy_);
|
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 242 storage_.policy_ = allocate & 0x3; in CZString() 247 cstr_ = (other.storage_.policy_ != noDuplication && other.cstr_ != nullptr in CZString() 250 storage_.policy_ = in CZString() 253 ? (static_cast<DuplicationPolicy>(other.storage_.policy_) == in CZString() 257 : static_cast<DuplicationPolicy>(other.storage_.policy_)) & in CZString() 268 if (cstr_ && storage_.policy_ == duplicate) { in ~CZString() 332 return storage_.policy_ == noDuplication; in isStaticString()
|
/external/libchrome/base/synchronization/ |
D | waitable_event.h | 224 const ResetPolicy policy_; variable
|
/external/perfetto/src/tracing/internal/ |
D | tracing_muxer_impl.h | 403 TracingPolicy* policy_ = nullptr; variable
|
D | tracing_muxer_impl.cc | 710 policy_ = args.tracing_policy; in Initialize() 1579 if (!policy_) { in CreateTracingSession() 1605 policy_->ShouldAllowConsumerSession(args); in CreateTracingSession()
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2619 storage_.policy_ = allocate; in CZString() 2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString() 2628 storage_.policy_ = (other.cstr_ in CZString() 2629 ? (other.storage_.policy_ == noDuplication in CZString() 2631 : other.storage_.policy_); in CZString() 2636 if (cstr_ && storage_.policy_ == duplicate) in ~CZString() 2679 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } in isStaticString()
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2637 storage_.policy_ = allocate & 0x3; in CZString() 2642 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString() 2645 storage_.policy_ = (other.cstr_ in CZString() 2646 ? (static_cast<DuplicationPolicy>(other.storage_.policy_) == noDuplication in CZString() 2648 : static_cast<DuplicationPolicy>(other.storage_.policy_)); in CZString() 2660 if (cstr_ && storage_.policy_ == duplicate) in ~CZString() 2703 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } in isStaticString()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2619 storage_.policy_ = allocate; in CZString() 2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString() 2628 storage_.policy_ = (other.cstr_ in CZString() 2629 ? (other.storage_.policy_ == noDuplication in CZString() 2631 : other.storage_.policy_); in CZString() 2636 if (cstr_ && storage_.policy_ == duplicate) in ~CZString() 2679 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } in isStaticString()
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2619 storage_.policy_ = allocate; in CZString() 2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString() 2628 storage_.policy_ = (other.cstr_ in CZString() 2629 ? (other.storage_.policy_ == noDuplication in CZString() 2631 : other.storage_.policy_); in CZString() 2636 if (cstr_ && storage_.policy_ == duplicate) in ~CZString() 2679 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } in isStaticString()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2619 storage_.policy_ = allocate; in CZString() 2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString() 2628 storage_.policy_ = (other.cstr_ in CZString() 2629 ? (other.storage_.policy_ == noDuplication in CZString() 2631 : other.storage_.policy_); in CZString() 2636 if (cstr_ && storage_.policy_ == duplicate) in ~CZString() 2679 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } in isStaticString()
|
/external/autotest/docs/ |
D | enterprise.md | 26 * Most of Enterprise tests start with *policy_* but there are some 34 * In the Test dropdown, select “policy_*”
|
/external/jsoncpp/include/json/ |
D | value.h | 283 unsigned policy_ : 2; member
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 571 unsigned policy_: 2; member
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 571 unsigned policy_: 2; member
|