Searched defs:rep (Results 1 – 10 of 10) sorted by relevance
65 FeatureResponse rep = mResolveFeature.execute(builder.build()); in testRemotePaths() local83 FeatureResponse rep = mResolveFeature.execute(builder.build()); in testRemotePaths_multi() local
77 Object rep = clientDut.rpcCall("bluetoothCheckState"); in setup() local103 Object rep = dutClient.rpcCall("bluetoothGetScanMode"); in run() local
74 FeatureResponse rep = mClient in fetchParentOptions() local
167 Object rep = mClient.rpcCall("getBoolean", false); in testRpcCall_booleanResponse() local
187 FeatureResponse rep = feature.execute(request); in createResponse() local
212 FeatureResponse rep = in getRunningJavaBinaryPath() local
193 String rep = sendCommand(Sl4aClient.INIT); in open() local
744 FeatureResponse rep = in stageRemoteFile() local
588 FeatureResponse rep = in stageTestArtifacts() local
1040 def ReplaceAll(pattern, rep, s): argument