Home
last modified time | relevance | path

Searched refs:region (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/nr/cbr/
DCellBroadcastTest.py95 def _verify_device_in_specific_region(self, ad, region=None): argument
96 mccmnc = self.region_plmn_dict[region][MCC_MNC]
99 ad.log.info("device in %s region", region.upper())
102 ad.log.info("device not in %s region", region.upper())
120 def _set_device_to_specific_region(self, ad, region=None): argument
127 mccmnc = self.region_plmn_dict[region][MCC_MNC]
128 imsi = self.region_plmn_dict[region][IMSI]
130 region.upper(), mccmnc, imsi)
148 if not self._verify_device_in_specific_region(ad, region):
149 raise signals.TestSkip("unable to set device to %s region" % region.upper())
[all …]
/tools/dexter/slicer/
Dcontrol_flow_graph.cc35 current_block_.region = {}; in Finish()
112 current_block_.region.first = instr; in StartBlock()
113 current_block_.region.last = nullptr; in StartBlock()
121 assert(current_block_.region.first != nullptr); in EndBlock()
122 current_block_.region.last = instr; in EndBlock()
127 current_block_.region = {}; in EndBlock()
/tools/dexter/dexter/
Dexperimental.cc399 block.region.first->offset, in CodeCoverage()
400 block.region.last->offset); in CodeCoverage()
404 for (auto instr = block.region.first; instr != nullptr; instr = instr->next) { in CodeCoverage()
406 if (trace_point != nullptr || instr == block.region.last) { in CodeCoverage()
Ddissasembler.cc46 if (instr == current_block.region.first) { in StartInstruction()
56 if (instr == current_block.region.last) { in EndInstruction()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/
D__init__.py309 def set_region(self, region): argument
320 setting_to_update = {'region': region}
/tools/acloud/internal/lib/
Dgcompute_client.py174 region=scope_name)
1426 region = zone.rsplit("-", 1)[0]
1428 if region in subnetwork:
1431 (network, region))
Dgcompute_client_test.py147 project=PROJECT, operation=self.OPERATION_NAME, region=self.REGION)