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

1 2

  /external/python/cpython2/Lib/idlelib/idle_test/
test_warning.py 13 # Try to capture default showwarning before Idle modules are imported.
14 showwarning = warnings.showwarning variable
17 running_in_idle = 'idle' in showwarning.__name__
36 self.assertIs(warnings.showwarning, showwarning)
38 self.assertIs(warnings.showwarning, run.idle_showwarning_subproc)
40 self.assertIs(warnings.showwarning, showwarning)
53 self.assertIs(warnings.showwarning, showwarning
    [all...]
  /frameworks/rs/tests/lldb/tests/harness/
util_warnings.py 40 _OLD_WARNINGS_HANDLER = warnings.showwarning
48 warnings.showwarning = _redirect_warnings_to_log
58 warnings.showwarning = _OLD_WARNINGS_HANDLER
  /external/python/cpython2/Lib/lib-tk/
tkMessageBox.py 85 def showwarning(title=None, message=None, **options): function
128 print "warning", showwarning("Spam", "Egg Warning")
tkSimpleDialog.py 216 tkMessageBox.showwarning(
224 tkMessageBox.showwarning(
233 tkMessageBox.showwarning(
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkMessageBox.py 85 def showwarning(title=None, message=None, **options): function
128 print "warning", showwarning("Spam", "Egg Warning")
tkSimpleDialog.py 216 tkMessageBox.showwarning(
224 tkMessageBox.showwarning(
233 tkMessageBox.showwarning(
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkMessageBox.py 85 def showwarning(title=None, message=None, **options): function
128 print "warning", showwarning("Spam", "Egg Warning")
tkSimpleDialog.py 216 tkMessageBox.showwarning(
224 tkMessageBox.showwarning(
233 tkMessageBox.showwarning(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 85 def showwarning(title=None, message=None, **options): function
128 print "warning", showwarning("Spam", "Egg Warning")
tkSimpleDialog.py 216 tkMessageBox.showwarning(
224 tkMessageBox.showwarning(
233 tkMessageBox.showwarning(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 85 def showwarning(title=None, message=None, **options): function
128 print "warning", showwarning("Spam", "Egg Warning")
tkSimpleDialog.py 216 tkMessageBox.showwarning(
224 tkMessageBox.showwarning(
233 tkMessageBox.showwarning(
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_warnings.py 490 # Test that showwarning() missing is okay.
491 text = 'del showwarning test'
494 del self.module.showwarning
503 old_showwarning = self.module.showwarning
504 self.module.showwarning = 23
508 self.module.showwarning = old_showwarning
515 del self.module.showwarning
566 self.module.showwarning(message, category, file_name, line_num,
574 self.module.showwarning(message, category, file_name, line_num,
592 orig_showwarning = wmod.showwarning
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
warnings.py 10 __all__ = ["warn", "warn_explicit", "showwarning",
38 showwarning = _show_warning variable
282 showwarning(message, category, filename, lineno)
287 """Holds the result of a single showwarning() call."""
311 custom implementation of warnings.showwarning() and be appended to a list
314 mirror the arguments to showwarning().
349 self._showwarning = self._module.showwarning
352 def showwarning(*args, **kwargs): function in function:catch_warnings.__enter__
354 self._module.showwarning = showwarning
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
warnings.py 10 __all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
34 showwarning = _show_warning variable
278 showwarning(message, category, filename, lineno)
283 """Holds the result of a single showwarning() call."""
307 custom implementation of warnings.showwarning() and be appended to a list
310 mirror the arguments to showwarning().
345 self._showwarning = self._module.showwarning
348 def showwarning(*args, **kwargs): function in function:catch_warnings.__enter__
350 self._module.showwarning = showwarning
    [all...]
  /external/python/cpython2/Lib/
warnings.py 10 __all__ = ["warn", "warn_explicit", "showwarning",
38 showwarning = _show_warning variable
300 showwarning(message, category, filename, lineno)
305 """Holds the result of a single showwarning() call."""
329 custom implementation of warnings.showwarning() and be appended to a list
332 mirror the arguments to showwarning().
367 self._showwarning = self._module.showwarning
370 def showwarning(*args, **kwargs): function in function:catch_warnings.__enter__
372 self._module.showwarning = showwarning
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
warnings.py 10 __all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
34 showwarning = _show_warning variable
278 showwarning(message, category, filename, lineno)
283 """Holds the result of a single showwarning() call."""
307 custom implementation of warnings.showwarning() and be appended to a list
310 mirror the arguments to showwarning().
345 self._showwarning = self._module.showwarning
348 def showwarning(*args, **kwargs): function in function:catch_warnings.__enter__
350 self._module.showwarning = showwarning
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
warnings.py 10 __all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
34 showwarning = _show_warning variable
278 showwarning(message, category, filename, lineno)
283 """Holds the result of a single showwarning() call."""
307 custom implementation of warnings.showwarning() and be appended to a list
310 mirror the arguments to showwarning().
345 self._showwarning = self._module.showwarning
348 def showwarning(*args, **kwargs): function in function:catch_warnings.__enter__
350 self._module.showwarning = showwarning
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 10 __all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
34 showwarning = _show_warning variable
278 showwarning(message, category, filename, lineno)
283 """Holds the result of a single showwarning() call."""
307 custom implementation of warnings.showwarning() and be appended to a list
310 mirror the arguments to showwarning().
345 self._showwarning = self._module.showwarning
348 def showwarning(*args, **kwargs): function in function:catch_warnings.__enter__
350 self._module.showwarning = showwarning
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 10 __all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
34 showwarning = _show_warning variable
278 showwarning(message, category, filename, lineno)
283 """Holds the result of a single showwarning() call."""
307 custom implementation of warnings.showwarning() and be appended to a list
310 mirror the arguments to showwarning().
345 self._showwarning = self._module.showwarning
348 def showwarning(*args, **kwargs): function in function:catch_warnings.__enter__
350 self._module.showwarning = showwarning
    [all...]
  /external/python/cpython2/Lib/test/
test_warnings.py 73 target_api = ["warn", "warn_explicit", "showwarning",
520 # Test that showwarning() missing is okay.
521 text = 'del showwarning test'
524 del self.module.showwarning
533 old_showwarning = self.module.showwarning
534 self.module.showwarning = 23
538 self.module.showwarning = old_showwarning
545 del self.module.showwarning
677 self.module.showwarning(message, category, file_name, line_num,
685 self.module.showwarning(message, category, file_name, line_num
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_warnings.py 490 # Test that showwarning() missing is okay.
491 text = 'del showwarning test'
494 del self.module.showwarning
503 old_showwarning = self.module.showwarning
504 self.module.showwarning = 23
508 self.module.showwarning = old_showwarning
515 del self.module.showwarning
578 self.module.showwarning(message, category, file_name, line_num,
586 self.module.showwarning(message, category, file_name, line_num,
604 orig_showwarning = wmod.showwarning
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_warnings.py 490 # Test that showwarning() missing is okay.
491 text = 'del showwarning test'
494 del self.module.showwarning
503 old_showwarning = self.module.showwarning
504 self.module.showwarning = 23
508 self.module.showwarning = old_showwarning
515 del self.module.showwarning
578 self.module.showwarning(message, category, file_name, line_num,
586 self.module.showwarning(message, category, file_name, line_num,
604 orig_showwarning = wmod.showwarning
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 490 # Test that showwarning() missing is okay.
491 text = 'del showwarning test'
494 del self.module.showwarning
503 old_showwarning = self.module.showwarning
504 self.module.showwarning = 23
508 self.module.showwarning = old_showwarning
515 del self.module.showwarning
578 self.module.showwarning(message, category, file_name, line_num,
586 self.module.showwarning(message, category, file_name, line_num,
604 orig_showwarning = wmod.showwarning
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 490 # Test that showwarning() missing is okay.
491 text = 'del showwarning test'
494 del self.module.showwarning
503 old_showwarning = self.module.showwarning
504 self.module.showwarning = 23
508 self.module.showwarning = old_showwarning
515 del self.module.showwarning
578 self.module.showwarning(message, category, file_name, line_num,
586 self.module.showwarning(message, category, file_name, line_num,
604 orig_showwarning = wmod.showwarning
    [all...]

Completed in 539 milliseconds

1 2