Searched defs:TEST_F (Results 226 - 250 of 303) sorted by relevance

1234567891011>>

/system/iot/attestation/atap/test/
H A Datap_command_unittest.cpp127 TEST_F(CommandTest, GetCaRequestIssueX25519) { function in namespace:atap
144 TEST_F(CommandTest, SetCaResponseIssueX25519) { function in namespace:atap
169 TEST_F(CommandTest, GetCaRequestIssueP256) { function in namespace:atap
187 TEST_F(CommandTest, GetCaRequestIssueX25519NoTestKey) { function in namespace:atap
202 TEST_F(CommandTest, GetCaRequestIssueP256NoTestKey) { function in namespace:atap
H A Datap_util_unittest.cpp83 TEST_F(UtilTest, AppendToBuf) { function in namespace:atap
91 TEST_F(UtilTest, CopyFromBuf) { function in namespace:atap
102 TEST_F(UtilTest, AppendHeaderToBuf) { function in namespace:atap
111 TEST_F(UtilTest, SerializeBlob) { function in namespace:atap
128 TEST_F(UtilTest, SerializeCertChain) { function in namespace:atap
155 TEST_F(UtilTest, InnerCaRequestCertifyWithAuth) { function in namespace:atap
192 TEST_F(UtilTest, InnerCaRequestCertifyNoAuth) { function in namespace:atap
225 TEST_F(UtilTest, InnerCaRequestIssueWithAuth) { function in namespace:atap
256 TEST_F(UtilTest, InnerCaRequestIssueNoAuth) { function in namespace:atap
283 TEST_F(UtilTes function in namespace:atap
309 TEST_F(UtilTest, ValidateEncryptedMessage) { function in namespace:atap
323 TEST_F(UtilTest, ValidateInnerCaResponse) { function in namespace:atap
[all...]
/system/keymaster/tests/
H A Dkey_blob_test.cpp99 TEST_F(KeyBlobTest, EncryptDecrypt) { function in namespace:keymaster::test
127 TEST_F(KeyBlobTest, WrongKeyLength) { function in namespace:keymaster::test
137 TEST_F(KeyBlobTest, WrongNonce) { function in namespace:keymaster::test
154 TEST_F(KeyBlobTest, WrongTag) { function in namespace:keymaster::test
171 TEST_F(KeyBlobTest, WrongCiphertext) { function in namespace:keymaster::test
188 TEST_F(KeyBlobTest, WrongMasterKey) { function in namespace:keymaster::test
202 TEST_F(KeyBlobTest, WrongHwEnforced) { function in namespace:keymaster::test
225 TEST_F(KeyBlobTest, WrongSwEnforced) { function in namespace:keymaster::test
248 TEST_F(KeyBlobTest, EmptyHidden) { function in namespace:keymaster::test
261 TEST_F(KeyBlobTes function in namespace:keymaster::test
276 TEST_F(KeyBlobTest, WrongAppId) { function in namespace:keymaster::test
292 TEST_F(KeyBlobTest, FuzzTest) { function in namespace:keymaster::test
328 TEST_F(KeyBlobTest, UnderflowTest) { function in namespace:keymaster::test
344 TEST_F(KeyBlobTest, DupBufferToolarge) { function in namespace:keymaster::test
[all...]
/system/libvintf/test/
H A DAssembleVintfTest.cpp69 TEST_F(AssembleVintfTest, FrameworkMatrixEmpty) { function in namespace:android::vintf
141 TEST_F(AssembleVintfTest, FrameworkMatrix) { function in namespace:android::vintf
280 TEST_F(AssembleVintfTest, MatrixVendorNdk) { function in namespace:android::vintf
294 TEST_F(AssembleVintfTest, ManifestVendorNdk) { function in namespace:android::vintf
313 TEST_F(AssembleVintfTest, VendorNdkCheckEmpty) { function in namespace:android::vintf
322 TEST_F(AssembleVintfTest, VendorNdkCheckIncompat) { function in namespace:android::vintf
335 TEST_F(AssembleVintfTest, VendorNdkCheckCompat) { function in namespace:android::vintf
348 TEST_F(AssembleVintfTest, MatrixSystemSdk) { function in namespace:android::vintf
364 TEST_F(AssembleVintfTest, ManifestSystemSdk) { function in namespace:android::vintf
386 TEST_F(AssembleVintfTes function in namespace:android::vintf
394 TEST_F(AssembleVintfTest, DeviceFrameworkMatrixOptional) { function in namespace:android::vintf
438 TEST_F(AssembleVintfTest, DeviceFrameworkMatrixRequired) { function in namespace:android::vintf
[all...]
/system/netd/libbpf/
H A DBpfMapTest.cpp110 TEST_F(BpfMapTest, constructor) { function in namespace:android::bpf
123 TEST_F(BpfMapTest, basicHelpers) { function in namespace:android::bpf
137 TEST_F(BpfMapTest, reset) { function in namespace:android::bpf
150 TEST_F(BpfMapTest, moveConstructor) { function in namespace:android::bpf
160 TEST_F(BpfMapTest, iterateEmptyMap) { function in namespace:android::bpf
170 TEST_F(BpfMapTest, iterator) { function in namespace:android::bpf
191 TEST_F(BpfMapTest, twoIterator) { function in namespace:android::bpf
220 TEST_F(BpfMapTest, pinnedToPath) { function in namespace:android::bpf
234 TEST_F(BpfMapTest, SetUpMap) { function in namespace:android::bpf
251 TEST_F(BpfMapTes function in namespace:android::bpf
269 TEST_F(BpfMapTest, iterateWithValue) { function in namespace:android::bpf
[all...]
/system/netd/server/
H A DInterfaceControllerTest.cpp128 TEST_F(StablePrivacyTest, PropertyOpenEnoent) { function in namespace:android::net
133 TEST_F(StablePrivacyTest, PropertyOpenEaccess) { function in namespace:android::net
138 TEST_F(StablePrivacyTest, FirstBootWriteOkSetPropertyOk) { function in namespace:android::net
147 TEST_F(StablePrivacyTest, FirstBootWriteOkSetPropertyFail) { function in namespace:android::net
157 TEST_F(StablePrivacyTest, FirstBootWriteFail) { function in namespace:android::net
165 TEST_F(StablePrivacyTest, ExistingPropertyWriteOk) { function in namespace:android::net
172 TEST_F(StablePrivacyTest, ExistingPropertyWriteFail) { function in namespace:android::net
181 TEST_F(GetIfaceListTest, IfaceNames) { function in namespace:android::net
194 TEST_F(GetIfaceListTest, IfaceExist) { function in namespace:android::net
/system/netd/tests/
H A Dsock_diag_test.cpp67 TEST_F(SockDiagTest, TestDump) { function
181 TEST_F(SockDiagTest, TestMicroBenchmark) { function
/system/tools/aidl/
H A Daidl_unittest.cpp101 TEST_F(AidlTest, JavaAcceptsMissingPackage) { function in namespace:android::aidl
105 TEST_F(AidlTest, RejectsArraysOfBinders) { function in namespace:android::aidl
117 TEST_F(AidlTest, CppRejectsMissingPackage) { function in namespace:android::aidl
123 TEST_F(AidlTest, RejectsOnewayOutParameters) { function in namespace:android::aidl
134 TEST_F(AidlTest, RejectsOnewayNonVoidReturn) { function in namespace:android::aidl
140 TEST_F(AidlTest, RejectsNullablePrimitive) { function in namespace:android::aidl
146 TEST_F(AidlTest, ParsesNullableAnnotation) { function in namespace:android::aidl
160 TEST_F(AidlTest, ParsesUtf8Annotations) { function in namespace:android::aidl
174 TEST_F(AidlTest, AcceptsOneway) { function in namespace:android::aidl
184 TEST_F(AidlTes function in namespace:android::aidl
193 TEST_F(AidlTest, ParsesPreprocessedFileWithWhitespace) { function in namespace:android::aidl
202 TEST_F(AidlTest, PreferImportToPreprocessed) { function in namespace:android::aidl
222 TEST_F(AidlTest, WritePreprocessedFile) { function in namespace:android::aidl
240 TEST_F(AidlTest, RequireOuterClass) { function in namespace:android::aidl
251 TEST_F(AidlTest, ParseCompoundParcelableFromPreprocess) { function in namespace:android::aidl
265 TEST_F(AidlTest, FailOnParcelable) { function in namespace:android::aidl
276 TEST_F(AidlTest, FailOnDuplicateConstantNames) { function in namespace:android::aidl
291 TEST_F(AidlTest, FailOnMalformedConstHexValue) { function in namespace:android::aidl
305 TEST_F(AidlTest, ParsePositiveConstHexValue) { function in namespace:android::aidl
323 TEST_F(AidlTest, ParseNegativeConstHexValue) { function in namespace:android::aidl
341 TEST_F(AidlTest, UnderstandsNestedParcelables) { function in namespace:android::aidl
358 TEST_F(AidlTest, UnderstandsNativeParcelables) { function in namespace:android::aidl
385 TEST_F(AidlTest, WritesCorrectDependencyFile) { function in namespace:android::aidl
402 TEST_F(AidlTest, WritesCorrectDependencyFileNinja) { function in namespace:android::aidl
420 TEST_F(AidlTest, WritesTrivialDependencyFileForParcelable) { function in namespace:android::aidl
[all...]
/system/tpm/attestation/server/
H A Dattestation_service_test.cc196 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeySuccess) { function in namespace:attestation
208 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeySuccessNoUser) { function in namespace:attestation
222 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyWithEnrollHttpError) { function in namespace:attestation
235 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyWithSignHttpError) { function in namespace:attestation
248 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyWithCAEnrollFailure) { function in namespace:attestation
261 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyWithCASignFailure) { function in namespace:attestation
274 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyWithBadCAMessageID) { function in namespace:attestation
287 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyWithNoEKCertificate) { function in namespace:attestation
301 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyWithRNGFailure) { function in namespace:attestation
315 TEST_F(AttestationServiceTes function in namespace:attestation
330 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyWithDBFailure) { function in namespace:attestation
343 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyWithDBFailureNoUser) { function in namespace:attestation
358 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyWithKeyWriteFailure) { function in namespace:attestation
371 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyWithTpmNotReady) { function in namespace:attestation
384 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyWithTpmActivateFailure) { function in namespace:attestation
398 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyWithTpmCreateFailure) { function in namespace:attestation
412 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyAndCancel) { function in namespace:attestation
424 TEST_F(AttestationServiceTest, CreateGoogleAttestedKeyAndCancel2) { function in namespace:attestation
440 TEST_F(AttestationServiceTest, GetKeyInfoSuccess) { function in namespace:attestation
475 TEST_F(AttestationServiceTest, GetKeyInfoSuccessNoUser) { function in namespace:attestation
505 TEST_F(AttestationServiceTest, GetKeyInfoNoKey) { function in namespace:attestation
521 TEST_F(AttestationServiceTest, GetKeyInfoBadPublicKey) { function in namespace:attestation
537 TEST_F(AttestationServiceTest, GetEndorsementInfoSuccess) { function in namespace:attestation
554 TEST_F(AttestationServiceTest, GetEndorsementInfoNoInfo) { function in namespace:attestation
568 TEST_F(AttestationServiceTest, GetEndorsementInfoNoCert) { function in namespace:attestation
584 TEST_F(AttestationServiceTest, GetAttestationKeyInfoSuccess) { function in namespace:attestation
607 TEST_F(AttestationServiceTest, GetAttestationKeyInfoNoInfo) { function in namespace:attestation
624 TEST_F(AttestationServiceTest, GetAttestationKeyInfoSomeInfo) { function in namespace:attestation
644 TEST_F(AttestationServiceTest, ActivateAttestationKeySuccess) { function in namespace:attestation
665 TEST_F(AttestationServiceTest, ActivateAttestationKeySuccessNoSave) { function in namespace:attestation
687 TEST_F(AttestationServiceTest, ActivateAttestationKeySaveFailure) { function in namespace:attestation
703 TEST_F(AttestationServiceTest, ActivateAttestationKeyActivateFailure) { function in namespace:attestation
721 TEST_F(AttestationServiceTest, CreateCertifiableKeySuccess) { function in namespace:attestation
750 TEST_F(AttestationServiceTest, CreateCertifiableKeySuccessNoUser) { function in namespace:attestation
778 TEST_F(AttestationServiceTest, CreateCertifiableKeyRNGFailure) { function in namespace:attestation
797 TEST_F(AttestationServiceTest, CreateCertifiableKeyTpmCreateFailure) { function in namespace:attestation
816 TEST_F(AttestationServiceTest, CreateCertifiableKeyDBFailure) { function in namespace:attestation
835 TEST_F(AttestationServiceTest, CreateCertifiableKeyDBFailureNoUser) { function in namespace:attestation
853 TEST_F(AttestationServiceTest, DecryptSuccess) { function in namespace:attestation
869 TEST_F(AttestationServiceTest, DecryptSuccessNoUser) { function in namespace:attestation
885 TEST_F(AttestationServiceTest, DecryptKeyNotFound) { function in namespace:attestation
902 TEST_F(AttestationServiceTest, DecryptKeyNotFoundNoUser) { function in namespace:attestation
916 TEST_F(AttestationServiceTest, DecryptUnbindFailure) { function in namespace:attestation
932 TEST_F(AttestationServiceTest, SignSuccess) { function in namespace:attestation
947 TEST_F(AttestationServiceTest, SignSuccessNoUser) { function in namespace:attestation
962 TEST_F(AttestationServiceTest, SignKeyNotFound) { function in namespace:attestation
979 TEST_F(AttestationServiceTest, SignKeyNotFoundNoUser) { function in namespace:attestation
993 TEST_F(AttestationServiceTest, SignUnbindFailure) { function in namespace:attestation
1009 TEST_F(AttestationServiceTest, RegisterSuccess) { function in namespace:attestation
1047 TEST_F(AttestationServiceTest, RegisterSuccessNoUser) { function in namespace:attestation
1080 TEST_F(AttestationServiceTest, RegisterNoKey) { function in namespace:attestation
1095 TEST_F(AttestationServiceTest, RegisterNoKeyNoUser) { function in namespace:attestation
1107 TEST_F(AttestationServiceTest, RegisterFailure) { function in namespace:attestation
1129 TEST_F(AttestationServiceTest, RegisterIntermediateFailure) { function in namespace:attestation
1152 TEST_F(AttestationServiceTest, RegisterAdditionalFailure) { function in namespace:attestation
[all...]
/system/update_engine/common/
H A Daction_processor_unittest.cc117 TEST_F(ActionProcessorTest, SimpleTest) { function in namespace:chromeos_update_engine
131 TEST_F(ActionProcessorTest, DelegateTest) { function in namespace:chromeos_update_engine
139 TEST_F(ActionProcessorTest, StopProcessingTest) { function in namespace:chromeos_update_engine
149 TEST_F(ActionProcessorTest, ChainActionsTest) { function in namespace:chromeos_update_engine
167 TEST_F(ActionProcessorTest, DtorTest) { function in namespace:chromeos_update_engine
181 TEST_F(ActionProcessorTest, DefaultDelegateTest) { function in namespace:chromeos_update_engine
193 TEST_F(ActionProcessorTest, SuspendResumeTest) { function in namespace:chromeos_update_engine
221 TEST_F(ActionProcessorTest, ActionCompletedWhileSuspendedTest) { function in namespace:chromeos_update_engine
245 TEST_F(ActionProcessorTest, StoppedWhileSuspendedTest) { function in namespace:chromeos_update_engine
H A Dsubprocess_unittest.cc121 TEST_F(SubprocessTest, IsASingleton) { function in namespace:chromeos_update_engine
125 TEST_F(SubprocessTest, InactiveInstancesDontChangeTheSingleton) { function in namespace:chromeos_update_engine
132 TEST_F(SubprocessTest, SimpleTest) { function in namespace:chromeos_update_engine
138 TEST_F(SubprocessTest, EchoTest) { function in namespace:chromeos_update_engine
145 TEST_F(SubprocessTest, StderrNotIncludedInOutputTest) { function in namespace:chromeos_update_engine
154 TEST_F(SubprocessTest, PipeRedirectFdTest) { function in namespace:chromeos_update_engine
171 TEST_F(SubprocessTest, PipeClosedWhenNotRedirectedTest) { function in namespace:chromeos_update_engine
185 TEST_F(SubprocessTest, EnvVarsAreFiltered) { function in namespace:chromeos_update_engine
191 TEST_F(SubprocessTest, SynchronousTrueSearchsOnPath) { function in namespace:chromeos_update_engine
198 TEST_F(SubprocessTes function in namespace:chromeos_update_engine
210 TEST_F(SubprocessTest, SynchronousEchoNoOutputTest) { function in namespace:chromeos_update_engine
224 TEST_F(SubprocessTest, CancelTest) { function in namespace:chromeos_update_engine
[all...]
/system/update_engine/
H A Dmetrics_reporter_omaha_unittest.cc50 TEST_F(MetricsReporterOmahaTest, ReportDailyMetrics) { function in namespace:chromeos_update_engine
59 TEST_F(MetricsReporterOmahaTest, ReportUpdateCheckMetrics) { function in namespace:chromeos_update_engine
108 TEST_F(MetricsReporterOmahaTest, function in namespace:chromeos_update_engine
120 TEST_F(MetricsReporterOmahaTest, ReportUpdateAttemptMetrics) { function in namespace:chromeos_update_engine
213 TEST_F(MetricsReporterOmahaTest, ReportUpdateAttemptDownloadMetrics) { function in namespace:chromeos_update_engine
251 TEST_F(MetricsReporterOmahaTest, ReportSuccessfulUpdateMetrics) { function in namespace:chromeos_update_engine
340 TEST_F(MetricsReporterOmahaTest, ReportRollbackMetrics) { function in namespace:chromeos_update_engine
350 TEST_F(MetricsReporterOmahaTest, ReportCertificateCheckMetrics) { function in namespace:chromeos_update_engine
362 TEST_F(MetricsReporterOmahaTest, ReportFailedUpdateCount) { function in namespace:chromeos_update_engine
372 TEST_F(MetricsReporterOmahaTes function in namespace:chromeos_update_engine
383 TEST_F(MetricsReporterOmahaTest, ReportInstallDateProvisioningSource) { function in namespace:chromeos_update_engine
[all...]
H A Domaha_response_handler_action_unittest.cc161 TEST_F(OmahaResponseHandlerActionTest, SimpleTest) { function in namespace:chromeos_update_engine
237 TEST_F(OmahaResponseHandlerActionTest, NoUpdatesTest) { function in namespace:chromeos_update_engine
245 TEST_F(OmahaResponseHandlerActionTest, MultiPackageTest) { function in namespace:chromeos_update_engine
267 TEST_F(OmahaResponseHandlerActionTest, HashChecksForHttpTest) { function in namespace:chromeos_update_engine
288 TEST_F(OmahaResponseHandlerActionTest, HashChecksForUnofficialUpdateUrl) { function in namespace:chromeos_update_engine
308 TEST_F(OmahaResponseHandlerActionTest, function in namespace:chromeos_update_engine
331 TEST_F(OmahaResponseHandlerActionTest, HashChecksForHttpsTest) { function in namespace:chromeos_update_engine
351 TEST_F(OmahaResponseHandlerActionTest, HashChecksForBothHttpAndHttpsTest) { function in namespace:chromeos_update_engine
372 TEST_F(OmahaResponseHandlerActionTest, ChangeToMoreStableChannelTest) { function in namespace:chromeos_update_engine
404 TEST_F(OmahaResponseHandlerActionTes function in namespace:chromeos_update_engine
436 TEST_F(OmahaResponseHandlerActionTest, P2PUrlIsUsedAndHashChecksMandatory) { function in namespace:chromeos_update_engine
470 TEST_F(OmahaResponseHandlerActionTest, SystemVersionTest) { function in namespace:chromeos_update_engine
494 TEST_F(OmahaResponseHandlerActionTest, TestDeferredByPolicy) { function in namespace:chromeos_update_engine
[all...]
H A Dp2p_manager_unittest.cc109 TEST_F(P2PManagerTest, P2PEnabledInitAndNotChanged) { function in namespace:chromeos_update_engine
120 TEST_F(P2PManagerTest, P2PEnabledInitAndChanged) { function in namespace:chromeos_update_engine
134 TEST_F(P2PManagerTest, HousekeepingCountLimit) { function in namespace:chromeos_update_engine
187 TEST_F(P2PManagerTest, HousekeepingAgeLimit) { function in namespace:chromeos_update_engine
342 TEST_F(P2PManagerTest, ShareFile) { function in namespace:chromeos_update_engine
364 TEST_F(P2PManagerTest, MakeFileVisible) { function in namespace:chromeos_update_engine
390 TEST_F(P2PManagerTest, ExistingFiles) { function in namespace:chromeos_update_engine
435 TEST_F(P2PManagerTest, StartP2P) { function in namespace:chromeos_update_engine
450 TEST_F(P2PManagerTest, StopP2P) { function in namespace:chromeos_update_engine
472 TEST_F(P2PManagerTes function in namespace:chromeos_update_engine
[all...]
/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action_unittest.cc236 TEST_F(FilesystemVerifierActionTest, MissingInputObjectTest) { function in namespace:chromeos_update_engine
255 TEST_F(FilesystemVerifierActionTest, NonExistentDriveTest) { function in namespace:chromeos_update_engine
284 TEST_F(FilesystemVerifierActionTest, RunAsRootVerifyHashTest) { function in namespace:chromeos_update_engine
289 TEST_F(FilesystemVerifierActionTest, RunAsRootVerifyHashFailTest) { function in namespace:chromeos_update_engine
294 TEST_F(FilesystemVerifierActionTest, RunAsRootTerminateEarlyTest) { function in namespace:chromeos_update_engine
/system/update_engine/payload_generator/
H A Dpayload_signer_unittest.cc153 TEST_F(PayloadSignerTest, LoadPayloadV1Test) { function in namespace:chromeos_update_engine
159 TEST_F(PayloadSignerTest, LoadPayloadV2Test) { function in namespace:chromeos_update_engine
165 TEST_F(PayloadSignerTest, SignSimpleTextTest) { function in namespace:chromeos_update_engine
184 TEST_F(PayloadSignerTest, VerifyAllSignatureTest) { function in namespace:chromeos_update_engine
201 TEST_F(PayloadSignerTest, VerifySignatureTest) { function in namespace:chromeos_update_engine
217 TEST_F(PayloadSignerTest, SkipMetadataSignatureTest) { function in namespace:chromeos_update_engine
245 TEST_F(PayloadSignerTest, VerifySignedPayloadTest) { function in namespace:chromeos_update_engine
/system/update_engine/update_manager/
H A Devaluation_context_unittest.cc143 TEST_F(UmEvaluationContextTest, GetValueFails) { function in namespace:chromeos_update_manager
148 TEST_F(UmEvaluationContextTest, GetValueFailsWithInvalidVar) { function in namespace:chromeos_update_manager
152 TEST_F(UmEvaluationContextTest, GetValueReturns) { function in namespace:chromeos_update_manager
161 TEST_F(UmEvaluationContextTest, GetValueCached) { function in namespace:chromeos_update_manager
176 TEST_F(UmEvaluationContextTest, GetValueCachesNull) { function in namespace:chromeos_update_manager
187 TEST_F(UmEvaluationContextTest, GetValueMixedTypes) { function in namespace:chromeos_update_manager
206 TEST_F(UmEvaluationContextTest, RunOnValueChangeOrTimeoutWithoutVariables) { function in namespace:chromeos_update_manager
214 TEST_F(UmEvaluationContextTest, RunOnValueChangeOrTimeoutWithVariables) { function in namespace:chromeos_update_manager
233 TEST_F(UmEvaluationContextTest, RunOnValueChangeOrTimeoutCalledTwice) { function in namespace:chromeos_update_manager
248 TEST_F(UmEvaluationContextTes function in namespace:chromeos_update_manager
265 TEST_F(UmEvaluationContextTest, RunOnValueChangeOrTimeoutExpires) { function in namespace:chromeos_update_manager
288 TEST_F(UmEvaluationContextTest, RemoveObserversAndTimeoutTest) { function in namespace:chromeos_update_manager
304 TEST_F(UmEvaluationContextTest, function in namespace:chromeos_update_manager
325 TEST_F(UmEvaluationContextTest, ObjectDeletedWithPendingEventsTest) { function in namespace:chromeos_update_manager
337 TEST_F(UmEvaluationContextTest, TimeoutEventAfterDeleteTest) { function in namespace:chromeos_update_manager
355 TEST_F(UmEvaluationContextTest, DefaultTimeout) { function in namespace:chromeos_update_manager
363 TEST_F(UmEvaluationContextTest, TimeoutUpdatesWithMonotonicTime) { function in namespace:chromeos_update_manager
374 TEST_F(UmEvaluationContextTest, ResetEvaluationResetsTimesWallclock) { function in namespace:chromeos_update_manager
395 TEST_F(UmEvaluationContextTest, ResetEvaluationResetsTimesMonotonic) { function in namespace:chromeos_update_manager
416 TEST_F(UmEvaluationContextTest, function in namespace:chromeos_update_manager
426 TEST_F(UmEvaluationContextTest, function in namespace:chromeos_update_manager
436 TEST_F(UmEvaluationContextTest, function in namespace:chromeos_update_manager
449 TEST_F(UmEvaluationContextTest, function in namespace:chromeos_update_manager
462 TEST_F(UmEvaluationContextTest, DumpContext) { function in namespace:chromeos_update_manager
[all...]
H A Dreal_shill_provider_unittest.cc275 TEST_F(UmRealShillProviderTest, ReadBaseValues) { function in namespace:chromeos_update_manager
285 TEST_F(UmRealShillProviderTest, InvalidServicePath) { function in namespace:chromeos_update_manager
294 TEST_F(UmRealShillProviderTest, InvalidServicePathType) { function in namespace:chromeos_update_manager
308 TEST_F(UmRealShillProviderTest, ReadConnTypeEthernet) { function in namespace:chromeos_update_manager
316 TEST_F(UmRealShillProviderTest, ReadConnTypeWifi) { function in namespace:chromeos_update_manager
324 TEST_F(UmRealShillProviderTest, ReadConnTypeWimax) { function in namespace:chromeos_update_manager
332 TEST_F(UmRealShillProviderTest, ReadConnTypeBluetooth) { function in namespace:chromeos_update_manager
340 TEST_F(UmRealShillProviderTest, ReadConnTypeCellular) { function in namespace:chromeos_update_manager
348 TEST_F(UmRealShillProviderTest, ReadConnTypeUnknown) { function in namespace:chromeos_update_manager
356 TEST_F(UmRealShillProviderTes function in namespace:chromeos_update_manager
377 TEST_F(UmRealShillProviderTest, ConnTypeCacheUsed) { function in namespace:chromeos_update_manager
389 TEST_F(UmRealShillProviderTest, ConnTypeCacheRemainsValid) { function in namespace:chromeos_update_manager
403 TEST_F(UmRealShillProviderTest, ConnTypeCacheInvalidated) { function in namespace:chromeos_update_manager
415 TEST_F(UmRealShillProviderTest, ReadConnTetheringNotDetected) { function in namespace:chromeos_update_manager
423 TEST_F(UmRealShillProviderTest, ReadConnTetheringSuspected) { function in namespace:chromeos_update_manager
431 TEST_F(UmRealShillProviderTest, ReadConnTetheringConfirmed) { function in namespace:chromeos_update_manager
439 TEST_F(UmRealShillProviderTest, ReadConnTetheringUnknown) { function in namespace:chromeos_update_manager
447 TEST_F(UmRealShillProviderTest, ConnTetheringCacheUsed) { function in namespace:chromeos_update_manager
459 TEST_F(UmRealShillProviderTest, ConnTetheringCacheRemainsValid) { function in namespace:chromeos_update_manager
473 TEST_F(UmRealShillProviderTest, ConnTetheringCacheInvalidated) { function in namespace:chromeos_update_manager
488 TEST_F(UmRealShillProviderTest, ReadLastChangedTimeTwoSignals) { function in namespace:chromeos_update_manager
510 TEST_F(UmRealShillProviderTest, NoInitConnStatusReadBaseValues) { function in namespace:chromeos_update_manager
522 TEST_F(UmRealShillProviderTest, NoInitConnStatusReadConnTypeEthernet) { function in namespace:chromeos_update_manager
[all...]
/system/bt/service/test/
H A Dlow_energy_client_unittest.cc168 TEST_F(LowEnergyClientTest, RegisterInstance) { function in namespace:bluetooth::__anon884
254 TEST_F(LowEnergyClientPostRegisterTest, Connect) { function in namespace:bluetooth::__anon884
H A Dlow_energy_scanner_unittest.cc192 TEST_F(LowEnergyScannerTest, RegisterInstance) { function in namespace:bluetooth::__anon885
264 TEST_F(LowEnergyScannerPostRegisterTest, ScanSettings) { function in namespace:bluetooth::__anon885
289 TEST_F(LowEnergyScannerPostRegisterTest, ScanRecord) { function in namespace:bluetooth::__anon885
/system/bt/stack/test/
H A Dstack_a2dp_test.cc248 TEST_F(StackA2dpTest, test_a2dp_bits_set) { function
276 TEST_F(StackA2dpTest, test_a2dp_is_codec_valid_sbc) { function
313 TEST_F(StackA2dpTest, test_a2dp_is_codec_valid_aac) { function
339 TEST_F(StackA2dpTest, test_a2dp_get_codec_type) { function
350 TEST_F(StackA2dpTest, test_a2dp_is_sink_codec_supported) { function
365 TEST_F(StackA2dpTest, test_a2dp_is_peer_source_codec_supported) { function
377 TEST_F(StackA2dpTest, test_init_default_codec) { function
389 TEST_F(StackA2dpTest, test_a2dp_uses_rtp_header) { function
400 TEST_F(StackA2dpTest, test_a2dp_get_media_type) { function
416 TEST_F(StackA2dpTes function
437 TEST_F(StackA2dpTest, test_a2dp_vendor) { function
445 TEST_F(StackA2dpTest, test_a2dp_codec_type_equals) { function
459 TEST_F(StackA2dpTest, test_a2dp_codec_equals) { function
517 TEST_F(StackA2dpTest, test_a2dp_get_track_sample_rate) { function
523 TEST_F(StackA2dpTest, test_a2dp_get_track_channel_count) { function
529 TEST_F(StackA2dpTest, test_a2dp_get_number_of_subbands_sbc) { function
535 TEST_F(StackA2dpTest, test_a2dp_get_number_of_blocks_sbc) { function
541 TEST_F(StackA2dpTest, test_a2dp_get_allocation_method_code_sbc) { function
547 TEST_F(StackA2dpTest, test_a2dp_get_channel_mode_code_sbc) { function
553 TEST_F(StackA2dpTest, test_a2dp_get_sampling_frequency_code_sbc) { function
559 TEST_F(StackA2dpTest, test_a2dp_get_min_bitpool_sbc) { function
567 TEST_F(StackA2dpTest, test_a2dp_get_max_bitpool_sbc) { function
575 TEST_F(StackA2dpTest, test_a2dp_get_sink_track_channel_type) { function
581 TEST_F(StackA2dpTest, test_a2dp_get_object_type_code_aac) { function
587 TEST_F(StackA2dpTest, test_a2dp_get_channel_mode_code_aac) { function
593 TEST_F(StackA2dpTest, test_a2dp_get_variable_bit_rate_support_aac) { function
599 TEST_F(StackA2dpTest, test_a2dp_get_bit_rate_aac) { function
605 TEST_F(StackA2dpTest, test_a2dp_get_packet_timestamp) { function
629 TEST_F(StackA2dpTest, test_a2dp_build_codec_header) { function
660 TEST_F(StackA2dpTest, test_a2dp_adjust_codec) { function
700 TEST_F(StackA2dpTest, test_a2dp_source_codec_index) { function
718 TEST_F(StackA2dpTest, test_a2dp_sink_codec_index) { function
736 TEST_F(StackA2dpTest, test_a2dp_codec_index_str) { function
754 TEST_F(StackA2dpTest, test_a2dp_init_codec_config) { function
804 TEST_F(A2dpCodecConfigTest, createCodec) { function
824 TEST_F(A2dpCodecConfigTest, setCodecConfig) { function
973 TEST_F(A2dpCodecConfigTest, init) { function
[all...]
H A Dstack_smp_test.cc172 TEST_F(SmpCalculateConfirmTest, test_smp_gen_p2_4_confirm_as_master) { function in namespace:testing
188 TEST_F(SmpCalculateConfirmTest, test_SMP_Encrypt_as_master) { function in namespace:testing
218 TEST_F(SmpCalculateConfirmTest, test_smp_calculate_comfirm_as_master) { function in namespace:testing
/system/core/adb/
H A Dbugreport_test.cpp152 TEST_F(BugreportTest, InvalidNumberArgs) { function
159 TEST_F(BugreportTest, NoArgumentsPreNDevice) { function
179 TEST_F(BugreportTest, NoArgumentsNDevice) { function
197 TEST_F(BugreportTest, NoArgumentsPostNDevice) { function
216 TEST_F(BugreportTest, OkNDevice) { function
231 TEST_F(BugreportTest, OkNDeviceSplitBuffer) { function
246 TEST_F(BugreportTest, OkProgress) { function
282 TEST_F(BugreportTest, OkProgressAlwaysForward) { function
313 TEST_F(BugreportTest, OkProgressZeroPercentIsNotIgnored) { function
336 TEST_F(BugreportTes function
355 TEST_F(BugreportTest, OkNoExtension) { function
369 TEST_F(BugreportTest, OkNDeviceDirectory) { function
388 TEST_F(BugreportTest, BugreportzReturnedFail) { function
403 TEST_F(BugreportTest, BugreportzReturnedFailSplitBuffer) { function
417 TEST_F(BugreportTest, BugreportzReturnedUnsupported) { function
430 TEST_F(BugreportTest, BugreportzVersionFailed) { function
438 TEST_F(BugreportTest, BugreportzVersionEmpty) { function
446 TEST_F(BugreportTest, BugreportzFailed) { function
455 TEST_F(BugreportTest, PullFails) { function
[all...]
H A Dfdevent_test.cpp81 TEST_F(FdeventTest, fdevent_terminate) { function
109 TEST_F(FdeventTest, smoke) { function
173 TEST_F(FdeventTest, invalid_fd) { function
178 TEST_F(FdeventTest, run_on_main_thread) { function
217 TEST_F(FdeventTest, run_on_main_thread_reentrant) {
H A Dsocket_test.cpp47 TEST_F(LocalSocketTest, smoke) { function
136 TEST_F(LocalSocketTest, close_socket_with_packet) { function
159 TEST_F(LocalSocketTest, read_from_closing_socket) { function
191 TEST_F(LocalSocketTest, write_error_when_having_packets) { function
213 TEST_F(LocalSocketTest, flush_after_shutdown) { function
273 TEST_F(LocalSocketTest, close_socket_in_CLOSE_WAIT_state) { function

Completed in 1105 milliseconds

1234567891011>>