Searched refs:msgtxt (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython3/Lib/idlelib/
H A Drunscript.py73 msgtxt, (lineno, start) = msg.args
76 "Token Error: %s" % msgtxt)
/external/python/cpython2/Lib/idlelib/
H A DScriptBinding.py74 msgtxt, (lineno, start) = msg.args
77 "Token Error: %s" % msgtxt)
/external/python/cpython3/Lib/test/test_email/
H A Dtest_email.py3332 msgtxt = f.read()
3333 msgtxt_nl = msgtxt.replace('\r\n', '\n')
3334 msg = email.message_from_string(msgtxt)
3343 msgtxt = f.read()
3344 msgtxt_nl = msgtxt.replace('\r\n', '\n')
3349 self.assertEqual(s.getvalue().decode('ascii'), msgtxt)
3354 msgtxt = f.read()
3355 msgtxt = msgtxt.replace(b'with attachment', b'fo\xf6')
3356 msgtxt_nl = msgtxt
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c905 char *msgtxt; local
985 msgtxt = "Request";
988 msgtxt = "2/2 Group";
993 msgtxt = "4/4 Pairwise";
996 msgtxt = "2/4 Pairwise";
1103 "SNonce did not change", msgtxt);
1107 "unexpected replay counter", msgtxt);
1188 "received EAPOL-Key frame (%s)", msgtxt);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c905 char *msgtxt; local
985 msgtxt = "Request";
988 msgtxt = "2/2 Group";
993 msgtxt = "4/4 Pairwise";
996 msgtxt = "2/4 Pairwise";
1103 "SNonce did not change", msgtxt);
1107 "unexpected replay counter", msgtxt);
1188 "received EAPOL-Key frame (%s)", msgtxt);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c905 char *msgtxt; local
985 msgtxt = "Request";
988 msgtxt = "2/2 Group";
993 msgtxt = "4/4 Pairwise";
996 msgtxt = "2/4 Pairwise";
1103 "SNonce did not change", msgtxt);
1107 "unexpected replay counter", msgtxt);
1188 "received EAPOL-Key frame (%s)", msgtxt);

Completed in 241 milliseconds