Home
last modified time | relevance | path

Searched refs:instrument (Results 1 – 15 of 15) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Dattenuator.py86 "Address": attenuator.instrument.address,
95 attn.instrument.close()
158 if (attenuator.instrument.address ==
265 def __init__(self, instrument, idx=0, offset=0): argument
282 if not isinstance(instrument, AttenuatorInstrument):
284 self.model = instrument.model
285 self.instrument = instrument
289 if self.idx >= instrument.num_atten:
305 if value + self.offset > self.instrument.max_atten and strict:
309 self.instrument.set_atten(self.idx, value + self.offset, strict)
[all …]
/tools/tradefederation/core/tests/res/testdata/
Dtest_mapping_golden225 "name": "instrument",
Dtest_mapping_130 "name": "instrument",
Dtest_mapping_with_comments225 "name": "instrument",
/tools/test/connectivity/acts/tests/google/wifi/
DWifiSoftApPerformanceTest.py55 self.num_atten = self.attenuators[0].instrument.num_atten
DWifiRoamingPerformanceTest.py60 self.num_atten = self.attenuators[0].instrument.num_atten
434 atten.set_atten(atten.instrument.max_atten)
DWifiPingTest.py76 self.num_atten = self.attenuators[0].instrument.num_atten
441 atten.offset = atten.instrument.max_atten
DWifiSensitivityTest.py149 self.num_atten = self.attenuators[0].instrument.num_atten
430 atten.offset = atten.instrument.max_atten
DWifiThroughputStabilityTest.py106 self.num_atten = self.attenuators[0].instrument.num_atten
DWifiRvrTest.py73 self.num_atten = self.attenuators[0].instrument.num_atten
DWifiRssiTest.py71 self.num_atten = self.attenuators[0].instrument.num_atten
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerBaseTest.py152 self.num_atten = self.attenuators[0].instrument.num_atten
/tools/tradefederation/core/res/jacoco/
Djacocoagent.jar ... java.lang.String, java.lang.instrument.Instrumentation) throws java.lang.Exception String ...
Djacocoant.jar ... Instrumenter instrumenter java.util.Iterator resourceIterator private int instrument (org.jacoco.core.instr.Instrumenter ...
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexPerformanceBaseTest.py79 self.num_atten = self.attenuators[0].instrument.num_atten