Searched refs:TEST_F (Results 101 - 125 of 343) sorted by relevance

1234567891011>>

/system/core/fastboot/
H A Dtcp_test.cpp128 TEST_F(TcpTest, TestWriteSuccess) { function
134 TEST_F(TcpTest, TestReadSuccess) { function
142 TEST_F(TcpTest, TestReadFragmentSuccess) { function
152 TEST_F(TcpTest, TestLargeWriteSuccess) { function
163 TEST_F(TcpTest, TestLargeReadSuccess) { function
176 TEST_F(TcpTest, TestFastbootProtocolSuccess) { function
198 TEST_F(TcpTest, TestReadLengthFailure) { function
205 TEST_F(TcpTest, TestReadDataFailure) { function
213 TEST_F(TcpTest, TestWriteFailure) { function
219 TEST_F(TcpTes function
[all...]
/system/core/libmemunreachable/tests/
H A DAllocator_test.cpp41 TEST_F(AllocatorTest, simple) { function
48 TEST_F(AllocatorTest, multiple) { function
62 TEST_F(AllocatorTest, many) { function
87 TEST_F(AllocatorTest, large) { function
95 TEST_F(AllocatorTest, many_large) { function
112 TEST_F(AllocatorTest, copy) { function
135 TEST_F(AllocatorTest, stl_vector) { function
146 TEST_F(AllocatorTest, stl_list) { function
158 TEST_F(AllocatorTest, shared) { function
168 TEST_F(AllocatorTes function
[all...]
/system/core/crash_reporter/
H A Dkernel_collector_test.cc89 TEST_F(KernelCollectorTest, ComputeKernelStackSignatureBase) { function
94 TEST_F(KernelCollectorTest, LoadPreservedDump) { function
116 TEST_F(KernelCollectorTest, EnableMissingKernel) { function
124 TEST_F(KernelCollectorTest, EnableOK) { function
133 TEST_F(KernelCollectorTest, StripSensitiveDataBasic) { function
192 TEST_F(KernelCollectorTest, StripSensitiveDataBulk) { function
214 TEST_F(KernelCollectorTest, StripSensitiveDataSample) { function
250 TEST_F(KernelCollectorTest, CollectPreservedFileMissing) { function
262 TEST_F(KernelCollectorTest, CollectOptedOut) { function
270 TEST_F(KernelCollectorTes function
323 TEST_F(KernelCollectorTest, ComputeKernelStackSignatureARM) { function
378 TEST_F(KernelCollectorTest, ComputeKernelStackSignatureMIPS) { function
437 TEST_F(KernelCollectorTest, ComputeKernelStackSignatureX86) { function
[all...]
H A Duser_collector_test.cc94 TEST_F(UserCollectorTest, ParseCrashAttributes) { function
132 TEST_F(UserCollectorTest, ShouldDumpDeveloperImageOverridesConsent) { function
142 TEST_F(UserCollectorTest, ShouldDumpUseConsentProductionImage) { function
151 TEST_F(UserCollectorTest, HandleCrashWithoutConsent) { function
159 TEST_F(UserCollectorTest, HandleNonChromeCrashWithConsent) { function
167 TEST_F(UserCollectorTest, GetProcessPath) { function
172 TEST_F(UserCollectorTest, GetSymlinkTarget) { function
196 TEST_F(UserCollectorTest, GetExecutableBaseNameFromPid) { function
212 TEST_F(UserCollectorTest, GetFirstLineWithPrefix) { function
244 TEST_F(UserCollectorTes function
317 TEST_F(UserCollectorTest, GetStateFromStatus) { function
332 TEST_F(UserCollectorTest, GetUserInfoFromName) { function
340 TEST_F(UserCollectorTest, CopyOffProcFilesBadPath) { function
346 TEST_F(UserCollectorTest, CopyOffProcFilesBadPid) { function
352 TEST_F(UserCollectorTest, CopyOffProcFilesOK) { function
376 TEST_F(UserCollectorTest, ValidateProcFiles) { function
395 TEST_F(UserCollectorTest, ValidateCoreFile) { function
[all...]
/system/connectivity/shill/
H A Darp_packet_unittest.cc79 TEST_F(ArpPacketTest, Constructor) { function in namespace:shill
86 TEST_F(ArpPacketTest, GettersAndSetters) { function in namespace:shill
97 TEST_F(ArpPacketTest, ParseTinyPacket) { function in namespace:shill
108 TEST_F(ArpPacketTest, ParseBadHRDType) { function in namespace:shill
119 TEST_F(ArpPacketTest, ParseBadProtocol) { function in namespace:shill
130 TEST_F(ArpPacketTest, ParseBadHardwareLength) { function in namespace:shill
141 TEST_F(ArpPacketTest, ParseBadProtocolLength) { function in namespace:shill
152 TEST_F(ArpPacketTest, ParseBadOpCode) { function in namespace:shill
164 TEST_F(ArpPacketTest, ParseShortPacket) { function in namespace:shill
179 TEST_F(ArpPacketTes function in namespace:shill
197 TEST_F(ArpPacketTest, ParseIPv6) { function in namespace:shill
211 TEST_F(ArpPacketTest, ParseRequest) { function in namespace:shill
225 TEST_F(ArpPacketTest, FormatRequestInvalidAddress) { function in namespace:shill
240 TEST_F(ArpPacketTest, FormatRequestMismatchedAddresses) { function in namespace:shill
252 TEST_F(ArpPacketTest, FormatRequestBadMACAddressLength) { function in namespace:shill
269 TEST_F(ArpPacketTest, FormatRequestIPv4) { function in namespace:shill
286 TEST_F(ArpPacketTest, FormatRequestIPv6) { function in namespace:shill
[all...]
H A Dtechnology_unittest.cc33 TEST_F(TechnologyTest, IdentifierFromName) { function in namespace:shill
49 TEST_F(TechnologyTest, NameFromIdentifier) { function in namespace:shill
64 TEST_F(TechnologyTest, IdentifierFromStorageGroup) { function in namespace:shill
76 TEST_F(TechnologyTest, GetTechnologyVectorFromStringWithValidTechnologyNames) { function in namespace:shill
104 TEST_F(TechnologyTest, function in namespace:shill
125 TEST_F(TechnologyTest, function in namespace:shill
H A Dfile_reader_unittest.cc52 TEST_F(FileReaderTest, OpenNonExistentFile) { function in namespace:shill
56 TEST_F(FileReaderTest, OpenEmptyFile) { function in namespace:shill
68 TEST_F(FileReaderTest, ReadLine) { function in namespace:shill
H A Dhook_table_unittest.cc65 TEST_F(HookTableTest, ActionCompletes) { function in namespace:shill
89 TEST_F(HookTableTest, ActionCompletesAndRemovesActionInDoneCallback) { function in namespace:shill
109 TEST_F(HookTableTest, ActionCompletesInline) { function in namespace:shill
125 TEST_F(HookTableTest, ActionTimesOut) { function in namespace:shill
144 TEST_F(HookTableTest, MultipleActionsAllSucceed) { function in namespace:shill
168 TEST_F(HookTableTest, MultipleActionsAndOneTimesOut) { function in namespace:shill
190 TEST_F(HookTableTest, AddActionsWithSameName) { function in namespace:shill
212 TEST_F(HookTableTest, RemoveAction) { function in namespace:shill
223 TEST_F(HookTableTest, ActionCompleteFollowedByRemove) { function in namespace:shill
231 TEST_F(HookTableTes function in namespace:shill
250 TEST_F(HookTableTest, RefcountedObject) { function in namespace:shill
259 TEST_F(HookTableTest, ActionAddedBeforePreviousActionCompletes) { function in namespace:shill
[all...]
H A Dipconfig_unittest.cc137 TEST_F(IPConfigTest, DeviceName) { function in namespace:shill
141 TEST_F(IPConfigTest, RequestIP) { function in namespace:shill
145 TEST_F(IPConfigTest, RenewIP) { function in namespace:shill
149 TEST_F(IPConfigTest, ReleaseIP) { function in namespace:shill
153 TEST_F(IPConfigTest, UpdateProperties) { function in namespace:shill
182 TEST_F(IPConfigTest, Callbacks) { function in namespace:shill
221 TEST_F(IPConfigTest, UpdatePropertiesWithDropRef) { function in namespace:shill
229 TEST_F(IPConfigTest, PropertyChanges) { function in namespace:shill
270 TEST_F(IPConfigTest, UpdateLeaseExpirationTime) { function in namespace:shill
280 TEST_F(IPConfigTes function in namespace:shill
290 TEST_F(IPConfigTest, TimeToLeaseExpiry_CurrentLeaseExpired) { function in namespace:shill
305 TEST_F(IPConfigTest, TimeToLeaseExpiry_Success) { function in namespace:shill
[all...]
/system/core/adb/
H A Dbugreport_test.cpp156 TEST_F(BugreportTest, InvalidNumberArgs) { function
163 TEST_F(BugreportTest, NoArgumentsPreNDevice) { function
183 TEST_F(BugreportTest, NoArgumentsNDevice) { function
201 TEST_F(BugreportTest, NoArgumentsPostNDevice) { function
220 TEST_F(BugreportTest, OkNDevice) { function
235 TEST_F(BugreportTest, OkNDeviceSplitBuffer) { function
250 TEST_F(BugreportTest, OkProgress) { function
286 TEST_F(BugreportTest, OkDirectory) { function
305 TEST_F(BugreportTest, OkNoExtension) { function
319 TEST_F(BugreportTes function
338 TEST_F(BugreportTest, BugreportzReturnedFail) { function
353 TEST_F(BugreportTest, BugreportzReturnedFailSplitBuffer) { function
367 TEST_F(BugreportTest, BugreportzReturnedUnsupported) { function
380 TEST_F(BugreportTest, BugreportzVersionFailed) { function
389 TEST_F(BugreportTest, BugreportzVersionEmpty) { function
397 TEST_F(BugreportTest, BugreportzFailed) { function
407 TEST_F(BugreportTest, PullFails) { function
[all...]
/system/update_engine/
H A Dconnection_manager_unittest.cc169 TEST_F(ConnectionManagerTest, SimpleTest) { function in namespace:chromeos_update_engine
182 TEST_F(ConnectionManagerTest, PhysicalTechnologyTest) { function in namespace:chromeos_update_engine
193 TEST_F(ConnectionManagerTest, TetheringTest) { function in namespace:chromeos_update_engine
204 TEST_F(ConnectionManagerTest, UnknownTest) { function in namespace:chromeos_update_engine
208 TEST_F(ConnectionManagerTest, AllowUpdatesOverEthernetTest) { function in namespace:chromeos_update_engine
214 TEST_F(ConnectionManagerTest, AllowUpdatesOverWifiTest) { function in namespace:chromeos_update_engine
219 TEST_F(ConnectionManagerTest, AllowUpdatesOverWimaxTest) { function in namespace:chromeos_update_engine
224 TEST_F(ConnectionManagerTest, BlockUpdatesOverBluetoothTest) { function in namespace:chromeos_update_engine
229 TEST_F(ConnectionManagerTest, AllowUpdatesOnlyOver3GPerPolicyTest) { function in namespace:chromeos_update_engine
247 TEST_F(ConnectionManagerTes function in namespace:chromeos_update_engine
286 TEST_F(ConnectionManagerTest, BlockUpdatesOverCellularByDefaultTest) { function in namespace:chromeos_update_engine
291 TEST_F(ConnectionManagerTest, BlockUpdatesOverTetheredNetworkByDefaultTest) { function in namespace:chromeos_update_engine
300 TEST_F(ConnectionManagerTest, BlockUpdatesOver3GPerPolicyTest) { function in namespace:chromeos_update_engine
323 TEST_F(ConnectionManagerTest, BlockUpdatesOver3GIfErrorInPolicyFetchTest) { function in namespace:chromeos_update_engine
343 TEST_F(ConnectionManagerTest, UseUserPrefForUpdatesOverCellularIfNoPolicyTest) { function in namespace:chromeos_update_engine
382 TEST_F(ConnectionManagerTest, StringForConnectionTypeTest) { function in namespace:chromeos_update_engine
401 TEST_F(ConnectionManagerTest, MalformedServiceList) { function in namespace:chromeos_update_engine
[all...]
H A Domaha_request_params_unittest.cc103 TEST_F(OmahaRequestParamsTest, SimpleTest) { function in namespace:chromeos_update_engine
125 TEST_F(OmahaRequestParamsTest, AppIDTest) { function in namespace:chromeos_update_engine
148 TEST_F(OmahaRequestParamsTest, MissingChannelTest) { function in namespace:chromeos_update_engine
165 TEST_F(OmahaRequestParamsTest, ConfusingReleaseTest) { function in namespace:chromeos_update_engine
181 TEST_F(OmahaRequestParamsTest, MissingVersionTest) { function in namespace:chromeos_update_engine
199 TEST_F(OmahaRequestParamsTest, ForceVersionTest) { function in namespace:chromeos_update_engine
217 TEST_F(OmahaRequestParamsTest, ForcedURLTest) { function in namespace:chromeos_update_engine
237 TEST_F(OmahaRequestParamsTest, MissingURLTest) { function in namespace:chromeos_update_engine
257 TEST_F(OmahaRequestParamsTest, NoDeltasTest) { function in namespace:chromeos_update_engine
269 TEST_F(OmahaRequestParamsTes function in namespace:chromeos_update_engine
296 TEST_F(OmahaRequestParamsTest, OverrideLockDownTest) { function in namespace:chromeos_update_engine
321 TEST_F(OmahaRequestParamsTest, OverrideSameChannelTest) { function in namespace:chromeos_update_engine
344 TEST_F(OmahaRequestParamsTest, SetTargetChannelTest) { function in namespace:chromeos_update_engine
366 TEST_F(OmahaRequestParamsTest, SetIsPowerwashAllowedTest) { function in namespace:chromeos_update_engine
388 TEST_F(OmahaRequestParamsTest, SetTargetChannelInvalidTest) { function in namespace:chromeos_update_engine
416 TEST_F(OmahaRequestParamsTest, IsValidChannelTest) { function in namespace:chromeos_update_engine
427 TEST_F(OmahaRequestParamsTest, ValidChannelTest) { function in namespace:chromeos_update_engine
450 TEST_F(OmahaRequestParamsTest, SetTargetChannelWorks) { function in namespace:chromeos_update_engine
506 TEST_F(OmahaRequestParamsTest, ChannelIndexTest) { function in namespace:chromeos_update_engine
522 TEST_F(OmahaRequestParamsTest, ToMoreStableChannelFlagTest) { function in namespace:chromeos_update_engine
543 TEST_F(OmahaRequestParamsTest, BoardAppIdUsedForNonCanaryChannelTest) { function in namespace:chromeos_update_engine
556 TEST_F(OmahaRequestParamsTest, CanaryAppIdUsedForCanaryChannelTest) { function in namespace:chromeos_update_engine
569 TEST_F(OmahaRequestParamsTest, ReleaseAppIdUsedAsDefaultTest) { function in namespace:chromeos_update_engine
581 TEST_F(OmahaRequestParamsTest, CollectECFWVersionsTest) { function in namespace:chromeos_update_engine
[all...]
/system/bt/test/suite/adapter/
H A Dadapter_unittest.cpp37 TEST_F(BluetoothTest, AdapterEnableDisable) { function in namespace:bttest
50 TEST_F(BluetoothTest, AdapterRepeatedEnableDisable) { function in namespace:bttest
65 TEST_F(BluetoothTest, AdapterSetGetName) { function in namespace:bttest
117 TEST_F(BluetoothTest, AdapterStartDiscovery) { function in namespace:bttest
133 TEST_F(BluetoothTest, AdapterCancelDiscovery) { function in namespace:bttest
152 TEST_F(BluetoothTest, AdapterDisableDuringBonding) { function in namespace:bttest
/system/core/libion/tests/
H A Dallocate_test.cpp27 TEST_F(Allocate, Allocate) function
42 TEST_F(Allocate, AllocateCached) function
57 TEST_F(Allocate, AllocateCachedNeedsSync) function
72 TEST_F(Allocate, RepeatedAllocate) function
91 TEST_F(Allocate, Zeroed) function
138 TEST_F(Allocate, Large) function
H A Dexit_test.cpp28 TEST_F(Exit, WithAlloc) function
46 TEST_F(Exit, WithAllocFd) function
64 TEST_F(Exit, WithRepeatedAllocFd) function
88 TEST_F(Exit, WithMapping) function
111 TEST_F(Exit, WithPartialMapping) function
135 TEST_F(Exit, WithMappingCached) function
158 TEST_F(Exit, WithPartialMappingCached) function
182 TEST_F(Exit, WithMappingNeedsSync) function
205 TEST_F(Exit, WithPartialMappingNeedsSync) function
/system/tpm/trunks/
H A Dtpm_utility_test.cc150 TEST_F(TpmUtilityTest, StartupSuccess) { function in namespace:trunks
154 TEST_F(TpmUtilityTest, StartupAlreadyStarted) { function in namespace:trunks
160 TEST_F(TpmUtilityTest, StartupFailure) { function in namespace:trunks
166 TEST_F(TpmUtilityTest, StartupSelfTestFailure) { function in namespace:trunks
172 TEST_F(TpmUtilityTest, ClearSuccess) { function in namespace:trunks
176 TEST_F(TpmUtilityTest, ClearAfterBadInit) { function in namespace:trunks
183 TEST_F(TpmUtilityTest, ClearFail) { function in namespace:trunks
189 TEST_F(TpmUtilityTest, ShutdownTest) { function in namespace:trunks
194 TEST_F(TpmUtilityTest, InitializeTpmAlreadyInit) { function in namespace:trunks
200 TEST_F(TpmUtilityTes function in namespace:trunks
205 TEST_F(TpmUtilityTest, InitializeTpmBadAuth) { function in namespace:trunks
213 TEST_F(TpmUtilityTest, InitializeTpmDisablePHFails) { function in namespace:trunks
221 TEST_F(TpmUtilityTest, AllocatePCRFromNone) { function in namespace:trunks
236 TEST_F(TpmUtilityTest, AllocatePCRFromSHA1Only) { function in namespace:trunks
251 TEST_F(TpmUtilityTest, AllocatePCRFromSHA1AndSHA256) { function in namespace:trunks
266 TEST_F(TpmUtilityTest, AllocatePCRFromSHA256Only) { function in namespace:trunks
273 TEST_F(TpmUtilityTest, AllocatePCRCommandFailure) { function in namespace:trunks
280 TEST_F(TpmUtilityTest, AllocatePCRTpmFailure) { function in namespace:trunks
288 TEST_F(TpmUtilityTest, TakeOwnershipSuccess) { function in namespace:trunks
300 TEST_F(TpmUtilityTest, TakeOwnershipOwnershipDone) { function in namespace:trunks
306 TEST_F(TpmUtilityTest, TakeOwnershipBadSession) { function in namespace:trunks
314 TEST_F(TpmUtilityTest, TakeOwnershipFailure) { function in namespace:trunks
322 TEST_F(TpmUtilityTest, ChangeOwnerPasswordEndorsementDone) { function in namespace:trunks
332 TEST_F(TpmUtilityTest, ChangeOwnerPasswordLockoutDone) { function in namespace:trunks
342 TEST_F(TpmUtilityTest, ChangeOwnerPasswordEndorsementLockoutDone) { function in namespace:trunks
350 TEST_F(TpmUtilityTest, ChangeOwnerPasswordEndorsementFail) { function in namespace:trunks
364 TEST_F(TpmUtilityTest, ChangeOwnerPasswordLockoutFailure) { function in namespace:trunks
380 TEST_F(TpmUtilityTest, StirRandomSuccess) { function in namespace:trunks
386 TEST_F(TpmUtilityTest, StirRandomFails) { function in namespace:trunks
393 TEST_F(TpmUtilityTest, GenerateRandomSuccess) { function in namespace:trunks
415 TEST_F(TpmUtilityTest, GenerateRandomFails) { function in namespace:trunks
424 TEST_F(TpmUtilityTest, ExtendPCRSuccess) { function in namespace:trunks
441 TEST_F(TpmUtilityTest, ExtendPCRFail) { function in namespace:trunks
450 TEST_F(TpmUtilityTest, ExtendPCRBadParam) { function in namespace:trunks
454 TEST_F(TpmUtilityTest, ReadPCRSuccess) { function in namespace:trunks
474 TEST_F(TpmUtilityTest, ReadPCRFail) { function in namespace:trunks
481 TEST_F(TpmUtilityTest, ReadPCRBadReturn) { function in namespace:trunks
486 TEST_F(TpmUtilityTest, AsymmetricEncryptSuccess) { function in namespace:trunks
515 TEST_F(TpmUtilityTest, AsymmetricEncryptFail) { function in namespace:trunks
537 TEST_F(TpmUtilityTest, AsymmetricEncryptBadParams) { function in namespace:trunks
555 TEST_F(TpmUtilityTest, AsymmetricEncryptNullSchemeForward) { function in namespace:trunks
585 TEST_F(TpmUtilityTest, AsymmetricEncryptSchemeForward) { function in namespace:trunks
614 TEST_F(TpmUtilityTest, AsymmetricDecryptSuccess) { function in namespace:trunks
644 TEST_F(TpmUtilityTest, AsymmetricDecryptFail) { function in namespace:trunks
669 TEST_F(TpmUtilityTest, AsymmetricDecryptBadParams) { function in namespace:trunks
688 TEST_F(TpmUtilityTest, AsymmetricDecryptBadSession) { function in namespace:trunks
699 TEST_F(TpmUtilityTest, AsymmetricDecryptNullSchemeForward) { function in namespace:trunks
731 TEST_F(TpmUtilityTest, AsymmetricDecryptSchemeForward) { function in namespace:trunks
762 TEST_F(TpmUtilityTest, SignSuccess) { function in namespace:trunks
792 TEST_F(TpmUtilityTest, SignFail) { function in namespace:trunks
815 TEST_F(TpmUtilityTest, SignBadParams1) { function in namespace:trunks
834 TEST_F(TpmUtilityTest, SignBadAuthorizationSession) { function in namespace:trunks
847 TEST_F(TpmUtilityTest, SignBadParams2) { function in namespace:trunks
866 TEST_F(TpmUtilityTest, SignBadParams3) { function in namespace:trunks
885 TEST_F(TpmUtilityTest, SignBadParams4) { function in namespace:trunks
904 TEST_F(TpmUtilityTest, SignBadParams5) { function in namespace:trunks
918 TEST_F(TpmUtilityTest, SignNullSchemeForward) { function in namespace:trunks
948 TEST_F(TpmUtilityTest, SignSchemeForward) { function in namespace:trunks
978 TEST_F(TpmUtilityTest, VerifySuccess) { function in namespace:trunks
998 TEST_F(TpmUtilityTest, VerifyFail) { function in namespace:trunks
1018 TEST_F(TpmUtilityTest, VerifyBadParams1) { function in namespace:trunks
1036 TEST_F(TpmUtilityTest, VerifyBadParams2) { function in namespace:trunks
1054 TEST_F(TpmUtilityTest, VerifyBadParams3) { function in namespace:trunks
1072 TEST_F(TpmUtilityTest, VerifyBadParams4) { function in namespace:trunks
1090 TEST_F(TpmUtilityTest, VerifyBadParams5) { function in namespace:trunks
1108 TEST_F(TpmUtilityTest, VerifyNullSchemeForward) { function in namespace:trunks
1132 TEST_F(TpmUtilityTest, VerifySchemeForward) { function in namespace:trunks
1156 TEST_F(TpmUtilityTest, CertifyCreationSuccess) { function in namespace:trunks
1166 TEST_F(TpmUtilityTest, CertifyCreationParserError) { function in namespace:trunks
1175 TEST_F(TpmUtilityTest, CertifyCreationFailure) { function in namespace:trunks
1185 TEST_F(TpmUtilityTest, ChangeAuthDataSuccess) { function in namespace:trunks
1200 TEST_F(TpmUtilityTest, ChangeAuthDataKeyNameFail) { function in namespace:trunks
1210 TEST_F(TpmUtilityTest, ChangeAuthDataFailure) { function in namespace:trunks
1219 TEST_F(TpmUtilityTest, ChangeAuthDataParserFail) { function in namespace:trunks
1236 TEST_F(TpmUtilityTest, ImportRSAKeySuccess) { function in namespace:trunks
1301 TEST_F(TpmUtilityTest, ImportRSAKeySuccessWithNoBlob) { function in namespace:trunks
1316 TEST_F(TpmUtilityTest, ImportRSAKeyParentNameFail) { function in namespace:trunks
1333 TEST_F(TpmUtilityTest, ImportRSAKeyFail) { function in namespace:trunks
1349 TEST_F(TpmUtilityTest, ImportRSAKeyParserFail) { function in namespace:trunks
1366 TEST_F(TpmUtilityTest, CreateRSAKeyPairSuccess) { function in namespace:trunks
1396 TEST_F(TpmUtilityTest, CreateRSAKeyPairDecryptKeySuccess) { function in namespace:trunks
1414 TEST_F(TpmUtilityTest, CreateRSAKeyPairSignKeySuccess) { function in namespace:trunks
1447 TEST_F(TpmUtilityTest, CreateRSAKeyPairBadDelegate) { function in namespace:trunks
1454 TEST_F(TpmUtilityTest, CreateRSAKeyPairFailure) { function in namespace:trunks
1466 TEST_F(TpmUtilityTest, CreateRSAKeyPairKeyParserFail) { function in namespace:trunks
1476 TEST_F(TpmUtilityTest, CreateRSAKeyPairCreationParserFail) { function in namespace:trunks
1487 TEST_F(TpmUtilityTest, LoadKeySuccess) { function in namespace:trunks
1500 TEST_F(TpmUtilityTest, LoadKeyFailure) { function in namespace:trunks
1509 TEST_F(TpmUtilityTest, LoadKeyBadDelegate) { function in namespace:trunks
1516 TEST_F(TpmUtilityTest, LoadKeyParserFail) { function in namespace:trunks
1525 TEST_F(TpmUtilityTest, SealedDataSuccess) { function in namespace:trunks
1544 TEST_F(TpmUtilityTest, SealDataBadDelegate) { function in namespace:trunks
1551 TEST_F(TpmUtilityTest, SealDataFailure) { function in namespace:trunks
1561 TEST_F(TpmUtilityTest, SealDataParserFail) { function in namespace:trunks
1570 TEST_F(TpmUtilityTest, UnsealDataSuccess) { function in namespace:trunks
1595 TEST_F(TpmUtilityTest, UnsealDataBadDelegate) { function in namespace:trunks
1602 TEST_F(TpmUtilityTest, UnsealDataLoadFail) { function in namespace:trunks
1611 TEST_F(TpmUtilityTest, UnsealDataBadKeyName) { function in namespace:trunks
1620 TEST_F(TpmUtilityTest, UnsealObjectFailure) { function in namespace:trunks
1629 TEST_F(TpmUtilityTest, StartSessionSuccess) { function in namespace:trunks
1636 TEST_F(TpmUtilityTest, StartSessionFailure) { function in namespace:trunks
1643 TEST_F(TpmUtilityTest, GetPolicyDigestForPcrValueSuccess) { function in namespace:trunks
1673 TEST_F(TpmUtilityTest, GetPolicyDigestForPcrValueSuccessWithPcrValue) { function in namespace:trunks
1691 TEST_F(TpmUtilityTest, GetPolicyDigestForPcrValueBadSession) { function in namespace:trunks
1701 TEST_F(TpmUtilityTest, GetPolicyDigestForPcrValuePcrReadFail) { function in namespace:trunks
1710 TEST_F(TpmUtilityTest, GetPolicyDigestForPcrValueBadPcr) { function in namespace:trunks
1720 TEST_F(TpmUtilityTest, GetPolicyDigestForPcrValueBadDigest) { function in namespace:trunks
1730 TEST_F(TpmUtilityTest, DefineNVSpaceSuccess) { function in namespace:trunks
1748 TEST_F(TpmUtilityTest, DefineNVSpaceBadLength) { function in namespace:trunks
1754 TEST_F(TpmUtilityTest, DefineNVSpaceBadIndex) { function in namespace:trunks
1760 TEST_F(TpmUtilityTest, DefineNVSpaceBadSession) { function in namespace:trunks
1764 TEST_F(TpmUtilityTest, DefineNVSpaceFail) { function in namespace:trunks
1773 TEST_F(TpmUtilityTest, DestroyNVSpaceSuccess) { function in namespace:trunks
1782 TEST_F(TpmUtilityTest, DestroyNVSpaceBadIndex) { function in namespace:trunks
1788 TEST_F(TpmUtilityTest, DestroyNVSpaceBadSession) { function in namespace:trunks
1792 TEST_F(TpmUtilityTest, DestroyNVSpaceFailure) { function in namespace:trunks
1802 TEST_F(TpmUtilityTest, LockNVSpaceSuccess) { function in namespace:trunks
1814 TEST_F(TpmUtilityTest, LockNVSpaceBadIndex) { function in namespace:trunks
1820 TEST_F(TpmUtilityTest, LockNVSpaceBadSession) { function in namespace:trunks
1824 TEST_F(TpmUtilityTest, LockNVSpaceFailure) { function in namespace:trunks
1833 TEST_F(TpmUtilityTest, WriteNVSpaceSuccess) { function in namespace:trunks
1847 TEST_F(TpmUtilityTest, WriteNVSpaceBadSize) { function in namespace:trunks
1854 TEST_F(TpmUtilityTest, WriteNVSpaceBadIndex) { function in namespace:trunks
1860 TEST_F(TpmUtilityTest, WriteNVSpaceBadSessions) { function in namespace:trunks
1865 TEST_F(TpmUtilityTest, WriteNVSpaceFailure) { function in namespace:trunks
1876 TEST_F(TpmUtilityTest, ReadNVSpaceSuccess) { function in namespace:trunks
1889 TEST_F(TpmUtilityTest, ReadNVSpaceBadReadLength) { function in namespace:trunks
1896 TEST_F(TpmUtilityTest, ReadNVSpaceBadIndex) { function in namespace:trunks
1903 TEST_F(TpmUtilityTest, ReadNVSpaceBadSession) { function in namespace:trunks
1909 TEST_F(TpmUtilityTest, ReadNVSpaceFailure) { function in namespace:trunks
1922 TEST_F(TpmUtilityTest, GetNVSpaceNameSuccess) { function in namespace:trunks
1931 TEST_F(TpmUtilityTest, GetNVSpaceNameFailure) { function in namespace:trunks
1939 TEST_F(TpmUtilityTest, GetNVSpacePublicAreaCachedSuccess) { function in namespace:trunks
1948 TEST_F(TpmUtilityTest, GetNVSpacePublicAreaSuccess) { function in namespace:trunks
1957 TEST_F(TpmUtilityTest, GetNVSpacePublicAreaFailure) { function in namespace:trunks
1965 TEST_F(TpmUtilityTest, SetKnownPasswordSuccess) { function in namespace:trunks
1973 TEST_F(TpmUtilityTest, SetKnownPasswordOwnershipDone) { function in namespace:trunks
1977 TEST_F(TpmUtilityTest, SetKnownPasswordFailure) { function in namespace:trunks
1985 TEST_F(TpmUtilityTest, RootKeysSuccess) { function in namespace:trunks
1989 TEST_F(TpmUtilityTest, RootKeysHandleConsistency) { function in namespace:trunks
1999 TEST_F(TpmUtilityTest, RootKeysCreateFailure) { function in namespace:trunks
2005 TEST_F(TpmUtilityTest, RootKeysPersistFailure) { function in namespace:trunks
2011 TEST_F(TpmUtilityTest, RootKeysAlreadyExist) { function in namespace:trunks
2017 TEST_F(TpmUtilityTest, SaltingKeySuccess) { function in namespace:trunks
2026 TEST_F(TpmUtilityTest, SaltingKeyConsistency) { function in namespace:trunks
2036 TEST_F(TpmUtilityTest, SaltingKeyCreateFailure) { function in namespace:trunks
2042 TEST_F(TpmUtilityTest, SaltingKeyLoadFailure) { function in namespace:trunks
2048 TEST_F(TpmUtilityTest, SaltingKeyPersistFailure) { function in namespace:trunks
2054 TEST_F(TpmUtilityTest, SaltingKeyAlreadyExists) { function in namespace:trunks
[all...]
/system/connectivity/apmanager/
H A Derror_unittest.cc62 TEST_F(ErrorTest, Constructor) { function in namespace:apmanager
67 TEST_F(ErrorTest, Reset) { function in namespace:apmanager
75 TEST_F(ErrorTest, ToDBusError) { function in namespace:apmanager
H A Dhostapd_monitor_unittest.cc85 TEST_F(HostapdMonitorTest, Start) { function in namespace:apmanager
96 TEST_F(HostapdMonitorTest, StationConnected) { function in namespace:apmanager
107 TEST_F(HostapdMonitorTest, StationDisconnected) { function in namespace:apmanager
/system/connectivity/dhcp_client/
H A Ddhcp_options_writer_unittest.cc46 TEST_F(DHCPOptionsWriterTest, WriteUInt8) { function in namespace:dhcp_client
64 TEST_F(DHCPOptionsWriterTest, WriteUInt16) { function in namespace:dhcp_client
83 TEST_F(DHCPOptionsWriterTest, WriteUInt32) { function in namespace:dhcp_client
102 TEST_F(DHCPOptionsWriterTest, WriteUInt8List) { function in namespace:dhcp_client
121 TEST_F(DHCPOptionsWriterTest, WriteUInt16List) { function in namespace:dhcp_client
141 TEST_F(DHCPOptionsWriterTest, WriteUInt32List) { function in namespace:dhcp_client
162 TEST_F(DHCPOptionsWriterTest, WriteUInt32PairList) { function in namespace:dhcp_client
185 TEST_F(DHCPOptionsWriterTest, WriteString) { function in namespace:dhcp_client
204 TEST_F(DHCPOptionsWriterTest, WriteBoolTrue) { function in namespace:dhcp_client
222 TEST_F(DHCPOptionsWriterTes function in namespace:dhcp_client
240 TEST_F(DHCPOptionsWriterTest, WriteByteArray) { function in namespace:dhcp_client
259 TEST_F(DHCPOptionsWriterTest, WriteEndTag) { function in namespace:dhcp_client
[all...]
/system/nativepower/client/
H A Dpower_manager_client_unittest.cc48 TEST_F(PowerManagerClientTest, Suspend) { function in namespace:android
61 TEST_F(PowerManagerClientTest, ShutDown) { function in namespace:android
72 TEST_F(PowerManagerClientTest, Reboot) { function in namespace:android
/system/netd/server/
H A DNatControllerTest.cpp112 TEST_F(NatControllerTest, TestSetupIptablesHooks) { function
117 TEST_F(NatControllerTest, TestSetDefaults) { function
122 TEST_F(NatControllerTest, TestAddAndRemoveNat) { function
/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action_unittest.cc217 TEST_F(PostinstallRunnerActionTest, ProcessProgressLineTest) { function in namespace:chromeos_update_engine
240 TEST_F(PostinstallRunnerActionTest, RunAsRootSimpleTest) { function in namespace:chromeos_update_engine
250 TEST_F(PostinstallRunnerActionTest, RunAsRootRunSymlinkFileTest) { function in namespace:chromeos_update_engine
256 TEST_F(PostinstallRunnerActionTest, RunAsRootPowerwashRequiredTest) { function in namespace:chromeos_update_engine
268 TEST_F(PostinstallRunnerActionTest, RunAsRootCantMountTest) { function in namespace:chromeos_update_engine
279 TEST_F(PostinstallRunnerActionTest, RunAsRootErrScriptTest) { function in namespace:chromeos_update_engine
287 TEST_F(PostinstallRunnerActionTest, RunAsRootFirmwareBErrScriptTest) { function in namespace:chromeos_update_engine
295 TEST_F(PostinstallRunnerActionTest, RunAsRootAbsolutePathNotAllowedTest) { function in namespace:chromeos_update_engine
304 TEST_F(PostinstallRunnerActionTest, RunAsRootCheckFileContextsTest) { function in namespace:chromeos_update_engine
312 TEST_F(PostinstallRunnerActionTes function in namespace:chromeos_update_engine
326 TEST_F(PostinstallRunnerActionTest, RunAsRootCancelPostinstallActionTest) { function in namespace:chromeos_update_engine
340 TEST_F(PostinstallRunnerActionTest, RunAsRootProgressUpdatesTest) { function in namespace:chromeos_update_engine
[all...]
/system/bt/btcore/test/
H A Ddevice_class_test.cpp51 TEST_F(DeviceClassTest, cod_sizeof) { function
58 TEST_F(DeviceClassTest, simple) { function
78 TEST_F(DeviceClassTest, to_stream) { function
132 TEST_F(DeviceClassTest, limited_discoverable_mode) { function
156 TEST_F(DeviceClassTest, equals) { function
167 TEST_F(DeviceClassTest, copy) { function
176 TEST_F(DeviceClassTest, from_int) { function
187 TEST_F(DeviceClassTest, to_int) { function
208 TEST_F(DeviceClassTest, endian) { function
/system/bt/osi/test/
H A Dallocator_test.cpp30 TEST_F(AllocatorTest, test_osi_strndup) { function
/system/core/debuggerd/test/
H A Ddump_memory_test.cpp148 TEST_F(DumpMemoryTest, aligned_addr) { function
167 TEST_F(DumpMemoryTest, partial_read) { function
187 TEST_F(DumpMemoryTest, unaligned_addr) { function
206 TEST_F(DumpMemoryTest, memory_unreadable) { function
256 TEST_F(DumpMemoryTest, memory_partially_unreadable) { function
275 TEST_F(DumpMemoryTest, memory_partially_unreadable_unaligned_return) { function
300 TEST_F(DumpMemoryTest, memory_partially_unreadable_two_unaligned_reads) { function
329 TEST_F(DumpMemoryTest, address_low_fence) { function
383 TEST_F(DumpMemoryTest, memory_address_too_low) { function
400 TEST_F(DumpMemoryTes function
425 TEST_F(DumpMemoryTest, memory_address_would_overflow) { function
446 TEST_F(DumpMemoryTest, memory_address_nearly_too_high) { function
506 TEST_F(DumpMemoryTest, first_read_empty) { function
565 TEST_F(DumpMemoryTest, first_read_empty_second_read_stops) { function
624 TEST_F(DumpMemoryTest, first_read_empty_next_page_out_of_range) { function
682 TEST_F(DumpMemoryTest, first_read_empty_next_page_out_of_range_fence_post) { function
[all...]

Completed in 480 milliseconds

1234567891011>>