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.py68 msgtxt, (lineno, start) = msg.args
71 "Token Error: %s" % msgtxt)
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py3352 msgtxt = f.read()
3353 msgtxt_nl = msgtxt.replace('\r\n', '\n')
3354 msg = email.message_from_string(msgtxt)
3363 msgtxt = f.read()
3364 msgtxt_nl = msgtxt.replace('\r\n', '\n')
3369 self.assertEqual(s.getvalue().decode('ascii'), msgtxt)
3374 msgtxt = f.read()
3375 msgtxt = msgtxt.replace(b'with attachment', b'fo\xf6')
3376 msgtxt_nl = msgtxt.replace(b'\r\n', b'\n')
3381 self.assertEqual(s.getvalue(), msgtxt)
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c994 char *msgtxt; in wpa_receive() local
1073 msgtxt = "Request"; in wpa_receive()
1076 msgtxt = "2/2 Group"; in wpa_receive()
1081 msgtxt = "4/4 Pairwise"; in wpa_receive()
1084 msgtxt = "2/4 Pairwise"; in wpa_receive()
1177 msgtxt); in wpa_receive()
1181 msgtxt); in wpa_receive()
1258 "received EAPOL-Key frame (%s)", msgtxt); in wpa_receive()