Searched refs:TEST_F (Results 26 - 50 of 53) sorted by relevance

123

/frameworks/native/libs/utils/tests/
H A DBasicHashtable_test.cpp178 TEST_F(BasicHashtableTest, DefaultConstructor_WithDefaultProperties) { function in namespace:android
187 TEST_F(BasicHashtableTest, Constructor_WithNonUnityLoadFactor) { function in namespace:android
196 TEST_F(BasicHashtableTest, Constructor_WithUnityLoadFactorAndExactCapacity) { function in namespace:android
205 TEST_F(BasicHashtableTest, Constructor_WithUnityLoadFactorAndInexactCapacity) { function in namespace:android
214 TEST_F(BasicHashtableTest, FindAddFindRemoveFind_OneEntry) { function in namespace:android
236 TEST_F(BasicHashtableTest, FindAddFindRemoveFind_MultipleEntryWithUniqueKey) { function in namespace:android
264 TEST_F(BasicHashtableTest, FindAddFindRemoveFind_MultipleEntryWithDuplicateKey) { function in namespace:android
310 TEST_F(BasicHashtableTest, Clear_WhenAlreadyEmpty_DoesNothing) { function in namespace:android
320 TEST_F(BasicHashtableTest, Clear_AfterElementsAdded_RemovesThem) { function in namespace:android
332 TEST_F(BasicHashtableTes function in namespace:android
347 TEST_F(BasicHashtableTest, Remove_AfterElementsAdded_DestroysThem) { function in namespace:android
365 TEST_F(BasicHashtableTest, Destructor_AfterElementsAdded_DestroysThem) { function in namespace:android
376 TEST_F(BasicHashtableTest, Next_WhenEmpty_ReturnsMinusOne) { function in namespace:android
382 TEST_F(BasicHashtableTest, Next_WhenNonEmpty_IteratesOverAllEntries) { function in namespace:android
409 TEST_F(BasicHashtableTest, Add_RehashesOnDemand) { function in namespace:android
430 TEST_F(BasicHashtableTest, Rehash_WhenCapacityAndBucketCountUnchanged_DoesNothing) { function in namespace:android
443 TEST_F(BasicHashtableTest, Rehash_WhenEmptyAndHasNoBuckets_ButDoesNotAllocateBuckets) { function in namespace:android
458 TEST_F(BasicHashtableTest, Rehash_WhenEmptyAndHasBuckets_ReleasesBucketsAndSetsCapacity) { function in namespace:android
475 TEST_F(BasicHashtableTest, Rehash_WhenLessThanCurrentCapacity_ShrinksBuckets) { function in namespace:android
492 TEST_F(BasicHashtableTest, CopyOnWrite) { function in namespace:android
[all...]
H A DVector_test.cpp38 TEST_F(VectorTest, CopyOnWrite_CopyAndAddElements) { function in namespace:android
/frameworks/compile/mclinker/unittests/
H A DBinTreeTest.cpp48 TEST_F( BinTreeTest,Two_non_null_tree_merge) function
72 TEST_F( BinTreeTest, A_null_tree_merge_a_non_null_tree) function
91 TEST_F( BinTreeTest, A_non_null_tree_merge_a_null_tree) function
111 TEST_F( BinTreeTest, Two_null_tree_merge) function
125 TEST_F( BinTreeTest, DFSIterator_BasicTraversal) function
156 TEST_F( BinTreeTest, DFSIterator_RightMostTree) function
186 TEST_F( BinTreeTest, DFSIterator_SingleNode) function
200 TEST_F( BinTreeTest, BFSIterator_BasicTraversal) function
231 TEST_F( BinTreeTest, BFSIterator_RightMostTree) function
261 TEST_F( BinTreeTes function
[all...]
H A DInputTreeTest.cpp47 TEST_F( InputTreeTest, Basic_operation ) { function
74 TEST_F( InputTreeTest, forLoop_TEST ) { function
99 TEST_F( InputTreeTest, Nesting_Case ) { function
118 TEST_F( InputTreeTest, DFSIterator_BasicTraversal) function
H A DSectionDataTest.cpp43 TEST_F( SectionDataTest, constructor_and_trivial_func ) { function
56 TEST_F( SectionDataTest, Fragment_list_and_iterator ) { function
H A DMemoryAreaTest.cpp48 TEST_F( MemoryAreaTest, read_by_malloc ) function
63 TEST_F( MemoryAreaTest, write_by_malloc ) function
91 TEST_F( MemoryAreaTest, read_one_page ) function
107 TEST_F( MemoryAreaTest, write_one_page ) function
135 TEST_F( MemoryAreaTest, write_sync ) function
H A DLEB128Test.cpp45 TEST_F( LEB128Test, EncodeULEB_Example_from_Dwarf3_Figure22_Using_32bits) { function
91 TEST_F( LEB128Test, EncodeULEB_Example_from_Dwarf3_Figure22_Using_64bits) { function
137 TEST_F( LEB128Test, EncodeSLEB_Example_from_Dwarf3_Figure22) { function
197 TEST_F( LEB128Test, DecodeULEB_Example_from_Dwarf3_Figure22) { function
233 TEST_F( LEB128Test, DecodeSLEB_Example_from_Dwarf3_Figure22) { function
278 TEST_F( LEB128Test, DecodeULEB_Tests_Found_in_Android_dalvik_dx) { function
299 TEST_F( LEB128Test, EncodeULEB_Tests_Found_in_Android_dalvik_dx) { function
391 TEST_F( LEB128Test, DecodeSLEB_Tests_Found_in_Android_dalvik_dx) { function
416 TEST_F( LEB128Test, EncodeSLEB_Tests_Found_in_Android_dalvik_dx) { function
458 TEST_F( LEB128Tes function
497 TEST_F( LEB128Test, Other_Test) { function
513 TEST_F( LEB128Test, Type_Conversion_Test) { function
[all...]
H A DNamePoolTest.cpp52 TEST_F( NamePoolTest, insertString ) { function
59 TEST_F( NamePoolTest, insertSameString ) { function
69 TEST_F( NamePoolTest, insert_local_defined_Symbol ) { function
121 TEST_F( NamePoolTest, insert_global_reference_Symbol ) { function
178 TEST_F( NamePoolTest, insertSymbol_after_insert_same_string ) { function
211 TEST_F( NamePoolTest, insert_16384_weak_reference_symbols ) { function
H A DStaticResolverTest.cpp69 TEST_F( StaticResolverTest, MDEF ) { function
84 TEST_F( StaticResolverTest, DynDefAfterDynUndef ) { function
111 TEST_F( StaticResolverTest, DynDefAfterDynDef ) { function
138 TEST_F( StaticResolverTest, DynUndefAfterDynUndef ) { function
165 TEST_F( StaticResolverTest, OverrideWeakByGlobal ) function
187 TEST_F( StaticResolverTest, DynWeakAfterDynDef ) { function
216 TEST_F( StaticResolverTest, MarkByBiggerCommon ) function
238 TEST_F( StaticResolverTest, OverrideByBiggerCommon ) function
263 TEST_F( StaticResolverTest, OverrideCommonByDefine) function
287 TEST_F( StaticResolverTes function
387 TEST_F( StaticResolverTest, SetUpBinding) function
[all...]
H A DFragmentRefTest.cpp45 TEST_F( FragmentRefTest, ) { function
H A DTestLinkerTest.cpp65 TEST_F( TestLinkerTest, test) { function
H A DSymbolCategoryTest.cpp47 TEST_F(SymbolCategoryTest, upward_test) { function
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp114 TEST_F(SurfaceTextureClientTest, GetISurfaceTextureIsNotNull) { function in namespace:android
119 TEST_F(SurfaceTextureClientTest, QueuesToWindowCompositorIsFalse) { function in namespace:android
127 TEST_F(SurfaceTextureClientTest, ConcreteTypeIsSurfaceTextureClient) { function in namespace:android
134 TEST_F(SurfaceTextureClientTest, EglCreateWindowSurfaceSucceeds) { function in namespace:android
172 TEST_F(SurfaceTextureClientTest, BufferGeometryInvalidSizesFail) { function in namespace:android
181 TEST_F(SurfaceTextureClientTest, DefaultGeometryValues) { function in namespace:android
190 TEST_F(SurfaceTextureClientTest, BufferGeometryCanBeSet) { function in namespace:android
200 TEST_F(SurfaceTextureClientTest, BufferGeometryDefaultSizeSetFormat) { function in namespace:android
210 TEST_F(SurfaceTextureClientTest, BufferGeometrySetSizeDefaultFormat) { function in namespace:android
220 TEST_F(SurfaceTextureClientTes function in namespace:android
236 TEST_F(SurfaceTextureClientTest, BufferGeometrySizeCanBeChangedWithoutFormat) { function in namespace:android
252 TEST_F(SurfaceTextureClientTest, SurfaceTextureSetDefaultSize) { function in namespace:android
263 TEST_F(SurfaceTextureClientTest, SurfaceTextureSetDefaultSizeAfterDequeue) { function in namespace:android
283 TEST_F(SurfaceTextureClientTest, SurfaceTextureSetDefaultSizeVsGeometry) { function in namespace:android
308 TEST_F(SurfaceTextureClientTest, SurfaceTextureTooManyUpdateTexImage) { function in namespace:android
331 TEST_F(SurfaceTextureClientTest, SurfaceTextureSyncModeSlowRetire) { function in namespace:android
352 TEST_F(SurfaceTextureClientTest, SurfaceTextureSyncModeFastRetire) { function in namespace:android
373 TEST_F(SurfaceTextureClientTest, SurfaceTextureSyncModeDQQR) { function in namespace:android
398 TEST_F(SurfaceTextureClientTest, DISABLED_SurfaceTextureSyncModeDequeueCurrent) { function in namespace:android
419 TEST_F(SurfaceTextureClientTest, SurfaceTextureSyncModeMinUndequeued) { function in namespace:android
445 TEST_F(SurfaceTextureClientTest, SetCropCropsCrop) { function in namespace:android
465 TEST_F(SurfaceTextureClientTest, DISABLED_SurfaceTextureSyncModeWaitRetire) { function in namespace:android
521 TEST_F(SurfaceTextureClientTest, GetTransformMatrixReturnsVerticalFlip) { function in namespace:android
551 TEST_F(SurfaceTextureClientTest, GetTransformMatrixSucceedsAfterFreeingBuffers) { function in namespace:android
582 TEST_F(SurfaceTextureClientTest, GetTransformMatrixSucceedsAfterFreeingBuffersWithCrop) { function in namespace:android
625 TEST_F(SurfaceTextureClientTest, QueryFormatAfterSettingWorks) { function in namespace:android
723 TEST_F(MultiSurfaceTextureClientTest, DISABLED_MakeCurrentBetweenSurfacesWorks) { function in namespace:android
[all...]
H A DBufferQueue_test.cpp63 TEST_F(BufferQueueTest, AcquireBuffer_ExceedsMaxAcquireCount_Fails) { function in namespace:android
96 TEST_F(BufferQueueTest, SetMaxAcquiredBufferCountWithIllegalValues_ReturnsError) { function in namespace:android
107 TEST_F(BufferQueueTest, SetMaxAcquiredBufferCountWithLegalValues_Succeeds) { function in namespace:android
H A DSurface_test.cpp59 TEST_F(SurfaceTest, QueuesToWindowComposerIsTrueWhenVisible) { function in namespace:android
68 TEST_F(SurfaceTest, QueuesToWindowComposerIsTrueWhenPurgatorized) { function in namespace:android
80 TEST_F(SurfaceTest, ScreenshotsOfProtectedBuffersSucceed) { function in namespace:android
126 TEST_F(SurfaceTest, ConcreteTypeIsSurface) { function in namespace:android
H A DSurfaceTexture_test.cpp690 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledYV12BufferNpot) {
736 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledYV12BufferPow2) {
782 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledYV12BufferWithCrop) { function
845 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledYV12BuffersRepeatedly) { function
989 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledRGBABufferNpot) { function
1031 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledRGBABufferPow2) { function
1077 TEST_F(SurfaceTextureGLTest, DisconnectStressTest) { function
1142 TEST_F(SurfaceTextureGLTest, DisconnectClearsCurrentTexture) { function
1177 TEST_F(SurfaceTextureGLTest, ScaleToWindowMode) { function
1211 TEST_F(SurfaceTextureGLTes function
1265 TEST_F(SurfaceTextureGLTest, AbandonUnblocksDequeueBuffer) { function
1343 TEST_F(SurfaceTextureGLTest, InvalidWidthOrHeightFails) { function
1417 TEST_F(SurfaceTextureGLToGLTest, TransformHintGetsRespected) { function
1470 TEST_F(SurfaceTextureGLToGLTest, TexturingFromGLFilledRGBABufferPow2) { function
1545 TEST_F(SurfaceTextureGLToGLTest, EglDestroySurfaceUnrefsBuffers) { function
1590 TEST_F(SurfaceTextureGLToGLTest, EglDestroySurfaceAfterAbandonUnrefsBuffers) { function
1642 TEST_F(SurfaceTextureGLToGLTest, EglSurfaceDefaultsToSynchronousMode) { function
1667 TEST_F(SurfaceTextureGLToGLTest, TexturingFromUserSizedGLFilledBuffer) { function
1724 TEST_F(SurfaceTextureGLToGLTest, TexturingFromPreRotatedUserSizedGLFilledBuffer) { function
1785 TEST_F(SurfaceTextureGLToGLTest, TexturingFromPreRotatedGLFilledBuffer) { function
2003 TEST_F(SurfaceTextureGLThreadToGLTest, function
2022 TEST_F(SurfaceTextureGLThreadToGLTest, function
2041 TEST_F(SurfaceTextureGLThreadToGLTest, function
2070 TEST_F(SurfaceTextureGLThreadToGLTest, function
2100 TEST_F(SurfaceTextureGLThreadToGLTest, function
2202 TEST_F(SurfaceTextureFBOTest, BlitFromCpuFilledBufferToFbo) { function
2321 TEST_F(SurfaceTextureMultiContextGLTest, UpdateFromMultipleContextsFails) { function
2335 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextSucceeds) { function
2349 TEST_F(SurfaceTextureMultiContextGLTest, function
2365 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWhenAbandoned) { function
2377 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWhenDetached) { function
2391 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWithNoDisplay) { function
2407 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWithNoContext) { function
2423 TEST_F(SurfaceTextureMultiContextGLTest, UpdateTexImageFailsWhenDetached) { function
2434 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextSucceeds) { function
2463 TEST_F(SurfaceTextureMultiContextGLTest, function
2494 TEST_F(SurfaceTextureMultiContextGLTest, function
2525 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextFailsWhenAbandoned) { function
2542 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextFailsWhenAttached) { function
2553 TEST_F(SurfaceTextureMultiContextGLTest, function
2561 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextFailsWithNoDisplay) { function
2580 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextSucceedsTwice) { function
2617 TEST_F(SurfaceTextureMultiContextGLTest, function
2655 TEST_F(SurfaceTextureMultiContextGLTest, function
[all...]
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp305 TEST_F(TestBufferQueue, testInvalidBuffer){ function
310 TEST_F(TestBufferQueue, testMuteSolo) { function
328 TEST_F(TestBufferQueue, testSeek) { function
338 TEST_F(TestBufferQueue, testValidBuffer) { function
346 TEST_F(TestBufferQueue, testEnqueueMaxBuffer) { function
355 TEST_F(TestBufferQueue, testEnqueueExtraBuffer) { function
366 TEST_F(TestBufferQueue, testEnqueueAtStopped) { function
377 TEST_F(TestBufferQueue, testEnqueueAtPaused) { function
388 TEST_F(TestBufferQueue, testClearQueue) { function
398 TEST_F(TestBufferQueu function
427 TEST_F(TestBufferQueue, testStateTransitionNonEmptyQueue) { function
452 TEST_F(TestBufferQueue, testStatePlayBuffer){ function
[all...]
/frameworks/base/libs/androidfw/tests/
H A DObbFile_test.cpp58 TEST_F(ObbFileTest, ReadFailure) { function in namespace:android
63 TEST_F(ObbFileTest, WriteThenRead) { function in namespace:android
H A DInputPublisherAndConsumer_test.cpp64 TEST_F(InputPublisherAndConsumerTest, GetChannel_ReturnsTheChannel) { function in namespace:android
243 TEST_F(InputPublisherAndConsumerTest, PublishKeyEvent_EndToEnd) { function in namespace:android
247 TEST_F(InputPublisherAndConsumerTest, PublishMotionEvent_EndToEnd) { function in namespace:android
251 TEST_F(InputPublisherAndConsumerTest, PublishMotionEvent_WhenPointerCountLessThan1_ReturnsError) { function in namespace:android
263 TEST_F(InputPublisherAndConsumerTest, PublishMotionEvent_WhenPointerCountGreaterThanMax_ReturnsError) { function in namespace:android
279 TEST_F(InputPublisherAndConsumerTest, PublishMultipleEvents_EndToEnd) { function in namespace:android
H A DInputEvent_test.cpp37 TEST_F(PointerCoordsTest, ClearSetsBitsToZero) { function in namespace:android
44 TEST_F(PointerCoordsTest, AxisValues) { function in namespace:android
142 TEST_F(PointerCoordsTest, Parcel) { function in namespace:android
176 TEST_F(KeyEventTest, Properties) { function in namespace:android
427 TEST_F(MotionEventTest, Properties) { function in namespace:android
447 TEST_F(MotionEventTest, CopyFrom_KeepHistory) { function in namespace:android
457 TEST_F(MotionEventTest, CopyFrom_DoNotKeepHistory) { function in namespace:android
475 TEST_F(MotionEventTest, OffsetLocation) { function in namespace:android
485 TEST_F(MotionEventTest, Scale) { function in namespace:android
507 TEST_F(MotionEventTes function in namespace:android
522 TEST_F(MotionEventTest, Transform) { function in namespace:android
[all...]
/frameworks/av/media/libstagefright/timedtext/test/
H A DTimedTextSRTSource_test.cpp118 TEST_F(TimedTextSRTSourceTest, readAll) { function in namespace:android::test
149 TEST_F(TimedTextSRTSourceTest, seekTimeIsEarlierThanFirst) { function in namespace:android::test
158 TEST_F(TimedTextSRTSourceTest, seekTimeIsLaterThanLast) { function in namespace:android::test
169 TEST_F(TimedTextSRTSourceTest, seekTimeIsMatched) { function in namespace:android::test
184 TEST_F(TimedTextSRTSourceTest, seekTimeInBetweenTwo) { function in namespace:android::test
199 TEST_F(TimedTextSRTSourceTest, checkEdgeCase) { function in namespace:android::test
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp57 TEST_F(EGLTest, DISABLED_EGLConfigEightBitFirst) { function in namespace:android
90 TEST_F(EGLTest, EGLTerminateSucceedsWithRemainingObjects) { function in namespace:android
119 TEST_F(EGLTest, EGLConfigRGBA8888First) { function in namespace:android
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp631 TEST_F(SurfaceMediaSourceTest, DISABLED_DummyEncodingFromCpuFilledYV12BufferNpotOneBufferPass) {
642 TEST_F(SurfaceMediaSourceTest, DISABLED_DummyEncodingFromCpuFilledYV12BufferNpotWrongSizeBufferPass) {
660 TEST_F(SurfaceMediaSourceTest, DISABLED_DummyEncodingFromCpuFilledYV12BufferNpotMultiBufferPass) {
682 TEST_F(SurfaceMediaSourceTest, DummyLagEncodingFromCpuFilledYV12BufferNpotMultiBufferPass) {
709 TEST_F(SurfaceMediaSourceTest, DummyThreadedEncodingFromCpuFilledYV12BufferNpotMultiBufferPass) {
734 TEST_F(SurfaceMediaSourceTest, DISABLED_EncodingFromCpuYV12BufferNpotWriteMediaServer) {
779 TEST_F(SurfaceMediaSourceGLTest, ChooseAndroidRecordableEGLConfigDummyWriter) {
821 TEST_F(SurfaceMediaSourceGLTest, RenderingToRecordableEGLSurfaceWorks) {
867 TEST_F(SurfaceMediaSourceGLTest, EncodingFromGLRgbaSameImageEachBufNpotWrite) {
910 TEST_F(SurfaceMediaSourceGLTes
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1003 TEST_F(InputReaderTest, GetInputDevices) { function in namespace:android
1029 TEST_F(InputReaderTest, GetKeyCodeState_ForwardsRequestsToMappers) { function in namespace:android
1056 TEST_F(InputReaderTest, GetScanCodeState_ForwardsRequestsToMappers) { function in namespace:android
1083 TEST_F(InputReaderTest, GetSwitchState_ForwardsRequestsToMappers) { function in namespace:android
1110 TEST_F(InputReaderTest, MarkSupportedKeyCodes_ForwardsRequestsToMappers) { function in namespace:android
1145 TEST_F(InputReaderTest, LoopOnce_WhenDeviceScanFinished_SendsConfigurationChanged) { function in namespace:android
1154 TEST_F(InputReaderTest, LoopOnce_ForwardsRawEventsToMappers) { function in namespace:android
1218 TEST_F(InputDeviceTest, ImmutableProperties) { function in namespace:android
1224 TEST_F(InputDeviceTest, WhenNoMappersAreRegistered_DeviceIsIgnored) { function in namespace:android
1266 TEST_F(InputDeviceTes function in namespace:android
1473 TEST_F(SwitchInputMapperTest, GetSources) { function in namespace:android
1480 TEST_F(SwitchInputMapperTest, GetSwitchState) { function in namespace:android
1491 TEST_F(SwitchInputMapperTest, Process) { function in namespace:android
1536 TEST_F(KeyboardInputMapperTest, GetSources) { function in namespace:android
1544 TEST_F(KeyboardInputMapperTest, Process_SimpleKeyPress) { function in namespace:android
1654 TEST_F(KeyboardInputMapperTest, Process_ShouldUpdateMetaState) { function in namespace:android
1697 TEST_F(KeyboardInputMapperTest, Process_WhenNotOrientationAware_ShouldNotRotateDPad) { function in namespace:android
1720 TEST_F(KeyboardInputMapperTest, Process_WhenOrientationAware_ShouldRotateDPad) { function in namespace:android
1802 TEST_F(KeyboardInputMapperTest, GetKeyCodeState) { function in namespace:android
1814 TEST_F(KeyboardInputMapperTest, GetScanCodeState) { function in namespace:android
1826 TEST_F(KeyboardInputMapperTest, MarkSupportedKeyCodes) { function in namespace:android
1840 TEST_F(KeyboardInputMapperTest, Process_LockedKeysShouldToggleMetaStateAndLeds) { function in namespace:android
1955 TEST_F(CursorInputMapperTest, WhenModeIsPointer_GetSources_ReturnsMouse) { function in namespace:android
1963 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_GetSources_ReturnsTrackball) { function in namespace:android
1971 TEST_F(CursorInputMapperTest, WhenModeIsPointer_PopulateDeviceInfo_ReturnsRangeFromPointerController) { function in namespace:android
2002 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_PopulateDeviceInfo_ReturnsScaledRange) { function in namespace:android
2021 TEST_F(CursorInputMapperTest, Process_ShouldSetAllFieldsAndIncludeGlobalMetaState) { function in namespace:android
2076 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentXYUpdates) { function in namespace:android
2100 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentButtonUpdates) { function in namespace:android
2124 TEST_F(CursorInputMapperTest, Process_ShouldHandleCombinedXYAndButtonUpdates) { function in namespace:android
2161 TEST_F(CursorInputMapperTest, Process_WhenNotOrientationAware_ShouldNotRotateMotions) { function in namespace:android
2179 TEST_F(CursorInputMapperTest, Process_WhenOrientationAware_ShouldRotateMotions) { function in namespace:android
2230 TEST_F(CursorInputMapperTest, Process_ShouldHandleAllButtons) { function in namespace:android
2406 TEST_F(CursorInputMapperTest, Process_WhenModeIsPointer_ShouldMoveThePointerAround) { function in namespace:android
2636 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndNotACursor_ReturnsPointer) { function in namespace:android
2645 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndIsACursor_ReturnsTouchPad) { function in namespace:android
2656 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchPad_ReturnsTouchPad) { function in namespace:android
2666 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchScreen_ReturnsTouchScreen) { function in namespace:android
2676 TEST_F(SingleTouchInputMapperTest, GetKeyCodeState) { function in namespace:android
2705 TEST_F(SingleTouchInputMapperTest, GetScanCodeState) { function in namespace:android
2734 TEST_F(SingleTouchInputMapperTest, MarkSupportedKeyCodes) { function in namespace:android
2750 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndReleasedNormally_SendsKeyDownAndKeyUp) { function in namespace:android
2801 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndMovedOutOfBounds_SendsKeyDownAndKeyCancel) { function in namespace:android
2923 TEST_F(SingleTouchInputMapperTest, Process_WhenTouchStartsOutsideDisplayAndMovesIn_SendsDownAsTouchEntersDisplay) { function in namespace:android
2997 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture) { function in namespace:android
3088 TEST_F(SingleTouchInputMapperTest, Process_WhenNotOrientationAware_DoesNotRotateMotions) { function in namespace:android
3112 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientationAware_RotatesMotions) { function in namespace:android
3174 TEST_F(SingleTouchInputMapperTest, Process_AllAxes_DefaultCalibration) { function in namespace:android
3219 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllButtons) { function in namespace:android
3380 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllToolTypes) { function in namespace:android
3516 TEST_F(SingleTouchInputMapperTest, Process_WhenBtnTouchPresent_HoversIfItsValueIsZero) { function in namespace:android
3589 TEST_F(SingleTouchInputMapperTest, Process_WhenAbsPressureIsPresent_HoversIfItsValueIsZero) { function in namespace:android
3804 TEST_F(MultiTouchInputMapperTest, Process_NormalMultiTouchGesture_WithoutTrackingIds) { function in namespace:android
4081 TEST_F(MultiTouchInputMapperTest, Process_NormalMultiTouchGesture_WithTrackingIds) { function in namespace:android
4257 TEST_F(MultiTouchInputMapperTest, Process_NormalMultiTouchGesture_WithSlots) { function in namespace:android
4428 TEST_F(MultiTouchInputMapperTest, Process_AllAxes_WithDefaultCalibration) { function in namespace:android
4478 TEST_F(MultiTouchInputMapperTest, Process_TouchAndToolAxes_GeometricCalibration) { function in namespace:android
4516 TEST_F(MultiTouchInputMapperTest, Process_TouchAndToolAxes_SummedLinearCalibration) { function in namespace:android
4569 TEST_F(MultiTouchInputMapperTest, Process_TouchAndToolAxes_AreaCalibration) { function in namespace:android
4603 TEST_F(MultiTouchInputMapperTest, Process_PressureAxis_AmplitudeCalibration) { function in namespace:android
4632 TEST_F(MultiTouchInputMapperTest, Process_ShouldHandleAllButtons) { function in namespace:android
4793 TEST_F(MultiTouchInputMapperTest, Process_ShouldHandleAllToolTypes) { function in namespace:android
4944 TEST_F(MultiTouchInputMapperTest, Process_WhenBtnTouchPresent_HoversIfItsValueIsZero) { function in namespace:android
5016 TEST_F(MultiTouchInputMapperTest, Process_WhenAbsMTPressureIsPresent_HoversIfItsValueIsZero) { function in namespace:android
[all...]
H A DInputDispatcher_test.cpp121 TEST_F(InputDispatcherTest, InjectInputEvent_ValidatesKeyEvents) { function in namespace:android
141 TEST_F(InputDispatcherTest, InjectInputEvent_ValidatesMotionEvents) { function in namespace:android

Completed in 1474 milliseconds

123