Home
last modified time | relevance | path

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

/external/u-boot/tools/buildman/
Dtoolchain.py130 def GetWrapper(self, show_warning=True): argument
189 def GetPathList(self, show_warning=True): argument
200 if show_warning and not toolchains:
215 def GetSettings(self, show_warning=True): argument
222 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.py1280 def show_warning(self, msg): member in PyShell
1563 shell.show_warning(tkversionwarning)
1569 shell.show_warning(prefer_tabs_preference_warning)
/external/python/cpython3/Python/
D_warnings.c341 show_warning(PyObject *filename, int lineno, PyObject *text, in show_warning() function
429 show_warning(filename, lineno, text, category, sourceline); in call_show_warning()
/external/ImageMagick/coders/
Dpng.c760 show_warning, member
6493 if (mng_info->show_warning == 0) in ReadOneMNGImage()
6498 mng_info->show_warning++; in ReadOneMNGImage()