HomeSort by relevance Sort by last modified time
    Searched refs:announce (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
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/gdb/linux-x86/lib/python2.7/distutils/
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/darwin-x86/2.7.5/lib/python2.7/distutils/
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/
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_cmd.py 58 cmd.announce = _announce
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
run_tests.py 139 term.announce = \
  /external/python/cpython2/Lib/distutils/tests/
test_cmd.py 70 cmd.announce = _announce
  /external/python/cpython3/Lib/distutils/tests/
test_cmd.py 70 cmd.announce = _announce
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 58 cmd.announce = _announce
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 58 cmd.announce = _announce
  /external/walt/
README.md 9 * Low-traffic mailing list for major announcements [walt-announce](https://groups.google.com/forum/#!forum/walt-announce)
  /frameworks/base/core/java/android/widget/
TimePickerClockDelegate.java 526 private void setHourInternal(int hour, @ChangeSource int source, boolean announce,
534 updateHeaderHour(hour, announce);
780 private void updateHeaderHour(int hourOfDay, boolean announce) {
784 if (announce) {
789 private void updateHeaderMinute(int minuteOfHour, boolean announce) {
792 if (announce) {
    [all...]
DatePickerCalendarDelegate.java 306 private void onCurrentDateChanged(boolean announce) {
320 if (announce) {
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 420 private void setHour(int value, boolean announce) {
435 if (announce) {
452 boolean announce) {
462 if (announce) {
469 if (announce) {
    [all...]
  /external/autotest/client/cros/netprotos/
zeroconf.py 346 def register_TXT(self, domain, txt_list, announce=False):
356 @param announce: If True, the method will also announce the changes
360 if announce:
  /external/python/cpython2/
setup.py 309 self.announce('WARNING: building of extension "%s" failed: %s' %
316 self.announce(
328 self.announce(
336 self.announce('WARNING: skipping import check for Cygwin-based "%s"'
351 self.announce('*** WARNING: renaming "%s" since importing it'
370 self.announce('unable to remove files (ignored)')
373 self.announce('*** WARNING: importing extension "%s" '
    [all...]
  /external/python/cpython3/
setup.py 329 self.announce('WARNING: building of extension "%s" failed: %s' %
337 self.announce(
345 self.announce(
357 self.announce(
365 self.announce('WARNING: skipping import check for Cygwin-based "%s"'
388 self.announce('*** WARNING: renaming "%s" since importing it'
399 self.announce('*** WARNING: importing extension "%s" '
    [all...]
  /external/autotest/client/site_tests/p2p_ConsumeFiles/
p2p_ConsumeFiles.py 198 lambda: cros_a.set_num_connections(99, announce=True))
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardAbsKeyInputView.java 77 resetPasswordText(false /* animate */, false /* announce */);
208 resetPasswordText(true /* animate */, !matched /* announce deletion if no match */);
211 protected abstract void resetPasswordText(boolean animate, boolean announce);
KeyguardPasswordView.java 229 protected void resetPasswordText(boolean animate, boolean announce) {
PasswordTextView.java 292 public void reset(boolean animated, boolean announce) {
321 if (announce) {
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerDialog.java 337 private void updateDisplay(boolean announce) {
355 if (announce) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_wininst.py 258 self.announce("creating %s" % installer_name)
  /external/python/cpython2/Lib/distutils/command/
bdist_wininst.py 262 self.announce("creating %s" % installer_name)
  /external/python/cpython3/Lib/distutils/command/
bdist_wininst.py 247 self.announce("creating %s" % installer_name)

Completed in 773 milliseconds

1 23 4 5