Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/tc-testing/
Dtdc.py272 res = find_in_json(res, outputJSON, matchJSON, 0)
276 def find_in_json(res, outputJSONVal, matchJSONVal, matchJSONKey=None): function
310 res = find_in_json(res, outputJSONVal[matchJSONIdx], matchJSONVal,
334 res = find_in_json(res, outputJSONVal[matchJSONKey], matchJSONVal, matchJSONKey)
339 res = find_in_json(res, outputJSONVal, matchJSONVal, matchJSONKey)