Home
last modified time | relevance | path

Searched defs:resp (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
DXmlRpcHelperTest.java45 List<String> resp = null; in testParseTrue() local
54 List<String> resp = null; in testParseFalse() local
72 List<String> resp = null; in testParse_multiValue() local
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Drpc_connection_test.py27 def __init__(self, resp): argument
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aClient.java252 JSONObject resp = new JSONObject(response); in sendThroughSocket() local
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationXmlParser.java318 String resp = mConfigDef.addExpectedDevice(deviceName, isFake); in addObject() local
/tools/test/connectivity/acts/tests/google/net/
DDhcpServerTest.py835 def _assert_standard_offer_or_ack(self, resp, renewing=False, bcast=False, argument
999 def assert_bootp_response(resp, req): argument