/third_party/python/Lib/distutils/command/ |
H A D | upload.py | 182 self.announce(msg, log.INFO) 202 self.announce(str(e), log.ERROR) 206 self.announce('Server response (%s): %s' % (status, reason), 211 self.announce(msg, log.INFO) 214 self.announce(msg, log.ERROR)
|
H A D | register.py | 140 self.announce('''\ 167 self.announce('Server response (%s): %s' % (code, result), 177 self.announce(('I can store your PyPI login so future ' 179 self.announce('(the login will be stored in %s)' % \ 253 self.announce('Registering %s to %s' % (data['name'], 303 self.announce(msg, log.INFO)
|
/third_party/python/Lib/distutils/ |
H A D | dist.py | 312 self.announce(indent + header) 316 self.announce(indent + "no commands known yet") 322 self.announce(indent + 325 self.announce(indent + 329 self.announce(indent + " " + line) 377 self.announce("using config files: %s" % ', '.join(files)) 400 self.announce("Distribution.parse_config_files():") 405 self.announce(" reading %s" % filename) 854 self.announce("Distribution.get_command_obj(): " 886 self.announce(" settin 957 def announce(self, msg, level=log.INFO): global() function [all...] |
H A D | cmd.py | 155 self.announce(indent + header, level=log.INFO) 162 self.announce(indent + "%s = %s" % (option, value), 178 def announce(self, msg, level=1): member in Command
|
H A D | config.py | 53 self.announce('Using PyPI login from %s' % rc)
|
H A D | ccompiler.py | 895 def announce(self, msg, level=1): member in CCompiler
|
/third_party/icu/icu4c/source/samples/ustring/ |
H A D | ustring.cpp | 49 printUString(const char *announce, const UChar *s, int32_t length) { in printUString() argument 62 printf("%sproblem converting string from Unicode: %s\n", announce, u_errorName(errorCode)); in printUString() 66 printf("%s%s {", announce, out); in printUString() 89 printUnicodeString(const char *announce, const UnicodeString &s) { in printUnicodeString() argument 102 printf("%s%s {", announce, out); in printUnicodeString()
|
/third_party/skia/third_party/externals/icu/source/samples/ustring/ |
H A D | ustring.cpp | 49 printUString(const char *announce, const UChar *s, int32_t length) { in printUString() argument 62 printf("%sproblem converting string from Unicode: %s\n", announce, u_errorName(errorCode)); in printUString() 66 printf("%s%s {", announce, out); in printUString() 89 printUnicodeString(const char *announce, const UnicodeString &s) { in printUnicodeString() argument 102 printf("%s%s {", announce, out); in printUnicodeString()
|
/third_party/mbedtls/tests/scripts/ |
H A D | depends.py | 170 def announce(self, colors, what): function 172 If what is None, announce the start of the job. 173 If what is True, announce that the job has passed. 174 If what is False, announce that the job has failed.''' 449 job.announce(colors, None) 451 job.announce(colors, False) 455 job.announce(colors, success)
|
/third_party/lwip/src/apps/mdns/ |
H A D | mdns.c | 1521 struct mdns_outpacket announce; in mdns_announce() local 1525 memset(&announce, 0, sizeof(announce)); in mdns_announce() 1526 announce.netif = netif; in mdns_announce() 1527 announce.cache_flush = 1; in mdns_announce() 1530 announce.host_replies = REPLY_HOST_A | REPLY_HOST_PTR_V4; in mdns_announce() 1536 announce.host_replies |= REPLY_HOST_AAAA | REPLY_HOST_PTR_V6; in mdns_announce() 1537 announce.host_reverse_v6_replies |= (1 << i); in mdns_announce() 1545 announce.serv_replies[i] = REPLY_SERVICE_TYPE_PTR | REPLY_SERVICE_NAME_PTR | in mdns_announce() 1550 announce in mdns_announce() [all...] |
/third_party/python/ |
H A D | setup.py | 333 self.announce( 612 self.announce('WARNING: building of extension "%s" failed: %s' % 620 self.announce( 628 self.announce( 640 self.announce( 648 self.announce('WARNING: skipping import check for Cygwin-based "%s"' 671 self.announce('*** WARNING: renaming "%s" since importing it' 682 self.announce('*** WARNING: importing extension "%s" '
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_cmd.py | 70 cmd.announce = _announce
|
H A D | test_dist.py | 225 self.assertRaises(ValueError, dist.announce, args, kwargs)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | dpp_supplicant.c | 3556 struct wpabuf *msg, *announce = NULL; in wpas_dpp_chirp_start() local 3568 announce = dpp_build_reconfig_announcement( in wpas_dpp_chirp_start() 3574 msg = announce; in wpas_dpp_chirp_start() 3590 wpabuf_free(announce); in wpas_dpp_chirp_start()
|