HomeSort by relevance Sort by last modified time
    Searched refs:eventStr (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMonitor.java 743 String eventStr = mWifiNative.waitForEvent();
746 if (!eventStr.contains(BSS_ADDED_STR) && !eventStr.contains(BSS_REMOVED_STR)) {
747 if (DBG) Log.d(TAG, "Event [" + eventStr + "]");
748 mLocalLog.log("Event [" + eventStr + "]");
751 if (dispatchEvent(eventStr)) {
759 private synchronized boolean dispatchEvent(String eventStr) {
762 if (eventStr.startsWith("IFNAME=")) {
763 int space = eventStr.indexOf(' ');
765 iface = eventStr.substring(7, space)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 515 def GetKeyBinding(self, keySetName, eventStr):
519 eventStr - string, the virtual event we want the binding for,
522 eventName=eventStr[2:-2] #trim off the angle brackets
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 515 def GetKeyBinding(self, keySetName, eventStr):
519 eventStr - string, the virtual event we want the binding for,
522 eventName=eventStr[2:-2] #trim off the angle brackets
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 515 def GetKeyBinding(self, keySetName, eventStr):
519 eventStr - string, the virtual event we want the binding for,
522 eventName=eventStr[2:-2] #trim off the angle brackets
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 515 def GetKeyBinding(self, keySetName, eventStr):
519 eventStr - string, the virtual event we want the binding for,
522 eventName=eventStr[2:-2] #trim off the angle brackets

Completed in 396 milliseconds