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

123

/frameworks/native/libs/gui/tests/
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 DSurfaceTexture_test.cpp417 TEST_F(MultiTextureConsumerTest, EGLImageTargetWorks) { function in namespace:android
789 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledYV12BufferNpot) {
835 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledYV12BufferPow2) {
881 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledYV12BufferWithCrop) { function
944 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledYV12BuffersRepeatedly) { function
1087 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledRGBABufferNpot) { function
1129 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledRGBABufferPow2) { function
1175 TEST_F(SurfaceTextureGLTest, DisconnectStressTest) { function
1238 TEST_F(SurfaceTextureGLTest, DisconnectClearsCurrentTexture) { function
1269 TEST_F(SurfaceTextureGLTes function
1301 TEST_F(SurfaceTextureGLTest, CroppedScalingMode) { function
1353 TEST_F(SurfaceTextureGLTest, AbandonUnblocksDequeueBuffer) { function
1430 TEST_F(SurfaceTextureGLTest, InvalidWidthOrHeightFails) { function
1504 TEST_F(SurfaceTextureGLToGLTest, TransformHintGetsRespected) { function
1557 TEST_F(SurfaceTextureGLToGLTest, TexturingFromGLFilledRGBABufferPow2) { function
1632 TEST_F(SurfaceTextureGLToGLTest, EglDestroySurfaceUnrefsBuffers) { function
1677 TEST_F(SurfaceTextureGLToGLTest, EglDestroySurfaceAfterAbandonUnrefsBuffers) { function
1729 TEST_F(SurfaceTextureGLToGLTest, EglMakeCurrentBeforeConsumerDeathUnrefsBuffers) { function
1766 TEST_F(SurfaceTextureGLToGLTest, EglMakeCurrentAfterConsumerDeathUnrefsBuffers) { function
1803 TEST_F(SurfaceTextureGLToGLTest, TexturingFromUserSizedGLFilledBuffer) { function
1860 TEST_F(SurfaceTextureGLToGLTest, TexturingFromPreRotatedUserSizedGLFilledBuffer) { function
1921 TEST_F(SurfaceTextureGLToGLTest, TexturingFromPreRotatedGLFilledBuffer) { function
2139 TEST_F(SurfaceTextureGLThreadToGLTest, function
2158 TEST_F(SurfaceTextureGLThreadToGLTest, function
2177 TEST_F(SurfaceTextureGLThreadToGLTest, function
2206 TEST_F(SurfaceTextureGLThreadToGLTest, function
2236 TEST_F(SurfaceTextureGLThreadToGLTest, function
2337 TEST_F(SurfaceTextureFBOTest, BlitFromCpuFilledBufferToFbo) { function
2456 TEST_F(SurfaceTextureMultiContextGLTest, UpdateFromMultipleContextsFails) { function
2470 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextSucceeds) { function
2484 TEST_F(SurfaceTextureMultiContextGLTest, function
2500 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWhenAbandoned) { function
2512 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWhenDetached) { function
2526 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWithNoDisplay) { function
2542 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWithNoContext) { function
2558 TEST_F(SurfaceTextureMultiContextGLTest, UpdateTexImageFailsWhenDetached) { function
2569 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextSucceeds) { function
2598 TEST_F(SurfaceTextureMultiContextGLTest, function
2629 TEST_F(SurfaceTextureMultiContextGLTest, function
2660 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextFailsWhenAbandoned) { function
2677 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextFailsWhenAttached) { function
2688 TEST_F(SurfaceTextureMultiContextGLTest, function
2696 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextFailsWithNoDisplay) { function
2715 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextSucceedsTwice) { function
2752 TEST_F(SurfaceTextureMultiContextGLTest, function
2790 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/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
275 TEST_F( BinTreeTest, TreeIterator) function
[all...]
H A DSectionDataTest.cpp43 TEST_F( SectionDataTest, constructor_and_trivial_func ) { function
54 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.cpp46 TEST_F( LEB128Test, EncodeULEB_Example_from_Dwarf3_Figure22_Using_32bits) { function
92 TEST_F( LEB128Test, EncodeULEB_Example_from_Dwarf3_Figure22_Using_64bits) { function
138 TEST_F( LEB128Test, EncodeSLEB_Example_from_Dwarf3_Figure22) { function
198 TEST_F( LEB128Test, DecodeULEB_Example_from_Dwarf3_Figure22) { function
234 TEST_F( LEB128Test, DecodeSLEB_Example_from_Dwarf3_Figure22) { function
279 TEST_F( LEB128Test, DecodeULEB_Tests_Found_in_Android_dalvik_dx) { function
300 TEST_F( LEB128Test, EncodeULEB_Tests_Found_in_Android_dalvik_dx) { function
392 TEST_F( LEB128Test, DecodeSLEB_Tests_Found_in_Android_dalvik_dx) { function
417 TEST_F( LEB128Test, EncodeSLEB_Tests_Found_in_Android_dalvik_dx) { function
459 TEST_F( LEB128Tes function
499 TEST_F( LEB128Test, Other_Test) { function
515 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.cpp52 TEST_F( StaticResolverTest, MDEF ) { function
67 TEST_F( StaticResolverTest, DynDefAfterDynUndef ) { function
94 TEST_F( StaticResolverTest, DynDefAfterDynDef ) { function
121 TEST_F( StaticResolverTest, DynUndefAfterDynUndef ) { function
148 TEST_F( StaticResolverTest, OverrideWeakByGlobal ) function
170 TEST_F( StaticResolverTest, DynWeakAfterDynDef ) { function
199 TEST_F( StaticResolverTest, MarkByBiggerCommon ) function
221 TEST_F( StaticResolverTest, OverrideByBiggerCommon ) function
246 TEST_F( StaticResolverTest, OverrideCommonByDefine) function
270 TEST_F( StaticResolverTes function
370 TEST_F( StaticResolverTest, SetUpBinding) function
[all...]
H A DELFReaderTest.cpp85 TEST_F( ELFReaderTest, read_section_headers ) { function
99 TEST_F( ELFReaderTest, read_symbol_and_rela ) function
156 TEST_F( ELFReaderTest, read_regular_sections ) { function
160 TEST_F( ELFReaderTest, is_my_format ) { function
H A DFragmentRefTest.cpp45 TEST_F( FragmentRefTest, ) { function
H A DInputTreeTest.cpp63 TEST_F( InputTreeTest, Basic_operation ) { function
104 TEST_F( InputTreeTest, forLoop_TEST ) { function
131 TEST_F( InputTreeTest, Nesting_Case ) { function
151 TEST_F( InputTreeTest, DFSIterator_BasicTraversal) function
H A DSymbolCategoryTest.cpp47 TEST_F(SymbolCategoryTest, upward_test) { function
89 TEST_F(SymbolCategoryTest, change_local_to_dynamic) { function
H A DLinkerTest.cpp50 TEST_F( LinkerTest, set_up_n_clean_up) { function
79 TEST_F( LinkerTest, plasma) { function
137 TEST_F( LinkerTest, plasma_twice) { function
234 TEST_F( LinkerTest, plasma_twice_irbuilder_heap) { function
338 TEST_F( LinkerTest, plasma_object) { function
/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
/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/libs/ui/tests/
H A Dvec_test.cpp32 TEST_F(VecTest, Basics) { function in namespace:android
42 TEST_F(VecTest, Constructors) { function in namespace:android
86 TEST_F(VecTest, Access) { function in namespace:android
113 TEST_F(VecTest, UnaryOps) { function in namespace:android
198 TEST_F(VecTest, ComparisonOps) { function in namespace:android
208 TEST_F(VecTest, ArithmeticOps) { function in namespace:android
238 TEST_F(VecTest, ArithmeticFunc) { function in namespace:android
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp56 TEST_F(EGLTest, DISABLED_EGLConfigEightBitFirst) { function in namespace:android
89 TEST_F(EGLTest, EGLTerminateSucceedsWithRemainingObjects) { function in namespace:android
123 TEST_F(EGLTest, EGLConfigRGBA8888First) { function in namespace:android
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp65 TEST_F(InputPublisherAndConsumerTest, GetChannel_ReturnsTheChannel) { function in namespace:android
244 TEST_F(InputPublisherAndConsumerTest, PublishKeyEvent_EndToEnd) { function in namespace:android
248 TEST_F(InputPublisherAndConsumerTest, PublishMotionEvent_EndToEnd) { function in namespace:android
252 TEST_F(InputPublisherAndConsumerTest, PublishMotionEvent_WhenPointerCountLessThan1_ReturnsError) { function in namespace:android
264 TEST_F(InputPublisherAndConsumerTest, PublishMotionEvent_WhenPointerCountGreaterThanMax_ReturnsError) { function in namespace:android
280 TEST_F(InputPublisherAndConsumerTest, PublishMultipleEvents_EndToEnd) { function in namespace:android
H A DInputEvent_test.cpp36 TEST_F(PointerCoordsTest, ClearSetsBitsToZero) { function in namespace:android
43 TEST_F(PointerCoordsTest, AxisValues) { function in namespace:android
141 TEST_F(PointerCoordsTest, Parcel) { function in namespace:android
175 TEST_F(KeyEventTest, Properties) { function in namespace:android
426 TEST_F(MotionEventTest, Properties) { function in namespace:android
446 TEST_F(MotionEventTest, CopyFrom_KeepHistory) { function in namespace:android
456 TEST_F(MotionEventTest, CopyFrom_DoNotKeepHistory) { function in namespace:android
474 TEST_F(MotionEventTest, OffsetLocation) { function in namespace:android
484 TEST_F(MotionEventTest, Scale) { function in namespace:android
506 TEST_F(MotionEventTes function in namespace:android
535 TEST_F(MotionEventTest, Transform) { function in namespace:android
[all...]
/frameworks/av/camera/tests/
H A DProCameraTests.cpp516 TEST_F(ProCameraTest, AvailableFormats) { function in namespace:android::camera2::tests::client
535 TEST_F(ProCameraTest, LockingImmediate) { function in namespace:android::camera2::tests::client
562 TEST_F(ProCameraTest, LockingAsynchronous) { function in namespace:android::camera2::tests::client
593 TEST_F(ProCameraTest, DISABLED_StreamingImageSingle) { function in namespace:android::camera2::tests::client
667 TEST_F(ProCameraTest, DISABLED_StreamingImageDual) { function in namespace:android::camera2::tests::client
743 TEST_F(ProCameraTest, CpuConsumerSingle) { function in namespace:android::camera2::tests::client
813 TEST_F(ProCameraTest, CpuConsumerDual) { function in namespace:android::camera2::tests::client
892 TEST_F(ProCameraTest, ResultReceiver) { function in namespace:android::camera2::tests::client
961 TEST_F(ProCameraTest, DISABLED_WaitForResult) { function in namespace:android::camera2::tests::client
991 TEST_F(ProCameraTes function in namespace:android::camera2::tests::client
1028 TEST_F(ProCameraTest, DISABLED_WaitForDualStreamBuffer) { function in namespace:android::camera2::tests::client
1114 TEST_F(ProCameraTest, WaitForSingleStreamBufferAndDropFramesSync) { function in namespace:android::camera2::tests::client
1168 TEST_F(ProCameraTest, WaitForSingleStreamBufferAndDropFramesAsync) { function in namespace:android::camera2::tests::client
1231 TEST_F(ProCameraTest, ServiceListenersSubscribe) { function in namespace:android::camera2::tests::client
1247 TEST_F(ProCameraTest, ServiceListenersFunctional) { function in namespace:android::camera2::tests::client
[all...]
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp633 TEST_F(SurfaceMediaSourceTest, DISABLED_DummyEncodingFromCpuFilledYV12BufferNpotOneBufferPass) {
644 TEST_F(SurfaceMediaSourceTest, DISABLED_DummyEncodingFromCpuFilledYV12BufferNpotWrongSizeBufferPass) {
662 TEST_F(SurfaceMediaSourceTest, DISABLED_DummyEncodingFromCpuFilledYV12BufferNpotMultiBufferPass) {
684 TEST_F(SurfaceMediaSourceTest, DummyLagEncodingFromCpuFilledYV12BufferNpotMultiBufferPass) {
711 TEST_F(SurfaceMediaSourceTest, DummyThreadedEncodingFromCpuFilledYV12BufferNpotMultiBufferPass) {
736 TEST_F(SurfaceMediaSourceTest, DISABLED_EncodingFromCpuYV12BufferNpotWriteMediaServer) {
781 TEST_F(SurfaceMediaSourceGLTest, ChooseAndroidRecordableEGLConfigDummyWriter) {
823 TEST_F(SurfaceMediaSourceGLTest, RenderingToRecordableEGLSurfaceWorks) {
869 TEST_F(SurfaceMediaSourceGLTest, EncodingFromGLRgbaSameImageEachBufNpotWrite) {
912 TEST_F(SurfaceMediaSourceGLTes
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1009 TEST_F(InputReaderTest, GetInputDevices) { function in namespace:android
1035 TEST_F(InputReaderTest, GetKeyCodeState_ForwardsRequestsToMappers) { function in namespace:android
1062 TEST_F(InputReaderTest, GetScanCodeState_ForwardsRequestsToMappers) { function in namespace:android
1089 TEST_F(InputReaderTest, GetSwitchState_ForwardsRequestsToMappers) { function in namespace:android
1116 TEST_F(InputReaderTest, MarkSupportedKeyCodes_ForwardsRequestsToMappers) { function in namespace:android
1151 TEST_F(InputReaderTest, LoopOnce_WhenDeviceScanFinished_SendsConfigurationChanged) { function in namespace:android
1160 TEST_F(InputReaderTest, LoopOnce_ForwardsRawEventsToMappers) { function in namespace:android
1226 TEST_F(InputDeviceTest, ImmutableProperties) { function in namespace:android
1232 TEST_F(InputDeviceTest, WhenNoMappersAreRegistered_DeviceIsIgnored) { function in namespace:android
1274 TEST_F(InputDeviceTes function in namespace:android
1483 TEST_F(SwitchInputMapperTest, GetSources) { function in namespace:android
1490 TEST_F(SwitchInputMapperTest, GetSwitchState) { function in namespace:android
1501 TEST_F(SwitchInputMapperTest, Process) { function in namespace:android
1546 TEST_F(KeyboardInputMapperTest, GetSources) { function in namespace:android
1554 TEST_F(KeyboardInputMapperTest, Process_SimpleKeyPress) { function in namespace:android
1664 TEST_F(KeyboardInputMapperTest, Process_ShouldUpdateMetaState) { function in namespace:android
1707 TEST_F(KeyboardInputMapperTest, Process_WhenNotOrientationAware_ShouldNotRotateDPad) { function in namespace:android
1730 TEST_F(KeyboardInputMapperTest, Process_WhenOrientationAware_ShouldRotateDPad) { function in namespace:android
1812 TEST_F(KeyboardInputMapperTest, GetKeyCodeState) { function in namespace:android
1824 TEST_F(KeyboardInputMapperTest, GetScanCodeState) { function in namespace:android
1836 TEST_F(KeyboardInputMapperTest, MarkSupportedKeyCodes) { function in namespace:android
1850 TEST_F(KeyboardInputMapperTest, Process_LockedKeysShouldToggleMetaStateAndLeds) { function in namespace:android
1965 TEST_F(CursorInputMapperTest, WhenModeIsPointer_GetSources_ReturnsMouse) { function in namespace:android
1973 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_GetSources_ReturnsTrackball) { function in namespace:android
1981 TEST_F(CursorInputMapperTest, WhenModeIsPointer_PopulateDeviceInfo_ReturnsRangeFromPointerController) { function in namespace:android
2012 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_PopulateDeviceInfo_ReturnsScaledRange) { function in namespace:android
2031 TEST_F(CursorInputMapperTest, Process_ShouldSetAllFieldsAndIncludeGlobalMetaState) { function in namespace:android
2086 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentXYUpdates) { function in namespace:android
2110 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentButtonUpdates) { function in namespace:android
2134 TEST_F(CursorInputMapperTest, Process_ShouldHandleCombinedXYAndButtonUpdates) { function in namespace:android
2171 TEST_F(CursorInputMapperTest, Process_WhenNotOrientationAware_ShouldNotRotateMotions) { function in namespace:android
2189 TEST_F(CursorInputMapperTest, Process_WhenOrientationAware_ShouldRotateMotions) { function in namespace:android
2240 TEST_F(CursorInputMapperTest, Process_ShouldHandleAllButtons) { function in namespace:android
2416 TEST_F(CursorInputMapperTest, Process_WhenModeIsPointer_ShouldMoveThePointerAround) { function in namespace:android
2646 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndNotACursor_ReturnsPointer) { function in namespace:android
2655 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndIsACursor_ReturnsTouchPad) { function in namespace:android
2666 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchPad_ReturnsTouchPad) { function in namespace:android
2676 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchScreen_ReturnsTouchScreen) { function in namespace:android
2686 TEST_F(SingleTouchInputMapperTest, GetKeyCodeState) { function in namespace:android
2715 TEST_F(SingleTouchInputMapperTest, GetScanCodeState) { function in namespace:android
2744 TEST_F(SingleTouchInputMapperTest, MarkSupportedKeyCodes) { function in namespace:android
2760 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndReleasedNormally_SendsKeyDownAndKeyUp) { function in namespace:android
2811 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndMovedOutOfBounds_SendsKeyDownAndKeyCancel) { function in namespace:android
2933 TEST_F(SingleTouchInputMapperTest, Process_WhenTouchStartsOutsideDisplayAndMovesIn_SendsDownAsTouchEntersDisplay) { function in namespace:android
3007 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture) { function in namespace:android
3098 TEST_F(SingleTouchInputMapperTest, Process_WhenNotOrientationAware_DoesNotRotateMotions) { function in namespace:android
3122 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientationAware_RotatesMotions) { function in namespace:android
3184 TEST_F(SingleTouchInputMapperTest, Process_AllAxes_DefaultCalibration) { function in namespace:android
3229 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllButtons) { function in namespace:android
3390 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllToolTypes) { function in namespace:android
3526 TEST_F(SingleTouchInputMapperTest, Process_WhenBtnTouchPresent_HoversIfItsValueIsZero) { function in namespace:android
3599 TEST_F(SingleTouchInputMapperTest, Process_WhenAbsPressureIsPresent_HoversIfItsValueIsZero) { function in namespace:android
3814 TEST_F(MultiTouchInputMapperTest, Process_NormalMultiTouchGesture_WithoutTrackingIds) { function in namespace:android
4091 TEST_F(MultiTouchInputMapperTest, Process_NormalMultiTouchGesture_WithTrackingIds) { function in namespace:android
4267 TEST_F(MultiTouchInputMapperTest, Process_NormalMultiTouchGesture_WithSlots) { function in namespace:android
4438 TEST_F(MultiTouchInputMapperTest, Process_AllAxes_WithDefaultCalibration) { function in namespace:android
4488 TEST_F(MultiTouchInputMapperTest, Process_TouchAndToolAxes_GeometricCalibration) { function in namespace:android
4526 TEST_F(MultiTouchInputMapperTest, Process_TouchAndToolAxes_SummedLinearCalibration) { function in namespace:android
4579 TEST_F(MultiTouchInputMapperTest, Process_TouchAndToolAxes_AreaCalibration) { function in namespace:android
4613 TEST_F(MultiTouchInputMapperTest, Process_PressureAxis_AmplitudeCalibration) { function in namespace:android
4642 TEST_F(MultiTouchInputMapperTest, Process_ShouldHandleAllButtons) { function in namespace:android
4803 TEST_F(MultiTouchInputMapperTest, Process_ShouldHandleAllToolTypes) { function in namespace:android
4954 TEST_F(MultiTouchInputMapperTest, Process_WhenBtnTouchPresent_HoversIfItsValueIsZero) { function in namespace:android
5026 TEST_F(MultiTouchInputMapperTest, Process_WhenAbsMTPressureIsPresent_HoversIfItsValueIsZero) { function in namespace:android
[all...]
H A DInputDispatcher_test.cpp122 TEST_F(InputDispatcherTest, InjectInputEvent_ValidatesKeyEvents) { function in namespace:android
142 TEST_F(InputDispatcherTest, InjectInputEvent_ValidatesMotionEvents) { function in namespace:android
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp173 TEST_F(LayerUpdateTest, LayerMoveWorks) { function in namespace:android
207 TEST_F(LayerUpdateTest, LayerResizeWorks) { function in namespace:android

Completed in 1642 milliseconds

123