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

  /bionic/libc/upstream-openbsd/lib/libc/gen/
warn.c 36 _warn(const char *fmt, ...) function
46 __weak_alias(warn, _warn);
  /bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h 32 #define _warn warn macro
  /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/darwin-x86/2.7.5/lib/python2.7/
random.py 43 from warnings import warn as _warn namespace
266 _warn("Underlying random() generator does not supply \n"
  /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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 43 from warnings import warn as _warn namespace
266 _warn("Underlying random() generator does not supply \n"

Completed in 193 milliseconds