Searched refs:rep (Results 1 – 3 of 3) sorted by relevance
83 Object rep = clientDut.rpcCall("bluetoothCheckState"); in setup() local84 Assert.assertEquals(true, rep); in setup()87 rep = clientDut.rpcCall("bluetoothGetLocalName"); in setup()88 Assert.assertEquals(BLUETOOTH_NAME, rep); in setup()107 Object rep = dutClient.rpcCall("bluetoothGetScanMode"); in run() local109 Assert.assertEquals(3, rep); in run()
193 String rep = sendCommand(Sl4aClient.INIT); in open() local194 CLog.i("response sl4a INIT: %s", rep); in open()195 JSONObject init = new JSONObject(rep); in open()
662 def ReplaceAll(pattern, rep, s): argument677 return _regexp_compile_cache[pattern].sub(rep, s)