Searched refs:TEST_F (Results 1 - 25 of 137) sorted by relevance

123456

/frameworks/compile/mclinker/unittests/
H A DLDSymbolTest.cpp35 TEST_F(LDSymbolTest, produce) { function
H A DPathSetTest.cpp38 TEST_F(PathSetTest, ) { function
H A DSystemUtilsTest.cpp34 TEST_F(SystemUtilsTest, test_strerror) { function
H A DTargetMachineTest.cpp34 TEST_F(TargetMachineTest, addPassesToEmitFile) { function
H A DLinearAllocatorTest.cpp37 TEST_F(LinearAllocatorTest, allocateN) { function
44 TEST_F(LinearAllocatorTest, allocate) { function
51 TEST_F(LinearAllocatorTest, allocateOver) { function
58 TEST_F(LinearAllocatorTest, alloc_construct) { function
67 TEST_F(LinearAllocatorTest, alloc_constructCopy) { function
78 TEST_F(LinearAllocatorTest, allocN_construct) { function
87 TEST_F(LinearAllocatorTest, allocN_constructCopy) { function
98 TEST_F(LinearAllocatorTest, multi_alloc_ctor_iterate) { function
114 TEST_F(LinearAllocatorTest, multi_allocN_ctor_iterate) { function
H A DRTLinearAllocatorTest.cpp38 TEST_F(RTLinearAllocatorTest, AllocateN) { function
45 TEST_F(RTLinearAllocatorTest, allocate) { function
52 TEST_F(RTLinearAllocatorTest, allocateOver) { function
59 TEST_F(RTLinearAllocatorTest, alloc_construct) { function
68 TEST_F(RTLinearAllocatorTest, alloc_constructCopy) { function
79 TEST_F(RTLinearAllocatorTest, allocN_construct) { function
88 TEST_F(RTLinearAllocatorTest, allocN_constructCopy) { function
99 TEST_F(RTLinearAllocatorTest, multi_alloc_ctor_iterate) { function
115 TEST_F(RTLinearAllocatorTest, multi_allocN_ctor_iterate) { function
H A DSymbolTableTest.cpp36 TEST_F(SymbolTableTest, init) { function
H A DGCFactoryListTraitsTest.cpp77 TEST_F(GCFactoryListTraitsTest, Basic) { function
82 TEST_F(GCFactoryListTraitsTest, BasicAgain) { function
87 TEST_F(GCFactoryListTraitsTest, Clear) { function
92 TEST_F(GCFactoryListTraitsTest, PushThenPop) { function
100 TEST_F(GCFactoryListTraitsTest, CodeIterator) { function
109 TEST_F(GCFactoryListTraitsTest, Empty) { function
115 TEST_F(GCFactoryListTraitsTest, EraseAndSize) { function
H A DPathTest.cpp40 TEST_F(PathTest, should_exist) { function
51 TEST_F(PathTest, should_not_exist) { function
61 TEST_F(PathTest, should_is_directory) { function
72 TEST_F(PathTest, should_not_is_directory) { function
83 TEST_F(PathTest, should_equal) { function
97 TEST_F(PathTest, should_not_equal) { function
110 TEST_F(PathTest, append_success) { function
130 TEST_F(PathTest, should_become_generic_string) { function
135 TEST_F(PathTest, parent_path) { function
152 TEST_F(PathTes function
[all...]
H A DUniqueGCFactoryBaseTest.cpp39 TEST_F(UniqueGCFactoryBaseTest, number_constructor) { function
47 TEST_F(UniqueGCFactoryBaseTest, unique_produce) { function
57 TEST_F(UniqueGCFactoryBaseTest, unique_produce2) { function
67 TEST_F(UniqueGCFactoryBaseTest, iterator) { function
H A DStringTableTest.cpp40 TEST_F(StringTableTest, different_string_size) { function
51 TEST_F(StringTableTest, traverse_begin_to_end) { function
68 TEST_F(StringTableTest, null_string) { function
H A DFileHandleTest.cpp40 TEST_F(FileHandleTest, open_close) { function
58 TEST_F(FileHandleTest, delegate_close) { function
82 TEST_F(FileHandleTest, fail_close) { function
/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp93 TEST_F(UtilsTest, IsValidApkPath_BadPrefix) { function in namespace:android::installd
112 TEST_F(UtilsTest, IsValidApkPath_Internal) { function in namespace:android::installd
145 TEST_F(UtilsTest, IsValidApkPath_Private) { function in namespace:android::installd
179 TEST_F(UtilsTest, IsValidApkPath_AsecGood1) { function in namespace:android::installd
185 TEST_F(UtilsTest, IsValidApkPath_AsecGood2) { function in namespace:android::installd
191 TEST_F(UtilsTest, IsValidApkPath_EscapeFail) { function in namespace:android::installd
197 TEST_F(UtilsTest, IsValidApkPath_DoubleSlashFail) { function in namespace:android::installd
203 TEST_F(UtilsTest, IsValidApkPath_SubdirEscapeFail) { function in namespace:android::installd
209 TEST_F(UtilsTest, IsValidApkPath_SlashEscapeFail) { function in namespace:android::installd
215 TEST_F(UtilsTes function in namespace:android::installd
221 TEST_F(UtilsTest, IsValidApkPath_SubdirEscapeSingleFail) { function in namespace:android::installd
227 TEST_F(UtilsTest, IsValidApkPath_TwoSubdirFail) { function in namespace:android::installd
233 TEST_F(UtilsTest, CheckSystemApp_Dir1) { function in namespace:android::installd
239 TEST_F(UtilsTest, CheckSystemApp_Dir2) { function in namespace:android::installd
245 TEST_F(UtilsTest, CheckSystemApp_EscapeFail) { function in namespace:android::installd
251 TEST_F(UtilsTest, CheckSystemApp_DoubleEscapeFail) { function in namespace:android::installd
257 TEST_F(UtilsTest, CheckSystemApp_BadPathEscapeFail) { function in namespace:android::installd
263 TEST_F(UtilsTest, CheckSystemApp_Subdir) { function in namespace:android::installd
281 TEST_F(UtilsTest, GetPathFromString_NullPathFail) { function in namespace:android::installd
287 TEST_F(UtilsTest, GetPathFromString_EmptyPathFail) { function in namespace:android::installd
293 TEST_F(UtilsTest, GetPathFromString_RelativePathFail) { function in namespace:android::installd
299 TEST_F(UtilsTest, GetPathFromString_NonCanonical) { function in namespace:android::installd
311 TEST_F(UtilsTest, GetPathFromString_CanonicalPath) { function in namespace:android::installd
322 TEST_F(UtilsTest, CreatePkgPath_LongPkgNameSuccess) { function in namespace:android::installd
342 TEST_F(UtilsTest, CreatePkgPath_LongPostfixFail) { function in namespace:android::installd
355 TEST_F(UtilsTest, CreatePkgPath_PrimaryUser) { function in namespace:android::installd
368 TEST_F(UtilsTest, CreatePkgPath_SecondaryUser) { function in namespace:android::installd
381 TEST_F(UtilsTest, CreateMovePath_Primary) { function in namespace:android::installd
391 TEST_F(UtilsTest, CreateMovePath_Fail_AppTooLong) { function in namespace:android::installd
398 TEST_F(UtilsTest, CreateMovePath_Fail_LeafTooLong) { function in namespace:android::installd
405 TEST_F(UtilsTest, CopyAndAppend_Normal) { function in namespace:android::installd
423 TEST_F(UtilsTest, AppendAndIncrement_Normal) { function in namespace:android::installd
442 TEST_F(UtilsTest, AppendAndIncrement_TooBig) { function in namespace:android::installd
458 TEST_F(UtilsTest, CreateDataPath) { function in namespace:android::installd
464 TEST_F(UtilsTest, CreateDataAppPath) { function in namespace:android::installd
471 TEST_F(UtilsTest, CreateDataUserPath) { function in namespace:android::installd
481 TEST_F(UtilsTest, CreateDataMediaPath) { function in namespace:android::installd
491 TEST_F(UtilsTest, CreateDataAppPackagePath) { function in namespace:android::installd
498 TEST_F(UtilsTest, CreateDataUserPackagePath) { function in namespace:android::installd
508 TEST_F(UtilsTest, IsValidPackageName) { function in namespace:android::installd
527 TEST_F(UtilsTest, CreateDataUserProfilePath) { function in namespace:android::installd
532 TEST_F(UtilsTest, CreateDataUserProfilePackagePath) { function in namespace:android::installd
539 TEST_F(UtilsTest, CreateDataRefProfilePath) { function in namespace:android::installd
543 TEST_F(UtilsTest, CreateDataRefProfilePackagePath) { function in namespace:android::installd
548 TEST_F(UtilsTest, CreatePrimaryCurrentProfile) { function in namespace:android::installd
555 TEST_F(UtilsTest, CreatePrimaryReferenceProfile) { function in namespace:android::installd
562 TEST_F(UtilsTest, CreateSecondaryCurrentProfile) { function in namespace:android::installd
568 TEST_F(UtilsTest, CreateSecondaryReferenceProfile) { function in namespace:android::installd
[all...]
/frameworks/av/media/libstagefright/omx/tests/
H A DFrameDropper_test.cpp112 TEST_F(FrameDropperTest, TestInvalidMaxFrameRate) { function in namespace:android
117 TEST_F(FrameDropperTest, Test20Fps) { function in namespace:android
121 TEST_F(FrameDropperTest, Test30Fps) { function in namespace:android
125 TEST_F(FrameDropperTest, Test40Fps) { function in namespace:android
129 TEST_F(FrameDropperTest, Test60Fps) { function in namespace:android
133 TEST_F(FrameDropperTest, TestVariableFps) { function in namespace:android
/frameworks/base/tools/aapt2/util/
H A DFiles_test.cpp38 TEST_F(FilesTest, AppendPath) { function in namespace:aapt::file
44 TEST_F(FilesTest, AppendPathWithLeadingOrTrailingSeparators) { function in namespace:aapt::file
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DJsonWebKeyUnittest.cpp65 TEST_F(JsonWebKeyTest, NoSymmetricKey) { function in namespace:clearkeydrm
81 TEST_F(JsonWebKeyTest, NoKeysTag) { function in namespace:clearkeydrm
103 TEST_F(JsonWebKeyTest, NoKeyId) { function in namespace:clearkeydrm
128 TEST_F(JsonWebKeyTest, NoKey) { function in namespace:clearkeydrm
153 TEST_F(JsonWebKeyTest, MalformedKey) { function in namespace:clearkeydrm
191 TEST_F(JsonWebKeyTest, EmptyJsonWebKey) { function in namespace:clearkeydrm
198 TEST_F(JsonWebKeyTest, MalformedJsonWebKey) { function in namespace:clearkeydrm
217 TEST_F(JsonWebKeyTest, SameKeyId) { function in namespace:clearkeydrm
250 TEST_F(JsonWebKeyTest, ExtractWellFormedKeys) { function in namespace:clearkeydrm
281 TEST_F(JsonWebKeyTes function in namespace:clearkeydrm
[all...]
/frameworks/opt/net/wifi/libwifi_system/tests/
H A Dhostapd_manager_unittest.cpp98 TEST_F(HostapdManagerTest, GeneratesCorrectOpenConfig) { function in namespace:android::wifi_system
105 TEST_F(HostapdManagerTest, GeneratesCorrectWpaConfig) { function in namespace:android::wifi_system
112 TEST_F(HostapdManagerTest, GeneratesCorrectWpa2Config) { function in namespace:android::wifi_system
119 TEST_F(HostapdManagerTest, RespectsHiddenSetting) { function in namespace:android::wifi_system
131 TEST_F(HostapdManagerTest, CorrectlyInfersHwMode) { function in namespace:android::wifi_system
/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp202 TEST_F(DumpstateTest, RunCommandNoArgs) { function in namespace:android::os::dumpstate
206 TEST_F(DumpstateTest, RunCommandNoTitle) { function in namespace:android::os::dumpstate
212 TEST_F(DumpstateTest, RunCommandWithTitle) { function in namespace:android::os::dumpstate
221 TEST_F(DumpstateTest, RunCommandWithLoggingMessage) { function in namespace:android::os::dumpstate
229 TEST_F(DumpstateTest, RunCommandRedirectStderr) { function in namespace:android::os::dumpstate
236 TEST_F(DumpstateTest, RunCommandWithOneArg) { function in namespace:android::os::dumpstate
242 TEST_F(DumpstateTest, RunCommandWithMultipleArgs) { function in namespace:android::os::dumpstate
248 TEST_F(DumpstateTest, RunCommandDryRun) { function in namespace:android::os::dumpstate
258 TEST_F(DumpstateTest, RunCommandDryRunNoTitle) { function in namespace:android::os::dumpstate
265 TEST_F(DumpstateTes function in namespace:android::os::dumpstate
272 TEST_F(DumpstateTest, RunCommandNotFound) { function in namespace:android::os::dumpstate
278 TEST_F(DumpstateTest, RunCommandFails) { function in namespace:android::os::dumpstate
286 TEST_F(DumpstateTest, RunCommandCrashes) { function in namespace:android::os::dumpstate
295 TEST_F(DumpstateTest, RunCommandTimesout) { function in namespace:android::os::dumpstate
304 TEST_F(DumpstateTest, RunCommandIsKilled) { function in namespace:android::os::dumpstate
342 TEST_F(DumpstateTest, RunCommandProgress) { function in namespace:android::os::dumpstate
379 TEST_F(DumpstateTest, RunCommandProgressIgnoreThreshold) { function in namespace:android::os::dumpstate
415 TEST_F(DumpstateTest, RunCommandDropRoot) { function in namespace:android::os::dumpstate
437 TEST_F(DumpstateTest, RunCommandAsRootUserBuild) { function in namespace:android::os::dumpstate
459 TEST_F(DumpstateTest, RunCommandAsRootNonUserBuild) { function in namespace:android::os::dumpstate
480 TEST_F(DumpstateTest, DumpFileNotFoundNoTitle) { function in namespace:android::os::dumpstate
487 TEST_F(DumpstateTest, DumpFileNotFoundWithTitle) { function in namespace:android::os::dumpstate
496 TEST_F(DumpstateTest, DumpFileSingleLine) { function in namespace:android::os::dumpstate
502 TEST_F(DumpstateTest, DumpFileSingleLineWithNewLine) { function in namespace:android::os::dumpstate
508 TEST_F(DumpstateTest, DumpFileMultipleLines) { function in namespace:android::os::dumpstate
514 TEST_F(DumpstateTest, DumpFileMultipleLinesWithNewLine) { function in namespace:android::os::dumpstate
520 TEST_F(DumpstateTest, DumpFileOnDryRunNoTitle) { function in namespace:android::os::dumpstate
527 TEST_F(DumpstateTest, DumpFileOnDryRun) { function in namespace:android::os::dumpstate
537 TEST_F(DumpstateTest, DumpFileUpdateProgress) { function in namespace:android::os::dumpstate
559 TEST_F(DumpstateServiceTest, SetListenerNoName) { function in namespace:android::os::dumpstate
566 TEST_F(DumpstateServiceTest, SetListenerNoPointer) { function in namespace:android::os::dumpstate
572 TEST_F(DumpstateServiceTest, SetListenerTwice) { function in namespace:android::os::dumpstate
600 TEST_F(ProgressTest, SimpleTest) { function in namespace:android::os::dumpstate
620 TEST_F(ProgressTest, MaxGrowsInsideNewRange) { function in namespace:android::os::dumpstate
639 TEST_F(ProgressTest, MaxGrowsOutsideNewRange) { function in namespace:android::os::dumpstate
658 TEST_F(ProgressTest, InvalidPath) { function in namespace:android::os::dumpstate
663 TEST_F(ProgressTest, EmptyFile) { function in namespace:android::os::dumpstate
668 TEST_F(ProgressTest, InvalidLine1stEntryNAN) { function in namespace:android::os::dumpstate
673 TEST_F(ProgressTest, InvalidLine2ndEntryNAN) { function in namespace:android::os::dumpstate
678 TEST_F(ProgressTest, InvalidLineBothNAN) { function in namespace:android::os::dumpstate
683 TEST_F(ProgressTest, InvalidLine1stEntryNegative) { function in namespace:android::os::dumpstate
688 TEST_F(ProgressTest, InvalidLine2ndEntryNegative) { function in namespace:android::os::dumpstate
693 TEST_F(ProgressTest, InvalidLine1stEntryTooBig) { function in namespace:android::os::dumpstate
698 TEST_F(ProgressTest, InvalidLine2ndEntryTooBig) { function in namespace:android::os::dumpstate
704 TEST_F(ProgressTest, FirstTime) { function in namespace:android::os::dumpstate
730 TEST_F(ProgressTest, SecondTime) { function in namespace:android::os::dumpstate
779 TEST_F(ProgressTest, ThirdTime) { function in namespace:android::os::dumpstate
859 TEST_F(DumpstateUtilTest, RunCommandNoArgs) { function in namespace:android::os::dumpstate
864 TEST_F(DumpstateUtilTest, RunCommandNoTitle) { function in namespace:android::os::dumpstate
871 TEST_F(DumpstateUtilTest, RunCommandWithTitle) { function in namespace:android::os::dumpstate
878 TEST_F(DumpstateUtilTest, RunCommandWithOneArg) { function in namespace:android::os::dumpstate
885 TEST_F(DumpstateUtilTest, RunCommandWithMultipleArgs) { function in namespace:android::os::dumpstate
892 TEST_F(DumpstateUtilTest, RunCommandWithLoggingMessage) { function in namespace:android::os::dumpstate
901 TEST_F(DumpstateUtilTest, RunCommandRedirectStderr) { function in namespace:android::os::dumpstate
909 TEST_F(DumpstateUtilTest, RunCommandDryRun) { function in namespace:android::os::dumpstate
919 TEST_F(DumpstateUtilTest, RunCommandDryRunNoTitle) { function in namespace:android::os::dumpstate
928 TEST_F(DumpstateUtilTest, RunCommandDryRunAlways) { function in namespace:android::os::dumpstate
936 TEST_F(DumpstateUtilTest, RunCommandNotFound) { function in namespace:android::os::dumpstate
943 TEST_F(DumpstateUtilTest, RunCommandFails) { function in namespace:android::os::dumpstate
952 TEST_F(DumpstateUtilTest, RunCommandCrashes) { function in namespace:android::os::dumpstate
962 TEST_F(DumpstateUtilTest, RunCommandTimesout) { function in namespace:android::os::dumpstate
972 TEST_F(DumpstateUtilTest, RunCommandIsKilled) { function in namespace:android::os::dumpstate
1011 TEST_F(DumpstateUtilTest, RunCommandAsRootUserBuild) { function in namespace:android::os::dumpstate
1034 TEST_F(DumpstateUtilTest, RunCommandAsRootNonUserBuild) { function in namespace:android::os::dumpstate
1056 TEST_F(DumpstateUtilTest, RunCommandDropRoot) { function in namespace:android::os::dumpstate
1079 TEST_F(DumpstateUtilTest, DumpFileNotFoundNoTitle) { function in namespace:android::os::dumpstate
1087 TEST_F(DumpstateUtilTest, DumpFileNotFoundWithTitle) { function in namespace:android::os::dumpstate
1095 TEST_F(DumpstateUtilTest, DumpFileSingleLine) { function in namespace:android::os::dumpstate
1102 TEST_F(DumpstateUtilTest, DumpFileSingleLineWithNewLine) { function in namespace:android::os::dumpstate
1109 TEST_F(DumpstateUtilTest, DumpFileMultipleLines) { function in namespace:android::os::dumpstate
1116 TEST_F(DumpstateUtilTest, DumpFileMultipleLinesWithNewLine) { function in namespace:android::os::dumpstate
1123 TEST_F(DumpstateUtilTest, DumpFileOnDryRunNoTitle) { function in namespace:android::os::dumpstate
1132 TEST_F(DumpstateUtilTest, DumpFileOnDryRun) { function in namespace:android::os::dumpstate
1143 TEST_F(DumpstateUtilTest, FindingPidWithExistingProcess) { function in namespace:android::os::dumpstate
1149 TEST_F(DumpstateUtilTest, FindingPidWithNotExistingProcess) { function in namespace:android::os::dumpstate
[all...]
/frameworks/native/opengl/libs/EGL/
H A DBlobCache_test.cpp55 TEST_F(BlobCacheTest, CacheSingleValueSucceeds) { function in namespace:android
65 TEST_F(BlobCacheTest, CacheTwoValuesSucceeds) { function in namespace:android
77 TEST_F(BlobCacheTest, GetOnlyWritesInsideBounds) { function in namespace:android
89 TEST_F(BlobCacheTest, GetOnlyWritesIfBufferIsLargeEnough) { function in namespace:android
98 TEST_F(BlobCacheTest, GetDoesntAccessNullBuffer) { function in namespace:android
103 TEST_F(BlobCacheTest, MultipleSetsCacheLatestValue) { function in namespace:android
114 TEST_F(BlobCacheTest, SecondSetKeepsFirstValueIfTooLarge) { function in namespace:android
125 TEST_F(BlobCacheTest, DoesntCacheIfKeyIsTooBig) { function in namespace:android
139 TEST_F(BlobCacheTest, DoesntCacheIfValueIsTooBig) { function in namespace:android
155 TEST_F(BlobCacheTes function in namespace:android
293 TEST_F(BlobCacheFlattenTest, FlattenOneValue) { function
304 TEST_F(BlobCacheFlattenTest, FlattenFullCache) { function
323 TEST_F(BlobCacheFlattenTest, FlattenDoesntChangeCache) { function
345 TEST_F(BlobCacheFlattenTest, FlattenCatchesBufferTooSmall) { function
361 TEST_F(BlobCacheFlattenTest, UnflattenCatchesBadMagic) { function
378 TEST_F(BlobCacheFlattenTest, UnflattenCatchesBadBlobCacheVersion) { function
397 TEST_F(BlobCacheFlattenTest, UnflattenCatchesBadBlobCacheDeviceVersion) { function
416 TEST_F(BlobCacheFlattenTest, UnflattenCatchesBufferTooSmall) { function
[all...]
/frameworks/native/libs/vr/libpdx/
H A Dservice_tests.cpp163 TEST_F(ServiceTest, IsInitialized) { function
169 TEST_F(ServiceTest, ConstructMessage) { function
197 TEST_F(ServiceTest, ConstructImpulseMessage) { function
218 TEST_F(ServiceTest, HandleMessageChannelOpen) { function
234 TEST_F(ServiceTest, HandleMessageChannelClose) { function
251 TEST_F(ServiceTest, HandleMessageOnSysPropChange) { function
264 TEST_F(ServiceTest, HandleMessageOnDumpState) { function
284 TEST_F(ServiceTest, HandleMessageOnDumpStateTooLarge) { function
305 TEST_F(ServiceTest, HandleMessageOnDumpStateFail) { function
325 TEST_F(ServiceTes function
336 TEST_F(ServiceTest, ReplyMessageWithoutService) { function
350 TEST_F(ServiceTest, ReceiveAndDispatchMessage) { function
365 TEST_F(ServiceTest, ReceiveAndDispatchImpulse) { function
379 TEST_F(ServiceTest, Cancel) { function
388 TEST_F(ServiceMessageTest, Reply) { function
398 TEST_F(ServiceMessageTest, ReplyFail) { function
406 TEST_F(ServiceMessageTest, ReplyError) { function
412 TEST_F(ServiceMessageTest, ReplyFileDescriptor) { function
418 TEST_F(ServiceMessageTest, ReplyLocalFileHandle) { function
427 TEST_F(ServiceMessageTest, ReplyLocalFileHandleError) { function
434 TEST_F(ServiceMessageTest, ReplyBorrowedFileHandle) { function
442 TEST_F(ServiceMessageTest, ReplyBorrowedFileHandleError) { function
449 TEST_F(ServiceMessageTest, ReplyRemoteFileHandle) { function
456 TEST_F(ServiceMessageTest, ReplyRemoteFileHandleError) { function
463 TEST_F(ServiceMessageTest, ReplyLocalChannelHandle) { function
471 TEST_F(ServiceMessageTest, ReplyBorrowedChannelHandle) { function
480 TEST_F(ServiceMessageTest, ReplyRemoteChannelHandle) { function
488 TEST_F(ServiceMessageTest, ReplyStatusInt) { function
495 TEST_F(ServiceMessageTest, ReplyStatusError) { function
502 TEST_F(ServiceMessageTest, Read) { function
515 TEST_F(ServiceMessageTest, ReadVector) { function
532 TEST_F(ServiceMessageTest, Write) { function
545 TEST_F(ServiceMessageTest, WriteVector) { function
562 TEST_F(ServiceMessageTest, PushLocalFileHandle) { function
576 TEST_F(ServiceMessageTest, PushBorrowedFileHandle) { function
589 TEST_F(ServiceMessageTest, PushRemoteFileHandle) { function
602 TEST_F(ServiceMessageTest, PushLocalChannelHandle) { function
615 TEST_F(ServiceMessageTest, PushBorrowedChannelHandle) { function
629 TEST_F(ServiceMessageTest, PushRemoteChannelHandle) { function
643 TEST_F(ServiceMessageTest, GetFileHandle) { function
655 TEST_F(ServiceMessageTest, GetFileHandleInvalid) { function
663 TEST_F(ServiceMessageTest, GetFileHandleError) { function
673 TEST_F(ServiceMessageTest, GetChannelHandle) { function
686 TEST_F(ServiceMessageTest, GetChannelHandleInvalid) { function
694 TEST_F(ServiceMessageTest, GetChannelHandleError) { function
706 TEST_F(ServiceMessageTest, ModifyChannelEvents) { function
715 TEST_F(ServiceMessageTest, PushChannelSameService) { function
729 TEST_F(ServiceMessageTest, PushChannelFailure) { function
740 TEST_F(ServiceMessageTest, PushChannelDifferentService) { function
763 TEST_F(ServiceMessageTest, CheckChannelSameService) { function
777 TEST_F(ServiceMessageTest, CheckChannelFailure) { function
788 TEST_F(ServiceMessageTest, CheckChannelDifferentService) { function
[all...]
/frameworks/native/libs/binder/tests/
H A DbinderDriverInterfaceTest.cpp136 TEST_F(BinderDriverInterfaceTest, Version) { function
142 TEST_F(BinderDriverInterfaceTest, WriteReadNull) { function
146 TEST_F(BinderDriverInterfaceTest, SetIdleTimeoutNull) { function
150 TEST_F(BinderDriverInterfaceTest, SetMaxThreadsNull) { function
154 TEST_F(BinderDriverInterfaceTest, SetIdlePriorityNull) { function
158 TEST_F(BinderDriverInterfaceTest, VersionNull) { function
162 TEST_F(BinderDriverInterfaceTest, SetIdleTimeoutNoTest) { function
167 TEST_F(BinderDriverInterfaceTest, SetMaxThreads) { function
172 TEST_F(BinderDriverInterfaceTest, SetIdlePriorityNoTest) { function
177 TEST_F(BinderDriverInterfaceTes function
182 TEST_F(BinderDriverInterfaceTest, ThreadExit) { function
188 TEST_F(BinderDriverInterfaceTest, WriteReadEmpty) { function
193 TEST_F(BinderDriverInterfaceTest, Read) { function
197 TEST_F(BinderDriverInterfaceTest, IncRefsAcquireReleaseDecRefs) { function
216 TEST_F(BinderDriverInterfaceTest, Transaction) { function
299 TEST_F(BinderDriverInterfaceTest, RequestDeathNotification) { function
[all...]
/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp76 TEST_F(ResourceParserTest, ParseQuotedString) { function in namespace:aapt
86 TEST_F(ResourceParserTest, ParseEscapedString) { function in namespace:aapt
96 TEST_F(ResourceParserTest, ParseFormattedString) { function in namespace:aapt
104 TEST_F(ResourceParserTest, ParseStyledString) { function in namespace:aapt
128 TEST_F(ResourceParserTest, ParseStringWithWhitespace) { function in namespace:aapt
145 TEST_F(ResourceParserTest, IgnoreXliffTagsOtherThanG) { function in namespace:aapt
157 TEST_F(ResourceParserTest, NestedXliffGTagsAreIllegal) { function in namespace:aapt
164 TEST_F(ResourceParserTest, RecordUntranslateableXliffSectionsInString) { function in namespace:aapt
183 TEST_F(ResourceParserTest, RecordUntranslateableXliffSectionsInStyledString) { function in namespace:aapt
202 TEST_F(ResourceParserTes function in namespace:aapt
217 TEST_F(ResourceParserTest, ParseEmpty) { function in namespace:aapt
227 TEST_F(ResourceParserTest, ParseAttr) { function in namespace:aapt
246 TEST_F(ResourceParserTest, ParseAttrAndDeclareStyleableUnderConfigButRecordAsNoConfig) { function in namespace:aapt
264 TEST_F(ResourceParserTest, ParseAttrWithMinMax) { function in namespace:aapt
276 TEST_F(ResourceParserTest, FailParseAttrWithMinMaxButNotInteger) { function in namespace:aapt
282 TEST_F(ResourceParserTest, ParseUseAndDeclOfAttr) { function in namespace:aapt
295 TEST_F(ResourceParserTest, ParseDoubleUseOfAttr) { function in namespace:aapt
310 TEST_F(ResourceParserTest, ParseEnumAttr) { function in namespace:aapt
337 TEST_F(ResourceParserTest, ParseFlagAttr) { function in namespace:aapt
369 TEST_F(ResourceParserTest, FailToParseEnumAttrWithNonUniqueKeys) { function in namespace:aapt
379 TEST_F(ResourceParserTest, ParseStyle) { function in namespace:aapt
409 TEST_F(ResourceParserTest, ParseStyleWithShorthandParent) { function in namespace:aapt
421 TEST_F(ResourceParserTest, ParseStyleWithPackageAliasedParent) { function in namespace:aapt
435 TEST_F(ResourceParserTest, ParseStyleWithPackageAliasedItems) { function in namespace:aapt
450 TEST_F(ResourceParserTest, ParseStyleWithInferredParent) { function in namespace:aapt
463 TEST_F(ResourceParserTest, function in namespace:aapt
474 TEST_F(ResourceParserTest, ParseStyleWithPrivateParentReference) { function in namespace:aapt
485 TEST_F(ResourceParserTest, ParseAutoGeneratedIdReference) { function in namespace:aapt
493 TEST_F(ResourceParserTest, ParseAttributesDeclareStyleable) { function in namespace:aapt
534 TEST_F(ResourceParserTest, ParsePrivateAttributesDeclareStyleable) { function in namespace:aapt
555 TEST_F(ResourceParserTest, ParseArray) { function in namespace:aapt
573 TEST_F(ResourceParserTest, ParseStringArray) { function in namespace:aapt
626 TEST_F(ResourceParserTest, ParseCommentsWithResource) { function in namespace:aapt
637 TEST_F(ResourceParserTest, DoNotCombineMultipleComments) { function in namespace:aapt
650 TEST_F(ResourceParserTest, IgnoreCommentBeforeEndTag) { function in namespace:aapt
665 TEST_F(ResourceParserTest, ParseNestedComments) { function in namespace:aapt
700 TEST_F(ResourceParserTest, ParsePublicIdAsDefinition) { function in namespace:aapt
708 TEST_F(ResourceParserTest, KeepAllProducts) { function in namespace:aapt
739 TEST_F(ResourceParserTest, AutoIncrementIdsInPublicGroup) { function in namespace:aapt
771 TEST_F(ResourceParserTest, ExternalTypesShouldOnlyBeReferences) { function in namespace:aapt
780 TEST_F(ResourceParserTest, AddResourcesElementShouldAddEntryWithUndefinedSymbol) { function in namespace:aapt
793 TEST_F(ResourceParserTest, ParseItemElementWithFormat) { function in namespace:aapt
806 TEST_F(ResourceParserTest, ParseItemElementWithoutFormat) { function in namespace:aapt
815 TEST_F(ResourceParserTest, ParseConfigVaryingItem) { function in namespace:aapt
821 TEST_F(ResourceParserTest, ParseBagElement) { function in namespace:aapt
834 TEST_F(ResourceParserTest, ParseElementWithNoValue) { function in namespace:aapt
[all...]
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLThreadToGL_test.cpp24 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
45 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
66 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
97 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
129 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
H A DSurfaceTextureMultiContextGL_test.cpp28 TEST_F(SurfaceTextureMultiContextGLTest, UpdateFromMultipleContextsFails) { function in namespace:android
43 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextSucceeds) { function in namespace:android
58 TEST_F(SurfaceTextureMultiContextGLTest, function in namespace:android
75 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWhenAbandoned) { function in namespace:android
88 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWhenDetached) { function in namespace:android
103 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWithNoDisplay) { function in namespace:android
120 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWithNoContext) { function in namespace:android
137 TEST_F(SurfaceTextureMultiContextGLTest, UpdateTexImageFailsWhenDetached) { function in namespace:android
149 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextSucceeds) { function in namespace:android
179 TEST_F(SurfaceTextureMultiContextGLTes function in namespace:android
211 TEST_F(SurfaceTextureMultiContextGLTest, function in namespace:android
243 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextFailsWhenAbandoned) { function in namespace:android
261 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextFailsWhenAttached) { function in namespace:android
273 TEST_F(SurfaceTextureMultiContextGLTest, function in namespace:android
282 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextFailsWithNoDisplay) { function in namespace:android
302 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextSucceedsTwice) { function in namespace:android
340 TEST_F(SurfaceTextureMultiContextGLTest, function in namespace:android
379 TEST_F(SurfaceTextureMultiContextGLTest, function in namespace:android
406 TEST_F(SurfaceTextureMultiContextGLTest, function in namespace:android
[all...]
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp2076 TEST_F(Hwc2Test, GET_FUNCTION) function
2086 TEST_F(Hwc2Test, GET_FUNCTION_invalid_function) function
2093 TEST_F(Hwc2Test, GET_CAPABILITIES) function
2111 TEST_F(Hwc2Test, REGISTER_CALLBACK) function
2123 TEST_F(Hwc2Test, REGISTER_CALLBACK_bad_parameter) function
2135 TEST_F(Hwc2Test, REGISTER_CALLBACK_null_data) function
2147 TEST_F(Hwc2Test, GET_DISPLAY_TYPE) function
2160 TEST_F(Hwc2Test, GET_DISPLAY_TYPE_bad_display) function
2173 TEST_F(Hwc2Test, CREATE_DESTROY_LAYER) function
2185 TEST_F(Hwc2Tes function
2199 TEST_F(Hwc2Test, CREATE_LAYER_no_resources) function
2213 TEST_F(Hwc2Test, DESTROY_LAYER_bad_display) function
2236 TEST_F(Hwc2Test, DESTROY_LAYER_bad_layer) function
2282 TEST_F(Hwc2Test, GET_DISPLAY_ATTRIBUTE) function
2309 TEST_F(Hwc2Test, GET_DISPLAY_ATTRIBUTE_invalid_attribute) function
2331 TEST_F(Hwc2Test, GET_DISPLAY_ATTRIBUTE_bad_display) function
2354 TEST_F(Hwc2Test, GET_DISPLAY_ATTRIBUTE_bad_config) function
2378 TEST_F(Hwc2Test, GET_DISPLAY_CONFIGS) function
2388 TEST_F(Hwc2Test, GET_DISPLAY_CONFIGS_bad_display) function
2404 TEST_F(Hwc2Test, GET_DISPLAY_CONFIGS_same) function
2418 TEST_F(Hwc2Test, GET_DISPLAY_CONFIGS_duplicate) function
2433 TEST_F(Hwc2Test, GET_ACTIVE_CONFIG) function
2453 TEST_F(Hwc2Test, GET_ACTIVE_CONFIG_bad_display) function
2468 TEST_F(Hwc2Test, GET_ACTIVE_CONFIG_bad_config) function
2493 TEST_F(Hwc2Test, SET_ACTIVE_CONFIG) function
2507 TEST_F(Hwc2Test, SET_ACTIVE_CONFIG_bad_display) function
2520 TEST_F(Hwc2Test, SET_ACTIVE_CONFIG_bad_config) function
2534 TEST_F(Hwc2Test, GET_DOZE_SUPPORT) function
2546 TEST_F(Hwc2Test, GET_DOZE_SUPPORT_bad_display) function
2560 TEST_F(Hwc2Test, SET_POWER_MODE) function
2580 TEST_F(Hwc2Test, SET_POWER_MODE_bad_display) function
2607 TEST_F(Hwc2Test, SET_POWER_MODE_bad_parameter) function
2622 TEST_F(Hwc2Test, SET_POWER_MODE_unsupported) function
2645 TEST_F(Hwc2Test, SET_POWER_MODE_stress) function
2676 TEST_F(Hwc2Test, SET_VSYNC_ENABLED) function
2696 TEST_F(Hwc2Test, SET_VSYNC_ENABLED_callback) function
2719 TEST_F(Hwc2Test, SET_VSYNC_ENABLED_bad_display) function
2739 TEST_F(Hwc2Test, SET_VSYNC_ENABLED_bad_parameter) function
2761 TEST_F(Hwc2Test, SET_VSYNC_ENABLED_stress) function
2786 TEST_F(Hwc2Test, SET_VSYNC_ENABLED_no_callback_no_power) function
2801 TEST_F(Hwc2Test, SET_VSYNC_ENABLED_no_callback) function
2819 TEST_F(Hwc2Test, GET_DISPLAY_NAME) function
2830 TEST_F(Hwc2Test, GET_DISPLAY_NAME_bad_display) function
2843 TEST_F(Hwc2Test, SET_LAYER_COMPOSITION_TYPE) function
2851 TEST_F(Hwc2Test, SET_LAYER_COMPOSITION_TYPE_update) function
2858 TEST_F(Hwc2Test, SET_LAYER_COMPOSITION_TYPE_bad_layer) function
2865 TEST_F(Hwc2Test, SET_LAYER_COMPOSITION_TYPE_bad_parameter) function
2878 TEST_F(Hwc2Test, SET_CURSOR_POSITION) function
2885 TEST_F(Hwc2Test, SET_CURSOR_POSITION_update) function
2893 TEST_F(Hwc2Test, SET_CURSOR_POSITION_composition_type_unset) function
2909 TEST_F(Hwc2Test, SET_CURSOR_POSITION_bad_display) function
2923 TEST_F(Hwc2Test, SET_CURSOR_POSITION_bad_layer) function
2938 TEST_F(Hwc2Test, SET_LAYER_BLEND_MODE) function
2945 TEST_F(Hwc2Test, SET_LAYER_BLEND_MODE_update) function
2952 TEST_F(Hwc2Test, SET_LAYER_BLEND_MODE_bad_layer) function
2959 TEST_F(Hwc2Test, SET_LAYER_BLEND_MODE_bad_parameter) function
2972 TEST_F(Hwc2Test, SET_LAYER_BUFFER) function
2979 TEST_F(Hwc2Test, SET_LAYER_BUFFER_update) function
2986 TEST_F(Hwc2Test, SET_LAYER_BUFFER_bad_layer) function
3009 TEST_F(Hwc2Test, SET_LAYER_BUFFER_bad_parameter) function
3025 TEST_F(Hwc2Test, SET_LAYER_COLOR) function
3032 TEST_F(Hwc2Test, SET_LAYER_COLOR_update) function
3040 TEST_F(Hwc2Test, SET_LAYER_COLOR_composition_type_unset) function
3054 TEST_F(Hwc2Test, SET_LAYER_COLOR_bad_layer) function
3067 TEST_F(Hwc2Test, SET_LAYER_DATASPACE) function
3074 TEST_F(Hwc2Test, SET_LAYER_DATASPACE_update) function
3081 TEST_F(Hwc2Test, SET_LAYER_DATASPACE_bad_layer) function
3088 TEST_F(Hwc2Test, SET_LAYER_DISPLAY_FRAME) function
3095 TEST_F(Hwc2Test, SET_LAYER_DISPLAY_FRAME_update) function
3102 TEST_F(Hwc2Test, SET_LAYER_DISPLAY_FRAME_bad_layer) function
3109 TEST_F(Hwc2Test, SET_LAYER_PLANE_ALPHA) function
3116 TEST_F(Hwc2Test, SET_LAYER_PLANE_ALPHA_update) function
3123 TEST_F(Hwc2Test, SET_LAYER_PLANE_ALPHA_bad_layer) function
3136 TEST_F(Hwc2Test, SET_LAYER_SOURCE_CROP) function
3143 TEST_F(Hwc2Test, SET_LAYER_SOURCE_CROP_update) function
3150 TEST_F(Hwc2Test, SET_LAYER_SOURCE_CROP_bad_layer) function
3157 TEST_F(Hwc2Test, SET_LAYER_SURFACE_DAMAGE) function
3164 TEST_F(Hwc2Test, SET_LAYER_SURFACE_DAMAGE_update) function
3171 TEST_F(Hwc2Test, SET_LAYER_SURFACE_DAMAGE_bad_layer) function
3178 TEST_F(Hwc2Test, SET_LAYER_TRANSFORM) function
3185 TEST_F(Hwc2Test, SET_LAYER_TRANSFORM_update) function
3192 TEST_F(Hwc2Test, SET_LAYER_TRANSFORM_bad_layer) function
3199 TEST_F(Hwc2Test, SET_LAYER_VISIBLE_REGION) function
3213 TEST_F(Hwc2Test, SET_LAYER_VISIBLE_REGION_bad_layer) function
3220 TEST_F(Hwc2Test, SET_LAYER_Z_ORDER) function
3240 TEST_F(Hwc2Test, SET_LAYER_Z_ORDER_update) function
3269 TEST_F(Hwc2Test, SET_LAYER_Z_ORDER_bad_layer) function
3277 TEST_F(Hwc2Test, VALIDATE_DISPLAY_basic) function
3297 TEST_F(Hwc2Test, VALIDATE_DISPLAY_default_5) function
3317 TEST_F(Hwc2Test, VALIDATE_DISPLAY_bad_display) function
3332 TEST_F(Hwc2Test, GET_DISPLAY_REQUESTS_basic) function
3355 TEST_F(Hwc2Test, GET_DISPLAY_REQUESTS_bad_display) function
3372 TEST_F(Hwc2Test, GET_DISPLAY_REQUESTS_not_validated) function
3392 TEST_F(Hwc2Test, GET_CHANGED_COMPOSITION_TYPES_basic) function
3416 TEST_F(Hwc2Test, GET_CHANGED_COMPOSITION_TYPES_bad_display) function
3432 TEST_F(Hwc2Test, GET_CHANGED_COMPOSITION_TYPES_not_validated) function
3451 TEST_F(Hwc2Test, ACCEPT_DISPLAY_CHANGES_basic) function
3477 TEST_F(Hwc2Test, ACCEPT_DISPLAY_CHANGES_bad_display) function
3490 TEST_F(Hwc2Test, ACCEPT_DISPLAY_CHANGES_not_validated) function
3506 TEST_F(Hwc2Test, GET_CLIENT_TARGET_SUPPORT) function
3525 TEST_F(Hwc2Test, GET_CLIENT_TARGET_SUPPORT_bad_display) function
3549 TEST_F(Hwc2Test, GET_CLIENT_TARGET_SUPPORT_unsupported) function
3572 TEST_F(Hwc2Test, SET_CLIENT_TARGET_basic) function
3644 TEST_F(Hwc2Test, SET_CLIENT_TARGET_bad_display) function
3677 TEST_F(Hwc2Test, PRESENT_DISPLAY_default_1) function
3689 TEST_F(Hwc2Test, PRESENT_DISPLAY_default_2) function
3701 TEST_F(Hwc2Test, PRESENT_DISPLAY_default_3) function
3713 TEST_F(Hwc2Test, PRESENT_DISPLAY_default_4) function
3725 TEST_F(Hwc2Test, PRESENT_DISPLAY_default_5) function
3737 TEST_F(Hwc2Test, PRESENT_DISPLAY_default_6) function
3750 TEST_F(Hwc2Test, PRESENT_DISPLAY_blend_mode_1) function
3766 TEST_F(Hwc2Test, PRESENT_DISPLAY_blend_mode_2) function
3781 TEST_F(Hwc2Test, PRESENT_DISPLAY_buffer_1) function
3795 TEST_F(Hwc2Test, PRESENT_DISPLAY_color_1) function
3810 TEST_F(Hwc2Test, PRESENT_DISPLAY_color_2) function
3827 TEST_F(Hwc2Test, PRESENT_DISPLAY_composition_1) function
3841 TEST_F(Hwc2Test, PRESENT_DISPLAY_cursor_1) function
3856 TEST_F(Hwc2Test, PRESENT_DISPLAY_cursor_2) function
3872 TEST_F(Hwc2Test, PRESENT_DISPLAY_dataspace_1) function
3886 TEST_F(Hwc2Test, PRESENT_DISPLAY_display_frame_1) function
3900 TEST_F(Hwc2Test, PRESENT_DISPLAY_display_frame_2) function
3914 TEST_F(Hwc2Test, PRESENT_DISPLAY_display_frame_3) function
3928 TEST_F(Hwc2Test, PRESENT_DISPLAY_display_frame_4) function
3942 TEST_F(Hwc2Test, PRESENT_DISPLAY_plane_alpha_1) function
3957 TEST_F(Hwc2Test, PRESENT_DISPLAY_plane_alpha_2) function
3972 TEST_F(Hwc2Test, PRESENT_DISPLAY_source_crop_1) function
3987 TEST_F(Hwc2Test, PRESENT_DISPLAY_source_crop_2) function
4003 TEST_F(Hwc2Test, PRESENT_DISPLAY_surface_damage_1) function
4017 TEST_F(Hwc2Test, PRESENT_DISPLAY_transform_1) function
4031 TEST_F(Hwc2Test, PRESENT_DISPLAY_transform_2) function
4046 TEST_F(Hwc2Test, PRESENT_DISPLAY_basic_1) function
4058 TEST_F(Hwc2Test, PRESENT_DISPLAY_bad_display) function
4071 TEST_F(Hwc2Test, PRESENT_DISPLAY_not_validated) function
4100 TEST_F(Hwc2Test, GET_RELEASE_FENCES_bad_display) function
4127 TEST_F(Hwc2Test, GET_COLOR_MODES) function
4145 TEST_F(Hwc2Test, GET_COLOR_MODES_bad_display) function
4158 TEST_F(Hwc2Test, SET_COLOR_MODES) function
4171 TEST_F(Hwc2Test, SET_COLOR_MODES_bad_display) function
4184 TEST_F(Hwc2Test, SET_COLOR_MODES_bad_parameter) function
4203 TEST_F(Hwc2Test, SET_COLOR_MODES_unsupported) function
4224 TEST_F(Hwc2Test, GET_HDR_CAPABILITIES) function
4246 TEST_F(Hwc2Test, GET_HDR_CAPABILITIES_bad_display) function
4295 TEST_F(Hwc2Test, SET_COLOR_TRANSFORM) function
4308 TEST_F(Hwc2Test, SET_COLOR_TRANSFORM_bad_display) function
4321 TEST_F(Hwc2Test, SET_COLOR_TRANSFORM_bad_parameter) function
4339 TEST_F(Hwc2Test, SET_COLOR_TRANSFORM_arbitrary_matrix) function
4356 TEST_F(Hwc2Test, CREATE_DESTROY_VIRTUAL_DISPLAY) function
4365 TEST_F(Hwc2Test, CREATE_DESTROY_VIRTUAL_DISPLAY_multiple) function
4395 TEST_F(Hwc2Test, DESTROY_VIRTUAL_DISPLAY_bad_display) function
4407 TEST_F(Hwc2Test, DESTROY_VIRTUAL_DISPLAY_bad_parameter) function
4417 TEST_F(Hwc2Test, GET_MAX_VIRTUAL_DISPLAY_COUNT) function
4426 TEST_F(Hwc2Test, GET_MAX_VIRTUAL_DISPLAY_COUNT_duplicate) function
4439 TEST_F(Hwc2Test, GET_MAX_VIRTUAL_DISPLAY_COUNT_create_max) function
4470 TEST_F(Hwc2Test, SET_OUTPUT_BUFFER) function
4486 TEST_F(Hwc2Test, SET_OUTPUT_BUFFER_bad_display) function
4510 TEST_F(Hwc2Test, SET_OUTPUT_BUFFER_bad_parameter) function
4529 TEST_F(Hwc2Test, SET_OUTPUT_BUFFER_unsupported) function
4551 TEST_F(Hwc2Test, DUMP) function
[all...]

Completed in 336 milliseconds

123456