HomeSort by relevance Sort by last modified time
    Searched refs:announce (Results 1 - 25 of 37) sorted by null

1 2

  /external/valgrind/main/none/tests/ppc32/
lsw.c 11 static void announce ( char* str ) function
23 announce("lswi n == 8 (fe special cased)");
37 announce("lswi n /= 8");
50 announce("lswx");
67 announce("stswi n == 8 (fe special cased)");
78 announce("stswi n /= 8");
89 announce("stswx");
  /external/valgrind/main/none/tests/ppc64/
lsw.c 11 static void announce ( char* str ) function
23 announce("lswi n == 8 (fe special cased)");
37 announce("lswi n /= 8");
50 announce("lswx");
67 announce("stswi n == 8 (fe special cased)");
78 announce("stswi n /= 8");
89 announce("stswx");
  /system/core/toolbox/
watchprops.c 24 static void announce(char *name, char *value) function
68 announce(name, value);
73 announce(name, value);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 164 self.announce("Submitting %s to %s" % (filename, self.repository), log.INFO)
181 self.announce(msg, log.INFO)
183 self.announce(str(e), log.ERROR)
190 self.announce('Server response (%s): %s' % (status, reason),
193 self.announce('Upload failed (%s): %s' % (status, reason),
register.py 141 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))
bdist_wininst.py 262 self.announce("creating %s" % installer_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 164 self.announce("Submitting %s to %s" % (filename, self.repository), log.INFO)
181 self.announce(msg, log.INFO)
183 self.announce(str(e), log.ERROR)
190 self.announce('Server response (%s): %s' % (status, reason),
193 self.announce('Upload failed (%s): %s' % (status, reason),
register.py 141 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))
bdist_wininst.py 262 self.announce("creating %s" % installer_name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 308 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)
944 def announce(self, msg, level=log.INFO): function
    [all...]
config.py 55 self.announce('Using PyPI login from %s' % rc)
cmd.py 157 self.announce(indent + header, level=log.INFO)
164 self.announce(indent + "%s = %s" % (option, value),
180 def announce(self, msg, level=1): member in class:Command
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 308 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)
944 def announce(self, msg, level=log.INFO): function
    [all...]
config.py 55 self.announce('Using PyPI login from %s' % rc)
cmd.py 157 self.announce(indent + header, level=log.INFO)
164 self.announce(indent + "%s = %s" % (option, value),
180 def announce(self, msg, level=1): member in class:Command
  /external/icu4c/samples/ustring/
ustring.cpp 36 printUString(const char *announce, const UChar *s, int32_t length) {
49 printf("%sproblem converting string from Unicode: %s\n", announce, u_errorName(errorCode));
53 printf("%s%s {", announce, out);
76 printUnicodeString(const char *announce, const UnicodeString &s) {
89 printf("%s%s {", announce, out);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 58 cmd.announce = _announce
test_dist.py 204 self.assertRaises(ValueError, dist.announce, args, kwargs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 58 cmd.announce = _announce
test_dist.py 204 self.assertRaises(ValueError, dist.announce, args, kwargs)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties 33 RSSFeedAddEntryTask.AnnouncePrefix=[announce]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 417 private void setHour(int value, boolean announce) {
432 if (announce) {
449 boolean announce) {
459 if (announce) {
466 if (announce) {
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerDialog.java 332 private void updateDisplay(boolean announce) {
350 if (announce) {
  /system/core/fastboot/
fastboot.c 269 int announce = 1; local
276 if(announce) {
277 announce = 0;
  /build/tools/droiddoc/templates-ds/assets/
android-developer-docs.css 709 div.design-announce {
717 div.design-announce p {

Completed in 2436 milliseconds

1 2