/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | test-thumb.c | 130 TEST_P( "mov sp, r",8,-8, "") in kprobe_thumb16_test_cases() 185 TEST_P( "ldr r0, [r",1, 24,", #120]") in kprobe_thumb16_test_cases() 186 TEST_P( "ldr r7, [r",6, 24,", #120]") in kprobe_thumb16_test_cases() 189 TEST_P( "ldrb r0, [r",1, 24,", #30]") in kprobe_thumb16_test_cases() 190 TEST_P( "ldrb r7, [r",6, 24,", #30]") in kprobe_thumb16_test_cases() 193 TEST_P( "ldrh r0, [r",1, 24,", #60]") in kprobe_thumb16_test_cases() 194 TEST_P( "ldrh r7, [r",6, 24,", #60]") in kprobe_thumb16_test_cases() 202 TEST_P( "ldr r0, [r",0, 24,"]") in kprobe_thumb16_test_cases() 299 TEST_P("ldmia r",4, 16*4,"!, {r0,r7}") in kprobe_thumb16_test_cases() 300 TEST_P("ldmia r",7, 16*4,"!, {r0-r6}") in kprobe_thumb16_test_cases() [all …]
|
H A D | test-arm.c | 182 TEST_P( "mov sp, r",10,0,"") in kprobe_arm_test_cases() 513 TEST_P( "ldrh r0, [r",0, 24,", #-2]") in kprobe_arm_test_cases() 514 TEST_P( "ldrhvs r14, [r",13,0, ", #2]") in kprobe_arm_test_cases() 515 TEST_P( "ldrh r1, [r",2, 24,", #4]!") in kprobe_arm_test_cases() 516 TEST_P( "ldrhvc r12, [r",11,24,", #-4]!") in kprobe_arm_test_cases() 517 TEST_P( "ldrh r2, [r",3, 24,"], #48") in kprobe_arm_test_cases() 518 TEST_P( "ldrh r10, [r",9, 64,"], #-48") in kprobe_arm_test_cases() 532 TEST_P( "ldrsb r0, [r",0, 24,", #-1]") in kprobe_arm_test_cases() 533 TEST_P( "ldrsbge r14, [r",13,0, ", #1]") in kprobe_arm_test_cases() 534 TEST_P( "ldrsb r1, [r",2, 24,", #4]!") in kprobe_arm_test_cases() [all …]
|
H A D | test-core.h | 266 #define TEST_P(code1, reg1, val1, code2) \ macro
|
/openbmc/telemetry/tests/src/ |
H A D | test_trigger_actions.cpp | 75 TEST_P(TestLogToJournalNumeric, commitAnActionDoesNotThrow) in TEST_P() function 85 TEST_P(TestLogToJournalNumericThrow, commitAnActionExpectThrow) in TEST_P() function 97 TEST_P(TestLogToRedfishEventLogNumeric, commitExpectNoThrow) in TEST_P() function 109 TEST_P(TestLogToRedfishEventLogNumericThrow, commitExpectToThrow) in TEST_P() function 167 TEST_P(TestLogToJournalDiscrete, commitAnActionWIthDiscreteValueDoesNotThrow) in TEST_P() function 178 TEST_P(TestLogToJournalDiscreteThrow, commitAnActionExpectThrow) in TEST_P() function
|
H A D | test_path_append.cpp | 34 TEST_P(TestPathAppend, pathAppendsCorrectly) in TEST_P() function 54 TEST_P(TestPathAppendFail, pathAppendsCorrectly) in TEST_P() function
|
H A D | test_discrete_threshold.cpp | 84 TEST_P(TestDiscreteThresholdValues, thresholdValueIsNumericAndStoredCorrectly) in TEST_P() function 100 TEST_P(TestBadDiscreteThresholdValues, throwsWhenNotNumericValues) in TEST_P() function 284 TEST_P(TestDiscreteThresholdNoDwellTime, senorsIsUpdatedMultipleTimes) in TEST_P() function 335 TEST_P(TestDiscreteThresholdWithDwellTime, senorsIsUpdatedMultipleTimes) in TEST_P() function
|
H A D | test_report.cpp | 672 TEST_P(TestReportStore, settingPersistencyToTrueStoresReport) in TEST_P() function 692 TEST_P(TestReportStore, reportIsSavedToStorageAfterCreated) in TEST_P() function 718 TEST_P(TestReportValidNames, reportCtorDoesNotThrowOnValidName) in TEST_P() function 738 TEST_P(TestReportInvalidIds, failsToCreateReportWithInvalidName) in TEST_P() function 764 TEST_P(TestReportAllReportTypes, returnPropertValueOfReportType) in TEST_P() function 771 TEST_P(TestReportAllReportTypes, readingsAreUpdated) in TEST_P() function 782 TEST_P(TestReportAllReportTypes, readingsAreNotUpdatedWhenReportIsDisabled) in TEST_P() function 794 TEST_P(TestReportAllReportTypes, readingsAreNotUpdatedWhenReportIdDiffers) in TEST_P() function 855 TEST_P(TestReportNonOnRequestType, readingsAreNotUpdateOnUpdateCall) in TEST_P() function 879 TEST_P(TestReportNonPeriodicReport, readingsAreNotUpdatedAfterIntervalExpires) in TEST_P() function [all …]
|
H A D | test_metric.cpp | 345 TEST_P(TestMetricCalculationFunctions, calculatesReadingValue) in TEST_P() function 362 TEST_P(TestMetricCalculationFunctions, in TEST_P() function 381 TEST_P(TestMetricCalculationFunctions, returnsIsTimerRequired) in TEST_P() function
|
H A D | test_labeled_tuple.cpp | 39 TEST_P(TestLabeledTupleDoubleSpecialization, in TEST_P() function
|
H A D | test_sensor_cache.cpp | 65 TEST_P(TestSensorCacheP, shouldReturnDifferentSensorWhenIdsAreDifferent) in TEST_P() function
|
H A D | test_on_change_threshold.cpp | 137 TEST_P(TestOnChangeThresholdUpdates, senorsIsUpdatedMultipleTimes) in TEST_P() function
|
H A D | test_numeric_threshold.cpp | 358 TEST_P(TestNumericThresholdNoDwellTime, senorsIsUpdatedMultipleTimes) in TEST_P() function 539 TEST_P(TestNumericThresholdWithDwellTime, senorsIsUpdatedMultipleTimes) in TEST_P() function
|
H A D | test_report_manager.cpp | 512 TEST_P(TestReportManagerWithAggregationOperationType, in TEST_P() function
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/ |
H A D | firmware_open_unittest.cpp | 21 TEST_P(FirmwareOpenFailTest, WithFlags) in TEST_P() function
|
/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | tools_pci_unittest.cpp | 197 TEST_P(PciSetupTest, NotFound) in TEST_P() function 214 TEST_P(PciSetupTest, ProbeFail) in TEST_P() function 234 TEST_P(PciSetupTest, MapFail) in TEST_P() function 260 TEST_P(PciSetupTest, UnmapFail) in TEST_P() function 323 TEST_P(PciSetupTest, Success) in TEST_P() function
|
/openbmc/libbej/test/ |
H A D | bej_decoder_test.cpp | 59 TEST_P(BejDecoderTest, Decode) in TEST_P() function
|
H A D | bej_encoder_test.cpp | 339 TEST_P(BejEncoderTest, Encode) in TEST_P() function 383 TEST_P(BejEncoderTest, EncodeWrapper) in TEST_P() function
|
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/ |
H A D | version_stat_unittest.cpp | 55 TEST_P(VersionStatSizeBlobTest, StatWithSize) in TEST_P() function
|
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/ |
H A D | log_stat_unittest.cpp | 69 TEST_P(LogStatSizeBlobTest, StatWithSize) in TEST_P() function
|
/openbmc/phosphor-pid-control/test/ |
H A D | dbus_util_unittest.cpp | 27 TEST_P(GetSensorPathTest, ReturnsExpectedValue) in TEST_P() function
|