Home
last modified time | relevance | path

Searched refs:msgtxt (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Drunscript.py61 msgtxt, (lineno, start) = msg.args
64 "Token Error: %s" % msgtxt)
/external/python/cpython2/Lib/idlelib/
DScriptBinding.py74 msgtxt, (lineno, start) = msg.args
77 "Token Error: %s" % msgtxt)
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py3329 msgtxt = f.read()
3330 msgtxt_nl = msgtxt.replace('\r\n', '\n')
3331 msg = email.message_from_string(msgtxt)
3340 msgtxt = f.read()
3341 msgtxt_nl = msgtxt.replace('\r\n', '\n')
3346 self.assertEqual(s.getvalue().decode('ascii'), msgtxt)
3351 msgtxt = f.read()
3352 msgtxt = msgtxt.replace(b'with attachment', b'fo\xf6')
3353 msgtxt_nl = msgtxt.replace(b'\r\n', b'\n')
3358 self.assertEqual(s.getvalue(), msgtxt)
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c938 char *msgtxt; in wpa_receive() local
1018 msgtxt = "Request"; in wpa_receive()
1021 msgtxt = "2/2 Group"; in wpa_receive()
1026 msgtxt = "4/4 Pairwise"; in wpa_receive()
1029 msgtxt = "2/4 Pairwise"; in wpa_receive()
1128 "SNonce did not change", msgtxt); in wpa_receive()
1132 "unexpected replay counter", msgtxt); in wpa_receive()
1213 "received EAPOL-Key frame (%s)", msgtxt); in wpa_receive()