Home
last modified time | relevance | path

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

/external/autotest/client/cros/tendo/n_faced_peerd/
Dn_faced_peerd_main.py61 for other_instance in self._instances:
63 if instance == other_instance:
65 instance.add_remote_peer(other_instance.self_peer)
/external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/
Dnetwork_WiFi_VerifyAttenuator.py254 for other_instance in [x for x in range(self.num_phys)
256 other_phy_num = self._get_phy_num_for_instance(other_instance)
264 self.context.router.get_ssid(instance=other_instance),
/external/v8/src/wasm/
Dwasm-module.cc853 Handle<WasmInstanceObject> other_instance(exported->instance(), isolate); in GetWasmFunctionForImportWrapper() local
855 return &other_instance->module()->functions[func_index]; in GetWasmFunctionForImportWrapper()