Home
last modified time | relevance | path

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

/tools/tradefederation/core/prod-tests/src/com/android/tradefed/
DSl4aBluetoothDiscovery.java83 Object rep = clientDut.rpcCall("bluetoothCheckState"); in setup() local
84 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() local
109 Assert.assertEquals(3, rep); in run()
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aClient.java193 String rep = sendCommand(Sl4aClient.INIT); in open() local
194 CLog.i("response sl4a INIT: %s", rep); in open()
195 JSONObject init = new JSONObject(rep); in open()
/tools/repohooks/tools/
Dcpplint.py662 def ReplaceAll(pattern, rep, s): argument
677 return _regexp_compile_cache[pattern].sub(rep, s)