Home
last modified time | relevance | path

Searched defs:expected_error_substr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/tools/opt/
H A Dflags.py285 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsNegative
293 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsInvalidNumber
301 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsNegative
309 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsInvalidNumber
317 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsNegative
325 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsInvalidNumber
333 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsNegative
341 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsInvalidNumber
349 expected_error_substr = 'must have a positive integer argument' variable in TestLoopPeelingThresholdArgsNegative
357 expected_error_substr = 'must have a positive integer argument' variable in TestLoopPeelingThresholdArgsInvalidNumber
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/tools/opt/
H A Dflags.py285 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsNegative
293 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsInvalidNumber
301 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsNegative
309 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsInvalidNumber
317 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsNegative
325 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsInvalidNumber
333 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsNegative
341 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsInvalidNumber
349 expected_error_substr = 'must have a positive integer argument' variable in TestLoopPeelingThresholdArgsNegative
357 expected_error_substr = 'must have a positive integer argument' variable in TestLoopPeelingThresholdArgsInvalidNumber
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/tools/opt/
Dflags.py285 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsNegative
293 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsInvalidNumber
301 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsNegative
309 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsInvalidNumber
317 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsNegative
325 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsInvalidNumber
333 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsNegative
341 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsInvalidNumber
349 expected_error_substr = 'must have a positive integer argument' variable in TestLoopPeelingThresholdArgsNegative
357 expected_error_substr = 'must have a positive integer argument' variable in TestLoopPeelingThresholdArgsInvalidNumber
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddevice_name_utils_test.cc425 const string& expected_error_substr) { in MergeDevNamesError()