Home
last modified time | relevance | path

Searched defs:TEST_P (Results 1 – 25 of 49) sorted by relevance

12

/packages/modules/Bluetooth/system/packet/tests/base/
Diterator_test.cc90 TEST_P(IteratorTest, payloadBoundsTest) { in TEST_P() function
101 TEST_P(IteratorDeathTest, extractBoundsDeathTest) { in TEST_P() function
118 TEST_P(IteratorDeathTest, extractBEBoundsDeathTest) { in TEST_P() function
135 TEST_P(IteratorDeathTest, dereferenceDeathTest) { in TEST_P() function
148 TEST_P(IteratorTest, plusEqTest) { in TEST_P() function
161 TEST_P(IteratorTest, preIncrementTest) { in TEST_P() function
171 TEST_P(IteratorTest, postIncrementTest) { in TEST_P() function
181 TEST_P(IteratorTest, additionTest) { in TEST_P() function
192 TEST_P(IteratorTest, minusEqTest) { in TEST_P() function
205 TEST_P(IteratorTest, preDecrementTest) { in TEST_P() function
[all …]
/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache_test.cpp65 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/modules/StatsD/statsd/tests/flags/
DFlagProvider_test.cpp52 TEST_P(FlagProviderTest_SPlus, TestGetFlagBoolServerFlagTrue) { in TEST_P() function
57 TEST_P(FlagProviderTest_SPlus, TestGetFlagBoolServerFlagFalse) { in TEST_P() function
62 TEST_P(FlagProviderTest_SPlus, TestOverrideLocalFlags) { in TEST_P() function
100 TEST_P(FlagProviderTest_SPlus_RealValues, TestGetFlagBoolServerFlagTrue) { in TEST_P() function
105 TEST_P(FlagProviderTest_SPlus_RealValues, TestGetFlagBoolServerFlagFalse) { in TEST_P() function
120 TEST_P(FlagProviderTest_SPlus_RealValues, TestGetBootFlagBoolServerFlagTrue) { in TEST_P() function
126 TEST_P(FlagProviderTest_SPlus_RealValues, TestGetBootFlagBoolServerFlagFalse) { in TEST_P() function
132 TEST_P(FlagProviderTest_SPlus_RealValues, TestGetBootFlagBoolServerFlagUpdated) { in TEST_P() function
173 TEST_P(FlagProviderTest_RMinus, TestGetFlagBoolDefaultValueFalse) { in TEST_P() function
177 TEST_P(FlagProviderTest_RMinus, TestGetFlagBoolDefaultValueTrue) { in TEST_P() function
/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp201 TEST_P(LogEventTest, TestPrimitiveParsing) { in TEST_P() function
251 TEST_P(LogEventTest, TestEventWithInvalidHeaderParsing) { in TEST_P() function
303 TEST_P(LogEventTest, TestStringAndByteArrayParsing) { in TEST_P() function
341 TEST_P(LogEventTest, TestEmptyString) { in TEST_P() function
371 TEST_P(LogEventTest, TestByteArrayWithNullCharacter) { in TEST_P() function
401 TEST_P(LogEventTest, TestTooManyTopLevelElements) { in TEST_P() function
420 TEST_P(LogEventTest, TestAttributionChain) { in TEST_P() function
480 TEST_P(LogEventTest, TestEmptyAttributionChain) { in TEST_P() function
497 TEST_P(LogEventTest, TestAttributionChainTooManyElements) { in TEST_P() function
522 TEST_P(LogEventTest, TestArrayParsing) { in TEST_P() function
[all …]
Dstatsd_test_util_test.cpp56 TEST_P(StatsdTestUtil_PackageInfo_CertificateHash, TestBuildPackageInfoCertificateHash) { in TEST_P() function
104 TEST_P(StatsdTestUtil_PackageInfo_InstallerIndexAndHashStrings, TestBuildPackageInfoNoInstaller) { in TEST_P() function
121 TEST_P(StatsdTestUtil_PackageInfo_HashStrings, TestBuildPackageInfoWithInstallerAndInstallerIndex) { in TEST_P() function
154 TEST_P(StatsdTestUtil_PackageInfo_HashStrings, TestBuildPackageInfosEmptyOptionalParams) { in TEST_P() function
167 TEST_P(StatsdTestUtil_PackageInfo_HashStrings, TestBuildPackageInfosNonEmptyOptionalParams) { in TEST_P() function
DDataCorruptionReason_test.cpp195 TEST_P(SocketLossInfoTest, PropagationTest) { in TEST_P() function
225 TEST_P(SocketLossInfoTest, TestNotifyOnlyInterestedMetrics) { in TEST_P() function
249 TEST_P(SocketLossInfoTest, TestNotifyInterestedMetricsWithNewLoss) { in TEST_P() function
280 TEST_P(SocketLossInfoTest, TestDoNotNotifyInterestedMetricsIfNoUpdate) { in TEST_P() function
DSocketListener_test.cpp86 TEST_P(SocketParseMessageTest, TestProcessMessage) { in TEST_P() function
106 TEST_P(SocketParseMessageTest, TestProcessMessageEmptySetExplicitSet) { in TEST_P() function
/packages/services/Car/cpp/watchdog/vts/
DVtsAidlWatchdogTargetTest.cpp121 TEST_P(WatchdogAidlTest, TestWatchdogClient) { in TEST_P() function
137 TEST_P(WatchdogAidlTest, TestFailsRegisterClientWithNullptrClient) { in TEST_P() function
142 TEST_P(WatchdogAidlTest, TestFailsToTellClientAliveForNotRegisteredClient) { in TEST_P() function
149 TEST_P(WatchdogAidlTest, TestFailsToUnRegisterNotRegisteredClient) { in TEST_P() function
156 TEST_P(WatchdogAidlTest, TestResourceOveruseListener) { in TEST_P() function
168 TEST_P(WatchdogAidlTest, TestFailsAddResourceOveruseListenerWithNoResourceType) { in TEST_P() function
175 TEST_P(WatchdogAidlTest, TestFailsAddResourceOveruseListenerWithNullptrListener) { in TEST_P() function
180 TEST_P(WatchdogAidlTest, TestFailsToRemoveNotAddedResourceOveruseListener) { in TEST_P() function
196 TEST_P(WatchdogAidlTest, TestFailsGetResourceOveruseStatsWithNoResourceTypes) { in TEST_P() function
/packages/modules/NeuralNetworks/driver/cache/nnCache/
DnnCache_test.cpp61 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/StatsD/statsd/tests/e2e/
DConfigUpdate_e2e_ab_test.cpp60 TEST_P(ConfigUpdateE2eAbTest, TestUidMapVersionStringInstaller) { in TEST_P() function
102 TEST_P(ConfigUpdateE2eAbTest, TestHashStrings) { in TEST_P() function
142 TEST_P(ConfigUpdateE2eAbTest, TestAnnotations) { in TEST_P() function
171 TEST_P(ConfigUpdateE2eAbTest, TestPersistLocally) { in TEST_P() function
213 TEST_P(ConfigUpdateE2eAbTest, TestNoReportMetrics) { in TEST_P() function
245 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/Bluetooth/system/bta/le_audio/
Ddevices_test.cc1478 TEST_P(LeAudioAseConfigurationTest, test_context_update) { in TEST_P() function
1662 TEST_P(LeAudioAseConfigurationTest, test_mono_speaker_ringtone) { in TEST_P() function
1679 TEST_P(LeAudioAseConfigurationTest, test_mono_speaker_conversational) { in TEST_P() function
1696 TEST_P(LeAudioAseConfigurationTest, test_mono_speaker_media) { in TEST_P() function
1712 TEST_P(LeAudioAseConfigurationTest, test_banded_headphones_ringtone) { in TEST_P() function
1723 TEST_P(LeAudioAseConfigurationTest, test_banded_headphones_conversational) { in TEST_P() function
1734 TEST_P(LeAudioAseConfigurationTest, test_banded_headphones_media) { in TEST_P() function
1745 TEST_P(LeAudioAseConfigurationTest, in TEST_P() function
1762 TEST_P(LeAudioAseConfigurationTest, in TEST_P() function
1775 TEST_P(LeAudioAseConfigurationTest, in TEST_P() function
[all …]
/packages/modules/NeuralNetworks/runtime/test/
DTestGenerated.cpp497 TEST_P(GeneratedTests, Sync) { in TEST_P() function
502 TEST_P(GeneratedTests, Async) { in TEST_P() function
507 TEST_P(GeneratedTests, Burst) { in TEST_P() function
512 TEST_P(GeneratedTests, Test) { in TEST_P() function
517 TEST_P(DynamicOutputShapeTest, Test) { in TEST_P() function
521 TEST_P(GeneratedValidationTests, Test) { in TEST_P() function
525 TEST_P(QuantizationCouplingTest, Test) { in TEST_P() function
529 TEST_P(DeviceMemoryTest, Test) { in TEST_P() function
533 TEST_P(FencedComputeTest, Test) { in TEST_P() function
DSupportLibraryTestGenerated.cpp574 TEST_P(GeneratedTests, Sync) { in TEST_P() function
580 TEST_P(GeneratedTests, Burst) { in TEST_P() function
586 TEST_P(GeneratedTests, Test) { in TEST_P() function
591 TEST_P(DynamicOutputShapeTest, Test) { in TEST_P() function
595 TEST_P(GeneratedValidationTests, Test) { in TEST_P() function
599 TEST_P(QuantizationCouplingTest, Test) { in TEST_P() function
603 TEST_P(DeviceMemoryTest, Test) { in TEST_P() function
607 TEST_P(FencedComputeTest, Test) { in TEST_P() function
DTestCompatibilityLayer.cpp220 TEST_P(CompatibilityLayerGeneratedTestsSupported, CompatibilityLayerSupported) { in TEST_P() function
225 TEST_P(CompatibilityLayerGeneratedTestsUnsupported, CompatibilityLayerUnsupported) { in TEST_P() function
230 TEST_P(CompatibilityLayerGeneratedTestsDynamicOutput, CompatibilityLayerDynamicOutput) { in TEST_P() function
DTestExecution.cpp903 TEST_P(ExecutionTest13, Wait) { in TEST_P() function
906 TEST_P(ExecutionTest13, WaitReusable) { in TEST_P() function
912 TEST_P(ExecutionTest12, Wait) { in TEST_P() function
915 TEST_P(ExecutionTest12, WaitReusable) { in TEST_P() function
921 TEST_P(ExecutionTest11, Wait) { in TEST_P() function
925 TEST_P(ExecutionTest11, WaitReusable) { in TEST_P() function
932 TEST_P(ExecutionTest10, Wait) { in TEST_P() function
936 TEST_P(ExecutionTest10, WaitReusable) { in TEST_P() function
DTestUnknownDimensions.cpp342 TEST_P(UnknownDimensionsTest, Float) { in TEST_P() function
346 TEST_P(UnknownDimensionsTest, Quantized) { in TEST_P() function
350 TEST_P(UnknownDimensionsTest, Float16) { in TEST_P() function
DTestMemoryDomain.cpp293 TEST_P(MemoryDomainTest, SinglePartition) { in TEST_P() function
330 TEST_P(MemoryDomainTest, MultiplePartitions) { in TEST_P() function
415 TEST_P(MemoryDomainTest, DynamicShape) { in TEST_P() function
DTestCompilationCaching.cpp334 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
/packages/modules/StatsD/lib/libkll/tests/
Dcompactor_stack_test.cpp57 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
/packages/modules/StatsD/lib/libkll/encoding/
Dencoder_test.cpp41 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
Dbits_util_test.cpp48 TEST_P(BitsUtilTupleTest, CorrectResult) { in TEST_P() function
/packages/modules/Bluetooth/system/bta/test/
Dbta_ag_sco_test.cc57 TEST_P(BtaAgScoParameterSelectionTest, create_sco_cvsd) { in TEST_P() function
79 TEST_P(BtaAgScoParameterSelectionTest, create_pending_sco_cvsd) { in TEST_P() function
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dvendor_packet_test.cc114 TEST_P(VendorPacketTest, getterTest) { in TEST_P() function
123 TEST_P(VendorPacketTest, validTest) { in TEST_P() function
/packages/modules/StatsD/statsd/tests/metrics/
DDurationMetricProducer_test.cpp234 TEST_P(DurationMetricProducerTest_PartialBucket, TestSumDuration) { in TEST_P() function
302 TEST_P(DurationMetricProducerTest_PartialBucket, TestSumDurationWithSplitInFollowingBucket) { in TEST_P() function
368 TEST_P(DurationMetricProducerTest_PartialBucket, TestSumDurationAnomaly) { in TEST_P() function
422 TEST_P(DurationMetricProducerTest_PartialBucket, TestMaxDuration) { in TEST_P() function
478 TEST_P(DurationMetricProducerTest_PartialBucket, TestMaxDurationWithSplitInNextBucket) { in TEST_P() function
/packages/modules/Bluetooth/system/profile/sdp/common/test/
Ddata_element_reader_test.cc192 TEST_P(ValidReadTest, Test) { in TEST_P() function
398 TEST_P(InvalidReadTest, Test) { in TEST_P() function

12