/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | update_mca_test_checks.py | 31 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/python/cpython3/Lib/idlelib/idle_test/ |
D | test_config.py | 210 cls.orig_warn = config._warn 211 config._warn = Func() 215 config._warn = cls.orig_warn 341 with mock.patch('idlelib.config._warn') as _warn: 345 eq(_warn.call_count, 4) 809 config._warn('warning', 'key') 813 config._warn('warning', 'key') 816 config._warn('warn2', 'yek')
|
/external/python/cpython3/Lib/idlelib/ |
D | config.py | 249 _warn(warning, configType, section, option) 263 _warn(warning, configType, section, option) 374 _warn(warning, 'highlight', themeName, element) 688 _warn(warning, 'keys', keySetName) 703 _warn(warning, 'keys', keySetName, event) 788 def _warn(msg, *key): function
|
/external/autotest/scheduler/ |
D | drone_utility.py | 117 def _warn(self, warning): member in DroneUtility 186 self._warn('Error occured when killing processes. Error: %s' % e) 223 self._warn('Pidfile %s already exists' % pidfile_path) 258 self._warn('Error write to file %s: %s' % (file_path, e)) 414 self._warn('Execution took %f sec\n%s' % (duration, call_summary))
|
/external/syzkaller/pkg/report/testdata/akaros/report/ |
D | 8 | 9 #02 [<0xffffffffc2009b94>] in _warn
|
/external/u-boot/tools/buildman/ |
D | kconfiglib.py | 445 self._warn('overriding the value of {0}. ' 490 self._warn("assignment to {0} changes mode of " 809 self._warn("overriding 'mainmenu' text. " 975 self._warn("The symbol {0} references the " 1001 self._warn("the 'modules' option is not supported. " 1388 self._warn("no symbol {0} in configuration".format(name)) 1799 def _warn(self, msg, filename=None, linenr=None): member in Config 2457 self.config._warn('attempt to assign the value "{0}" to the ' 2462 self.config._warn('attempt to assign the value "{0}" to the ' 2483 self.config._warn('the value "{0}" is invalid for {1}, which has ' [all …]
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_dist.py | 166 def _warn(msg): function 170 warnings.warn = _warn
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_dist.py | 177 def _warn(msg): function 181 warnings.warn = _warn
|
/external/python/cpython3/Lib/ |
D | random.py | 40 from warnings import warn as _warn unknown 241 _warn("Underlying random() generator does not supply \n"
|
D | subprocess.py | 850 def __del__(self, _maxsize=sys.maxsize, _warn=warnings.warn): argument 857 _warn("subprocess %s is still running" % self.pid,
|
/external/python/cpython2/Lib/ |
D | random.py | 43 from warnings import warn as _warn unknown 269 _warn("Underlying random() generator does not supply \n"
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.cpp | 601 &_mesa_glsl_parse_state::NAME##_warn } 606 &_mesa_glsl_parse_state::NAME##_warn }
|