Home
last modified time | relevance | path

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

123

/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)
Dzeroconf.py346 def register_TXT(self, domain, txt_list, announce=False): argument
360 if announce:
/external/chromium-trace/catapult/third_party/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/third_party/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/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/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/tlsdate/
Devents.dot38 announce -> dbus;
53 save_ok -> announce -> sleep;
DCHANGELOG47 Fix a race in tlsdate-dbus-announce that can cause signal drops.
85 This introduces the 'tlsdate-dbus-announce' utility
95 Add simple AppArmor profile for /usr/bin/tlsdate-dbus-announce
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp34 printUString(const char *announce, const UChar *s, int32_t length) { in printUString() argument
47 printf("%sproblem converting string from Unicode: %s\n", announce, u_errorName(errorCode)); in printUString()
51 printf("%s%s {", announce, out); in printUString()
74 printUnicodeString(const char *announce, const UnicodeString &s) { in printUnicodeString() argument
87 printf("%s%s {", announce, out); in printUnicodeString()
/external/curl/docs/
DRELEASE-PROCEDURE32 - edit `_newslog.html` (announce the new release) and
47 - send an email to curl-users, curl-announce and curl-library. Insert the
DSECURITY88 the same manner we always announce releases. It gets sent to the
89 curl-announce, curl-library and curl-users mailing lists.
/external/fonttools/
Dsetup.py28 self.announce(
/external/avahi/avahi-core/
DMakefile.am64 announce.c announce.h \
DAndroid.mk17 announce.c \
/external/libdrm/
DRELEASING54 create an announce email template. The script takes one argument:
61 libdrm-2.4.16.announce which has a detailed summary of the
/external/autotest/client/site_tests/p2p_ShareFiles/
Dcontrol19 CRITERIA = "Fails if p2p-server doesn't announce its shared files via mDNS."
/external/chromium-trace/catapult/telemetry/third_party/altgraph/
Dsetup.py658 self.announce("Uploading documentation to %s"%(self.repository,), log.INFO)
684 self.announce(str(e), log.ERROR)
689 self.announce('Upload succeeded (%s): %s' % (r.status, r.reason),
692 self.announce('Upload failed (%s): %s' % (r.status, r.reason),
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/
Dsetup.py658 self.announce("Uploading documentation to %s"%(self.repository,), log.INFO)
684 self.announce(str(e), log.ERROR)
689 self.announce('Upload succeeded (%s): %s' % (r.status, r.reason),
692 self.announce('Upload failed (%s): %s' % (r.status, r.reason),
/external/owasp/sanitizer/tools/findbugs/doc/
DperformingARelease.txt27 …d email to findbugs-discuss and findbugs-core. For a full release, send email to findbugs-announce.
/external/chromium-trace/catapult/dashboard/docs/
Dadmin-tasks.md18 If it's necessary at some point to have scheduled downtime, announce
20 announce in these ways:
26 3. Send an email to `chrome-perf-dashboard-announce@google.com`.
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
Drun_tests.py139 term.announce = \

123