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

  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-nfc.py 164 datamsg = nfc.ndef.Message(data)
165 message.add_carrier(datamsg[0], "active", datamsg[1:])
178 datamsg = nfc.ndef.Message(data)
179 message.add_carrier(datamsg[0], "active", datamsg[1:])
wps-nfc.py 214 datamsg = nfc.ndef.Message(data)
215 message.add_carrier(datamsg[0], "active", datamsg[1:])
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 1233 def datamsg(type): return \
1235 def straln(a): return (caddr_t)((intptr_t)(a) & ~(sizeof (int)-1)) function

Completed in 147 milliseconds