Lines Matching refs:SetUpDeviceWithInfix

85                 SetUpDeviceWithInfix("");  in ShouldThrowOnDeviceWithNoPeripheralsTag()
131 SetUpDeviceWithInfix($@" in ShouldThrowOnPeripheralWithNotEveryMandatoryField()
147 SetUpDeviceWithInfix(@" in ShouldThrowOnClusterWithoutMandatoryFields()
175 SetUpDeviceWithInfix($@" in ShouldThrowOnRegisterWithNotEveryMandatoryField()
295 SetUpDeviceWithInfix($@" in ShouldReadValueFromRegister()
319 SetUpDeviceWithInfix($@" in ShouldReadValueFromRegisterInBigEndian()
346 SetUpDeviceWithInfix($@" in ShouldHandleDifferentAccessPermissions()
382 SetUpDeviceWithInfix($@" in ShouldReadFromRegistersOfDifferentSizes()
410 SetUpDeviceWithInfix($@" in ShouldReadFromUnalignedOffsetInOnePeripheral()
471 SetUpDeviceWithInfix($@" in ShouldReadFromUnalignedOffsetInManyPeripherals()
550 SetUpDeviceWithInfix($@" in ShouldReadFromUnalignedOffsetInOnePeripheralInBigEndian()
633 SetUpDeviceWithInfix($@" in ShouldReadFromUnalignedOffsetInOnePeripheralWithWriteOnlyRegister()
729 SetUpDeviceWithInfix($@" in ShouldConcatenateAddressOffsets()
760 SetUpDeviceWithInfix(@" in ShouldInheritSettingsFromParentPeripheral()
799 SetUpDeviceWithInfix(@" in ShouldInheritSettingsFromParentCluster()
844 SetUpDeviceWithInfix(@" in ShouldInheritSettingsFromParentClusterAndPeripheral()
893 SetUpDeviceWithInfix(@" in ShouldThrowOnDerivingFromNonexistingRegister()
921 SetUpDeviceWithInfix(@" in ShouldDeriveFromRegisterInTheSameScope()
949 SetUpDeviceWithInfix(@" in ShouldDeriveFromRegisterInDifferentCluster()
981 SetUpDeviceWithInfix(@" in ShouldDeriveFromRegisterInDifferentPeripheral()
1019 private void SetUpDeviceWithInfix(string infix, bool littleEndian = true) in SetUpDeviceWithInfix() method in Antmicro.Renode.UnitTests.SVDParserTests