Home
last modified time | relevance | path

Searched refs:show_warning (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/tools/buildman/
Dtoolchain.py136 def GetWrapper(self, show_warning=True): argument
219 def GetPathList(self, show_warning=True): argument
230 if show_warning and not toolchains:
245 def GetSettings(self, show_warning=True): argument
252 self.paths += self.GetPathList(show_warning)
/external/python/cpython2/Python/
D_warnings.c249 show_warning(PyObject *filename, int lineno, PyObject *text, PyObject in show_warning() function
408 show_warning(filename, lineno, text, category, sourceline); in warn_explicit()
/external/python/cpython3/Lib/idlelib/
Dpyshell.py1279 def show_warning(self, msg): member in PyShell
1552 shell.show_warning(tkversionwarning)
1558 shell.show_warning(prefer_tabs_preference_warning)
/external/python/cpython3/Python/
D_warnings.c479 show_warning(PyObject *filename, int lineno, PyObject *text, in show_warning() function
567 show_warning(filename, lineno, text, category, sourceline); in call_show_warning()
/external/ImageMagick/coders/
Dpng.c761 show_warning, member
6496 if (mng_info->show_warning == 0) in ReadOneMNGImage()
6501 mng_info->show_warning++; in ReadOneMNGImage()