Home
last modified time | relevance | path

Searched refs:_warn (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dupdate_mca_test_checks.py31 def _warn(msg): function
84 _warn('unexpected binary name: {}'.format(args.llvm_mca_binary))
116 _warn('could not split tool and filecheck commands: {}'.format(run_line))
122 _warn('skipping non-{} RUN line: {}'.format(tool_basename, run_line))
126 _warn('skipping non-FileCheck RUN line: {}'.format(run_line))
187 _warn('multiple lines not disambiguated by prefixes:\n{}\n'
218 _warn('Multiple prefixes common to all RUN lines: {}'.format(
321 _warn('Multiple prefixes generating same output: {} '
351 _warn('not writing for prefix {0} due to presence of "{0}-NOT:" '
/external/u-boot/tools/buildman/
Dkconfiglib.py1245 self._warn("'{}' is not a valid value for the {} "
1263 self._warn("both m and y assigned to symbols "
1273 self._warn("malformed string literal in "
1289 self._warn("ignoring malformed line '{}'"
1330 self._warn(
1348 self._warn(msg, filename, linenr)
1350 self._warn(msg, filename, linenr)
2215 self._warn("no symbol {} in configuration".format(name))
2327 self._warn("style: quotes recommended around '{}' in '{}'"
2838 self._warn("the menuconfig symbol {} has no prompt"
[all …]
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py197 cls.orig_warn = config._warn
198 config._warn = Func()
202 config._warn = cls.orig_warn
328 with mock.patch('idlelib.config._warn') as _warn:
332 eq(_warn.call_count, 4)
792 config._warn('warning', 'key')
796 config._warn('warning', 'key')
799 config._warn('warn2', 'yek')
/external/python/cpython3/Lib/idlelib/
Dconfig.py237 _warn(warning, configType, section, option)
251 _warn(warning, configType, section, option)
352 _warn(warning, 'highlight', themeName, element)
669 _warn(warning, 'keys', keySetName)
684 _warn(warning, 'keys', keySetName, event)
769 def _warn(msg, *key): function
/external/python/cpython3/Lib/asyncio/
Dwindows_utils.py110 def __del__(self, _warn=warnings.warn): argument
112 _warn(f"unclosed {self!r}", ResourceWarning, source=self)
Dunix_events.py538 def __del__(self, _warn=warnings.warn): argument
540 _warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
737 def __del__(self, _warn=warnings.warn): argument
739 _warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
1277 def __del__(self, _warn=warnings.warn): argument
1281 _warn(f"{self.__class__} has registered but not finished child processes",
Dbase_subprocess.py123 def __del__(self, _warn=warnings.warn): argument
125 _warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
Dsslproto.py319 def __del__(self, _warn=warnings.warn): argument
321 _warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
Dproactor_events.py113 def __del__(self, _warn=warnings.warn): argument
115 _warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
Dselector_events.py692 def __del__(self, _warn=warnings.warn): argument
694 _warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
Dbase_events.py648 def __del__(self, _warn=warnings.warn): argument
650 _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self)
/external/python/cpython2/Lib/distutils/tests/
Dtest_dist.py166 def _warn(msg): function
170 warnings.warn = _warn
/external/python/cpython3/Lib/distutils/tests/
Dtest_dist.py177 def _warn(msg): function
181 warnings.warn = _warn
/external/python/cpython3/Lib/
Drandom.py40 from warnings import warn as _warn unknown
268 _warn("Underlying random() generator does not supply \n"
Dsubprocess.py935 def __del__(self, _maxsize=sys.maxsize, _warn=warnings.warn): argument
942 _warn("subprocess %s is still running" % self.pid,
/external/python/cpython2/Lib/
Drandom.py43 from warnings import warn as _warn unknown
269 _warn("Underlying random() generator does not supply \n"
/external/python/cpython3/Lib/multiprocessing/
Dpool.py263 def __del__(self, _warn=warnings.warn, RUN=RUN): argument
265 _warn(f"unclosed running multiprocessing pool {self!r}",
/external/tensorflow/tensorflow/python/keras/layers/
Dcore.py893 self._warn(textwrap.dedent(
904 def _warn(self, msg): member in Lambda
Dcore_test.py360 layer._warn = patched_warn
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp623 &_mesa_glsl_parse_state::NAME##_warn }
628 &_mesa_glsl_parse_state::NAME##_warn }