Home
last modified time | relevance | path

Searched refs:find_in_json (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/testing/selftests/tc-testing/
Dtdc.py294 res = find_in_json(res, outputJSON, matchJSON, 0)
298 def find_in_json(res, outputJSONVal, matchJSONVal, matchJSONKey=None): function
332 res = find_in_json(res, outputJSONVal[matchJSONIdx], matchJSONVal,
356 res = find_in_json(res, outputJSONVal[matchJSONKey], matchJSONVal, matchJSONKey)
361 res = find_in_json(res, outputJSONVal, matchJSONVal, matchJSONKey)