Home
last modified time | relevance | path

Searched defs:expected_response (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/site_tests/firmware_Cr50U2fCommands/
Dfirmware_Cr50U2fCommands.py89 def check_response_size(response, expected_response, success_size): argument
167 expected_response): argument
188 expected_response=VENDOR_CMD_RESPONSE_SUCCESS): argument
209 expected_response=VENDOR_CMD_RESPONSE_SUCCESS, argument
404 expected_response, argument
/external/autotest/client/common_lib/cros/
Ddev_server.py1178 expected_response=SUCCESS, **kwargs): argument
1529 error_message, expected_response=SUCCESS): argument
2554 expected_response=SUCCESS): argument
/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request_test.cc302 string expected_response = "get response"; in TEST() local