Home
last modified time | relevance | path

Searched refs:announce (Results 1 – 25 of 76) sorted by relevance

1234

/external/libevent/test/
Dtest.sh55 announce () { function
71 announce Skipping test
78 announce OKAY ;
80 announce FAILED ;
88 announce OKAY ;
90 announce FAILED ;
95 announce "OKAY (output not checked)" ;
97 announce "FAILED (output not checked)" ;
111 announce OKAY ;
113 announce FAILED ;
[all …]
/external/valgrind/none/tests/ppc32/
Dlsw.c11 static void announce ( char* str ) in announce() function
23 announce("lswi n == 8 (fe special cased)"); in main()
37 announce("lswi n /= 8"); in main()
50 announce("lswx"); in main()
67 announce("stswi n == 8 (fe special cased)"); in main()
78 announce("stswi n /= 8"); in main()
89 announce("stswx"); in main()
/external/valgrind/none/tests/ppc64/
Dlsw.c11 static void announce ( char* str ) in announce() function
23 announce("lswi n == 8 (fe special cased)"); in main()
37 announce("lswi n /= 8"); in main()
50 announce("lswx"); in main()
67 announce("stswi n == 8 (fe special cased)"); in main()
78 announce("stswi n /= 8"); in main()
89 announce("stswx"); in main()
/external/autotest/client/cros/netprotos/
Dcros_p2p.py40 def add_file(self, file_id, file_size, announce=False): argument
49 self._update_records(announce)
52 def remove_file(self, file_id, announce=False): argument
60 self._update_records(announce)
63 def set_num_connections(self, num_connections, announce=False): argument
74 self._update_records(announce)
77 def _update_records(self, announce): argument
83 self._zeroconf.hostname + '.' + self._p2p_domain, txts, announce)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/term/
D_term.py96 announce("%%(GREEN)s%s%%(NORMAL)s" % bmt, **kwargs)
101 announce("%%(BOLD)s%%(RED)s%s%%(NORMAL)s" % bmt, **kwargs)
106 announce("%%(BOLD)s%%(YELLOW)s%s%%(NORMAL)s" % fmt, **kwargs)
109 def announce(fmt, **kwargs): function
D__init__.py28 from _setup.term._term import terminfo, write, green, red, yellow, announce
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/term/
D_term.py97 announce("%%(GREEN)s%s%%(NORMAL)s" % bmt, **kwargs)
102 announce("%%(BOLD)s%%(RED)s%s%%(NORMAL)s" % bmt, **kwargs)
107 announce("%%(BOLD)s%%(YELLOW)s%s%%(NORMAL)s" % fmt, **kwargs)
110 def announce(fmt, **kwargs): function
D__init__.py28 from _setup.term._term import terminfo, write, green, red, yellow, announce
/external/python/cpython2/Lib/distutils/command/
Dregister.py141 self.announce('''\
169 self.announce('Server response (%s): %s' % (code, result),
179 self.announce(('I can store your PyPI login so future '
181 self.announce('(the login will be stored in %s)' % \
255 self.announce('Registering %s to %s' % (data['name'],
313 self.announce('%s%s%s' % (dashes, data, dashes))
Dupload.py163 self.announce("Submitting %s to %s" % (filename, self.repository), log.INFO)
180 self.announce(msg, log.INFO)
182 self.announce(str(e), log.ERROR)
189 self.announce('Server response (%s): %s' % (status, reason),
193 self.announce(msg, log.ERROR)
/external/python/cpython3/Lib/distutils/command/
Dregister.py140 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)
Dupload.py168 self.announce(msg, log.INFO)
188 self.announce(str(e), log.ERROR)
192 self.announce('Server response (%s): %s' % (status, reason),
197 self.announce(msg, log.INFO)
200 self.announce(msg, log.ERROR)
/external/libyuv/files/
Dsetup_links.py131 def announce(self, planning): member in Action
151 def announce(self, planning): member in Remove
172 def announce(self, planning): member in Rmtree
208 def announce(self, planning): member in Symlink
281 action.announce(planning=True)
288 action.announce(planning=True)
323 action.announce(planning=False)
/external/webrtc/
Dsetup_links.py152 def announce(self, planning): member in Action
172 def announce(self, planning): member in Remove
193 def announce(self, planning): member in Rmtree
229 def announce(self, planning): member in Symlink
302 action.announce(planning=True)
309 action.announce(planning=True)
344 action.announce(planning=False)
/external/python/cpython2/Lib/distutils/
Ddist.py308 self.announce(indent + header)
312 self.announce(indent + "no commands known yet")
318 self.announce(indent +
321 self.announce(indent +
325 self.announce(indent + " " + line)
373 self.announce("using config files: %s" % ', '.join(files))
384 self.announce("Distribution.parse_config_files():")
389 self.announce(" reading %s" % filename)
842 self.announce("Distribution.get_command_obj(): " \
874 self.announce(" setting options for '%s' command:" % command_name)
[all …]
Dcmd.py157 self.announce(indent + header, level=log.INFO)
164 self.announce(indent + "%s = %s" % (option, value),
180 def announce(self, msg, level=1): member in Command
/external/python/cpython3/Lib/distutils/
Ddist.py301 self.announce(indent + header)
305 self.announce(indent + "no commands known yet")
311 self.announce(indent +
314 self.announce(indent +
318 self.announce(indent + " " + line)
366 self.announce("using config files: %s" % ', '.join(files))
389 self.announce("Distribution.parse_config_files():")
394 self.announce(" reading %s" % filename)
843 self.announce("Distribution.get_command_obj(): "
875 self.announce(" setting options for '%s' command:" % command_name)
[all …]
Dcmd.py155 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
/external/testng/
DANNOUNCEMENT.txt10 The TestNG team is happy to announce the immediate availability of TestNG 4.5.
27 The TestNG team is happy to announce the immediate availability of TestNG 4.0, with a lot of improv…
41 The TestNG team is happy to announce the availability of TestNG 2.3.
64 I am happy to announce the availability of TestNG 2.1 (http://beust.com/testng).
92 The TestNG team is happy to announce the first release of the TestNG plug-in for Eclipse.
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp44 printUString(const char *announce, const UChar *s, int32_t length) { in printUString() argument
57 printf("%sproblem converting string from Unicode: %s\n", announce, u_errorName(errorCode)); in printUString()
61 printf("%s%s {", announce, out); in printUString()
84 printUnicodeString(const char *announce, const UnicodeString &s) { in printUnicodeString() argument
97 printf("%s%s {", announce, out); in printUnicodeString()
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_Release26 6. Craft a release message and send to: posixtest-announce.
30 the announce mailing list.]
/external/autotest/site_utils/stable_images/
Dassign_stable_images.py253 def announce(self): member in _VersionUpdater
358 def announce(self): member in _DryRunUpdater
608 updater.announce()
/external/walt/
DREADME.md9 …c mailing list for major announcements [walt-announce](https://groups.google.com/forum/#!forum/wal…
/external/libdrm/
DRELEASING40 create an announce email template. The script takes one argument:
47 libdrm-2.4.16.announce which has a detailed summary of the
/external/curl/docs/
DRELEASE-PROCEDURE32 - edit `_newslog.html` (announce the new release) and
52 - send an email to curl-users, curl-announce and curl-library. Insert the

1234