Home
last modified time | relevance | path

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

12345678910>>...13

/external/openthread/src/core/meshcop/
Dmeshcop_tlvs.cpp44 bool Tlv::IsValid(const Tlv &aTlv) in IsValid() function in ot::MeshCoP::Tlv
138 bool NetworkNameTlv::IsValid(void) const in IsValid() function in ot::MeshCoP::NetworkNameTlv
149 bool SecurityPolicyTlv::IsValid(void) const in IsValid() function in ot::MeshCoP::SecurityPolicyTlv
171 bool ChannelTlv::IsValid(void) const in IsValid() function in ot::MeshCoP::ChannelTlv
216 bool ChannelMaskBaseTlv::IsValid(void) const in IsValid() function in ot::MeshCoP::ChannelMaskBaseTlv
Dmeshcop_tlvs.hpp423 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::PanIdTlv
470 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::ExtendedPanIdTlv
564 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::PskcTlv
611 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::NetworkKeyTlv
658 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::NetworkKeySequenceTlv
705 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::MeshLocalPrefixTlv
763 bool IsValid(void) const { return GetLength() > 0; } in IsValid() function in ot::MeshCoP::SteeringDataTlv
819 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::BorderAgentLocatorTlv
922 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::CommissionerSessionIdTlv
1029 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::ActiveTimestampTlv
[all …]
/external/openscreen/cast/streaming/
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
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
Dresolution.cc52 bool Resolution::IsValid() const { in IsValid() function in openscreen::cast::Resolution
87 bool Dimensions::IsValid() const { in IsValid() function in openscreen::cast::Dimensions
/external/golang-protobuf/reflect/protoreflect/
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
Dvalue.go149 IsValid() bool methodSpec
166 func (b RawFields) IsValid() bool { func
225 IsValid() bool methodSpec
284 IsValid() bool methodSpec
/external/tensorflow/tensorflow/lite/delegates/gpu/
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
/external/dng_sdk/source/
Ddng_rational.h57 bool IsValid () const in IsValid() function
116 bool IsValid () const in IsValid() function
/external/cronet/base/memory/
Dweak_ptr.cc36 bool WeakReference::Flag::IsValid() const { in IsValid() function in base::internal::WeakReference::Flag
69 bool WeakReference::IsValid() const { in IsValid() function in base::internal::WeakReference
/external/cronet/base/
Dsequence_token.cc31 bool SequenceToken::IsValid() const { in IsValid() function in base::SequenceToken
55 bool TaskToken::IsValid() const { in IsValid() function in base::TaskToken
/external/libchrome/base/
Dsequence_token.cc36 bool SequenceToken::IsValid() const { in IsValid() function in base::SequenceToken
62 bool TaskToken::IsValid() const { in IsValid() function in base::TaskToken
/external/llvm/lib/Support/Windows/
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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
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
/external/android-nn-driver/
DConversionUtils.cpp27 bool LayerInputHandle::IsValid() const in IsValid() function in armnn_driver::LayerInputHandle
108 bool ConstTensorPin::IsValid() const in IsValid() function in armnn_driver::ConstTensorPin
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
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
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs222 public static bool IsValid(MessageDescriptor descriptor, FieldMask fieldMask) in IsValid() method in Google.Protobuf.WellKnownTypes.FieldMask
249 public static bool IsValid(MessageDescriptor descriptor, string path) in IsValid() method in Google.Protobuf.WellKnownTypes.FieldMask
/external/openthread/src/core/thread/
Dnetwork_data_types.cpp52 bool OnMeshPrefixConfig::IsValid(Instance &aInstance) const in IsValid() function in ot::NetworkData::OnMeshPrefixConfig
160 bool ExternalRouteConfig::IsValid(Instance &aInstance) const in IsValid() function in ot::NetworkData::ExternalRouteConfig
Dnetwork_diagnostic_tlvs.hpp182 bool IsValid(void) const in IsValid() function in ot::NetworkDiagnostic::ConnectivityTlv
403 …bool IsValid(void) const { return GetLength() >= sizeof(mRouterIdSequence) + sizeof(mRouterIdMask)… in IsValid() function in ot::NetworkDiagnostic::RouteTlv
568 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(NetworkDiagnosticTlv); } in IsValid() function in ot::NetworkDiagnostic::LeaderDataTlv
683 bool IsValid(void) const { return GetLength() < sizeof(*this) - sizeof(NetworkDiagnosticTlv); } in IsValid() function in ot::NetworkDiagnostic::NetworkDataTlv
730 bool IsValid(void) const { return !IsExtended() && (GetLength() % sizeof(Ip6::Address) == 0); } in IsValid() function in ot::NetworkDiagnostic::Ip6AddressListTlv
772 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(NetworkDiagnosticTlv); } in IsValid() function in ot::NetworkDiagnostic::MacCountersTlv
1067 bool IsValid(void) const { return (GetLength() % sizeof(ChildTableEntry)) == 0; } in IsValid() function in ot::NetworkDiagnostic::ChildTableTlv
1138 bool IsValid(void) const in IsValid() function in ot::NetworkDiagnostic::ChannelPagesTlv
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs222 public static bool IsValid(MessageDescriptor descriptor, FieldMask fieldMask) in IsValid() method in Google.Protobuf.WellKnownTypes.FieldMask
249 public static bool IsValid(MessageDescriptor descriptor, string path) in IsValid() method in Google.Protobuf.WellKnownTypes.FieldMask
/external/vixl/src/aarch64/
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
/external/golang-protobuf/testing/protocmp/
Dreflect.go157 func (m reflectMessage) IsValid() bool { func
203 func (ls reflectList) IsValid() bool { func
256 func (ms reflectMap) IsValid() bool { func
/external/image_io/includes/image_io/base/
Dbyte_buffer.h32 bool IsValid() const { return size_ > 0; } in IsValid() function
/external/perfetto/include/perfetto/base/
Dplatform_handle.h40 static inline bool IsValid(PlatformHandle h) { in IsValid() function
/external/cronet/net/dns/public/
Dscoped_res_state.cc40 bool ScopedResState::IsValid() const { in IsValid() function in net::ScopedResState

12345678910>>...13