Home
last modified time | relevance | path

Searched defs:IsValid (Results 1 – 25 of 699) sorted by relevance

12345678910>>...28

/aosp_15_r20/external/openscreen/cast/streaming/
H A Danswer_messages.cc186 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 Doffer_messages.cc249 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 Dproto.go159 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 Dvalue.go149 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 Dregisters-aarch64.h541 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 Dapi.cc65 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 Dmeshcop_tlvs.hpp367 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 Dmeshcop_tlvs.cpp66 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 Dlink_metrics_tlvs.hpp110 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 Dthread_tlvs.hpp223 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 Dmle_tlvs.hpp433 …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 Dmle_tlvs.cpp54 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 Dnd6.hpp141 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 Ddns_types.cpp1189 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 DWindowsSupport.h143 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/
DWindowsSupport.h133 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 DWindowsSupport.h133 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/
DWindowsSupport.h133 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 DWindowsSupport.h130 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/
DWindowsSupport.h133 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/
DWindowsSupport.h133 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 DWindowsSupport.h144 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 Dreflect.go157 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 Ddynamic.go336 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 Ddng_rational.h57 bool IsValid () const in IsValid() function
116 bool IsValid () const in IsValid() function

12345678910>>...28