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

123456

/frameworks/minikin/tests/unittest/
H A DLayoutTest.cpp66 TEST_F(LayoutTest, doLayoutTest) { function in namespace:minikin
155 TEST_F(LayoutTest, doLayoutTest_wordSpacing) { function in namespace:minikin
254 TEST_F(LayoutTest, doLayoutTest_negativeWordSpacing) { function in namespace:minikin
350 TEST_F(LayoutTest, doLayoutTest_rtlTest) { function in namespace:minikin
373 TEST_F(LayoutTest, hyphenationTest) { function in namespace:minikin
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DAesCtrDecryptorUnittest.cpp60 TEST_F(AesCtrDecryptorTest, DecryptsContiguousEncryptedBlock) { function in namespace:clearkeydrm
105 TEST_F(AesCtrDecryptorTest, DecryptsAlignedBifurcatedEncryptedBlock) { function in namespace:clearkeydrm
151 TEST_F(AesCtrDecryptorTest, DecryptsUnalignedBifurcatedEncryptedBlock) { function in namespace:clearkeydrm
197 TEST_F(AesCtrDecryptorTest, DecryptsOneMixedSubSample) { function in namespace:clearkeydrm
246 TEST_F(AesCtrDecryptorTest, DecryptsAlignedMixedSubSamples) { function in namespace:clearkeydrm
300 TEST_F(AesCtrDecryptorTest, DecryptsUnalignedMixedSubSamples) { function in namespace:clearkeydrm
355 TEST_F(AesCtrDecryptorTest, DecryptsComplexMixedSubSamples) { function in namespace:clearkeydrm
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1054 TEST_F(InputReaderTest, GetInputDevices) { function in namespace:android
1080 TEST_F(InputReaderTest, GetKeyCodeState_ForwardsRequestsToMappers) { function in namespace:android
1107 TEST_F(InputReaderTest, GetScanCodeState_ForwardsRequestsToMappers) { function in namespace:android
1134 TEST_F(InputReaderTest, GetSwitchState_ForwardsRequestsToMappers) { function in namespace:android
1161 TEST_F(InputReaderTest, MarkSupportedKeyCodes_ForwardsRequestsToMappers) { function in namespace:android
1196 TEST_F(InputReaderTest, LoopOnce_WhenDeviceScanFinished_SendsConfigurationChanged) { function in namespace:android
1205 TEST_F(InputReaderTest, LoopOnce_ForwardsRawEventsToMappers) { function in namespace:android
1271 TEST_F(InputDeviceTest, ImmutableProperties) { function in namespace:android
1277 TEST_F(InputDeviceTest, WhenNoMappersAreRegistered_DeviceIsIgnored) { function in namespace:android
1319 TEST_F(InputDeviceTes function in namespace:android
1537 TEST_F(SwitchInputMapperTest, GetSources) { function in namespace:android
1544 TEST_F(SwitchInputMapperTest, GetSwitchState) { function in namespace:android
1555 TEST_F(SwitchInputMapperTest, Process) { function in namespace:android
1600 TEST_F(KeyboardInputMapperTest, GetSources) { function in namespace:android
1608 TEST_F(KeyboardInputMapperTest, Process_SimpleKeyPress) { function in namespace:android
1718 TEST_F(KeyboardInputMapperTest, Process_ShouldUpdateMetaState) { function in namespace:android
1761 TEST_F(KeyboardInputMapperTest, Process_WhenNotOrientationAware_ShouldNotRotateDPad) { function in namespace:android
1784 TEST_F(KeyboardInputMapperTest, Process_WhenOrientationAware_ShouldRotateDPad) { function in namespace:android
1866 TEST_F(KeyboardInputMapperTest, GetKeyCodeState) { function in namespace:android
1878 TEST_F(KeyboardInputMapperTest, GetScanCodeState) { function in namespace:android
1890 TEST_F(KeyboardInputMapperTest, MarkSupportedKeyCodes) { function in namespace:android
1904 TEST_F(KeyboardInputMapperTest, Process_LockedKeysShouldToggleMetaStateAndLeds) { function in namespace:android
2019 TEST_F(CursorInputMapperTest, WhenModeIsPointer_GetSources_ReturnsMouse) { function in namespace:android
2027 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_GetSources_ReturnsTrackball) { function in namespace:android
2035 TEST_F(CursorInputMapperTest, WhenModeIsPointer_PopulateDeviceInfo_ReturnsRangeFromPointerController) { function in namespace:android
2066 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_PopulateDeviceInfo_ReturnsScaledRange) { function in namespace:android
2085 TEST_F(CursorInputMapperTest, Process_ShouldSetAllFieldsAndIncludeGlobalMetaState) { function in namespace:android
2178 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentXYUpdates) { function in namespace:android
2202 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentButtonUpdates) { function in namespace:android
2236 TEST_F(CursorInputMapperTest, Process_ShouldHandleCombinedXYAndButtonUpdates) { function in namespace:android
2284 TEST_F(CursorInputMapperTest, Process_WhenNotOrientationAware_ShouldNotRotateMotions) { function in namespace:android
2302 TEST_F(CursorInputMapperTest, Process_WhenOrientationAware_ShouldRotateMotions) { function in namespace:android
2353 TEST_F(CursorInputMapperTest, Process_ShouldHandleAllButtons) { function in namespace:android
2641 TEST_F(CursorInputMapperTest, Process_WhenModeIsPointer_ShouldMoveThePointerAround) { function in namespace:android
2663 TEST_F(CursorInputMapperTest, Process_PointerCapture) { function in namespace:android
3004 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndNotACursor_ReturnsPointer) { function in namespace:android
3013 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndIsACursor_ReturnsTouchPad) { function in namespace:android
3024 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchPad_ReturnsTouchPad) { function in namespace:android
3034 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchScreen_ReturnsTouchScreen) { function in namespace:android
3044 TEST_F(SingleTouchInputMapperTest, GetKeyCodeState) { function in namespace:android
3073 TEST_F(SingleTouchInputMapperTest, GetScanCodeState) { function in namespace:android
3102 TEST_F(SingleTouchInputMapperTest, MarkSupportedKeyCodes) { function in namespace:android
3118 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndReleasedNormally_SendsKeyDownAndKeyUp) { function in namespace:android
3169 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndMovedOutOfBounds_SendsKeyDownAndKeyCancel) { function in namespace:android
3291 TEST_F(SingleTouchInputMapperTest, Process_WhenTouchStartsOutsideDisplayAndMovesIn_SendsDownAsTouchEntersDisplay) { function in namespace:android
3365 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture_VirtualDisplay) { function in namespace:android
3464 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture) { function in namespace:android
3555 TEST_F(SingleTouchInputMapperTest, Process_WhenNotOrientationAware_DoesNotRotateMotions) { function in namespace:android
3579 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientationAware_RotatesMotions) { function in namespace:android
3641 TEST_F(SingleTouchInputMapperTest, Process_AllAxes_DefaultCalibration) { function in namespace:android
3686 TEST_F(SingleTouchInputMapperTest, Process_XYAxes_AffineCalibration) { function in namespace:android
3710 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllButtons) { function in namespace:android
3954 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllToolTypes) { function in namespace:android
4090 TEST_F(SingleTouchInputMapperTest, Process_WhenBtnTouchPresent_HoversIfItsValueIsZero) { function in namespace:android
4163 TEST_F(SingleTouchInputMapperTest, Process_WhenAbsPressureIsPresent_HoversIfItsValueIsZero) { function in namespace:android
4378 TEST_F(MultiTouchInputMapperTest, Process_NormalMultiTouchGesture_WithoutTrackingIds) { function in namespace:android
4655 TEST_F(MultiTouchInputMapperTest, Process_NormalMultiTouchGesture_WithTrackingIds) { function in namespace:android
4831 TEST_F(MultiTouchInputMapperTest, Process_NormalMultiTouchGesture_WithSlots) { function in namespace:android
5002 TEST_F(MultiTouchInputMapperTest, Process_AllAxes_WithDefaultCalibration) { function in namespace:android
5052 TEST_F(MultiTouchInputMapperTest, Process_TouchAndToolAxes_GeometricCalibration) { function in namespace:android
5090 TEST_F(MultiTouchInputMapperTest, Process_TouchAndToolAxes_SummedLinearCalibration) { function in namespace:android
5143 TEST_F(MultiTouchInputMapperTest, Process_TouchAndToolAxes_AreaCalibration) { function in namespace:android
5177 TEST_F(MultiTouchInputMapperTest, Process_PressureAxis_AmplitudeCalibration) { function in namespace:android
5206 TEST_F(MultiTouchInputMapperTest, Process_ShouldHandleAllButtons) { function in namespace:android
5450 TEST_F(MultiTouchInputMapperTest, Process_ShouldHandleAllToolTypes) { function in namespace:android
5601 TEST_F(MultiTouchInputMapperTest, Process_WhenBtnTouchPresent_HoversIfItsValueIsZero) { function in namespace:android
5673 TEST_F(MultiTouchInputMapperTest, Process_WhenAbsMTPressureIsPresent_HoversIfItsValueIsZero) { function in namespace:android
[all...]
/frameworks/av/media/libstagefright/foundation/tests/
H A DTypeTraits_test.cpp34 TEST_F(TypeTraitsTest, StaticTests) { function in namespace:android
H A DAData_test.cpp53 TEST_F(ADataTest, AUnion_Test) { function in namespace:android
122 TEST_F(ADataTest, AData_StaticTest) { function in namespace:android
170 TEST_F(ADataTest, AData_SampleTest) { function in namespace:android
233 TEST_F(ADataTest, AData_SimpleTest) { function
288 TEST_F(ADataTest, AData_CopyMoveTest) { function
433 TEST_F(ADataTest, AData_RelaxedCopyMoveTest) { function
702 TEST_F(ADataTest, AData_AndroidSpTest) { function
809 TEST_F(ADataTest, AData_RelaxedAndroidSpTest) { function
H A DFlagged_test.cpp100 TEST_F(FlaggedTest, StaticSanityTests) { function in namespace:android
148 TEST_F(FlaggedTest, BasicExample) { function in namespace:android
205 TEST_F(FlaggedTest, _Flagged_helper_Test) { function in namespace:android
/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp586 TEST_F(RemoteMethodTest, BasicClientService) { function
640 TEST_F(RemoteMethodTest, LocalHandle) { function
684 TEST_F(RemoteMethodTest, PushChannel) { function
709 TEST_F(RemoteMethodTest, Positive) { function
724 TEST_F(RemoteMethodTest, AggregateLocalHandle) { function
748 TEST_F(RemoteMethodTest, BufferWrapper) { function
H A Dclient_channel_tests.cpp128 TEST_F(ClientChannelTest, MultithreadedClient) { function in namespace:__anon1766
/frameworks/native/services/vr/virtual_touchpad/tests/
H A DVirtualTouchpad_test.cpp128 TEST_F(VirtualTouchpadTest, Goodness) { function in namespace:android::dvr
289 TEST_F(VirtualTouchpadTest, Badness) { function in namespace:android::dvr
/frameworks/av/camera/tests/
H A DCameraZSLTests.cpp164 TEST_F(CameraZSLTests, TestAllPictureSizes) { function
H A DCameraBinderTests.cpp436 TEST_F(CameraClientBinderTest, CheckBinderCameraDeviceUser) { function
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp485 TEST_F(C2ParamTest, FieldId) { function in namespace:android
614 TEST_F(C2ParamTest, MemberPointerCast) { function in namespace:android
779 // TEST_F(_C2ParamInspector, StaticTest) {
898 TEST_F(C2ParamTest, ParamOpsTest) { function in namespace:android
1446 TEST_F(C2ParamTest, FlexParamOpsTest) { function in namespace:android
2511 TEST_F(C2ParamTest, ReflectorTest) { function in namespace:android
2555 TEST_F(C2ParamTest, EnumUtilsTest) { function in namespace:android
2564 TEST_F(C2ParamTest, ParamUtilsTest) { function in namespace:android
2601 TEST_F(C2ParamTest, C2ValueTest) { function in namespace:android

Completed in 545 milliseconds

123456