Home
last modified time | relevance | path

Searched refs:kType (Results 1 – 25 of 86) sorted by relevance

1234

/external/webrtc/pc/
Drtc_stats_traversal.cc75 if (type == RTCCertificateStats::kType) { in GetStatsReferencedIds()
78 } else if (type == RTCCodecStats::kType) { in GetStatsReferencedIds()
80 } else if (type == RTCDataChannelStats::kType) { in GetStatsReferencedIds()
82 } else if (type == RTCIceCandidatePairStats::kType) { in GetStatsReferencedIds()
88 } else if (type == RTCLocalIceCandidateStats::kType || in GetStatsReferencedIds()
89 type == RTCRemoteIceCandidateStats::kType) { in GetStatsReferencedIds()
93 } else if (type == RTCMediaStreamStats::kType) { in GetStatsReferencedIds()
96 } else if (type == RTCMediaStreamTrackStats::kType) { in GetStatsReferencedIds()
99 } else if (type == RTCPeerConnectionStats::kType) { in GetStatsReferencedIds()
101 } else if (type == RTCInboundRTPStreamStats::kType || in GetStatsReferencedIds()
[all …]
Drtc_stats_integrationtest.cc337 stats_types.insert(RTCCertificateStats::kType); in StatsTypes()
338 stats_types.insert(RTCCodecStats::kType); in StatsTypes()
339 stats_types.insert(RTCDataChannelStats::kType); in StatsTypes()
340 stats_types.insert(RTCIceCandidatePairStats::kType); in StatsTypes()
341 stats_types.insert(RTCLocalIceCandidateStats::kType); in StatsTypes()
342 stats_types.insert(RTCRemoteIceCandidateStats::kType); in StatsTypes()
343 stats_types.insert(RTCMediaStreamStats::kType); in StatsTypes()
344 stats_types.insert(RTCMediaStreamTrackStats::kType); in StatsTypes()
345 stats_types.insert(RTCPeerConnectionStats::kType); in StatsTypes()
346 stats_types.insert(RTCInboundRTPStreamStats::kType); in StatsTypes()
[all …]
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow_test.cc331 constexpr ArrayDataType kType = ArrayDataType::kInt32; in TEST_F() local
336 EXPECT_THAT(ImportAndGetData<kType>(node), ElementsAre(1, 2, 3, 4, 5, 6)); in TEST_F()
338 EXPECT_THAT(ImportAndGetData<kType>(node), ElementsAre(1, 2, 3, 4, 5, 5)); in TEST_F()
340 EXPECT_THAT(ImportAndGetData<kType>(node), ElementsAre(1, 1, 1, 1, 1, 1)); in TEST_F()
344 constexpr ArrayDataType kType = ArrayDataType::kInt64; in TEST_F() local
349 EXPECT_THAT(ImportAndGetData<kType>(node), ElementsAre(1, 2, 3, 4, 5, 6)); in TEST_F()
351 EXPECT_THAT(ImportAndGetData<kType>(node), ElementsAre(1, 2, 3, 4, 5, 5)); in TEST_F()
353 EXPECT_THAT(ImportAndGetData<kType>(node), ElementsAre(1, 1, 1, 1, 1, 1)); in TEST_F()
357 constexpr ArrayDataType kType = ArrayDataType::kUint8; in TEST_F() local
362 EXPECT_THAT(ImportAndGetData<kType>(node), ElementsAre(1, 2, 3, 4, 5, 6)); in TEST_F()
[all …]
/external/skqp/src/core/
DSkLiteDL.cpp73 static const auto kType = Type::Flush; member
78 static const auto kType = Type::Save; member
82 static const auto kType = Type::Restore; member
86 static const auto kType = Type::SaveLayer; member
109 static const auto kType = Type::SaveBehind; member
119 static const auto kType = Type::Concat; member
125 static const auto kType = Type::SetMatrix; member
133 static const auto kType = Type::Translate; member
142 static const auto kType = Type::ClipPath; member
150 static const auto kType = Type::ClipRect; member
[all …]
DSkRecord.h95 SkASSERT(Existing::kType == fRecords[i].type()); in replace()
150 fType = T::kType; in set()
152 SkASSERT(this->ptr() == ptr && this->type() == T::kType); in set()
/external/skia/src/utils/
DSkJSON.h76 bool is() const { return this->getType() == T::kType; } in is()
214 static constexpr Type kType = Type::kNull;
221 static constexpr Type kType = Type::kBool;
233 static constexpr Type kType = Type::kNumber;
252 static constexpr Type kType = vtype; variable
255 SkASSERT(this->getType() == kType); in size()
260 SkASSERT(this->getType() == kType); in begin()
266 SkASSERT(this->getType() == kType); in end()
272 SkASSERT(this->getType() == kType);
286 static constexpr Type kType = Type::kString;
/external/skqp/src/utils/
DSkJSON.h76 bool is() const { return this->getType() == T::kType; } in is()
208 static constexpr Type kType = Type::kNull;
215 static constexpr Type kType = Type::kBool;
227 static constexpr Type kType = Type::kNumber;
246 static constexpr Type kType = vtype; variable
249 SkASSERT(this->getType() == kType); in size()
254 SkASSERT(this->getType() == kType); in begin()
260 SkASSERT(this->getType() == kType); in end()
266 SkASSERT(this->getType() == kType);
280 static constexpr Type kType = Type::kString;
/external/pigweed/pw_rpc/pw_rpc_private/
Dmethod_impl_tester.h49 static_assert(MethodTraits<decltype(&TestService::Unary)>::kType ==
51 static_assert(MethodTraits<decltype(&TestService::StaticUnary)>::kType ==
53 static_assert(MethodTraits<decltype(&TestService::ServerStreaming)>::kType ==
56 MethodTraits<decltype(&TestService::StaticServerStreaming)>::kType ==
/external/libchrome/components/json_schema/
Djson_schema_validator_unittest_base.cc119 schema->SetString(schema::kType, schema::kString); in TestStringPattern()
191 schema->SetString(schema::kType, schema::kObject); in TestObject()
252 additional_properties->SetString(schema::kType, schema::kAny); in TestObject()
260 additional_properties->SetString(schema::kType, schema::kBoolean); in TestObject()
309 schema->SetString(schema::kType, schema::kObject); in TestTypeReference()
316 schema_inline->SetString(schema::kType, schema::kObject); in TestTypeReference()
397 additional_properties->SetString(schema::kType, schema::kAny); in TestArrayTuple()
404 additional_properties->SetString(schema::kType, schema::kBoolean); in TestArrayTuple()
432 schema->SetString(schema::kType, schema::kArray); in TestArrayNonTuple()
468 schema->SetString(schema::kType, schema::kString); in TestString()
[all …]
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video_unittest.cc73 constexpr VideoCodecType kType = VideoCodecType::kVideoCodecGeneric; variable
207 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, 0, kFrame, hdr, in TEST_P()
233 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, kCaptureTimestamp, in TEST_P()
253 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, 0, kFrame, hdr, in TEST_P()
259 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp + 1, 0, kFrame, in TEST_P()
277 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, 0, kFrame, hdr, in TEST_P()
282 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp + 1, 0, kFrame, in TEST_P()
517 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, 0, kFrame, hdr, in TEST_P()
543 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, 0, kFrame, hdr, in TEST_P()
583 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, 0, kFrame, hdr, in TEST_P()
[all …]
/external/skqp/tests/
DRecordTestUtils.h23 void operator()(const U& r) { ptr = &r; type = U::kType; } in operator()
26 void operator()(const T&) { type = U::kType; } in operator()
34 REPORTER_ASSERT(r, T::kType == reader.type); in assert_type()
/external/skia/tests/
DRecordTestUtils.h23 void operator()(const U& r) { ptr = &r; type = U::kType; } in operator()
26 void operator()(const T&) { type = U::kType; } in operator()
34 REPORTER_ASSERT(r, T::kType == reader.type); in assert_type()
/external/pigweed/pw_rpc/raw/public/pw_rpc/internal/
Draw_method.h120 static constexpr MethodType kType = MethodType::kUnary;
128 static constexpr MethodType kType = MethodType::kUnary;
136 static constexpr MethodType kType = MethodType::kServerStreaming;
144 static constexpr MethodType kType = MethodType::kServerStreaming;
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/
Dnanopb_client_call.h88 static constexpr MethodType kType = MethodType::kUnary;
95 static constexpr MethodType kType = MethodType::kServerStreaming;
134 if constexpr (Traits::kType == internal::MethodType::kUnary) {
137 if constexpr (Traits::kType == internal::MethodType::kServerStreaming) {
/external/skqp/gm/
Dnonclosedpaths.cpp89 constexpr ClosureType kType[] = { in onDraw() local
107 MakePath(&path, kType[type]); in onDraw()
130 MakePath(&path, kType[type]); in onDraw()
/external/skia/gm/
Dnonclosedpaths.cpp96 constexpr ClosureType kType[] = { in onDraw() local
113 SkPath path = MakePath(kType[type]); in onDraw()
135 SkPath path = MakePath(kType[type]); in onDraw()
/external/openscreen/discovery/dnssd/testing/
Dfake_dns_record_factory.cc15 constexpr auto kType = DnsType::kSRV; in CreateFullyPopulatedSrvRecord() local
20 return MdnsRecord(kTarget, kType, kClazz, kRecordType, kTtl, std::move(srv)); in CreateFullyPopulatedSrvRecord()
/external/dynamic_depth/internal/dynamic_depth/
Dprofile.cc12 const char kType[] = "Type"; variable
102 if (!deserializer->ParseString(DynamicDepthConst::Profile(), kType, in FromDeserializer()
126 if (!serializer->WriteProperty(DynamicDepthConst::Profile(), kType, type_)) { in Serialize()
/external/webrtc/api/stats/
Drtc_stats.h87 RTC_DCHECK_EQ(type(), T::kType); in cast_to()
151 static const char kType[]; \
157 const char this_class::kType[] = type_str; \
163 const char* this_class::type() const { return this_class::kType; } \
188 const char this_class::kType[] = type_str; \
194 const char* this_class::type() const { return this_class::kType; } \
/external/llvm-project/lldb/source/Host/posix/
DDomainSocket.cpp32 const int kType = SOCK_STREAM; variable
82 m_socket = CreateSocket(kDomain, kType, 0, m_child_processes_inherit, error); in Connect()
101 m_socket = CreateSocket(kDomain, kType, 0, m_child_processes_inherit, error); in Listen()
/external/skia/src/gpu/
DGrGpuBuffer.cpp63 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); in ComputeScratchKeyForDynamicBuffer() local
64 GrScratchKey::Builder builder(key, kType, 1 + (sizeof(size_t) + 3) / 4); in ComputeScratchKeyForDynamicBuffer()
DGrAttachment.cpp83 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); in ComputeScratchKey() local
85 GrScratchKey::Builder builder(key, kType, 5); in ComputeScratchKey()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtensor.h50 constexpr static DataType kType = Type;
82 constexpr DataType Tensor<ShapeT, Type>::kType;
/external/skqp/src/gpu/
DGrBuffer.cpp49 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); in ComputeScratchKeyForDynamicVBO() local
50 GrScratchKey::Builder builder(key, kType, 1 + (sizeof(size_t) + 3) / 4); in ComputeScratchKeyForDynamicVBO()
/external/openscreen/tools/cddl/
Dparse.h28 kType, enumerator
91 case AstNode::Type::kType:

1234