Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DScriptBinding.py74 msgtxt, (lineno, start) = msg.args
77 "Token Error: %s" % msgtxt)
/external/python/cpython3/Lib/idlelib/
Drunscript.py67 msgtxt, (lineno, start) = msg.args
70 "Token Error: %s" % msgtxt)
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py3389 msgtxt = f.read()
3390 msgtxt_nl = msgtxt.replace('\r\n', '\n')
3391 msg = email.message_from_string(msgtxt)
3400 msgtxt = f.read()
3401 msgtxt_nl = msgtxt.replace('\r\n', '\n')
3406 self.assertEqual(s.getvalue().decode('ascii'), msgtxt)
3411 msgtxt = f.read()
3412 msgtxt = msgtxt.replace(b'with attachment', b'fo\xf6')
3413 msgtxt_nl = msgtxt.replace(b'\r\n', b'\n')
3418 self.assertEqual(s.getvalue(), msgtxt)
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c1016 char *msgtxt; in wpa_receive() local
1095 msgtxt = "Request"; in wpa_receive()
1098 msgtxt = "2/2 Group"; in wpa_receive()
1103 msgtxt = "4/4 Pairwise"; in wpa_receive()
1106 msgtxt = "2/4 Pairwise"; in wpa_receive()
1199 msgtxt); in wpa_receive()
1203 msgtxt); in wpa_receive()
1280 "received EAPOL-Key frame (%s)", msgtxt); in wpa_receive()