Home
last modified time | relevance | path

Searched defs:kType (Results 1 – 25 of 198) sorted by relevance

12345678

/aosp_15_r20/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp113 static const auto kType = Type::Save; member
117 static const auto kType = Type::Restore; member
121 static const auto kType = Type::SaveLayer; member
142 static const auto kType = Type::SaveBehind; member
153 static const auto kType = Type::Concat; member
159 static const auto kType = Type::SetMatrix; member
167 static const auto kType = Type::Scale; member
173 static const auto kType = Type::Translate; member
180 static const auto kType = Type::ClipPath; member
188 static const auto kType = Type::ClipRect; member
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dimport_tensorflow_test.cc329 constexpr ArrayDataType kType = ArrayDataType::kInt32; in TEST_F() local
344 constexpr ArrayDataType kType = ArrayDataType::kInt64; in TEST_F() local
359 constexpr ArrayDataType kType = ArrayDataType::kUint8; in TEST_F() local
374 constexpr ArrayDataType kType = ArrayDataType::kBool; in TEST_F() local
389 constexpr ArrayDataType kType = ArrayDataType::kFloat; in TEST_F() local
408 constexpr ArrayDataType kType = ArrayDataType::kComplex64; in TEST_F() local
523 constexpr ArrayDataType kType = ArrayDataType::kInt64; in TEST_F() local
532 constexpr ArrayDataType kType = ArrayDataType::kInt32; in TEST_F() local
541 constexpr ArrayDataType kType = ArrayDataType::kFloat; in TEST_F() local
551 constexpr ArrayDataType kType = ArrayDataType::kUint8; in TEST_F() local
[all …]
/aosp_15_r20/system/netd/server/
H A DNFLogListenerTest.cpp105 constexpr uint16_t kType = 38; in TEST_F() local
111 constexpr uint16_t kType = 38; in TEST_F() local
119 constexpr uint16_t kType = 38; in TEST_F() local
131 constexpr uint16_t kType = 38; in TEST_F() local
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.hpp1610 …static constexpr uint16_t kType = kTypeAny; // This is intended for used by `ReadRecord<RecordType… member in ot::Dns::ResourceRecord
1645 static constexpr uint16_t kType = kTypeA; ///< The A record type. member in ot::Dns::ARecord
1687 static constexpr uint16_t kType = kTypeCname; ///< The CNAME record type. member in ot::Dns::CnameRecord
1738 static constexpr uint16_t kType = kTypePtr; ///< The PTR record type. member in ot::Dns::PtrRecord
1853 static constexpr uint16_t kType = kTypeTxt; ///< The TXT record type. member in ot::Dns::TxtRecord
1911 static constexpr uint16_t kType = kTypeAaaa; ///< The AAAA record type. member in ot::Dns::AaaaRecord
1961 static constexpr uint16_t kType = kTypeSrv; ///< The SRV record type. member in ot::Dns::SrvRecord
2093 static constexpr uint16_t kType = kTypeKey; ///< The KEY record type. member in ot::Dns::KeyRecord
2317 static constexpr uint16_t kType = kTypeSig; ///< The SIG record type. member in ot::Dns::SigRecord
2504 static constexpr uint16_t kType = kTypeOpt; ///< The OPT record type. member in ot::Dns::OptRecord
[all …]
H A Ddns_dso.hpp905 static constexpr Type kType = kKeepAliveType; member in ot::Dns::Dso::KeepAliveTlv
926 static constexpr Type kType = kRetryDelayType; member in ot::Dns::Dso::RetryDelayTlv
943 static constexpr Type kType = kEncryptionPaddingType; member in ot::Dns::Dso::EncryptionPaddingTlv
H A Dnd6.hpp180 static constexpr Type kType = kTypePrefixInfo; ///< Prefix Information Option Type. member in ot::Ip6::Nd::PrefixInfoOption
341 static constexpr Type kType = kTypeRouteInfo; ///< Route Information Option Type. member in ot::Ip6::Nd::RouteInfoOption
475 static constexpr Type kType = kTypeRaFlagsExtension; ///< RA Flags Extension Option type. member in ot::Ip6::Nd::RaFlagsExtOption
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DResourceProvider.cpp107 static const ResourceType kType = GraphiteResourceKey::GenerateResourceType(); in findOrCreateScratchTexture() local
124 static const ResourceType kType = GraphiteResourceKey::GenerateResourceType(); in findOrCreateDepthStencilAttachment() local
143 static const ResourceType kType = GraphiteResourceKey::GenerateResourceType(); in findOrCreateDiscardableMSAAAttachment() local
216 static const ResourceType kType = GraphiteResourceKey::GenerateResourceType(); in findOrCreateBuffer() local
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_tlvs.hpp532 static constexpr Type kType = kTypeHasRoute; ///< The TLV Type. member in ot::NetworkData::HasRouteTlv
631 static constexpr Type kType = kTypePrefix; ///< The TLV Type. member in ot::NetworkData::PrefixTlv
1106 static constexpr Type kType = kTypeBorderRouter; ///< The TLV Type. member in ot::NetworkData::BorderRouterTlv
1208 static constexpr Type kType = kTypeContext; ///< The TLV Type. member in ot::NetworkData::ContextTlv
1280 static constexpr Type kType = kTypeCommissioningData; ///< The TLV Type. member in ot::NetworkData::CommissioningDataTlv
1302 static constexpr Type kType = kTypeService; ///< The TLV Type. member in ot::NetworkData::ServiceTlv
1473 static constexpr Type kType = kTypeServer; ///< The TLV Type. member in ot::NetworkData::ServerTlv
H A Dnetwork_diagnostic_tlvs.hpp274 …static constexpr uint8_t kType = ot::NetworkDiagnostic::Tlv::kConnectivity; ///< The TLV Type valu… member in ot::NetworkDiagnostic::ConnectivityTlv
315 static constexpr uint8_t kType = ot::NetworkDiagnostic::Tlv::kRoute; ///< The TLV Type value. member in ot::NetworkDiagnostic::RouteTlv
336 … static constexpr uint8_t kType = ot::NetworkDiagnostic::Tlv::kLeaderData; ///< The TLV Type value. member in ot::NetworkDiagnostic::LeaderDataTlv
/aosp_15_r20/external/webrtc/net/dcsctp/packet/
H A Dtlv_trait_test.cc27 static constexpr int kType = 0x49; member
78 static constexpr int kType = 31337; member
/aosp_15_r20/external/pigweed/pw_rpc/raw/
H A Dclient_test.cc34 static constexpr MethodType kType = MethodType::kUnary; member
41 static constexpr MethodType kType = MethodType::kBidirectionalStreaming; member
/aosp_15_r20/external/webrtc/net/dcsctp/packet/error_cause/
H A Dcookie_received_while_shutting_down_cause.cc26 constexpr int CookieReceivedWhileShuttingDownCause::kType; member in dcsctp::CookieReceivedWhileShuttingDownCause
H A Dinvalid_mandatory_parameter_cause.cc26 constexpr int InvalidMandatoryParameterCause::kType; member in dcsctp::InvalidMandatoryParameterCause
H A Dout_of_resource_error_cause.cc26 constexpr int OutOfResourceErrorCause::kType; member in dcsctp::OutOfResourceErrorCause
H A Dout_of_resource_error_cause.h27 static constexpr int kType = 4; member
H A Dcookie_received_while_shutting_down_cause.h27 static constexpr int kType = 10; member
H A Drestart_of_an_association_with_new_address_cause.cc35 constexpr int RestartOfAnAssociationWithNewAddressesCause::kType; member in dcsctp::RestartOfAnAssociationWithNewAddressesCause
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
H A DInvalidDevice.h73 const nn::DeviceType kType; variable
/aosp_15_r20/external/webrtc/net/dcsctp/packet/parameter/
H A Dforward_tsn_supported_parameter.cc27 constexpr int ForwardTsnSupportedParameter::kType; member in dcsctp::ForwardTsnSupportedParameter
/aosp_15_r20/external/webrtc/net/dcsctp/packet/chunk/
H A Dcookie_ack_chunk.cc28 constexpr int CookieAckChunk::kType; member in dcsctp::CookieAckChunk
H A Dshutdown_ack_chunk.cc28 constexpr int ShutdownAckChunk::kType; member in dcsctp::ShutdownAckChunk
H A Dcookie_echo_chunk.cc35 constexpr int CookieEchoChunk::kType; member in dcsctp::CookieEchoChunk
H A Dshutdown_ack_chunk.h27 static constexpr int kType = 8; member
H A Dcookie_ack_chunk.h27 static constexpr int kType = 11; member
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/
H A Drotary_embedding.h71 const LLMType kType; variable

12345678