HomeSort by relevance Sort by last modified time
    Searched defs:_warn (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_sdist.py 92 def _warn(*args): function in function:SDistTestCase.get_cmd
94 cmd.warn = _warn
test_dist.py 164 def _warn(msg): function in function:DistributionTestCase.test_empty_options
168 warnings.warn = _warn
  /bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h 37 #define _warn warn macro
  /external/python/cpython2/Lib/distutils/tests/
test_dist.py 166 def _warn(msg): function in function:DistributionTestCase.test_empty_options
170 warnings.warn = _warn
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 164 def _warn(msg): function in function:DistributionTestCase.test_empty_options
168 warnings.warn = _warn
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 164 def _warn(msg): function in function:DistributionTestCase.test_empty_options
168 warnings.warn = _warn
  /external/autotest/scheduler/
drone_utility.py 118 def _warn(self, warning): member in class:DroneUtility
187 self._warn('Error occured when killing processes. Error: %s' % e)
255 self._warn('Pidfile %s already exists' % pidfile_path)
290 self._warn('Error write to file %s: %s' % (file_path, e))
446 self._warn('Execution took %f sec\n%s' % (duration, call_summary))

Completed in 252 milliseconds