/aosp_15_r20/external/openscreen/cast/streaming/ |
H A D | answer_messages.cc | 186 bool AspectRatio::IsValid() const { in IsValid() function in openscreen::cast::AspectRatio 223 bool AudioConstraints::IsValid() const { in IsValid() function in openscreen::cast::AudioConstraints 254 bool VideoConstraints::IsValid() const { in IsValid() function in openscreen::cast::VideoConstraints 292 bool Constraints::IsValid() const { in IsValid() function in openscreen::cast::Constraints 323 bool DisplayDescription::IsValid() const { in IsValid() function in openscreen::cast::DisplayDescription 385 bool Answer::IsValid() const { in IsValid() function in openscreen::cast::Answer
|
H A D | offer_messages.cc | 249 bool Stream::IsValid() const { in IsValid() function in openscreen::cast::Stream 292 bool AudioStream::IsValid() const { in IsValid() function in openscreen::cast::AudioStream 361 bool VideoStream::IsValid() const { in IsValid() function in openscreen::cast::VideoStream 441 bool Offer::IsValid() const { in IsValid() function in openscreen::cast::Offer
|
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/ |
H A D | proto.go | 159 func (s Syntax) IsValid() bool { func 205 func (c Cardinality) IsValid() bool { func 270 func (k Kind) IsValid() bool { func 420 func (s Name) IsValid() bool { func 446 func (s FullName) IsValid() bool { func
|
H A D | value.go | 149 IsValid() bool methodSpec 166 func (b RawFields) IsValid() bool { func 225 IsValid() bool methodSpec 284 IsValid() bool methodSpec
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | registers-aarch64.h | 541 bool IsValid() const { return IsValidRegister(); } in IsValid() function 579 bool IsValid() const { return IsValidVRegister(); } in IsValid() function 628 bool IsValid() const { return IsValidZRegister(); } in IsValid() function 640 bool IsValid() const { in IsValid() function 692 bool IsValid() const { in IsValid() function 721 bool IsValid() const { in IsValid() function 735 bool IsValid() const { in IsValid() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/ |
H A D | api.cc | 65 bool IsValid(const ObjectDef& def) { in IsValid() function 75 bool IsValid(const TensorObjectDef& def) { return IsValid(def.object_def); } in IsValid() function 77 bool IsValid(const TensorObjectDef& def, const TensorObject& object) { in IsValid() function 139 bool IsValid(const InferenceOptions& options) { in IsValid() function
|
/aosp_15_r20/external/openthread/src/core/meshcop/ |
H A D | meshcop_tlvs.hpp | 367 bool IsValid(void) const { return GetLength() > 0; } in IsValid() function in ot::MeshCoP::SteeringDataTlv 423 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::BorderAgentLocatorTlv 470 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::CommissionerSessionIdTlv 787 bool IsValid(void) const { return true; } in IsValid() function in ot::MeshCoP::EnergyListTlv 876 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::VendorStackVersionTlv 1069 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::DiscoveryRequestTlv 1154 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::DiscoveryResponseTlv 1268 …bool IsValid(void) const { return GetLength() >= sizeof(mOui) && GetLength() <= sizeof(mOui) + siz… in IsValid() function in ot::MeshCoP::JoinerAdvertisementTlv
|
H A D | meshcop_tlvs.cpp | 66 bool NetworkNameTlv::IsValid(void) const { return IsValidUtf8String(mNetworkName, GetLength()); } in IsValid() function in ot::MeshCoP::NetworkNameTlv 74 bool SecurityPolicyTlv::IsValid(void) const in IsValid() function in ot::MeshCoP::SecurityPolicyTlv 127 bool ChannelMaskTlv::IsValid(void) const in IsValid() function in ot::MeshCoP::ChannelMaskTlv
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | link_metrics_tlvs.hpp | 110 bool IsValid(void) const { return GetLength() >= kMinLength; } in IsValid() function in ot::LinkMetrics::ReportSubTlv 202 bool IsValid(void) const { return GetLength() >= sizeof(uint8_t); } in IsValid() function in ot::LinkMetrics::QueryOptionsSubTlv 233 bool IsValid(void) const { return GetLength() >= kMinLength; } in IsValid() function in ot::LinkMetrics::FwdProbingRegSubTlv 304 bool IsValid(void) const { return GetLength() >= kMinLength; } in IsValid() function in ot::LinkMetrics::EnhAckConfigSubTlv
|
H A D | thread_tlvs.hpp | 223 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(ThreadTlv); } in IsValid() function in ot::ThreadRouterMaskTlv 294 bool IsValid(void) const { return true; } in IsValid() function in ot::ThreadNetworkDataTlv 337 bool IsValid(void) const in IsValid() function in ot::Ip6AddressesTlv
|
H A D | mle_tlvs.hpp | 433 …bool IsValid(void) const { return GetLength() >= sizeof(mRouterIdSequence) + sizeof(mRouterIdMask)… in IsValid() function in ot::Mle::RouteTlv 660 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::Mle::LeaderDataTlv 756 bool IsValid(void) const in IsValid() function in ot::Mle::ConnectivityTlv 1174 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::Mle::TimeParameterTlv 1241 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::Mle::CslClockAccuracyTlv
|
H A D | mle_tlvs.cpp | 54 bool RouteTlv::IsValid(void) const in IsValid() function in ot::Mle::RouteTlv 124 bool ChannelTlvValue::IsValid(void) const in IsValid() function in ot::Mle::ChannelTlvValue
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | nd6.hpp | 141 bool IsValid(void) const { return mLength > 0; } in IsValid() function in ot::Ip6::Nd::Option 489 bool IsValid(void) const { return GetSize() >= sizeof(*this); } in IsValid() function in ot::Ip6::Nd::RaFlagsExtOption 561 bool IsValid(void) const { return GetType() == Icmp::Header::kTypeRouterAdvert; } in IsValid() function in ot::Ip6::Nd::RouterAdvert::Header 718 bool IsValid(void) const in IsValid() function in ot::Ip6::Nd::RouterAdvert::RxMessage 911 … bool IsValid(void) const { return (mType == Icmp::Header::kTypeNeighborSolicit) && (mCode == 0); } in IsValid() function in ot::Ip6::Nd::NeighborSolicitMessage 976 … bool IsValid(void) const { return (mType == Icmp::Header::kTypeNeighborAdvert) && (mCode == 0); } in IsValid() function in ot::Ip6::Nd::NeighborAdvertMessage
|
H A D | dns_types.cpp | 1189 bool AaaaRecord::IsValid(void) const in IsValid() function in ot::Dns::AaaaRecord 1194 bool KeyRecord::IsValid(void) const { return GetType() == Dns::ResourceRecord::kTypeKey; } in IsValid() function in ot::Dns::KeyRecord 1203 bool Ecdsa256KeyRecord::IsValid(void) const in IsValid() function in ot::Dns::Ecdsa256KeyRecord 1210 bool SigRecord::IsValid(void) const in IsValid() function in ot::Dns::SigRecord 1230 bool LeaseOption::IsValid(void) const in IsValid() function in ot::Dns::LeaseOption
|
/aosp_15_r20/external/llvm/lib/Support/Windows/ |
H A D | WindowsSupport.h | 143 static bool IsValid(handle_type h) { in IsValid() function 165 static bool IsValid(handle_type h) { in IsValid() function 181 static bool IsValid(handle_type h) { in IsValid() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 133 static bool IsValid(handle_type h) { in IsValid() function 155 static bool IsValid(handle_type h) { in IsValid() function 171 static bool IsValid(handle_type h) { in IsValid() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 133 static bool IsValid(handle_type h) { in IsValid() function 155 static bool IsValid(handle_type h) { in IsValid() function 171 static bool IsValid(handle_type h) { in IsValid() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 133 static bool IsValid(handle_type h) { in IsValid() function 155 static bool IsValid(handle_type h) { in IsValid() function 171 static bool IsValid(handle_type h) { in IsValid() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 130 static bool IsValid(handle_type h) { in IsValid() function 152 static bool IsValid(handle_type h) { in IsValid() function 168 static bool IsValid(handle_type h) { in IsValid() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 133 static bool IsValid(handle_type h) { in IsValid() function 155 static bool IsValid(handle_type h) { in IsValid() function 171 static bool IsValid(handle_type h) { in IsValid() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 133 static bool IsValid(handle_type h) { in IsValid() function 155 static bool IsValid(handle_type h) { in IsValid() function 171 static bool IsValid(handle_type h) { in IsValid() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
H A D | WindowsSupport.h | 144 static bool IsValid(handle_type h) { in IsValid() function 166 static bool IsValid(handle_type h) { in IsValid() function 182 static bool IsValid(handle_type h) { in IsValid() function
|
/aosp_15_r20/external/golang-protobuf/testing/protocmp/ |
H A D | reflect.go | 157 func (m reflectMessage) IsValid() bool { func 203 func (ls reflectList) IsValid() bool { func 256 func (ms reflectMap) IsValid() bool { func
|
/aosp_15_r20/external/golang-protobuf/types/dynamicpb/ |
H A D | dynamic.go | 336 func (m *Message) IsValid() bool { func 400 func (x emptyList) IsValid() bool { return false } func 446 func (x *dynamicList) IsValid() bool { func 481 func (x *dynamicMap) IsValid() bool { func
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_rational.h | 57 bool IsValid () const in IsValid() function 116 bool IsValid () const in IsValid() function
|