/packages/modules/NeuralNetworks/driver/cache/BlobCache/ |
D | BlobCache_test.cpp | 65 TEST_P(BlobCacheTest, CacheSingleValueSucceeds) { in TEST_P() function 75 TEST_P(BlobCacheTest, CacheTwoValuesSucceeds) { in TEST_P() function 87 TEST_P(BlobCacheTest, CacheTwoValuesMallocSucceeds) { in TEST_P() function 107 TEST_P(BlobCacheTest, GetOnlyWritesInsideBounds) { in TEST_P() function 119 TEST_P(BlobCacheTest, GetOnlyWritesIfBufferIsLargeEnough) { in TEST_P() function 128 TEST_P(BlobCacheTest, GetWithFailedAllocator) { in TEST_P() function 143 TEST_P(BlobCacheTest, GetDoesntAccessNullBuffer) { in TEST_P() function 148 TEST_P(BlobCacheTest, MultipleSetsCacheLatestValue) { in TEST_P() function 159 TEST_P(BlobCacheTest, SecondSetKeepsFirstValueIfTooLarge) { in TEST_P() function 170 TEST_P(BlobCacheTest, DoesntCacheIfKeyIsTooBig) { in TEST_P() function [all …]
|
/packages/services/Car/cpp/watchdog/vts/ |
D | VtsAidlWatchdogTargetTest.cpp | 141 TEST_P(WatchdogAidlTest, TestWatchdogClient) { in TEST_P() function 155 TEST_P(WatchdogAidlTest, TestFailsRegisterClientWithNullptrClient) { in TEST_P() function 160 TEST_P(WatchdogAidlTest, TestFailsToTellClientAliveForNotRegisteredClient) { in TEST_P() function 166 TEST_P(WatchdogAidlTest, TestFailsToUnRegisterNotRegisteredClient) { in TEST_P() function 172 TEST_P(WatchdogAidlTest, TestResourceOveruseListener) { in TEST_P() function 182 TEST_P(WatchdogAidlTest, TestFailsAddResourceOveruseListenerWithNoResourceType) { in TEST_P() function 189 TEST_P(WatchdogAidlTest, TestFailsAddResourceOveruseListenerWithNullptrListener) { in TEST_P() function 194 TEST_P(WatchdogAidlTest, TestFailsToRemoveNotAddedResourceOveruseListener) { in TEST_P() function 210 TEST_P(WatchdogAidlTest, TestFailsGetResourceOveruseStatsWithNoResourceTypes) { in TEST_P() function
|
/packages/modules/NeuralNetworks/driver/cache/nnCache/ |
D | nnCache_test.cpp | 61 TEST_P(NNCacheTest, UninitializedCacheAlwaysMisses) { in TEST_P() function 71 TEST_P(NNCacheTest, InitializedCacheAlwaysHits) { in TEST_P() function 82 TEST_P(NNCacheTest, TerminatedCacheAlwaysMisses) { in TEST_P() function 107 TEST_P(NNCacheTest, ExceedingTotalLimitFitsBigEntry) { in TEST_P() function 220 TEST_P(NNCacheSerializationTest, ReinitializedCacheContainsValues) { in TEST_P() function 252 TEST_P(NNCacheSerializationTest, ReinitializedCacheContainsValuesSizeConstrained) { in TEST_P() function
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestGenerated.cpp | 452 TEST_P(GeneratedTests, Sync) { in TEST_P() function 457 TEST_P(GeneratedTests, Async) { in TEST_P() function 462 TEST_P(GeneratedTests, Burst) { in TEST_P() function 467 TEST_P(GeneratedTests, Test) { in TEST_P() function 472 TEST_P(DynamicOutputShapeTest, Test) { in TEST_P() function 476 TEST_P(GeneratedValidationTests, Test) { in TEST_P() function 480 TEST_P(QuantizationCouplingTest, Test) { in TEST_P() function 484 TEST_P(DeviceMemoryTest, Test) { in TEST_P() function 488 TEST_P(FencedComputeTest, Test) { in TEST_P() function
|
D | SupportLibraryTestGenerated.cpp | 552 TEST_P(GeneratedTests, Sync) { in TEST_P() function 558 TEST_P(GeneratedTests, Burst) { in TEST_P() function 564 TEST_P(GeneratedTests, Test) { in TEST_P() function 569 TEST_P(DynamicOutputShapeTest, Test) { in TEST_P() function 573 TEST_P(GeneratedValidationTests, Test) { in TEST_P() function 577 TEST_P(QuantizationCouplingTest, Test) { in TEST_P() function 581 TEST_P(DeviceMemoryTest, Test) { in TEST_P() function 585 TEST_P(FencedComputeTest, Test) { in TEST_P() function
|
D | TestExecution.cpp | 902 TEST_P(ExecutionTest13, Wait) { in TEST_P() function 905 TEST_P(ExecutionTest13, WaitReusable) { in TEST_P() function 911 TEST_P(ExecutionTest12, Wait) { in TEST_P() function 914 TEST_P(ExecutionTest12, WaitReusable) { in TEST_P() function 920 TEST_P(ExecutionTest11, Wait) { in TEST_P() function 924 TEST_P(ExecutionTest11, WaitReusable) { in TEST_P() function 931 TEST_P(ExecutionTest10, Wait) { in TEST_P() function 935 TEST_P(ExecutionTest10, WaitReusable) { in TEST_P() function
|
D | TestCompilationCaching.cpp | 333 TEST_P(DeviceRegistrationTest, CachingFailure) { in TEST_P() function 419 TEST_P(CompilationCachingTest, TokenProvidedAndCacheNotExist) { in TEST_P() function 437 TEST_P(CompilationCachingTest, TokenProvidedAndCacheExist) { in TEST_P() function 469 TEST_P(CompilationCachingTest, TokenNotProvided) { in TEST_P() function
|
D | TestUnknownDimensions.cpp | 341 TEST_P(UnknownDimensionsTest, Float) { in TEST_P() function 345 TEST_P(UnknownDimensionsTest, Quantized) { in TEST_P() function 349 TEST_P(UnknownDimensionsTest, Float16) { in TEST_P() function
|
D | TestMemoryDomain.cpp | 290 TEST_P(MemoryDomainTest, SinglePartition) { in TEST_P() function 327 TEST_P(MemoryDomainTest, MultiplePartitions) { in TEST_P() function 412 TEST_P(MemoryDomainTest, DynamicShape) { in TEST_P() function
|
D | TestGpuNnapi.cpp | 1007 TEST_P(GpuNnapiTest, Float32) { in TEST_P() function 1010 TEST_P(GpuNnapiTest, Float16) { in TEST_P() function 1013 TEST_P(GpuNnapiTest, Quant8Asymm) { in TEST_P() function 1016 TEST_P(GpuNnapiTest, Quant8AsymmSigned) { in TEST_P() function
|
D | TestUnspecifiedDimensions.cpp | 627 TEST_P(UnspecifiedDimensionsTest, Float32) { in TEST_P() function 631 TEST_P(UnspecifiedDimensionsTest, Quant8) { in TEST_P() function 635 TEST_P(UnspecifiedDimensionsTest, Float16) { in TEST_P() function
|
D | TestCompliance.cpp | 219 TEST_P(GeneratedComplianceTest, Test) { in TEST_P() function
|
D | TestPartitioningRandom.cpp | 659 TEST_P(RandomPartitioningTest, Test) { in TEST_P() function
|
D | TestIntrospectionControl.cpp | 833 TEST_P(TimingTest, Test) { in TEST_P() function
|
/packages/modules/StatsD/statsd/tests/e2e/ |
D | ConfigUpdate_e2e_ab_test.cpp | 60 TEST_P(ConfigUpdateE2eAbTest, TestUidMapVersionStringInstaller) { in TEST_P() function 102 TEST_P(ConfigUpdateE2eAbTest, TestHashStrings) { in TEST_P() function 143 TEST_P(ConfigUpdateE2eAbTest, TestAnnotations) { in TEST_P() function 172 TEST_P(ConfigUpdateE2eAbTest, TestPersistLocally) { in TEST_P() function 214 TEST_P(ConfigUpdateE2eAbTest, TestNoReportMetrics) { in TEST_P() function 246 TEST_P(ConfigUpdateE2eAbTest, TestAtomsAllowedFromAnyUid) { in TEST_P() function 284 TEST_P(ConfigUpdateE2eAbTest, TestConfigTtl) { in TEST_P() function 306 TEST_P(ConfigUpdateE2eAbTest, TestExistingGaugePullRandomOneSample) { in TEST_P() function
|
/packages/modules/StatsD/lib/libkll/tests/ |
D | compactor_stack_test.cpp | 57 TEST_P(AddsToCompactorsTest, AddsToCompactorsTestWeightOne) { in TEST_P() function 81 TEST_P(AddsToCompactorsTest, AddWithWeightToCompactorsTest) { in TEST_P() function 190 TEST_P(AddWithSamplerTest, AddWithSampler) { in TEST_P() function 222 TEST_P(AddWithSamplerTest, AddWithWeightWithSampler) { in TEST_P() function 275 TEST_P(AddWithSamplerTest, CompactorsStillBigXorSamplerIsOn) { in TEST_P() function 288 TEST_P(AddWithSamplerTest, SampledItemIsPresent) { in TEST_P() function
|
D | sampler_test.cpp | 289 TEST_P(SamplerItemSeenTest, AllItemsSeen) { in TEST_P() function
|
/packages/modules/StatsD/lib/libkll/encoding/ |
D | encoder_test.cpp | 41 TEST_P(EncodingCorrectnessTest, CorrectEncoding) { in TEST_P() function 51 TEST_P(EncodingCorrectnessTest, CorrectAppendedEncoding) { in TEST_P() function 94 TEST_P(PackedSerializationTest, CorrectPackedEncoding) { in TEST_P() function
|
D | bits_util_test.cpp | 48 TEST_P(BitsUtilTupleTest, CorrectResult) { in TEST_P() function
|
/packages/modules/StatsD/statsd/tests/metrics/ |
D | DurationMetricProducer_test.cpp | 223 TEST_P(DurationMetricProducerTest_PartialBucket, TestSumDuration) { in TEST_P() function 289 TEST_P(DurationMetricProducerTest_PartialBucket, TestSumDurationWithSplitInFollowingBucket) { in TEST_P() function 353 TEST_P(DurationMetricProducerTest_PartialBucket, TestSumDurationAnomaly) { in TEST_P() function 405 TEST_P(DurationMetricProducerTest_PartialBucket, TestMaxDuration) { in TEST_P() function 459 TEST_P(DurationMetricProducerTest_PartialBucket, TestMaxDurationWithSplitInNextBucket) { in TEST_P() function
|
D | CountMetricProducer_test.cpp | 250 TEST_P(CountMetricProducerTest_PartialBucket, TestSplitInCurrentBucket) { in TEST_P() function 322 TEST_P(CountMetricProducerTest_PartialBucket, TestSplitInNextBucket) { in TEST_P() function
|
D | GaugeMetricProducer_test.cpp | 200 TEST_P(GaugeMetricProducerTest_PartialBucket, TestPushedEvents) { in TEST_P() function 285 TEST_P(GaugeMetricProducerTest_PartialBucket, TestPulled) { in TEST_P() function
|
D | ValueMetricProducer_test.cpp | 352 TEST_P(ValueMetricProducerTest_PartialBucket, TestPartialBucketCreated) { in TEST_P() function 684 TEST_P(ValueMetricProducerTest_PartialBucket, TestPushedEvents) { in TEST_P() function 741 TEST_P(ValueMetricProducerTest_PartialBucket, TestPulledValue) { in TEST_P() function 827 TEST_P(ValueMetricProducerTest_PartialBucket, TestPulledValueWhileConditionFalse) { in TEST_P() function 2621 TEST_P(ValueMetricProducerTest_PartialBucket, TestFullBucketResetWhenLastBucketInvalid) { in TEST_P() function 2778 TEST_P(ValueMetricProducerTest_PartialBucket, TestBucketBoundariesOnPartialBucket) { in TEST_P() function
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 463 TEST_P(SingleOperationTest, operation##_##halVersion) { \ 781 TEST_P(RandomGraphTest, SmallGraph_##dataType##_Rank##rank) { \ 787 TEST_P(RandomGraphTest, LargeGraph_##dataType##_Rank##rank) { \
|
/packages/modules/DnsResolver/tests/ |
D | resolv_gold_test.cpp | 427 TEST_P(ResolvGoldTest, GoldData) { in TEST_P() function
|