Searched refs:isUp (Results 1 – 3 of 3) sorted by relevance
35 Method isUp; in NetworkTopologyDiscoveryImpl() local37 isUp = NetworkInterface.class.getMethod("isUp", (Class<?>[]) null); in NetworkTopologyDiscoveryImpl()40 isUp = null; in NetworkTopologyDiscoveryImpl()42 _isUp = isUp; in NetworkTopologyDiscoveryImpl()
43 boolean up = netif.isUp(); in test_isUp()50 assertEquals(name + " up should be " + !up, !up, netif.isUp()); in test_isUp()55 assertEquals(name + " up should be " + up, up, netif.isUp()); in test_isUp()
271 bool isUp = (eventNames().mouseupEvent == type); in handleMouseEvent() local276 if (isUp || isDown) { in handleMouseEvent()278 evt.data.mouse.action = isUp ? kUp_ANPMouseAction : kDown_ANPMouseAction; in handleMouseEvent()